File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 40
40
ios_sim_dest = "-destination 'platform=iOS Simulator,name=" + ios_sim_device_type + ",OS=17.5'"
41
41
ios_sim_flags = "-sdk iphonesimulator CODE_SIGN_IDENTITY=\" \" CODE_SIGNING_REQUIRED=NO"
42
42
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'"
46
45
vision_sim_flags = "-sdk xrsimulator CODE_SIGN_IDENTITY=\" \" CODE_SIGNING_REQUIRED=NO"
47
46
48
47
default_workspace = "MSAL.xcworkspace"
You can’t perform that action at this time.
0 commit comments