Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

Commit ddbfacb

Browse files
Merge pull request #24 from ekonstantinidis/ipad-fixes
Bump Version & iPad Config
2 parents 80ffad1 + 572d7d9 commit ddbfacb

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

ios/Gitify/Info.plist

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>
@@ -40,13 +40,21 @@
4040
<array>
4141
<string>armv7</string>
4242
</array>
43+
<key>UIRequiresFullScreen</key>
44+
<true/>
4345
<key>UIStatusBarStyle</key>
4446
<string>UIStatusBarStyleLightContent</string>
4547
<key>UISupportedInterfaceOrientations</key>
4648
<array>
47-
<string>UIInterfaceOrientationPortrait</string>
4849
<string>UIInterfaceOrientationLandscapeRight</string>
4950
<string>UIInterfaceOrientationLandscapeLeft</string>
51+
<string>UIInterfaceOrientationPortrait</string>
52+
</array>
53+
<key>UISupportedInterfaceOrientations~ipad</key>
54+
<array>
55+
<string>UIInterfaceOrientationPortrait</string>
56+
<string>UIInterfaceOrientationLandscapeLeft</string>
57+
<string>UIInterfaceOrientationLandscapeRight</string>
5058
</array>
5159
<key>UIViewControllerBasedStatusBarAppearance</key>
5260
<false/>

0 commit comments

Comments
 (0)