From 8c27fbba193596ae2123bb8fc30e6d7041f44a83 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 29 Oct 2010 14:33:32 +0000 Subject: Move SPConnectionController's delegate methods to their own protocol. --- sequel-pro.xcodeproj/project.pbxproj | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'sequel-pro.xcodeproj/project.pbxproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index c9b87bf0..c61ac93c 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -668,6 +668,7 @@ 17D38EBB12771A1C00672B13 /* SPTableStructureDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableStructureDelegate.m; sourceTree = ""; }; 17D38F6E1279E23A00672B13 /* SPTableFieldValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTableFieldValidation.h; sourceTree = ""; }; 17D38F6F1279E23A00672B13 /* SPTableFieldValidation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableFieldValidation.m; sourceTree = ""; }; + 17D38FC3127B0CFC00672B13 /* SPConnectionControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPConnectionControllerDelegate.h; sourceTree = ""; }; 17DA04EA0FC1A7DA00D66140 /* Unit Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Unit Tests-Info.plist"; path = "Plists/Unit Tests-Info.plist"; sourceTree = ""; }; 17DC8E74126F4AB600E9AAEC /* MCPConnectionDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCPConnectionDelegate.h; sourceTree = ""; }; 17DCC5C5115C202700F89A00 /* MCPStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCPStringAdditions.h; sourceTree = ""; }; @@ -1347,8 +1348,6 @@ children = ( 17E641480EF01EF6001BC333 /* SPCustomQuery.h */, 17E641490EF01EF6001BC333 /* SPCustomQuery.m */, - 5822C9B31000DB2400DCC3D6 /* SPConnectionController.h */, - 5822C9B41000DB2400DCC3D6 /* SPConnectionController.m */, 177E7A210FCB6A2E00E9E122 /* SPExtendedTableInfo.h */, 177E7A220FCB6A2E00E9E122 /* SPExtendedTableInfo.m */, 387BBBA60FBCB6CB00B31746 /* SPTableRelations.h */, @@ -1359,6 +1358,7 @@ 17E6414F0EF01EF6001BC333 /* SPTableContent.m */, 17E641500EF01EF6001BC333 /* SPDatabaseDocument.h */, 17E641510EF01EF6001BC333 /* SPDatabaseDocument.m */, + 17D38FC2127B0C9500672B13 /* Connection View */, 17D38F691279E17D00672B13 /* Table Structure */, 1792C28910AE1C7200ABE758 /* Controller Categories */, ); @@ -1620,6 +1620,16 @@ name = "Table Structure"; sourceTree = ""; }; + 17D38FC2127B0C9500672B13 /* Connection View */ = { + isa = PBXGroup; + children = ( + 5822C9B31000DB2400DCC3D6 /* SPConnectionController.h */, + 5822C9B41000DB2400DCC3D6 /* SPConnectionController.m */, + 17D38FC3127B0CFC00672B13 /* SPConnectionControllerDelegate.h */, + ); + name = "Connection View"; + sourceTree = ""; + }; 17DC8825126B222D00E9AAEC /* Third Party */ = { isa = PBXGroup; children = ( -- cgit v1.2.3