diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:16:11 -1000 |
commit | 3916b31c1a7f80bad761770af4cf3002aa474d5e (patch) | |
tree | e5a97142ec121de9c5e73d99a3cc78f2176b5328 /MobileCydia.app | |
parent | 2273c2d6719e3ba61fcb484b0ca88671ebde57d3 (diff) |
Use new iOS11 UI
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index aeaf0ec..6a7bac4 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -48,6 +48,12 @@ <key>DTSDKName</key> <string>iphoneos2.0.saurik</string> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> + <key>DTPlatformVersion</key> <string>8.0</string> |