From 9ba7e3afb43dfd121d8091e80aa8952569b1e34b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:49:49 +0000 Subject: [PATCH 1/3] Create 087-20240122.md --- Content/posts/087-20240122.md | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Content/posts/087-20240122.md diff --git a/Content/posts/087-20240122.md b/Content/posts/087-20240122.md new file mode 100644 index 0000000..50d5574 --- /dev/null +++ b/Content/posts/087-20240122.md @@ -0,0 +1,42 @@ +--- +date: 2024-01-22 09:00 +description: TBD +tags: TBD +--- +# 087 2024-01-22 + +## TBD + +{ニュースなどを書く} + +## Apple のソフトウェアリリース情報 + +Apple が提供している OS や IDE のリリース情報です。 + +### 正式版 + +- [TBD](TBD) + +### 開発者向けベータ + +- [TBD](TBD) + +## OSS のリリース情報 + +iOS アプリ開発でよく使われている OSS のリリース情報です。 + +### Apple + +#### TBD + +[TBD](TBD) + +TBD + +### サードパーティ + +#### TBD + +[TBD](TBD) + +TBD From 36c4b09027345a07d3f0d434ae5a9005e74bfbfe Mon Sep 17 00:00:00 2001 From: ryoya ito Date: Tue, 23 Jan 2024 15:29:08 +0900 Subject: [PATCH 2/3] update content --- Content/posts/087-20240122.md | 103 +++++++++++++++++++++++++++++----- 1 file changed, 89 insertions(+), 14 deletions(-) diff --git a/Content/posts/087-20240122.md b/Content/posts/087-20240122.md index 50d5574..a75a961 100644 --- a/Content/posts/087-20240122.md +++ b/Content/posts/087-20240122.md @@ -1,13 +1,15 @@ --- date: 2024-01-22 09:00 -description: TBD -tags: TBD +description: StoreKitとReviewガイドラインの更新、iOS 17.3リリース、iPadOS 17.3リリース、SwiftLog 1.5.4リリース、SwiftNIO 2.63.0リリース、ほか +tags: storekit, ios, ipados, macos, tvos, watchos, foundation-icu, swift-log, swift-nio, apng-kit, swift-dependencies, firebase-apple-sdk, lottie, nimble, quick, swift-openapi-runtime, swift-openapi-urlsession --- # 087 2024-01-22 -## TBD +## StoreKitとReviewガイドラインの更新 -{ニュースなどを書く} +"StoreKit Purchase Link Entitlement" が導入され、アプリ内課金を提供するアプリに別の決済手段を提供する Web サイトリンクを記載できるようになりました。この変更は米国のストアフロントでのみ有効です。 + +[https://developer.apple.com/jp/news/?id=plt8qzea](https://developer.apple.com/jp/news/?id=plt8qzea) ## Apple のソフトウェアリリース情報 @@ -15,11 +17,16 @@ Apple が提供している OS や IDE のリリース情報です。 ### 正式版 -- [TBD](TBD) - -### 開発者向けベータ +- [iOS 17.3 (21D50)](https://developer.apple.com/news/releases/?id=01222024i) +- [iPadOS 17.3 (21D50)](https://developer.apple.com/news/releases/?id=01222024h) +- [macOS 14.3 (23D56)](https://developer.apple.com/news/releases/?id=01222024g) +- [watchOS 10.3 (21S644)](https://developer.apple.com/news/releases/?id=01222024f) +- [tvOS 17.3 (21K646)](https://developer.apple.com/news/releases/?id=01222024e) +- [iOS 16.7.5 (20H307)](https://developer.apple.com/news/releases/?id=01222024d) +- [iPadOS 16.7.5 (20H307)](https://developer.apple.com/news/releases/?id=01222024c) +- [iOS 15.8.1 (19H380)](https://developer.apple.com/news/releases/?id=01222024b) +- [iPadOS 15.8.1 (19H380)](https://developer.apple.com/news/releases/?id=01222024a) -- [TBD](TBD) ## OSS のリリース情報 @@ -27,16 +34,84 @@ iOS アプリ開発でよく使われている OSS のリリース情報です ### Apple -#### TBD +#### FoundationICU 0.0.5 + +[https://github.com/apple/swift-foundation-icu/releases/tag/0.0.5](https://github.com/apple/swift-foundation-icu/releases/tag/0.0.5) + +macOS 環境でのビルドが失敗することへの修正が含まれています。 + +#### SwiftLog 1.5.4 + +[https://github.com/apple/swift-log/releases/tag/1.5.4](https://github.com/apple/swift-log/releases/tag/1.5.4) + +- 内部コードの改善が行われました + +#### SwiftNIO 2.63.0 -[TBD](TBD) +[https://github.com/apple/swift-nio/releases/tag/2.63.0](https://github.com/apple/swift-nio/releases/tag/2.63.0) -TBD +- いくつかの改善・不具合の修正が行われました ### サードパーティ -#### TBD +#### APNGKit 2.2.5 + +[https://github.com/onevcat/APNGKit/releases/tag/2.2.5](https://github.com/onevcat/APNGKit/releases/tag/2.2.5) + +ロジック上のバグが修正されました。 + +#### swift-dependencies 1.2.0 + +[https://github.com/pointfreeco/swift-dependencies/releases/tag/1.2.0](https://github.com/pointfreeco/swift-dependencies/releases/tag/1.2.0) + +- `@Dependency` を利用したインスタンス取得時に KeyPath の代わりに型名を利用できるようになりました +- `DependencyKey` が `DependencyKey` の定義となりました + +#### Firebase Apple SDK 10.20.0 + +[https://github.com/firebase/firebase-ios-sdk/releases/tag/10.20.0](https://github.com/firebase/firebase-ios-sdk/releases/tag/10.20.0) + +- Google Analytics 360 の上限文字数が増加しました +- 初回アプリ起動時に FCM トークンが nil になってしまっていた不具合が修正されました + +詳しくはこちら [https://firebase.google.com/support/release-notes/ios#10.20.0](https://firebase.google.com/support/release-notes/ios#10.20.0) + + +#### Lottie 4.4.0 + +[https://github.com/airbnb/lottie-spm/releases/tag/4.4.0](https://github.com/airbnb/lottie-spm/releases/tag/4.4.0) + +- Privacy Manifest の対応が行われました +- visionOS のサポートが行われました +- Swift, Xcode の最低バージョンが Swift 5.7, Xcode 14.1 に更新されました +- いくつかの不具合が修正されました + +#### Nimble 13.2.0 + +[https://github.com/Quick/Nimble/releases/tag/v13.2.0](https://github.com/Quick/Nimble/releases/tag/v13.2.0) + +- visionOS のサポートが行われました +- `map` マッチャーが追加されました +- いくつかの改善が行われました + +#### Quick 7.3.1 + +[https://github.com/Quick/Quick/releases/tag/v7.3.1](https://github.com/Quick/Quick/releases/tag/v7.3.1) + +- Privacy Manifest の対応が行われました +- 不具合の修正が行われました + +#### swift-openapi-runtime 1.3.2 + +[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0) +[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1) +[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.2](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.2) + +- いくつかの改善が行われました + +#### swift-openapi-urlsession 1.0.1 + +[https://github.com/apple/swift-openapi-urlsession/releases/tag/1.0.1](https://github.com/apple/swift-openapi-urlsession/releases/tag/1.0.1) -[TBD](TBD) +- いくつかの改善が行われました -TBD From 9b803b6bb2acd1d3abae270c40612453a9a30b2b Mon Sep 17 00:00:00 2001 From: ryoya ito Date: Tue, 23 Jan 2024 17:41:22 +0900 Subject: [PATCH 3/3] add line breaks --- Content/posts/087-20240122.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content/posts/087-20240122.md b/Content/posts/087-20240122.md index a75a961..56712bf 100644 --- a/Content/posts/087-20240122.md +++ b/Content/posts/087-20240122.md @@ -103,8 +103,8 @@ macOS 環境でのビルドが失敗することへの修正が含まれてい #### swift-openapi-runtime 1.3.2 -[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0) -[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1) +[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.0)
+[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.1)
[https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.2](https://github.com/apple/swift-openapi-runtime/releases/tag/1.3.2) - いくつかの改善が行われました