7
7
branches : ' *'
8
8
9
9
env :
10
- DEVELOPER_DIR : /Applications/Xcode_14 .0.app/Contents/Developer
10
+ DEVELOPER_DIR : /Applications/Xcode-16.0 .0.app/Contents/Developer
11
11
12
12
jobs :
13
13
unit-tests :
54
54
run : pod install --project-directory=Examples/ResourceApp
55
55
- name : Test
56
56
# 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
58
58
59
59
test-iOS-StaticFrameworks :
60
60
runs-on : self-hosted
74
74
chmod +x .build/release/rswift
75
75
- name : Test
76
76
# 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
78
78
79
79
test-iOS-LocalizedStringApp :
80
80
runs-on : self-hosted
93
93
mv rswift-dev/rswift .build/release/rswift
94
94
chmod +x .build/release/rswift
95
95
- 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
97
97
98
98
test-tvOS :
99
99
runs-on : self-hosted
@@ -113,7 +113,7 @@ jobs:
113
113
chmod +x .build/release/rswift
114
114
- name : Test
115
115
# 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
117
117
118
118
build-rswift :
119
119
runs-on : self-hosted
0 commit comments