From b41c15de684063d45b4628e7dbe2ba07643b9be1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 26 Aug 2019 15:50:36 -0400 Subject: [PATCH] xcodebuild alltargets --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);