You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Arthur Stolyar (JIRA)" <ji...@apache.org> on 2015/11/19 16:07:10 UTC

[jira] [Commented] (CB-8953) Cordova iOS prepare is removing UISupportedInterfaceOrientations from the plist file

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

Arthur Stolyar commented on CB-8953:
------------------------------------

I am trying to use that "new" value `all` and it does not work, cli says:

`
Unsupported global orientation: all
Defaulting to value: default
`

while orientation preference is specified in ios section. 

> Cordova iOS prepare is removing UISupportedInterfaceOrientations from the plist file
> ------------------------------------------------------------------------------------
>
>                 Key: CB-8953
>                 URL: https://issues.apache.org/jira/browse/CB-8953
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 5.0.0
>         Environment: iOS
>            Reporter: Vinoth Kumar
>
> I just installed the CLI 5.0.0 and when I try to run,
> 'cordova prepare ios', it is modifying the app plist file.
> That is, the prepare is removing the UISupportedInterfaceOrientations key and the array list from the plist.
> Before Prepare: 
> {code}
> <key>UISupportedInterfaceOrientations</key>
> 	<array>
> 		<string>UIInterfaceOrientationPortrait</string>
> 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
> 	</array>
> 	<key>UISupportedInterfaceOrientations~ipad</key>
> 	<array>
> 		<string>UIInterfaceOrientationPortrait</string>
> 		<string>UIInterfaceOrientationLandscapeLeft</string>
> 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
> 		<string>UIInterfaceOrientationLandscapeRight</string>
> 	</array>
> {code}
> After Prepare:
> {code}
>  <key>UISupportedInterfaceOrientations~ipad</key>
>     <array>
>       <string>UIInterfaceOrientationPortrait</string>
>       <string>UIInterfaceOrientationLandscapeLeft</string>
>       <string>UIInterfaceOrientationPortraitUpsideDown</string>
>       <string>UIInterfaceOrientationLandscapeRight</string>
>     </array>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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