aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists/PSMTabBar-Info.plist
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-03 23:00:12 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-03 23:00:12 +0000
commit7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205 (patch)
tree4e517e57e2b758ff84a92062c3263aa3a5b0907f /Resources/Plists/PSMTabBar-Info.plist
parent89719b64e4f6fa793c4ed7d4d1a63f8b4938812c (diff)
downloadsequelpro-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/Plists/PSMTabBar-Info.plist')
-rw-r--r--Resources/Plists/PSMTabBar-Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/Resources/Plists/PSMTabBar-Info.plist b/Resources/Plists/PSMTabBar-Info.plist
new file mode 100644
index 00000000..f2603b15
--- /dev/null
+++ b/Resources/Plists/PSMTabBar-Info.plist
@@ -0,0 +1,22 @@
+<?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.positivespinmedia.PSMTabBarFramework</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>