Skip to content

Commit

Permalink
Merge pull request #161 from ios-osushi/feature/081_20231204
Browse files Browse the repository at this point in the history
Create 081-20231204.md
  • Loading branch information
ry-itto authored Dec 7, 2023
2 parents a2a11ca + 844dd74 commit 15e355e
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions Content/posts/081-20231204.md
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 のパースを行う際の順序に関する不具合が修正されました。

0 comments on commit 15e355e

Please sign in to comment.