diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 22:30:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 22:30:12 -0700 |
commit | 58206bd88c379ea9e9744467d111cc59675e220c (patch) | |
tree | 0bb82b7335c6f1024baae4f50405dafa8b3e0463 /MobileCydia.app | |
parent | b4ada7f5135f7f1a73f1b59838500cab472fd772 (diff) |
Set DTPlatformVersion to really really assert 8.0.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index b81bd5d..0b6ff36 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -49,7 +49,7 @@ <string>iphoneos2.0.saurik</string> <key>DTPlatformVersion</key> - <string>7.0</string> + <string>8.0</string> <key>MinimumOSVersion</key> <string>2.0</string> |