[jira] [Commented] (CB-6287) Should build script add support for arm64?

2014-03-18 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939853#comment-13939853
 ] 

Shazron Abdullah commented on CB-6287:
--

With the upcoming 3.5.0, at least with the iOS core code, there should be no 
warnings. The plugins are on a different release schedule, and James is working 
on fixing the warnings.

 Should build script add support for arm64?
 --

 Key: CB-6287
 URL: https://issues.apache.org/jira/browse/CB-6287
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Reporter: glmnbeyond
 Fix For: 3.5.0


 Currently, build script specify VALID_ARCHS as armv7 armv7s, should we add 
 arm64 to VALID_ARCHS?
 exec xcodebuild -xcconfig $CORDOVA_PATH/build.xcconfig -project 
 $PROJECT_NAME.xcodeproj ARCHS=armv7 armv7s -target $PROJECT_NAME 
 -configuration $CONFIGURATION -sdk iphoneos build VALID_ARCHS=armv7 armv7s 
 CONFIGURATION_BUILD_DIR=$PROJECT_PATH/build/device



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6287) Should build script add support for arm64?

2014-03-17 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937796#comment-13937796
 ] 

Marcel Kinard commented on CB-6287:
---

From what I've seen Shaz and James working on, the code isn't quite ready yet 
for that. There are warnings being emitted during compilation. But once the 
code is ready, yes this is a valid question.

 Should build script add support for arm64?
 --

 Key: CB-6287
 URL: https://issues.apache.org/jira/browse/CB-6287
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Reporter: glmnbeyond

 Currently, build script specify VALID_ARCHS as armv7 armv7s, should we add 
 arm64 to VALID_ARCHS?
 exec xcodebuild -xcconfig $CORDOVA_PATH/build.xcconfig -project 
 $PROJECT_NAME.xcodeproj ARCHS=armv7 armv7s -target $PROJECT_NAME 
 -configuration $CONFIGURATION -sdk iphoneos build VALID_ARCHS=armv7 armv7s 
 CONFIGURATION_BUILD_DIR=$PROJECT_PATH/build/device



--
This message was sent by Atlassian JIRA
(v6.2#6252)