diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-12 10:38:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-12 10:38:12 -0700 |
commit | 74d67391cdfb235c934aa8de5bfef025d384ff6f (patch) | |
tree | 11591cabaf6001cc9f355685fff7731e939e7f59 | |
parent | 5150048811b6857a67e071538267d17f100dc488 (diff) |
Claim to use iOS 7 SDK (for status bar). [rpetrich]
-rw-r--r-- | MobileCydia.app/Info.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index b9cb458..5f1e2bc 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -48,6 +48,9 @@ <key>DTSDKName</key> <string>iphoneos2.0.saurik</string> + <key>DTPlatformVersion</key> + <string>7.0</string> + <key>MinimumOSVersion</key> <string>2.0</string> |