mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-13 00:51:45 +01:00
xcodebuild alltargets
This commit is contained in:
parent
e637ba924f
commit
b41c15de68
@ -181,8 +181,7 @@ function distSafari(cb) {
|
|||||||
const proc = child.spawn('xcodebuild', [
|
const proc = child.spawn('xcodebuild', [
|
||||||
'-project',
|
'-project',
|
||||||
buildPath + 'desktop.xcodeproj',
|
buildPath + 'desktop.xcodeproj',
|
||||||
'-target',
|
'-alltargets',
|
||||||
'safari',
|
|
||||||
'-configuration',
|
'-configuration',
|
||||||
'Release']);
|
'Release']);
|
||||||
stdOutProc(proc);
|
stdOutProc(proc);
|
||||||
|
Loading…
Reference in New Issue
Block a user