Skip to content

Commit

Permalink
Update minimum required Apple versions
Browse files Browse the repository at this point in the history
The versions supported by Rust was updated in rust-lang/rust#104385 to:
- macOS: 10.12 Sierra
- iOS: 10.0
- tvOS: 10.0
- watchOS: 5.0

Additionally, the armv7-apple-ios target was removed.

Finally, since v1.0.84 of `cc` (has been yanked, but 1.0.85 will include it as well), there is much better support for specifying the deployment target for Apple targets, so I've removed the corresponding code from objc-sys.
  • Loading branch information
madsmtm committed Nov 23, 2023
1 parent ce2b0a9 commit 5752c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ targets = [
# iOS
"aarch64-apple-ios",
"x86_64-apple-ios",
# "armv7-apple-ios",
# "i386-apple-ios",
# GNUStep
"x86_64-unknown-linux-gnu",
Expand Down

0 comments on commit 5752c2d

Please sign in to comment.