You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/06 05:01:46 UTC

[10/19] ios commit: CB-8436 Remove more bad quotes from build command

CB-8436 Remove more bad quotes from build command


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/74224252
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/74224252
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/74224252

Branch: refs/heads/4.0.x
Commit: 74224252487b15ef2698d785ca1ee2464cd77c5c
Parents: 2bef65e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 17 09:37:55 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 17 09:37:55 2015 -0500

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/build.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/74224252/bin/templates/scripts/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/build.js b/bin/templates/scripts/cordova/lib/build.js
index e081959..153a4ec 100644
--- a/bin/templates/scripts/cordova/lib/build.js
+++ b/bin/templates/scripts/cordova/lib/build.js
@@ -112,12 +112,12 @@ function getXcodeArgs(projectName, projectPath, configuration, isDevice) {
         xcodebuildArgs = [
             '-xcconfig', path.join(__dirname, '..', 'build-' + configuration.toLowerCase() + '.xcconfig'),
             '-project', projectName + '.xcodeproj',
-            'ARCHS="i386"',
+            'ARCHS=i386',
             '-target', projectName ,
             '-configuration', configuration,
             '-sdk', 'iphonesimulator',
             'build',
-            'VALID_ARCHS="i386"',
+            'VALID_ARCHS=i386',
             'CONFIGURATION_BUILD_DIR=' + path.join(projectPath, 'build', 'emulator'),
             'SHARED_PRECOMPS_DIR=' + path.join(projectPath, 'build', 'sharedpch')
         ];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org