You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/09/03 02:28:08 UTC

[2/2] docs commit: [CB-9603][iOS] Document 'deployment-target' preference in config.xml

[CB-9603][iOS] Document 'deployment-target' preference in config.xml


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

Branch: refs/heads/master
Commit: 33a1c22a4101a9c32471497431e342489836d459
Parents: b98bd77
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Sep 2 17:23:50 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Sep 2 17:23:50 2015 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/33a1c22a/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 5938027..b51a465 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -143,4 +143,10 @@ File](config_ref_index.md.html#The%20config.xml%20File) for information on globa
 
         <preference name="target-device" value="universal" />
 
+- `deployment-target` (string, not set by default):
+  This sets the `IPHONEOS_DEPLOYMENT_TARGET` in the build, which ultimately tranlsates to the `MinimumOSVersion` in the ipa.
+  For more details please refer to Apple's documentation on 
+  [`Deployment Target Settings`](https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html)
+
+        <preference name="deployment-target" value="7.0" />
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org