mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-29 07:14:44 -06:00
Remove UIRequiredDeviceCapabilities from Info.plist
Submitting to the app store complains about this setting being too restrictive. Removing it allows support for all devices.
This commit is contained in:
parent
5c25a9b167
commit
577ac5a9cc
@ -24,10 +24,6 @@
|
||||
<string>HTAK</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.6.7</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
@ -37,10 +33,6 @@
|
||||
<true/>
|
||||
<key>UIPrerenderedIcon</key>
|
||||
<true/>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>UIRequiresPersistentWiFi</key>
|
||||
<true/>
|
||||
<key>UIStatusBarHidden</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user