We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf7a5 commit c644745Copy full SHA for c644745
build.py
@@ -41,7 +41,7 @@
41
ios_sim_flags = "-sdk iphonesimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
42
43
vision_sim_device_type = "Apple Vision Pro"
44
-vision_sim_device_exact_name = vision_sim_device_type + " Simulator \(1.2\)"
+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'"
46
vision_sim_flags = "-sdk xrsimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
47
0 commit comments