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
63
63
# echo "==============================="
64
64
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
65
65
# -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' \
67
67
# | xcpretty
68
68
69
69
@@ -108,7 +108,7 @@ rm -rf $DERIVED_DATA &&
108
108
pod install &&
109
109
time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
110
110
-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' \
112
112
| xcpretty &&
113
113
rm -rf $DERIVED_DATA &&
114
114
cd ../../.. &&
You can’t perform that action at this time.
0 commit comments