Merge pull request #63 from yonaskolb/homebrew-disable-sandbox

Disable sandbox when building XcodeGen for Homebrew
This commit is contained in:
Yonas Kolb
2017-09-23 17:25:41 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -68,7 +68,7 @@ $ make
```
$ brew tap yonaskolb/XcodeGen https://github.com/yonaskolb/XcodeGen.git
$ brew install XcodeGen --no-sandbox
$ brew install XcodeGen
```
### Swift Package Manager