File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 EXAMPLE_PROJECT : Example/ExampleApp.xcodeproj
1919 EXAMPLE_SCHEME : ExampleApp
2020
21- DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
21+ DEVELOPER_DIR : /Applications/Xcode_26.1 .app/Contents/Developer
2222
23- IOS_DEST : " platform=iOS Simulator,name=iPhone 16 ,OS=latest"
23+ IOS_DEST : " platform=iOS Simulator,name=iPhone 17 ,OS=latest"
2424
2525jobs :
2626 env-details :
2727 name : Environment details
28- runs-on : macos-15
28+ runs-on : macos-latest
2929 steps :
3030 - name : xcode version
3131 run : xcodebuild -version -sdk
3737
3838 test-iOS :
3939 name : iOS unit test
40- runs-on : macos-15
40+ runs-on : macos-latest
4141 steps :
4242 - name : git checkout
4343 uses : actions/checkout@v6
5353
5454 ui-test-iOS :
5555 name : iOS UI tests
56- runs-on : macos-15
56+ runs-on : macos-latest
5757 steps :
5858 - name : git checkout
5959 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1212 - main
1313
1414env :
15- DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
16- IOS_DEST : " platform=iOS Simulator,name=iPhone 16 ,OS=latest"
15+ DEVELOPER_DIR : /Applications/Xcode_26.1 .app/Contents/Developer
16+ IOS_DEST : " platform=iOS Simulator,name=iPhone 17 ,OS=latest"
1717 SCHEME : ReactiveCollectionsKit
1818
1919jobs :
2020 main :
2121 name : SwiftPM Build
22- runs-on : macos-15
22+ runs-on : macos-latest
2323 steps :
2424 - name : git checkout
2525 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1- // swift-tools-version:6.0
1+ // swift-tools-version:6.2
22// The swift-tools-version declares the minimum version
33// of Swift required to build this package.
44// ----------------------------------------------------
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ driver.update(viewModel: updated)
9292
9393- iOS 15.0+
9494- Swift 5.10+
95- - Xcode 16 .0+
95+ - Xcode 26 .0+
9696- [ SwiftLint] ( https://github.com/realm/SwiftLint )
9797
9898## Installation
Original file line number Diff line number Diff line change 3333PROJECT=" ReactiveCollectionsKit.xcodeproj"
3434SCHEME=" ReactiveCollectionsKit"
3535
36- VERSION=" 0.57.0 "
36+ VERSION=" 0.62.2 "
3737FOUND=$( swiftlint version)
3838CONFIG=" ./.swiftlint.yml"
3939
You can’t perform that action at this time.
0 commit comments