Skip to content

Commit

Permalink
Merge pull request #219 from shiguredo/feature/upate-jazzy-config
Browse files Browse the repository at this point in the history
jazzy 設定の `xcodebuild_arguments` の iphoneos を 18.2 に変更する
  • Loading branch information
zztkm authored Jan 10, 2025
2 parents 2e51ddd + ad42945 commit 8c2f5ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ min_acl: public
sdk: iphoneos
module: Sora
module_version: 2024.3.0
swift_version: 5.10.0
swift_version: 6.0.3
xcodebuild_arguments:
- -parallelizeTargets
- -sdk
- iphoneos17.5
- iphoneos18.2
- -workspace
- Sora.xcworkspace
- -scheme
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
- Xcode の version を 16.2 に変更
- SDK を iOS 18.2 に変更
- @zztkm
- [UPDATE] jazzy の設定ファイルを更新する
- `swift_version` を 6.0.3 に変更
- `xcodebuild_arguments` の iphoneos を 18.2 に変更
- @zztkm

## 2024.3.0

Expand Down

0 comments on commit 8c2f5ab

Please sign in to comment.