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

[11/31] ios commit: CB-8254 - Enable use of .xcconfig when building for emulator

CB-8254 - Enable use of .xcconfig when building for emulator


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

Branch: refs/heads/wkwebview
Commit: 875d699dc2c03c065082677ea8ee8d80efec4cc6
Parents: fd941c3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Feb 5 11:51:48 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Feb 5 11:51:48 2015 -0800

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/build.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/875d699d/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 b7a6bd0..02d8113 100644
--- a/bin/templates/scripts/cordova/lib/build.js
+++ b/bin/templates/scripts/cordova/lib/build.js
@@ -110,6 +110,7 @@ function getXcodeArgs(projectName, projectPath, configuration, isDevice) {
         ];
     } else { // emulator
         xcodebuildArgs = [
+            '-xcconfig', path.join(__dirname, '..', 'build-' + configuration.toLowerCase() + '.xcconfig'),
             '-project', projectName + '.xcodeproj',
             'ARCHS="i386"',
             '-target', projectName ,


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