summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS/Info.plist')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Info.plist9
1 files changed, 8 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Info.plist b/Xamarin.Forms.ControlGallery.iOS/Info.plist
index 97cdf2e7..706d8bb5 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Info.plist
+++ b/Xamarin.Forms.ControlGallery.iOS/Info.plist
@@ -15,7 +15,12 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
- <array/>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
<key>MinimumOSVersion</key>
<string>6.1</string>
<key>CFBundleDisplayName</key>
@@ -97,5 +102,7 @@
</dict>
</dict>
</dict>
+ <key>CFBundleName</key>
+ <string>XamControl</string>
</dict>
</plist>