Skip to content

Commit 4ec2bd6

Browse files
committed
Update to Xcode 16.4
See discussion in #338 for why these breaking changes might be allowed in a patch release.
1 parent 8123aba commit 4ec2bd6

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
- lint
298298

299299
env:
300-
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
300+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
301301

302302
steps:
303303
- uses: actions/checkout@v4

crates/objc2/src/topics/about_generated/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1616
* Added `IOKit` "serial" submodule.
1717
* Added various missing APIs.
1818

19+
### Changed
20+
* Updated SDK from Xcode 16.3 to 16.4.
21+
22+
View the release notes to learn more details:
23+
- [16.4](https://developer.apple.com/documentation/xcode-release-notes/xcode-16_4-release-notes)
24+
25+
Breaking changes are noted elsewhere in this changelog entry.
26+
* **BREAKING**: The reply block in `FSVolumeRenameOperations::setVolumeName_replyHandler` now
27+
takes a nullable file name.
28+
* **BREAKING**: The media selection option on `AVAssetVariantQualifier` is now nullable.
29+
1930
## [0.3.1] - 2025-04-19
2031
[0.3.1]: https://github.com/madsmtm/objc2/compare/frameworks-0.3.0...frameworks-0.3.1
2132

framework-crates/objc2-local-authentication/translation-config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ enum.LACompanionType.use-value = true
1414
enum.LAPolicy.use-value = true
1515
enum.LACredentialType.use-value = true
1616
enum.LAError.use-value = true
17+
enum.LAAccessControlOperation.use-value = true

0 commit comments

Comments
 (0)