Skip to content

Commit 9e9f3fb

Browse files
committed
Merge branch 'release/2024.1.0'
2 parents bc58652 + 4f5824a commit 9e9f3fb

21 files changed

+901
-709
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: macos-13
15+
runs-on: macos-14
1616
env:
17-
XCODE: /Applications/Xcode_14.3.1.app
18-
XCODE_SDK: iphoneos16.4
17+
XCODE: /Applications/Xcode_15.2.app
18+
XCODE_SDK: iphoneos17.2
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Select Xcode Version
@@ -25,7 +25,7 @@ jobs:
2525
- name: Show CocoaPods Version
2626
run: pod --version
2727
- name: Restore Pods
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: Pods
3131
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ min_acl: public
99
sdk: iphoneos
1010
module: Sora
1111
module_version: 2023.3.1
12-
swift_version: 5.8.1
12+
swift_version: 5.9.2
1313
xcodebuild_arguments:
1414
- -parallelizeTargets
1515
- -sdk
16-
- iphoneos16.4
16+
- iphoneos17.2
1717
- -workspace
1818
- Sora.xcworkspace
1919
- -scheme

.swiftformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
--wrapparameters after-first
66
--header strip
77

8-
--disable redundantInit,sortedSwitchCases,strongOutlets,unusedArguments,wrapSwitchCases
8+
--disable redundantInit,sortedSwitchCases,strongOutlets,unusedArguments,wrapSwitchCases,preferForLoop

0 commit comments

Comments
 (0)