diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-09-23 23:10:25 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:29 +0000 |
commit | c390d3ab34d681832980e545b276467787a70d0a (patch) | |
tree | d5557d57a86e6b9c8a6c33b08df7bb9f4aa46593 /Cydia.app/Info.plist | |
parent | 6e201c55ab5e152a21efd305072ce38b1d0163ad (diff) |
Massive stability and feature improvements to Cydia.
Diffstat (limited to 'Cydia.app/Info.plist')
-rw-r--r-- | Cydia.app/Info.plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cydia.app/Info.plist b/Cydia.app/Info.plist index 0062d2b..786f627 100644 --- a/Cydia.app/Info.plist +++ b/Cydia.app/Info.plist @@ -32,6 +32,18 @@ <key>SBUsesNetwork</key> <integer>3</integer> + + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>Cydia Internal URL</string> + <key>CFBundleURLSchemes</key> + <array> + <string>cydia</string> + </array> + </dict> + </array> </dict> </plist> |