From 8311563f89b9482c2472271923475cf049e66faa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:51:53 +0000 Subject: [PATCH 1/4] Create 082-20231211.md --- Content/posts/082-20231211.md | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Content/posts/082-20231211.md diff --git a/Content/posts/082-20231211.md b/Content/posts/082-20231211.md new file mode 100644 index 0000000..3fa4d2a --- /dev/null +++ b/Content/posts/082-20231211.md @@ -0,0 +1,42 @@ +--- +date: 2023-12-11 09:00 +description: TBD +tags: TBD +--- +# 082 2023-12-11 + +## TBD + +{ニュースなどを書く} + +## Apple のソフトウェアリリース情報 + +Apple が提供している OS や IDE のリリース情報です。 + +### 正式版 + +- [TBD](TBD) + +### 開発者向けベータ + +- [TBD](TBD) + +## OSS のリリース情報 + +iOS アプリ開発でよく使われている OSS のリリース情報です。 + +### Apple + +#### TBD + +[TBD](TBD) + +TBD + +### サードパーティ + +#### TBD + +[TBD](TBD) + +TBD From 4883625b9cd0ef935cefd21838128716a4de7290 Mon Sep 17 00:00:00 2001 From: hcrane Date: Mon, 11 Dec 2023 02:49:20 +0900 Subject: [PATCH 2/4] add article --- Content/posts/082-20231211.md | 76 +++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 13 deletions(-) diff --git a/Content/posts/082-20231211.md b/Content/posts/082-20231211.md index 3fa4d2a..cc38d4f 100644 --- a/Content/posts/082-20231211.md +++ b/Content/posts/082-20231211.md @@ -5,9 +5,18 @@ tags: TBD --- # 082 2023-12-11 -## TBD +## 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 メンバーシップには、標準として Xcode Cloud での毎月25時間分のコンピューティング時間が追加料金なしで含まれることになりました。 + +## App Store への提出におけるプライバシー要件のアップデート + +[https://developer.apple.com/news/?id=r1henawx](https://developer.apple.com/news/?id=r1henawx) + +Apple は、サードパーティ SDK に対する新しいプライバシーマニフェストと署名を導入します。 +2024年春以降、App Store への提出がその適用対象となります。 ## Apple のソフトウェアリリース情報 @@ -15,11 +24,8 @@ Apple が提供している OS や IDE のリリース情報です。 ### 正式版 -- [TBD](TBD) - -### 開発者向けベータ - -- [TBD](TBD) +- [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 のリリース情報 @@ -27,16 +33,60 @@ iOS アプリ開発でよく使われている OSS のリリース情報です ### Apple -#### TBD +#### 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 に適合するようになりました。 +また、様々な修正とドキュメントの改善をしました。 -[TBD](TBD) +#### Swift Foundation ICU 0.0.4 -TBD +[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 でのビルドを修正しました。 ### サードパーティ -#### TBD -[TBD](TBD) +#### 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) -TBD +ワークアラウンドを更新して、Swift 5.9 での不具合に対応しました。 +その他、いくつかの不具合の修正・改善が行われました。 From 3c74795f275fcd285a02d85849382db0a63e834e Mon Sep 17 00:00:00 2001 From: hcrane Date: Mon, 11 Dec 2023 02:54:03 +0900 Subject: [PATCH 3/4] update des --- Content/posts/082-20231211.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Content/posts/082-20231211.md b/Content/posts/082-20231211.md index cc38d4f..a96daf2 100644 --- a/Content/posts/082-20231211.md +++ b/Content/posts/082-20231211.md @@ -1,7 +1,7 @@ --- date: 2023-12-11 09:00 -description: TBD -tags: TBD +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 @@ -48,7 +48,6 @@ 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) @@ -56,7 +55,6 @@ Linux でのビルドを修正しました。 いくつかのメソッドが非推奨になりました。 その他、いくつかの改善が行われました。 - #### SDWebImage 5.18.6 [https://github.com/SDWebImage/SDWebImage/releases/tag/5.18.6](https://github.com/SDWebImage/SDWebImage/releases/tag/5.18.6) @@ -69,12 +67,10 @@ CADisplayLink の計算を改善し、iPhone Pro や Vision Pro の表示を改 軽微な不具合の修正が行われました。 - #### 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 @@ -83,7 +79,6 @@ CADisplayLink の計算を改善し、iPhone Pro や Vision Pro の表示を改 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) From 0dc3ee61121af590a77321448f264f86f1ab06bf Mon Sep 17 00:00:00 2001 From: crane-hiromu Date: Mon, 11 Dec 2023 03:12:12 +0900 Subject: [PATCH 4/4] fix lint --- Content/posts/082-20231211.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Content/posts/082-20231211.md b/Content/posts/082-20231211.md index a96daf2..a54739d 100644 --- a/Content/posts/082-20231211.md +++ b/Content/posts/082-20231211.md @@ -5,18 +5,18 @@ tags: apple-developer-program, xcode-cloud, macos, tvos, swift-argument-parser, --- # 082 2023-12-11 -## Apple Developer Program に月25時間の Xcode Cloud が新たに追加 +## 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 メンバーシップには、標準として Xcode Cloud での毎月25時間分のコンピューティング時間が追加料金なしで含まれることになりました。 +すべての 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 への提出がその適用対象となります。 +2024 年春以降、App Store への提出がその適用対象となります。 ## Apple のソフトウェアリリース情報 @@ -37,7 +37,7 @@ iOS アプリ開発でよく使われている OSS のリリース情報です [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 に適合するようになりました。 +プロパティラッパーが条件付きで Sendable に適合しました。 また、様々な修正とドキュメントの改善をしました。 #### Swift Foundation ICU 0.0.4