diff --git a/Content/posts/082-20231211.md b/Content/posts/082-20231211.md new file mode 100644 index 0000000..a54739d --- /dev/null +++ b/Content/posts/082-20231211.md @@ -0,0 +1,87 @@ +--- +date: 2023-12-11 09:00 +description: Apple Developer Program に月25時間の Xcode Cloud が新たに追加、 App Store への提出におけるプライバシー要件のアップデート、 ほか +tags: apple-developer-program, xcode-cloud, macos, tvos, swift-argument-parser, swift-foundation-icu, firebase-apple, sdwebimage, swift-composable-architecture, kingfisher, apngkit, swiftformat +--- +# 082 2023-12-11 + +## Apple Developer Program に月25時間の Xcode Cloud が追加 + +[https://developer.apple.com/jp/news/?id=ik9z4ll6](https://developer.apple.com/jp/news/?id=ik9z4ll6) + +すべての Apple Developer Program メンバーシップには、標準として毎月 25 時間分のコンピューティング時間が含まれることになりました。 + +## App Store への提出におけるプライバシー要件のアップデート + +[https://developer.apple.com/news/?id=r1henawx](https://developer.apple.com/news/?id=r1henawx) + +Apple は、サードパーティ SDK に対する新しいプライバシーマニフェストと署名を導入します。 +2024 年春以降、App Store への提出がその適用対象となります。 + +## Apple のソフトウェアリリース情報 + +Apple が提供している OS や IDE のリリース情報です。 + +### 正式版 + +- [macOS 14.2 Release Candidate 2 (23C64)](https://developer.apple.com/news/releases/?id=12072023a) +- [tvOS 17.2 Release Candidate 2 (21K365)](https://developer.apple.com/news/releases/?id=12082023a) + +## OSS のリリース情報 + +iOS アプリ開発でよく使われている OSS のリリース情報です。 + +### Apple + +#### Swift Argument Parser 1.3.0 + +[https://github.com/apple/swift-argument-parser/releases/tag/1.3.0](https://github.com/apple/swift-argument-parser/releases/tag/1.3.0) + +プロパティラッパーが条件付きで Sendable に適合しました。 +また、様々な修正とドキュメントの改善をしました。 + +#### Swift Foundation ICU 0.0.4 + +[https://github.com/apple/swift-foundation-icu/releases/tag/0.0.4](https://github.com/apple/swift-foundation-icu/releases/tag/0.0.4) + +Linux でのビルドを修正しました。 + +### サードパーティ + +#### Firebase Apple 10.19.0 + +[https://github.com/firebase/firebase-ios-sdk/releases/tag/10.19.0](https://github.com/firebase/firebase-ios-sdk/releases/tag/10.19.0) + +いくつかのメソッドが非推奨になりました。 +その他、いくつかの改善が行われました。 + +#### SDWebImage 5.18.6 + +[https://github.com/SDWebImage/SDWebImage/releases/tag/5.18.6](https://github.com/SDWebImage/SDWebImage/releases/tag/5.18.6) + +CADisplayLink の計算を改善し、iPhone Pro や Vision Pro の表示を改善しました。 + +#### Swift Composable Architecture 1.5.3 + +[https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.3](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.3) + +軽微な不具合の修正が行われました。 + +#### Kingfisher 7.10.1 + +[https://github.com/onevcat/Kingfisher/releases/tag/7.10.1](https://github.com/onevcat/Kingfisher/releases/tag/7.10.1) + +いくつかの不具合の修正・改善が行われました。 + +#### APNGKit 2.2.4 + +[https://github.com/onevcat/APNGKit/releases/tag/2.2.4](https://github.com/onevcat/APNGKit/releases/tag/2.2.4) + +iOS 17 でアプリを起動した際に発生する不具合を修正しました。 + +#### SwiftFormat 0.52.11 + +[https://github.com/nicklockwood/SwiftFormat/releases/tag/0.52.11](https://github.com/nicklockwood/SwiftFormat/releases/tag/0.52.11) + +ワークアラウンドを更新して、Swift 5.9 での不具合に対応しました。 +その他、いくつかの不具合の修正・改善が行われました。