diff options
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -12,7 +12,7 @@ <string>????</string> </array> <key>CFBundleTypeIconFile</key> - <string></string> + <string>appicon.icns</string> <key>CFBundleTypeName</key> <string>DocumentType</string> <key>CFBundleTypeOSTypes</key> @@ -26,31 +26,27 @@ </dict> </array> <key>CFBundleExecutable</key> - <string>Sequel Pro</string> - <key>CFBundleHelpBookFolder</key> - <string>english_help</string> - <key>CFBundleHelpBookName</key> - <string>Sequel Pro Help</string> + <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string>appicon.icns</string> <key>CFBundleIdentifier</key> <string>com.google.code.sequel-pro</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> <key>CFBundleName</key> - <string>Sequel Pro</string> + <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleVersion</key> <string>154</string> <key>NSMainNibFile</key> <string>MainMenu</string> + <key>CFBundleHelpBookFolder</key> + <string>english_help</string> + <key>CFBundleHelpBookName</key> + <string>Sequel Pro Help</string> <key>NSPrincipalClass</key> <string>NSApplication</string> - <key>CFBundleShortVersionString</key> - <string>0.9.2</string> - <key>NSHumanReadableCopyright</key> - <string>0.9.2 (154)</string> - <key>NSAppleScriptEnabled</key> - <string>YES</string> <key>SUFeedURL</key> <string>http://sequelpro.com/appcast/app-releases.xml</string> <key>NSServices</key> @@ -76,5 +72,11 @@ </array> </dict> </array> + <key>NSAppleScriptEnabled</key> + <string>YES</string> + <key>CFBundleShortVersionString</key> + <string>0.9.2</string> + <key>NSHumanReadableCopyright</key> + <string>0.9.2 (154)</string> </dict> </plist> |