-
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 #161 from ios-osushi/feature/081_20231204
Create 081-20231204.md
- Loading branch information
Showing
1 changed file
with
59 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,59 @@ | ||
--- | ||
date: 2023-12-04 09:00 | ||
description: iOS 17.1.2 リリース、iPadOS 17.1.2 リリース、macOS 14.1.2 リリース、Swift Async Algorithms 1.0 リリース、Swift Dependencies 1.1.2 リリース、ほか | ||
tags: ios, ipados, macos, watchos, tvos, swift-async-algorithms, swift-dependencies, lottie, swift-protobuf | ||
--- | ||
# 081 2023-12-04 | ||
|
||
|
||
## Apple のソフトウェアリリース情報 | ||
|
||
Apple が提供している OS や IDE のリリース情報です。 | ||
|
||
### 正式版 | ||
|
||
- [iOS 17.1.2 (21B101)](https://developer.apple.com/news/releases/?id=11302023c) | ||
- [iPadOS 17.1.2 (21B101)](https://developer.apple.com/news/releases/?id=11302023c) | ||
- [macOS 14.1.2 (23B92 | 23B2091)](https://developer.apple.com/news/releases/?id=11302023a) | ||
|
||
### 開発者向けベータ | ||
|
||
- [iOS 17.2 beta 4 (21C5054b)](https://developer.apple.com/news/releases/?id=11282023e) | ||
- [iPadOS 17.2 beta 4 (21C5054b)](https://developer.apple.com/news/releases/?id=11282023d) | ||
- [macOS 14.2 beta 4 (23C5055b)](https://developer.apple.com/news/releases/?id=11282023d) | ||
- [watchOS 10.2 beta 4 (21S5358a)](https://developer.apple.com/news/releases/?id=11282023d) | ||
- [tvOS 17.2 beta 4 (21K5356c)](https://developer.apple.com/news/releases/?id=11282023a) | ||
|
||
## OSS のリリース情報 | ||
|
||
iOS アプリ開発でよく使われている OSS のリリース情報です。 | ||
|
||
### Apple | ||
|
||
#### Swift Async Algorithms 1.0 | ||
|
||
[https://github.com/apple/swift-async-algorithms/releases/tag/1.0.0](https://github.com/apple/swift-async-algorithms/releases/tag/1.0.0) | ||
|
||
多くの変更が加えられ、stable リリースが行われました。 | ||
|
||
### サードパーティ | ||
|
||
#### Swift Dependencies 1.1.2 | ||
|
||
[https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.2](https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.2) | ||
|
||
`@DependencyClient` `@DependencyEndpoint` が正しく inout を使用したクロージャのパラメータをサポートするようになりました。 | ||
また、ドキュメントの改善・修正が行われました。 | ||
|
||
#### Lottie 4.3.4 | ||
|
||
[https://github.com/airbnb/lottie-spm/releases/tag/4.3.4](https://github.com/airbnb/lottie-spm/releases/tag/4.3.4) | ||
|
||
いくつかの不具合の修正・改善が行われました。 | ||
|
||
#### Swift Protobuf 1.25.2 | ||
|
||
[https://github.com/apple/swift-protobuf/releases/tag/1.25.2](https://github.com/apple/swift-protobuf/releases/tag/1.25.2) | ||
|
||
MessageSet のパースを行う際の順序に関する不具合が修正されました。 | ||
|