Skip to content

Commit 833a710

Browse files
committed
tvOS 13.4 (some refs remaining)
1 parent 9050899 commit 833a710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ci.sh

Lines changed: 2 additions & 2 deletions
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 appletvsimulator13.4 \
20-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.5' \
20+
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.4' \
2121
| xcpretty &&
2222

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

6464
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
6565
# -derivedDataPath $DERIVED_DATA -sdk appletvsimulator13.4 \
66-
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.2' \
66+
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=13.4' \
6767
# | xcpretty
6868

6969
# echo "==============================="

0 commit comments

Comments
 (0)