@@ -20,9 +20,9 @@ time bundle exec fastlane mac travis &&
2020echo " ===============================" &&
2121echo " iOS unit test" &&
2222echo " ===============================" &&
23- time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.3 \
24- -destination ' platform=iOS Simulator,name=iPhone 7 Plus,OS=11.3 ' \
25- -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.3 ' \
23+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
24+ -destination ' platform=iOS Simulator,name=iPhone 7 Plus,OS=11.4 ' \
25+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
2626 -destination ' platform=iOS Simulator,name=iPhone 6,OS=10.2' \
2727 | xcpretty &&
2828
@@ -40,8 +40,8 @@ echo "===============================" &&
4040cd TestProjects/cocoapods/ios &&
4141rm -rf $DERIVED_DATA &&
4242pod install &&
43- time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator11.3 -derivedDataPath $DERIVED_DATA \
44- -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.3 ' \
43+ time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
44+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
4545 | xcpretty &&
4646cd ../../..
4747
@@ -63,8 +63,8 @@ echo "===============================" &&
6363cd TestProjects/cocoapods/tvos &&
6464rm -rf $DERIVED_DATA &&
6565pod install &&
66- time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator11.3 -derivedDataPath $DERIVED_DATA \
67- -destination ' platform=tvOS Simulator,name=Apple TV,OS=11.3 ' \
66+ time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator11.4 -derivedDataPath $DERIVED_DATA \
67+ -destination ' platform=tvOS Simulator,name=Apple TV,OS=11.4 ' \
6868 | xcpretty &&
6969cd ../../..
7070
@@ -77,8 +77,8 @@ rm -rf $DERIVED_DATA &&
7777rm Cartfile &&
7878echo " git \" $TRAVIS_BUILD_DIR \" \" $TRAVIS_BRANCH \" " > Cartfile &&
7979carthage update --use-ssh --platform iOS &&
80- time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.3 -derivedDataPath $DERIVED_DATA \
81- -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.3 ' \
80+ time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
81+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
8282 | xcpretty &&
8383cd ../../..
8484
@@ -91,8 +91,8 @@ cd ../../..
9191# rm -rf .build &&
9292# rm Package.pins
9393# swift package show-dependencies --format json &&
94- # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.3 -derivedDataPath $DERIVED_DATA \
95- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.3 ' \
94+ # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
95+ # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
9696# | xcpretty &&
9797# cd ../../..
9898#
0 commit comments