diff options
author | stuconnolly <stuart02@gmail.com> | 2009-05-18 14:33:23 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-05-18 14:33:23 +0000 |
commit | 5262da7ff98873fa742d74fb0920620f32b0fda9 (patch) | |
tree | 1c413951d84fd0d86386571bdc8fbb669174dbf4 /Resources/Unit Tests-Info.plist | |
parent | 657ffd4480328d149b5f70721945f042b1849953 (diff) | |
download | sequelpro-5262da7ff98873fa742d74fb0920620f32b0fda9.tar.gz sequelpro-5262da7ff98873fa742d74fb0920620f32b0fda9.tar.bz2 sequelpro-5262da7ff98873fa742d74fb0920620f32b0fda9.zip |
Move unit tests info plist to resources directory and remove space from unit tests directory.
Diffstat (limited to 'Resources/Unit Tests-Info.plist')
-rw-r--r-- | Resources/Unit Tests-Info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Resources/Unit Tests-Info.plist b/Resources/Unit Tests-Info.plist new file mode 100644 index 00000000..65013556 --- /dev/null +++ b/Resources/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> |