Skip to content

Commit c644745

Browse files
committed
fix AVP device name
1 parent 26bf7a5 commit c644745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
ios_sim_flags = "-sdk iphonesimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
4242

4343
vision_sim_device_type = "Apple Vision Pro"
44-
vision_sim_device_exact_name = vision_sim_device_type + " Simulator \(1.2\)"
44+
vision_sim_device_exact_name = vision_sim_device_type + " (1.2)"
4545
vision_sim_dest = "-destination 'platform=visionOS Simulator,name=" + vision_sim_device_type + ",OS=1.2'"
4646
vision_sim_flags = "-sdk xrsimulator CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO"
4747

0 commit comments

Comments
 (0)