Merge pull request #16467 from Archery-Inc/xcode-sandbox
Add a new path in sandbox for Xcode
This commit is contained in:
commit
0c7638e3d1
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user