diff options
| author | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
|---|---|---|
| committer | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
| commit | ba310e8b58d686ee9897b26a7edab5b778a8d96f (patch) | |
| tree | f7b5feaf4151d88b2283ed657133737b378f7eba /QSFoundation.framework/Versions/A/Resources | |
Add remaining plugins
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
Diffstat (limited to 'QSFoundation.framework/Versions/A/Resources')
| -rw-r--r-- | QSFoundation.framework/Versions/A/Resources/Info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/QSFoundation.framework/Versions/A/Resources/Info.plist b/QSFoundation.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000..59c36ae --- /dev/null +++ b/QSFoundation.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,20 @@ +<?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>English</string> + <key>CFBundleExecutable</key> + <string>QSFoundation</string> + <key>CFBundleIdentifier</key> + <string>com.blacktree.QSFoundation</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleSignature</key> + <string>DAED</string> + <key>CFBundleVersion</key> + <string>1.0</string> +</dict> +</plist> |