Skip to content

Commit bab4845

Browse files
committed
update
1 parent e65db55 commit bab4845

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
@@ -63,7 +63,7 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
6363
# echo "==============================="
6464
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
6565
# -derivedDataPath $DERIVED_DATA -sdk appletvos14.5 \
66-
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
66+
# -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=14.5' \
6767
# | xcpretty
6868

6969

@@ -108,7 +108,7 @@ rm -rf $DERIVED_DATA &&
108108
pod install &&
109109
time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
110110
-sdk appletvsimulator14.5 -derivedDataPath $DERIVED_DATA \
111-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
111+
-destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=14.5' \
112112
| xcpretty &&
113113
rm -rf $DERIVED_DATA &&
114114
cd ../../.. &&

0 commit comments

Comments
 (0)