diff --git a/gulpfile.js b/gulpfile.js index 2b1590830e..169cf0a71c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -181,8 +181,7 @@ function distSafari(cb) { const proc = child.spawn('xcodebuild', [ '-project', buildPath + 'desktop.xcodeproj', - '-target', - 'safari', + '-alltargets', '-configuration', 'Release']); stdOutProc(proc);