mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Merge pull request #63 from yonaskolb/homebrew-disable-sandbox
Disable sandbox when building XcodeGen for Homebrew
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ class Xcodegen < Formula
|
||||
def install
|
||||
xcodegen_path = "#{buildpath}/.build/release/XcodeGen"
|
||||
ohai "Building XcodeGen"
|
||||
system("swift build -c release -Xswiftc -static-stdlib")
|
||||
system("swift build --disable-sandbox -c release -Xswiftc -static-stdlib")
|
||||
bin.install xcodegen_path
|
||||
pkgshare.install "SettingPresets"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user