diff options
author | rowanbeentje <rowan@beent.je> | 2012-11-18 15:38:41 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-11-18 15:38:41 +0000 |
commit | fb1d481a1d9420bffc830696de66b2874e64a67a (patch) | |
tree | 1f894750378b873c1328f81ed30099b888d540d5 /Resources/Plists/Sequel Pro QLGenerator-Info.plist | |
parent | 5d87d8f8cd268e753a1b2ed647ee413c43360ba6 (diff) | |
download | sequelpro-fb1d481a1d9420bffc830696de66b2874e64a67a.tar.gz sequelpro-fb1d481a1d9420bffc830696de66b2874e64a67a.tar.bz2 sequelpro-fb1d481a1d9420bffc830696de66b2874e64a67a.zip |
* Please note this revision will re-prompt for access to all KeyChain passwords *
- Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro
- Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+
- Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults
- Re-order the default keys to alphabetical to more easily locate values
Diffstat (limited to 'Resources/Plists/Sequel Pro QLGenerator-Info.plist')
-rw-r--r-- | Resources/Plists/Sequel Pro QLGenerator-Info.plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Resources/Plists/Sequel Pro QLGenerator-Info.plist b/Resources/Plists/Sequel Pro QLGenerator-Info.plist index 9fb710ab..1899f423 100644 --- a/Resources/Plists/Sequel Pro QLGenerator-Info.plist +++ b/Resources/Plists/Sequel Pro QLGenerator-Info.plist @@ -11,9 +11,9 @@ <string>QLGenerator</string> <key>LSItemContentTypes</key> <array> - <string>com.google.code.sequel-pro.spf</string> - <string>com.google.code.sequel-pro.sql</string> - <string>com.google.code.sequel-pro.spfs</string> + <string>com.sequelpro.SequelPro.spf</string> + <string>com.sequelpro.SequelPro.sql</string> + <string>com.sequelpro.SequelPro.spfs</string> </array> </dict> </array> @@ -22,7 +22,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro.qlgenerator</string> + <string>com.sequelpro.SequelPro.qlgenerator</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |