Skip to content

Commit

Permalink
Merge branch 'release/2024.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Feb 26, 2024
2 parents bc58652 + 4f5824a commit 9e9f3fb
Show file tree
Hide file tree
Showing 21 changed files with 901 additions and 709 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
steps:
- uses: actions/checkout@v4
- name: Select Xcode Version
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
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: 2023.3.1
swift_version: 5.8.1
swift_version: 5.9.2
xcodebuild_arguments:
- -parallelizeTargets
- -sdk
- iphoneos16.4
- iphoneos17.2
- -workspace
- Sora.xcworkspace
- -scheme
Expand Down
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
--wrapparameters after-first
--header strip

--disable redundantInit,sortedSwitchCases,strongOutlets,unusedArguments,wrapSwitchCases
--disable redundantInit,sortedSwitchCases,strongOutlets,unusedArguments,wrapSwitchCases,preferForLoop
Loading

0 comments on commit 9e9f3fb

Please sign in to comment.