diff options
author | mtvee <emptyvee@gmail.com> | 2009-05-18 01:06:21 +0000 |
---|---|---|
committer | mtvee <emptyvee@gmail.com> | 2009-05-18 01:06:21 +0000 |
commit | 61da30eb923d774336ad10d252d4d0790999f33f (patch) | |
tree | ed38c0343137633a32e027ef42a6127aff9edb0e /Unit Tests-Info.plist | |
parent | 6ce469c5f1d99fc3733f4f86d2b046d6abec6728 (diff) | |
download | sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.tar.gz sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.tar.bz2 sequelpro-61da30eb923d774336ad10d252d4d0790999f33f.zip |
- forgot to add the actual test files to the push
Diffstat (limited to 'Unit Tests-Info.plist')
-rw-r--r-- | Unit Tests-Info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Unit Tests-Info.plist b/Unit Tests-Info.plist new file mode 100644 index 00000000..65013556 --- /dev/null +++ b/Unit Tests-Info.plist @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//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>${EXECUTABLE_NAME}</string> + <key>CFBundleIdentifier</key> + <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>BNDL</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> +</dict> +</plist> |