1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +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', [
'-project',
buildPath + 'desktop.xcodeproj',
'-target',
'safari',
'-alltargets',
'-configuration',
'Release']);
stdOutProc(proc);