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 20:59:11 UTC

docs commit: [CB-4052] Update iOS upgrading docs for archive issue

Updated Branches:
  refs/heads/master 8d59aba98 -> db7363201


[CB-4052] Update iOS upgrading docs for archive issue


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/db736320
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/db736320
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/db736320

Branch: refs/heads/master
Commit: db7363201252c7b9f10ecf4d47ceb69d21f70fe6
Parents: 8d59aba
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Jul 11 11:59:10 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Jul 11 11:59:10 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/platforms/ios/upgrading.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/db736320/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/db736320/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/db736320/docs/en/edge/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/upgrading.md b/docs/en/edge/guide/platforms/ios/upgrading.md
index 4009bc2..c0b48c2 100644
--- a/docs/en/edge/guide/platforms/ios/upgrading.md
+++ b/docs/en/edge/guide/platforms/ios/upgrading.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 2.6.0 projects to 2.7.0 ##