-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #215 from ios-osushi/feature/122_20241028
- Loading branch information
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
date: 2024-10-28 09:00 | ||
description: TestFlight の新しい機能強化、Apple Developer Program 使用許諾契約の更新、iOS 18.1 RC リリース、fastlane 2.225.0 で Apple アカウント認証不具合が解消、ほか | ||
--- | ||
# 122 2024-10-28 | ||
|
||
## TestFlight の新しい機能強化 | ||
|
||
[https://developer.apple.com/jp/news/?id=fps422ld](https://developer.apple.com/jp/news/?id=fps422ld) | ||
[https://developer.apple.com/testflight/release-notes/](https://developer.apple.com/testflight/release-notes/) | ||
|
||
2024 年 10 月 24 日に TestFlight 3.6 がリリースされ、新しい機能が追加されています。TestFlight 内の各アプリページの表示が大幅に刷新され、テスターに対してスクリーンショットやカテゴリも表示できるようになりました。また、デバイスのタイプや OS のバージョンなどをテスターの登録条件に設定することも可能になりました。そのほかにもいくつかの機能追加が行われています。 | ||
|
||
<!-- textlint-disable ja-technical-writing/max-kanji-continuous-len --> | ||
|
||
## Apple Developer Program 使用許諾契約の更新 | ||
|
||
[https://developer.apple.com/news/?id=g6ycjsnl](https://developer.apple.com/news/?id=g6ycjsnl) | ||
|
||
Apple Developer Program 使用許諾契約が更新されます。原文は [https://developer.apple.com/jp/support/terms/](https://developer.apple.com/jp/support/terms/) から確認でき、同ページで 1 ヶ月以内に翻訳版も利用可能になるとされています。 | ||
|
||
<!-- textlint-enable ja-technical-writing/max-kanji-continuous-len --> | ||
|
||
## Apple のソフトウェアリリース情報 | ||
|
||
Apple が提供している OS や IDE のリリース情報です。 | ||
|
||
### 正式版 | ||
|
||
- [iPadOS 17.7.1 (21H216)](https://developer.apple.com/jp/news/releases/?id=10212024d) | ||
- [iPadOS 18.0.1 (22A3370 | 22A8380)](https://developer.apple.com/news/releases/?id=10222024a) | ||
|
||
### 開発者向けベータ | ||
|
||
- [iOS 18.1 RC (22B82)](https://developer.apple.com/jp/news/releases/?id=10212024b) | ||
- [iOS 18.2 beta (22C5109p)](https://developer.apple.com/news/releases/?id=10232024b) | ||
- [iPadOS 18.1 RC (22B82)](https://developer.apple.com/jp/news/releases/?id=10212024c) | ||
- [iPadOS 18.2 beta (22C5109p)](https://developer.apple.com/news/releases/?id=10232024c) | ||
- [macOS 15.1 RC (24B82)](https://developer.apple.com/jp/news/releases/?id=10212024e) | ||
- [macOS 15.1 RC 2 (24B83)](https://developer.apple.com/jp/news/releases/?id=10242024a) | ||
- [macOS 15.2 beta (24C5057p)](https://developer.apple.com/jp/news/releases/?id=10232024d) | ||
- [tvOS 18.1 RC (22J578)](https://developer.apple.com/jp/news/releases/?id=10212024f) | ||
- [watchOS 11.1 RC (22R582)](https://developer.apple.com/jp/news/releases/?id=10222024b) | ||
- [visionOS 2.1 RC (22N580)](https://developer.apple.com/jp/news/releases/?id=10212024g) | ||
- [Xcode 16.2 beta (16B5100e)](https://developer.apple.com/jp/news/releases/?id=10232024a) | ||
|
||
## OSS のリリース情報 | ||
|
||
iOS アプリ開発でよく使われている OSS のリリース情報です。 | ||
|
||
### Apple | ||
|
||
#### Swift OpenAPI Generator 1.4.0 | ||
|
||
[https://github.com/apple/swift-openapi-generator/releases/tag/1.4.0](https://github.com/apple/swift-openapi-generator/releases/tag/1.4.0) | ||
|
||
サーバー変数用の enum を生成する機能が追加されました。パラメータなしのレスポンスを作成するための静的プロパティを生成する機能が追加されました。また、`TranslatorContext` が導入され、コードの構造が改善されました。さらに、ドキュメント更新やいくつかの修正も含まれています。 | ||
|
||
#### SwiftNIO 2.76.0 2.76.1 | ||
|
||
[https://github.com/apple/swift-nio/releases/tag/2.76.0](https://github.com/apple/swift-nio/releases/tag/2.76.0) | ||
[https://github.com/apple/swift-nio/releases/tag/2.76.1](https://github.com/apple/swift-nio/releases/tag/2.76.1) | ||
|
||
Swift 5.8 のサポートが終了しました。Strict Concurrency Checking のための `EventLoopFuture`・`EventLoopPromise` の修正が行われました。また、ファイルを読み込んで各種データ型へ変換するための API が追加されたほか、いくつかの追加・修正も含まれています。 | ||
|
||
### サードパーティ | ||
|
||
#### fastlane 2.225.0 | ||
|
||
[https://github.com/fastlane/fastlane/releases/tag/2.225.0](https://github.com/fastlane/fastlane/releases/tag/2.225.0) | ||
|
||
Apple アカウントによる認証で新たに用いられるようになった SHA-256 と 2048 ビットハッシュを使用する独自の SRP バリアントに対応しました。このバージョンより前の fastlane で Apple アカウントの認証を試みると、「503 Service Temporarily Unavailable」となって失敗してしまう可能性があります。 | ||
|
||
#### Firebase Apple 11.4.0 | ||
|
||
[https://github.com/fastlane/fastlane/releases/tag/2.225.0](https://github.com/fastlane/fastlane/releases/tag/2.225.0) | ||
|
||
Firebase Analytics ではサーバーサイドタグマネージャーのサポートが追加されました。また、Firebase Authentication では TOTP による認証でのアカウント登録時のクラッシュが修正されました。そして、Firebase Crashlytics では `upload-symbols` が 3.18 に更新され、dSYM バンドル内の複数の DWARF コンテンツのアップロードがサポートされました。さらに、Vertex AI in Firebase が GA に到達しました。そのほか、いくつかの不具合修正も含まれています。 | ||
|
||
#### Swift Composable Architecture 1.15.2 | ||
|
||
[https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.2](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.15.2) | ||
|
||
`@Store` に関する問題が修正されました。 | ||
|
||
#### Realm 10.54.1 | ||
|
||
[https://github.com/realm/realm-swift/releases/tag/v10.54.1](https://github.com/realm/realm-swift/releases/tag/v10.54.1) | ||
|
||
イベントライブラリの問題が修正されました。 |