Skip to content

Commit 5960469

Browse files
andrewheardncooke3
andauthored
Fix destination specifier
Co-authored-by: Nick Cooke <[email protected]>
1 parent aec4256 commit 5960469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ tvos_flags=(
188188
)
189189
visionos_flags=(
190190
-sdk 'xrsimulator'
191-
-destination 'platform=visionOS Simulator,OS:2.5,name=Apple Vision Pro'
191+
-destination 'platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro'
192192
)
193193
catalyst_flags=(
194194
ARCHS=x86_64 VALID_ARCHS=x86_64 SUPPORTS_MACCATALYST=YES -sdk macosx

0 commit comments

Comments
 (0)