1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

xcodebuild alltargets

This commit is contained in:
Kyle Spearrin 2019-08-26 15:50:36 -04:00
parent e637ba924f
commit b41c15de68

View File

@ -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);