Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9813117B5A for ; Sat, 25 Oct 2014 15:30:49 +0000 (UTC) Received: (qmail 66518 invoked by uid 500); 25 Oct 2014 15:30:49 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 66477 invoked by uid 500); 25 Oct 2014 15:30:49 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 66466 invoked by uid 99); 25 Oct 2014 15:30:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Oct 2014 15:30:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6F3668946DE; Sat, 25 Oct 2014 15:30:48 +0000 (UTC) From: SidneyS To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-ios pull request: (CB-7818) XCode 6.1's xcrun PackageAppli... Content-Type: text/plain Date: Sat, 25 Oct 2014 15:30:48 +0000 (UTC) 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 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 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 Date: 2014-10-25T15:25:42Z CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging / resigning Cordova applications ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org