diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
commit | dfe8b17d3030459f6b66cc1736b4e5823d876fb3 (patch) | |
tree | 4e650d05281c3864163e0ad95da1c2c9d9538f90 /MobileCydia.app/Info.plist | |
parent | 83f16704a75ab41c2921c3d43ff92873ec183caf (diff) |
Use new iOS11 UI
Diffstat (limited to 'MobileCydia.app/Info.plist')
-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> |