You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/20 16:56:26 UTC

[jira] [Commented] (CB-7118) iOS: add target-device and MinimumOSVersion support to config.xml

    [ https://issues.apache.org/jira/browse/CB-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103963#comment-14103963 ] 

ASF subversion and git services commented on CB-7118:
-----------------------------------------------------

Commit b9eca9851ead2df69021ce83fbf728d78774c1bd in cordova-lib's branch refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=b9eca98 ]

CB-7118 iOS: add target-device and MinimumOSVersion support to config.xml

github: close #57


> iOS: add target-device and MinimumOSVersion support to config.xml
> -----------------------------------------------------------------
>
>                 Key: CB-7118
>                 URL: https://issues.apache.org/jira/browse/CB-7118
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: CordovaLib, iOS
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>            Priority: Minor
>
> Discussed via mailing list as "iOS: add target-device and MinimumOSVersion support to config.xml"
> Phonegap build already supports[2] preferences below and we could make this a part of Cordova. I can implement this if we agree. Thoughts?
> #1 target-device
> For targeting a specific device; possible values are handset, tablet, or universal (default). 
> Example: 
> <preference name="target-device" value="universal" />
> #2 deployment-target
> This sets the IPHONEOS_DEPLOYMENT_TARGET in the build, which tranlsates to the MinimumOSVersion in the ipa Propertly List. 
> Example: 
> <preference name="deployment-target" value="7.0" />
> [2]http://docs.build.phonegap.com/en_US/configuring_preferences.md.html#_ios_only 



--
This message was sent by Atlassian JIRA
(v6.2#6252)