Skip to content

Commit

Permalink
Move Foundation to objc2-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 19, 2024
1 parent b04371d commit 1108f8a
Show file tree
Hide file tree
Showing 67 changed files with 540 additions and 164 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 0 additions & 102 deletions crates/header-translator/framework-includes.h

This file was deleted.

2 changes: 2 additions & 0 deletions crates/header-translator/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ fn get_version<'de, D: serde::Deserializer<'de>>(
#[derive(Deserialize, Debug, Default, Clone, PartialEq, Eq)]
#[serde(deny_unknown_fields)]
pub struct LibraryData {
#[serde(rename = "crate")]
pub krate: String,
pub imports: Vec<String>,
#[serde(rename = "cfg-apple-link")]
#[serde(default)]
Expand Down
Loading

0 comments on commit 1108f8a

Please sign in to comment.