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 2013/07/11 21:08:17 UTC

docs commit: [CB-4052] Update iOS upgrading docs for archive issue (2.9.x branch)

Updated Branches:
  refs/heads/2.9.x cf337b33e -> a71389b63 (forced update)


[CB-4052] Update iOS upgrading docs for archive issue (2.9.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/a71389b6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a71389b6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a71389b6

Branch: refs/heads/2.9.x
Commit: a71389b6351a1b237cd1f171f674c8f62a9e0778
Parents: fe2a950
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Jul 11 12:02:42 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Jul 11 12:08:09 2013 -0700

----------------------------------------------------------------------
 docs/en/2.8.0/guide/upgrading/ios/index.md | 2 +-
 docs/en/2.9.0/guide/upgrading/ios/index.md | 2 +-
 docs/en/edge/guide/upgrading/ios/index.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a71389b6/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 348aad0..fae2eab 100644
--- a/docs/en/2.8.0/guide/upgrading/ios/index.md
+++ b/docs/en/2.8.0/guide/upgrading/ios/index.md
@@ -52,7 +52,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/a71389b6/docs/en/2.9.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.9.0/guide/upgrading/ios/index.md b/docs/en/2.9.0/guide/upgrading/ios/index.md
index 6130d05..e3c175d 100644
--- a/docs/en/2.9.0/guide/upgrading/ios/index.md
+++ b/docs/en/2.9.0/guide/upgrading/ios/index.md
@@ -61,7 +61,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/a71389b6/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 6130d05..e3c175d 100644
--- a/docs/en/edge/guide/upgrading/ios/index.md
+++ b/docs/en/edge/guide/upgrading/ios/index.md
@@ -61,7 +61,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 ##