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 /Source/SPPreferenceController.m | |
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 'Source/SPPreferenceController.m')
-rw-r--r-- | Source/SPPreferenceController.m | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m index 0716acf4..f6670a03 100644 --- a/Source/SPPreferenceController.m +++ b/Source/SPPreferenceController.m @@ -31,7 +31,6 @@ // More info at <http://code.google.com/p/sequel-pro/> #import "SPPreferenceController.h" -#import "SPPreferencesUpgrade.h" #import "SPTablesPreferencePane.h" #import "SPEditorPreferencePane.h" #import "SPGeneralPreferencePane.h" @@ -60,11 +59,7 @@ */ - (id)init { - if ((self = [super initWithWindowNibName:@"Preferences"])) { - - // Upgrade prefs - SPApplyRevisionChanges(); - + if ((self = [super initWithWindowNibName:@"Preferences"])) { fontChangeTarget = 0; } |