[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/115


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


GitHub user SidneyS opened a pull request:

https://github.com/apache/cordova-ios/pull/115

(CB-7818) XCode 6.1's xcrun PackageApplication fails at packaging Cordova 
applications

Fix for the various XCode 6.1 / Yosemite CLI device build issues related to 
[deprecated](https://developer.apple.com/library/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG205)
 resource rules.

Evidence:

* 
http://stackoverflow.com/questions/26516442/how-do-we-manually-fix-resourcerules-plist-cannot-read-resources-error-after/26563642
 (posted my hook-based interim solution here)
* 
http://stackoverflow.com/questions/26488077/ios-ipa-codesign-on-xcode-6-1-yosemite
* 
https://stackoverflow.com/questions/26497863/xcode-6-1-error-while-building-ipa-using-testflight-app/26499526

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SidneyS/cordova-ios master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #115


commit be97c99e8ff290804044de65862f2ca9fda070b3
Author: Sidney Bofah sidney.bo...@googlemail.com
Date:   2014-10-18T01:38:49Z

Fixed build / xcconfig defaults for CI environments. cordova build 
--device --release now builds using the iPhone Distribution-type profile, as 
opposed to the default cordova build --device, using the default iPhone 
Developer-type profile.

commit 16abe6022941db62e7d3f47c7ce50496ebd7466f
Author: Sidney Bofah sidney.bo...@googlemail.com
Date:   2014-10-20T06:14:12Z

(CB-7818) Re-added build.xcconfig as shared .xcconfig for legacy 
compatibility. Implemented Configuration-level .xcconfig selection via 
inheritance. Added ASF comment section, short documentation.

commit 3ef87ae7075929f4fc0cac8e2d55ce73ee0e3124
Author: Sidney Bofah sidney.bo...@googlemail.com
Date:   2014-10-25T15:25:42Z

CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging / 
resigning Cordova applications




 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/115#issuecomment-60502411
  
Looks like the first two commits shouldn't be here, no biggie I could 
cherry pick the last commit. Plus, the title should be for CB-7872.


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user SidneyS commented on the pull request:

https://github.com/apache/cordova-ios/pull/114#issuecomment-59688070
  
Thanks @shazron, just pushed the new version. We also use a custom build 
system which is regexing/patching build.xcconfig on runtime (..). I amended the 
commit, choice of xcconfig it is now solved via inheritance from 
build.xcconfig. build-debug.xcconfig is empty but can by extended as users see 
fit, as it overrides build.xcconfig per default. build-release.xcconfig always 
overrides build.xcconfig when used. Also added ASF comment section and some 
documentation.


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
 Fix For: Master


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/114#issuecomment-59816419
  
Looks great! I'll pull this in for cordova-ios 3.7.0


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
 Fix For: Master


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/114


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-7818:
-

Commit c0db6382af2e2570be139d584f553ca5c046a941 in cordova-ios's branch 
refs/heads/master from [~SidneyS]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=c0db638 ]

CB-7818 - CLI builds ignore Distribution certificates (closes #114)

Fixed build / xcconfig defaults for CI environments. cordova build -…
…-device --release now builds using the iPhone Distribution-type profile, as 
opposed to the default cordova build --device, using the default iPhone 
Developer-type profile.

Re-added build.xcconfig as shared .xcconfig for legacy compatibility. 
Implemented Configuration-level .xcconfig selection via inheritance. Added ASF 
comment section, short documentation.

Signed-off-by: Shazron Abdullah shaz...@apache.org


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/114#issuecomment-59627703
  
This is a great idea. However, I would err on potentially not breaking 
current build environments and still support build.xcconfig (esp since 
Microsoft's tools use this) , and treat that as Debug, and create a new one 
based on Release only - build-release.xcconfig. 



 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
 Fix For: Master


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


GitHub user SidneyS opened a pull request:

https://github.com/apache/cordova-ios/pull/114

CB-7818  - CLI builds ignore Distribution certificates

Fixed build / xcconfig defaults for CI environments. cordova build 
--device --release now builds using the default iPhone Distribution-type 
profile, as opposed to the default cordova build --device, using the default 
iPhone Developer-type profile (https://issues.apache.org/jira/browse/CB-7818).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SidneyS/cordova-ios master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #114


commit be97c99e8ff290804044de65862f2ca9fda070b3
Author: Sidney Bofah sidney.bo...@googlemail.com
Date:   2014-10-18T01:38:49Z

Fixed build / xcconfig defaults for CI environments. cordova build 
--device --release now builds using the iPhone Distribution-type profile, as 
opposed to the default cordova build --device, using the default iPhone 
Developer-type profile.




 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
 Fix For: Master


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7818) CLI builds ignore Distribution certificates

2014-10-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7818:


Github user dpogue commented on the pull request:

https://github.com/apache/cordova-ios/pull/114#issuecomment-59596942
  
:+1:

We've had to use before_compile hooks with the CLI to work around this 
issue, and it would be great to not need those hacks anymore


 CLI builds ignore Distribution certificates
 ---

 Key: CB-7818
 URL: https://issues.apache.org/jira/browse/CB-7818
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: SidneyS
 Fix For: Master


 Hi, 
 currently, cordova build --release --device yields in device builds using a 
 default iOS Development-type Signing Identity. Intuitively, using release 
 in conjunction with device should try to leverage a local iOS 
 Distribution-type identity to enable CLI adhoc/inhouse-builds without 
 patching xcconfig/xcodeproject files on runtime, or re-signing the created 
 binary after using the default build process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org