diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-03 23:00:12 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-03 23:00:12 +0000 |
commit | 7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205 (patch) | |
tree | 4e517e57e2b758ff84a92062c3263aa3a5b0907f /Resources/Unit Tests-Info.plist | |
parent | 89719b64e4f6fa793c4ed7d4d1a63f8b4938812c (diff) | |
download | sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.tar.gz sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.tar.bz2 sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.zip |
Tidy up the Resources directory to match that of Xcode's logical directory structure.
Diffstat (limited to 'Resources/Unit Tests-Info.plist')
-rw-r--r-- | Resources/Unit Tests-Info.plist | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Resources/Unit Tests-Info.plist b/Resources/Unit Tests-Info.plist deleted file mode 100644 index 65013556..00000000 --- a/Resources/Unit Tests-Info.plist +++ /dev/null @@ -1,20 +0,0 @@ -<?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> |