Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45B8210C00 for ; Thu, 11 Jul 2013 19:04:56 +0000 (UTC) Received: (qmail 64034 invoked by uid 500); 11 Jul 2013 19:04:56 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 64014 invoked by uid 500); 11 Jul 2013 19:04:56 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 64007 invoked by uid 99); 11 Jul 2013 19:04:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 19:04:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F09C488FBDF; Thu, 11 Jul 2013 19:04:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: docs commit: [CB-4052] Update iOS upgrading docs for archive issue (2.8.x branch) Date: Thu, 11 Jul 2013 19:04:55 +0000 (UTC) Updated Branches: refs/heads/2.8.x a38e090b2 -> c222b586d [CB-4052] Update iOS upgrading docs for archive issue (2.8.x branch) Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/c222b586 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/c222b586 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/c222b586 Branch: refs/heads/2.8.x Commit: c222b586d286d2dd3a7ba67259d05d5f60e51d8f Parents: a38e090 Author: Shazron Abdullah Authored: Thu Jul 11 12:04:55 2013 -0700 Committer: Shazron Abdullah Committed: Thu Jul 11 12:04:55 2013 -0700 ---------------------------------------------------------------------- docs/en/2.8.0/guide/upgrading/ios/index.md | 2 +- docs/en/edge/guide/upgrading/ios/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c222b586/docs/en/2.8.0/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/upgrading/ios/index.md b/docs/en/2.8.0/guide/upgrading/ios/index.md index 0c93ca1..6241e7c 100644 --- a/docs/en/2.8.0/guide/upgrading/ios/index.md +++ b/docs/en/2.8.0/guide/upgrading/ios/index.md @@ -51,7 +51,7 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo 10. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, edit **"-Obj-C"** to be **"-ObjC"** -11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${TARGET\_BUILD\_DIR}/libCordova.a"**. You would only need to do this if you have the problem defined in [this issue.](https://issues.apache.org/jira/browse/CB-3458) +11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${BUILT\_PRODUCTS\_DIR}/libCordova.a"**. You would only need to do this if you have the problem defined in [this issue.](https://issues.apache.org/jira/browse/CB-3458) ## Upgrading Cordova 2.6.0 projects to 2.7.0 ## http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c222b586/docs/en/edge/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/ios/index.md b/docs/en/edge/guide/upgrading/ios/index.md index 0c93ca1..6241e7c 100644 --- a/docs/en/edge/guide/upgrading/ios/index.md +++ b/docs/en/edge/guide/upgrading/ios/index.md @@ -51,7 +51,7 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo 10. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, edit **"-Obj-C"** to be **"-ObjC"** -11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${TARGET\_BUILD\_DIR}/libCordova.a"**. You would only need to do this if you have the problem defined in [this issue.](https://issues.apache.org/jira/browse/CB-3458) +11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${BUILT\_PRODUCTS\_DIR}/libCordova.a"**. You would only need to do this if you have the problem defined in [this issue.](https://issues.apache.org/jira/browse/CB-3458) ## Upgrading Cordova 2.6.0 projects to 2.7.0 ##