@@ -8,16 +8,16 @@ echo "===============================" &&
88echo " PinLayout-iOS" &&
99echo " ===============================" &&
1010time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS \
11- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
12- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
11+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
12+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
1313 | xcpretty &&
1414
1515echo " ===============================" &&
1616echo " PinLayout-tvOS" &&
1717echo " ===============================" &&
1818time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19- -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
20- -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.0 ' \
19+ -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
20+ -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.2 ' \
2121 | xcpretty &&
2222
2323echo " ===============================" &&
@@ -31,39 +31,39 @@ echo "===============================" &&
3131echo " PinLayoutSample" &&
3232echo " ===============================" &&
3333time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
34- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
34+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
3535 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
3636 | xcpretty &&
3737
3838echo " ===============================" &&
3939echo " iOS unit test" &&
4040echo " ===============================" &&
4141time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
42- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
42+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
4343 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
4444 | xcpretty &&
4545
4646time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
47+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
4848 -destination ' platform=iOS Simulator,name=iPhone 8,OS=12.2' \
4949 | xcpretty &&
5050
5151time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
52- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.0 \
53- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
52+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
53+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
5454 | xcpretty &&
5555
5656# echo "==============================="
5757# echo "tvOS unit test"
5858# echo "==============================="
5959# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
60- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
60+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
6161# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.2' \
6262# | xcpretty
6363
6464# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
65- # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.0 \
66- # -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.0 ' \
65+ # -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2 \
66+ # -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.2 ' \
6767# | xcpretty
6868
6969# echo "==============================="
@@ -80,8 +80,8 @@ cd TestProjects/cocoapods/ios &&
8080rm -rf $DERIVED_DATA &&
8181pod install &&
8282time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS \
83- -sdk iphonesimulator13.0 -derivedDataPath $DERIVED_DATA \
84- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
83+ -sdk iphonesimulator13.2 -derivedDataPath $DERIVED_DATA \
84+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
8585 | xcpretty &&
8686cd ../../.. &&
8787
@@ -105,8 +105,8 @@ cd TestProjects/cocoapods/tvos &&
105105rm -rf $DERIVED_DATA &&
106106pod install &&
107107time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
108- -sdk appletvsimulator13.0 -derivedDataPath $DERIVED_DATA \
109- -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.0 ' \
108+ -sdk appletvsimulator13.2 -derivedDataPath $DERIVED_DATA \
109+ -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.2 ' \
110110 | xcpretty &&
111111cd ../../.. &&
112112
@@ -120,9 +120,9 @@ rm Cartfile &&
120120echo " git \" $TRAVIS_BUILD_DIR \" \" $TRAVIS_BRANCH \" " > Cartfile &&
121121carthage update --use-ssh --platform iOS &&
122122time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
123- -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.0 \
123+ -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.2 \
124124 -derivedDataPath $DERIVED_DATA \
125- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
125+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
126126 | xcpretty &&
127127cd ../../.. &&
128128
@@ -139,8 +139,8 @@ time bundle exec pod lib lint --allow-warnings
139139# rm -rf .build
140140# rm Package.pins
141141# swift package show-dependencies --format json
142- # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.0 -derivedDataPath $DERIVED_DATA \
143- # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.0 ' \
142+ # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.2 -derivedDataPath $DERIVED_DATA \
143+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.2 ' \
144144# | xcpretty
145145# cd ../../..
146146#
0 commit comments