diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 12:47:52 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 12:47:52 +0000 |
commit | 23672b395e60e5a76f7ba01ba0b7ac7cf7957525 (patch) | |
tree | bd3c7e27071a87afdc72cd4193edc2c412051414 /data/Info.plist | |
parent | f62038bb546ec54e73e629187eebe209d3b0fb2f (diff) |
Renaming folder structure, added settings icon, and fixed crash bug for everyone but me.
Diffstat (limited to 'data/Info.plist')
-rw-r--r-- | data/Info.plist | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/data/Info.plist b/data/Info.plist deleted file mode 100644 index 2490ace..0000000 --- a/data/Info.plist +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - - <key>CFBundleExecutable</key> - <string>Cydia</string> - - <key>CFBundleIdentifier</key> - <string>com.saurik.Cydia</string> - - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - - <key>CFBundleName</key> - <string>Cydia</string> - - <key>CFBundlePackageType</key> - <string>APPL</string> - - <key>CFBundleShortVersionString</key> - <string>0.9</string> - - <key>CFBundleSignature</key> - <string>????</string> - - <key>CFBundleVersion</key> - <string>0.9</string> -</dict> - -</plist> |