Skip to content

Commit 511be9e

Browse files
committed
Update test platform to xcode 11.5 iOS 13.5
1 parent 97aba2e commit 511be9e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode11.2
2+
osx_image: xcode11.5
33

44
cache:
55
- bundler

build-ci.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ echo "===============================" &&
88
echo "PinLayout-iOS" &&
99
echo "===============================" &&
1010
time 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

1515
echo "===============================" &&
1616
echo "PinLayout-tvOS" &&
1717
echo "===============================" &&
1818
time 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

2323
echo "===============================" &&
@@ -50,7 +50,7 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
5050

5151
time 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 &&
8080
rm -rf $DERIVED_DATA &&
8181
pod install &&
8282
time 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 &&
8686
cd ../../.. &&
8787

@@ -105,8 +105,8 @@ cd TestProjects/cocoapods/tvos &&
105105
rm -rf $DERIVED_DATA &&
106106
pod install &&
107107
time 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 &&
111111
cd ../../.. &&
112112

@@ -120,9 +120,9 @@ rm Cartfile &&
120120
echo "git \"$TRAVIS_BUILD_DIR\" \"$TRAVIS_BRANCH\"" > Cartfile &&
121121
carthage update --use-ssh --platform iOS &&
122122
time 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 &&
127127
cd ../../.. &&
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

Comments
 (0)