Skip to content

Commit

Permalink
Remove -downloadPlatform visionOS since macOS 14 runner already inclu…
Browse files Browse the repository at this point in the history
…des visionOS SDK?
  • Loading branch information
calda committed Feb 21, 2024
1 parent 8f67d98 commit 4277589
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ def ifVisionOSEnabled
if ENV["SKIP_VISION_OS"] == "true"
puts "Skipping visionOS build"
else
installVisionOSIfNecessary()
yield
end
end

def installVisionOSIfNecessary
xcodebuild("-downloadPlatform visionOS")
end

0 comments on commit 4277589

Please sign in to comment.