77 branches : ' *'
88
99env :
10- DEVELOPER_DIR : /Applications/Xcode_14 .0.app/Contents/Developer
10+ DEVELOPER_DIR : /Applications/Xcode-16.0 .0.app/Contents/Developer
1111
1212jobs :
1313 unit-tests :
5454 run : pod install --project-directory=Examples/ResourceApp
5555 - name : Test
5656 # run: fastlane scan --workspace "Examples/ResourceApp/ResourceApp.xcworkspace" --scheme "ResourceApp"
57- run : xcodebuild -workspace Examples/ResourceApp/ResourceApp.xcworkspace -scheme ResourceApp -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16 .0' test
57+ run : xcodebuild -workspace Examples/ResourceApp/ResourceApp.xcworkspace -scheme ResourceApp -destination 'platform=iOS Simulator,name=iPhone 16 ,OS=18 .0' test
5858
5959 test-iOS-StaticFrameworks :
6060 runs-on : self-hosted
7474 chmod +x .build/release/rswift
7575 - name : Test
7676 # run: fastlane scan --project "Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj" --scheme "App"
77- run : xcodebuild -project Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj -scheme App -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16 .0' test
77+ run : xcodebuild -project Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj -scheme App -destination 'platform=iOS Simulator,name=iPhone 16 ,OS=18 .0' test
7878
7979 test-iOS-LocalizedStringApp :
8080 runs-on : self-hosted
9393 mv rswift-dev/rswift .build/release/rswift
9494 chmod +x .build/release/rswift
9595 - name : Test
96- run : xcodebuild -project Examples/LocalizedStringApp/LocalizedStringApp.xcodeproj -scheme LocalizedStringApp -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16 .0' test
96+ run : xcodebuild -project Examples/LocalizedStringApp/LocalizedStringApp.xcodeproj -scheme LocalizedStringApp -destination 'platform=iOS Simulator,name=iPhone 16 ,OS=18 .0' test
9797
9898 test-tvOS :
9999 runs-on : self-hosted
@@ -113,7 +113,7 @@ jobs:
113113 chmod +x .build/release/rswift
114114 - name : Test
115115 # run: fastlane scan --project "Examples/RtvApp/RtvApp.xcodeproj" --scheme "ResourceApp-tvOS"
116- run : xcodebuild -project Examples/RtvApp/RtvApp.xcodeproj -scheme ResourceApp-tvOS -destination 'platform=tvOS Simulator,name=Apple TV,OS=16 .0' test
116+ run : xcodebuild -project Examples/RtvApp/RtvApp.xcodeproj -scheme ResourceApp-tvOS -destination 'platform=tvOS Simulator,name=Apple TV,OS=18 .0' test
117117
118118 build-rswift :
119119 runs-on : self-hosted
0 commit comments