@@ -8,16 +8,16 @@ echo "===============================" &&
88echo " PinLayout-iOS" &&
99echo " ===============================" &&
1010time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS \
11- -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2.2 \
12- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2.2 ' \
11+ -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.5 \
12+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5 ' \
1313 | xcpretty &&
1414
1515echo " ===============================" &&
1616echo " PinLayout-tvOS" &&
1717echo " ===============================" &&
1818time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19- -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.2.2 \
20- -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.2.2 ' \
19+ -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.5 \
20+ -destination ' platform=tvOS Simulator,name=Apple TV 4K,OS=13.5 ' \
2121 | xcpretty &&
2222
2323echo " ===============================" &&
@@ -50,7 +50,7 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
5050
5151time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5252 -derivedDataPath $DERIVED_DATA -sdk iphonesimulator13.2 \
53- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2.2 ' \
53+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5 ' \
5454 | xcpretty &&
5555
5656# 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.2.2 -derivedDataPath $DERIVED_DATA \
84- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2.2 ' \
83+ -sdk iphonesimulator13.5 -derivedDataPath $DERIVED_DATA \
84+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5 ' \
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.2.2 -derivedDataPath $DERIVED_DATA \
109- -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.2.2 ' \
108+ -sdk appletvsimulator13.5 -derivedDataPath $DERIVED_DATA \
109+ -destination ' platform=tvOS Simulator,name=Apple TV,OS=13.5 ' \
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.2.2 \
123+ -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.5 \
124124 -derivedDataPath $DERIVED_DATA \
125- -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.2.2 ' \
125+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=13.5 ' \
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.2.2 -derivedDataPath $DERIVED_DATA \
143- # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.2.2 ' \
142+ # time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator13.5 -derivedDataPath $DERIVED_DATA \
143+ # -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5 ' \
144144# | xcpretty
145145# cd ../../..
146146#
0 commit comments