Skip to content

Commit b0c470f

Browse files
committed
use AVP name from IDCore
1 parent c644745 commit b0c470f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
ios_sim_dest = "-destination 'platform=iOS Simulator,name=" + ios_sim_device_type + ",OS=17.5'"
4141
ios_sim_flags = "-sdk iphonesimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
4242

43-
vision_sim_device_type = "Apple Vision Pro"
44-
vision_sim_device_exact_name = vision_sim_device_type + " (1.2)"
45-
vision_sim_dest = "-destination 'platform=visionOS Simulator,name=" + vision_sim_device_type + ",OS=1.2'"
43+
vision_sim_device_exact_name = "Apple Vision Pro"
44+
vision_sim_dest = "-destination 'platform=visionOS Simulator,name=" + vision_sim_device_exact_name + ",OS=1.2'"
4645
vision_sim_flags = "-sdk xrsimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
4746

4847
default_workspace = "MSAL.xcworkspace"

0 commit comments

Comments
 (0)