Skip to content

Commit e65db55

Browse files
committed
update Apple TV
1 parent c866cdb commit e65db55

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.ruby-version_old

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.7.2
1+
ruby-2.6.6

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: objective-c
22
osx_image: xcode12.5
33

4-
# rvm:
5-
# - 2.7.2.
6-
74
cache:
85
- bundler
96
- cocoapods

build-ci.sh

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "PinLayout-tvOS" &&
1717
echo "===============================" &&
1818
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
1919
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator14.5 \
20-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
20+
-destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=14.5' \
2121
| xcpretty &&
2222

2323
echo "===============================" &&
@@ -35,18 +35,18 @@ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
3535
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.5' \
3636
| xcpretty &&
3737

38-
# time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39-
# -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40-
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41-
# | xcpretty &&
38+
time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40+
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41+
| xcpretty &&
4242

4343
echo "===============================" &&
4444
echo "iOS unit test" &&
4545
echo "===============================" &&
46-
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47-
# -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48-
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49-
# | xcpretty &&
46+
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48+
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49+
| xcpretty &&
5050

5151
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5252
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \

0 commit comments

Comments
 (0)