Merge pull request #16467 from Archery-Inc/xcode-sandbox

Add a new path in sandbox for Xcode
This commit is contained in:
Mike McQuaid 2024-01-12 15:05:40 +00:00 committed by GitHub
commit 0c7638e3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ class Sandbox
# Xcode projects expect access to certain cache/archive dirs.
def allow_write_xcode
allow_write_path "#{Dir.home(ENV.fetch("USER"))}/Library/Developer"
allow_write_path "#{Dir.home(ENV.fetch("USER"))}/Library/Caches/org.swift.swiftpm"
end
def allow_write_log(formula)