diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-16 23:59:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-16 23:59:49 +0000 |
commit | c11cf1b6014c84523a7c876288b396ed85e4b0b2 (patch) | |
tree | 816314820994094cb9730eb1e92929007fb3a3b9 /Resources | |
parent | bc3634ca98ea0a5e3ebb5c5f41684a485c30b119 (diff) | |
download | sequelpro-c11cf1b6014c84523a7c876288b396ed85e4b0b2.tar.gz sequelpro-c11cf1b6014c84523a7c876288b396ed85e4b0b2.tar.bz2 sequelpro-c11cf1b6014c84523a7c876288b396ed85e4b0b2.zip |
Add CFBundleShortVersionString property to MCPKit Info.plist.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/MCPKit-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/MCPKit-Info.plist b/Resources/Plists/MCPKit-Info.plist index b7be8884..e89bc7e0 100644 --- a/Resources/Plists/MCPKit-Info.plist +++ b/Resources/Plists/MCPKit-Info.plist @@ -16,5 +16,7 @@ <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> </dict> </plist> |