@@ -65,28 +65,28 @@ function run {
6565}
6666
6767function test_ios {
68- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-iOS " -configuration " Debug" -destination " generic/platform=iOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
68+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -destination " generic/platform=iOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
6969
7070 run osascript -e ' tell app "Simulator" to quit'
71- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-iOS " -configuration " Debug" -sdk " iphonesimulator$BUILD_IOS_SDK_VERSION " -destination " name=iPhone SE (3rd generation),OS=$RUNTIME_IOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
71+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " iphonesimulator$BUILD_IOS_SDK_VERSION " -destination " name=iPhone SE (3rd generation),OS=$RUNTIME_IOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
7272}
7373
7474function test_tvos {
75- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-tvOS " -configuration " Debug" -destination " generic/platform=tvOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
75+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -destination " generic/platform=tvOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
7676
7777 run osascript -e ' tell app "Simulator" to quit'
78- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-tvOS " -configuration " Debug" -sdk " appletvsimulator$BUILD_TVOS_SDK_VERSION " -destination " name=Apple TV,OS=$RUNTIME_TVOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
78+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " appletvsimulator$BUILD_TVOS_SDK_VERSION " -destination " name=Apple TV,OS=$RUNTIME_TVOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
7979}
8080
8181function test_watchos {
82- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-watchOS " -configuration " Debug" -destination " generic/platform=watchOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
82+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -destination " generic/platform=watchOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
8383
8484 run osascript -e ' tell app "Simulator" to quit'
85- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-watchOS " -configuration " Debug" -sdk " watchsimulator$BUILD_WATCHOS_SDK_VERSION " -destination " name=Apple Watch Series 6 (40mm),OS=$RUNTIME_WATCHOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
85+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " watchsimulator$BUILD_WATCHOS_SDK_VERSION " -destination " name=Apple Watch Series 6 (40mm),OS=$RUNTIME_WATCHOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
8686}
8787
8888function test_macos {
89- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble-macOS " -configuration " Debug" -sdk " macosx$BUILD_MACOS_SDK_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
89+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " macosx$BUILD_MACOS_SDK_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
9090}
9191
9292function test_xcode_spm_macos {
0 commit comments