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/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/Info.plist')
-rw-r--r-- | Resources/Plists/Info.plist | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 0930e9ce..14c16d9f 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -21,12 +21,12 @@ </array> <key>CFBundleTypeRole</key> <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> <key>LSItemContentTypes</key> <array> - <string>com.google.code.sequel-pro.spf</string> + <string>com.sequelpro.SequelPro.spf</string> </array> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> </dict> <dict> <key>CFBundleTypeExtensions</key> @@ -44,12 +44,12 @@ </array> <key>CFBundleTypeRole</key> <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> <key>LSItemContentTypes</key> <array> - <string>com.google.code.sequel-pro.spTheme</string> + <string>com.sequelpro.SequelPro.spTheme</string> </array> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> </dict> <dict> <key>CFBundleTypeExtensions</key> @@ -66,14 +66,14 @@ </array> <key>CFBundleTypeRole</key> <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> <key>LSItemContentTypes</key> <array> - <string>com.google.code.sequel-pro.spfs</string> + <string>com.sequelpro.SequelPro.spfs</string> </array> <key>LSTypeIsPackage</key> <true/> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> </dict> <dict> <key>CFBundleTypeExtensions</key> @@ -91,14 +91,14 @@ </array> <key>CFBundleTypeRole</key> <string>Editor</string> - <key>NSDocumentClass</key> - <string>SPDocumentController</string> <key>LSItemContentTypes</key> <array> - <string>com.google.code.sequel-pro.spbundle</string> + <string>com.sequelpro.SequelPro.spbundle</string> </array> <key>LSTypeIsPackage</key> <true/> + <key>NSDocumentClass</key> + <string>SPDocumentController</string> </dict> <dict> <key>CFBundleTypeExtensions</key> @@ -128,7 +128,7 @@ <key>CFBundleIconFile</key> <string>appicon.icns</string> <key>CFBundleIdentifier</key> - <string>com.google.code.sequel-pro</string> + <string>com.sequelpro.SequelPro</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> @@ -137,6 +137,17 @@ <string>APPL</string> <key>CFBundleShortVersionString</key> <string>0.9.9.1</string> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>Sequel Pro URL scheme</string> + <key>CFBundleURLSchemes</key> + <array> + <string>sequelpro</string> + </array> + </dict> + </array> <key>CFBundleVersion</key> <string></string> <key>FRFeedbackReporter.maxConsoleLogSize</key> @@ -197,16 +208,16 @@ <key>UTExportedTypeDeclarations</key> <array> <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> <key>UTTypeDescription</key> <string>Sequel Pro Connection</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> - <string>com.google.code.sequel-pro.spf</string> - <key>UTTypeConformsTo</key> - <array> - <string>public.plain-text</string> - </array> + <string>com.sequelpro.SequelPro.spf</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> @@ -218,16 +229,16 @@ </dict> </dict> <dict> + <key>UTTypeConformsTo</key> + <array> + <string>com.apple.package</string> + </array> <key>UTTypeDescription</key> <string>Sequel Pro Session</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> - <string>com.google.code.sequel-pro.spfs</string> - <key>UTTypeConformsTo</key> - <array> - <string>com.apple.package</string> - </array> + <string>com.sequelpro.SequelPro.spfs</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> @@ -239,16 +250,16 @@ </dict> </dict> <dict> + <key>UTTypeConformsTo</key> + <array> + <string>com.apple.package</string> + </array> <key>UTTypeDescription</key> <string>Sequel Pro Bundle</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> - <string>com.google.code.sequel-pro.spbundle</string> - <key>UTTypeConformsTo</key> - <array> - <string>com.apple.package</string> - </array> + <string>com.sequelpro.SequelPro.spbundle</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> @@ -261,16 +272,16 @@ </dict> </dict> <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> <key>UTTypeDescription</key> <string>SQL File</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> - <string>com.google.code.sequel-pro.sql</string> - <key>UTTypeConformsTo</key> - <array> - <string>public.plain-text</string> - </array> + <string>com.sequelpro.SequelPro.sql</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> @@ -282,16 +293,16 @@ </dict> </dict> <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.plain-text</string> + </array> <key>UTTypeDescription</key> <string>Sequel Pro Color Theme</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> - <string>com.google.code.sequel-pro.spTheme</string> - <key>UTTypeConformsTo</key> - <array> - <string>public.plain-text</string> - </array> + <string>com.sequelpro.SequelPro.spTheme</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> @@ -304,16 +315,5 @@ </dict> </dict> </array> - <key>CFBundleURLTypes</key> - <array> - <dict> - <key>CFBundleURLName</key> - <string>Sequel Pro URL scheme</string> - <key>CFBundleURLSchemes</key> - <array> - <string>sequelpro</string> - </array> - </dict> - </array> </dict> </plist> |