diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-01-21 09:16:09 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-01-21 09:16:09 +0000 |
commit | 61f28687e8a820e74374eca9b33e2d5f5f299e83 (patch) | |
tree | 68557ec3c092cbf2d96f19db48476030dad80aaa /data/Info.plist | |
parent | 8da60fb76f83b43bb724f2ab750bfeba4e715fe4 (diff) |
Adding required data files.
Diffstat (limited to 'data/Info.plist')
-rw-r--r-- | data/Info.plist | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/Info.plist b/data/Info.plist new file mode 100644 index 0000000..c496c4c --- /dev/null +++ b/data/Info.plist @@ -0,0 +1,34 @@ +<?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>Packager</string> + + <key>CFBundleIdentifier</key> + <string>com.saurik.Cydia</string> + + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + + <key>CFBundleName</key> + <string>Packager</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> |