File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 &&
108108pod install &&
109109time 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 &&
113113rm -rf $DERIVED_DATA &&
114114cd ../../.. &&
You can’t perform that action at this time.
0 commit comments