Differences From Artifact [b0d84f038e]:
- File iOS/Info.plist — part of check-in [1a36714841] at 2017-10-21 20:07:42 on branch trunk — iOS: Allow all orientations (user: js, size: 1212) [annotate] [blame] [check-ins using]
To Artifact [cc5f97ce78]:
- File iOS/Info.plist — part of check-in [d49bbec74c] at 2017-11-26 21:51:37 on branch trunk — iOS: Finish support for key files (user: js, size: 1254) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 38 39 | 31 32 33 34 35 36 37 38 39 40 41 | + + | <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> </array> <key>UIFileSharingEnabled</key> <true/> </dict> </plist> |