Skip to content

Commit

Permalink
Download visionOS platform if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 12, 2024
1 parent 4ee1f10 commit 336ccff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def ifVisionOSEnabled
if ENV["SKIP_VISION_OS"] == "true"
puts "Skipping visionOS build"
else
# Download visionOS SDK if necessary
xcodebuild("-downloadPlatform visionOS")
yield
end
end

0 comments on commit 336ccff

Please sign in to comment.