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/05/20 02:00:31 UTC

ios commit: CB-8788 - Drop armv7s from default iOS Cordova build to align with Xcode 6

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x df6929f83 -> 2765ada89


CB-8788 - Drop armv7s from default iOS Cordova build to align with Xcode 6


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

Branch: refs/heads/4.0.x
Commit: 2765ada899e116b5f276487baa849373140b521e
Parents: df6929f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 19 17:01:27 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 19 17:01:27 2015 -0700

----------------------------------------------------------------------
 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/2765ada8/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 2213ef8..d5d50be 100644
--- a/bin/templates/scripts/cordova/lib/build.js
+++ b/bin/templates/scripts/cordova/lib/build.js
@@ -154,12 +154,12 @@ function getXcodeArgs(projectName, projectPath, configuration, isDevice) {
         xcodebuildArgs = [
             '-xcconfig', path.join(__dirname, '..', 'build-' + configuration.toLowerCase() + '.xcconfig'),
             '-project', projectName + '.xcodeproj',
-            'ARCHS=armv7 armv7s arm64',
+            'ARCHS=armv7 arm64',
             '-target', projectName,
             '-configuration', configuration,
             '-sdk', 'iphoneos',
             'build',
-            'VALID_ARCHS=armv7 armv7s arm64',
+            'VALID_ARCHS=armv7 arm64',
             'CONFIGURATION_BUILD_DIR=' + path.join(projectPath, 'build', 'device'),
             '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