@@ -18,30 +18,37 @@ time bundle exec fastlane mac travis &&
1818echo " ===============================" &&
1919echo " iOS unit test" &&
2020echo " ===============================" &&
21- time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
21+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
2222 -destination ' platform=iOS Simulator,name=iPhone 6,OS=9.3' \
2323 | xcpretty &&
2424
25- time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
25+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
2626 -destination ' platform=iOS Simulator,name=iPhone 7,OS=10.2' \
2727 | xcpretty &&
2828
29- time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
29+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
3030 -destination ' platform=iOS Simulator,name=iPhone 8,OS=11.4' \
3131 | xcpretty &&
3232
33+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
34+ -destination ' platform=iOS Simulator,name=iPhone XS,OS=12.0' \
35+ | xcpretty &&
36+
3337echo " ===============================" &&
3438echo " tvOS unit test" &&
3539echo " ===============================" &&
36- time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS -derivedDataPath $DERIVED_DATA -sdk appletvsimulator11.4 \
40+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS -derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.0 \
3741 -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=11.4' \
3842 | xcpretty &&
3943
44+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS -derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.0 \
45+ -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=12.0' \
46+ | xcpretty &&
4047
4148echo " ===============================" &&
4249echo " macOS unit test" &&
4350echo " ===============================" &&
44- time xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.13 \
51+ time xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.14 \
4552 | xcpretty &&
4653
4754
@@ -51,8 +58,8 @@ echo "===============================" &&
5158cd TestProjects/cocoapods/ios &&
5259rm -rf $DERIVED_DATA &&
5360pod install &&
54- time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
55- -destination ' platform=iOS Simulator,name=iPhone 8,OS=11.4 ' \
61+ time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator12.0 -derivedDataPath $DERIVED_DATA \
62+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=12.0 ' \
5663 | xcpretty &&
5764cd ../../.. &&
5865
@@ -63,7 +70,7 @@ echo "===============================" &&
6370cd TestProjects/cocoapods/macos &&
6471rm -rf $DERIVED_DATA &&
6572pod install &&
66- time xcodebuild clean build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx10.13 -derivedDataPath $DERIVED_DATA \
73+ time xcodebuild clean build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx10.14 -derivedDataPath $DERIVED_DATA \
6774 | xcpretty &&
6875cd ../../.. &&
6976
@@ -74,8 +81,8 @@ echo "===============================" &&
7481cd TestProjects/cocoapods/tvos &&
7582rm -rf $DERIVED_DATA &&
7683pod install &&
77- time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator11.4 -derivedDataPath $DERIVED_DATA \
78- -destination ' platform=tvOS Simulator,name=Apple TV,OS=11.4 ' \
84+ time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator12.0 -derivedDataPath $DERIVED_DATA \
85+ -destination ' platform=tvOS Simulator,name=Apple TV,OS=12.0 ' \
7986 | xcpretty &&
8087cd ../../.. &&
8188
@@ -88,8 +95,8 @@ rm -rf $DERIVED_DATA &&
8895rm Cartfile &&
8996echo " git \" $TRAVIS_BUILD_DIR \" \" $TRAVIS_BRANCH \" " > Cartfile &&
9097carthage update --use-ssh --platform iOS &&
91- time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
92- -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
98+ time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.0 -derivedDataPath $DERIVED_DATA \
99+ -destination ' platform=iOS Simulator,name=iPhone 7,OS=12.0 ' \
93100 | xcpretty &&
94101cd ../../..
95102
@@ -102,10 +109,10 @@ cd ../../..
102109# rm -rf .build &&
103110# rm Package.pins
104111# swift package show-dependencies --format json &&
105- # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator11.4 -derivedDataPath $DERIVED_DATA \
106- # -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4 ' \
112+ # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.0 -derivedDataPath $DERIVED_DATA \
113+ # -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.0 ' \
107114# | xcpretty &&
108115# cd ../../..
109116#
110117# #OTHER_SWIFT_FLAGS='-Xfrontend -debug-time-function-bodies'
111- # xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.13 &&
118+ # xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.14 &&
0 commit comments