diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-07-16 18:55:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-07-16 18:55:24 +0000 |
commit | 6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6 (patch) | |
tree | d7a6b3a9e841ae5f29cb692ba69ce96fe5bcb075 /sequel-pro.xcodeproj | |
parent | 3d94ef3ed65c30139ded428b477fac673a29c1ee (diff) | |
download | sequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.tar.gz sequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.tar.bz2 sequelpro-6f637e7b2b68de486c8fb5cd2e6ac5c0dd59c8c6.zip |
• some further work on outsourcing the Field Editor sheet for Content and Custom Query Tab
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 225cbcbb..5746922d 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -161,6 +161,7 @@ BC2C8E220FA8C2DB008468C7 /* sequel-pro-mysql-help-template.html in Resources */ = {isa = PBXBuildFile; fileRef = BC2C8E210FA8C2DB008468C7 /* sequel-pro-mysql-help-template.html */; }; BC8C8532100E0A8000D7A129 /* SPTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C8531100E0A8000D7A129 /* SPTableView.m */; }; BC99296E0FF3D001008B79AB /* SPFieldEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = BC99296D0FF3D001008B79AB /* SPFieldEditor.m */; }; + BCA6F631100FA7D700E80253 /* FieldEditorSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCA6F62F100FA7D700E80253 /* FieldEditorSheet.xib */; }; BCD0AD490FBBFC340066EA5C /* SPSQLTokenizer.l in Sources */ = {isa = PBXBuildFile; fileRef = BCD0AD480FBBFC340066EA5C /* SPSQLTokenizer.l */; }; /* End PBXBuildFile section */ @@ -458,6 +459,7 @@ BC8C8531100E0A8000D7A129 /* SPTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTableView.m; sourceTree = "<group>"; }; BC99296C0FF3D001008B79AB /* SPFieldEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPFieldEditor.h; sourceTree = "<group>"; }; BC99296D0FF3D001008B79AB /* SPFieldEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPFieldEditor.m; sourceTree = "<group>"; }; + BCA6F630100FA7D700E80253 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/FieldEditorSheet.xib; sourceTree = "<group>"; }; BCD0AD480FBBFC340066EA5C /* SPSQLTokenizer.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = SPSQLTokenizer.l; sourceTree = "<group>"; }; BCD0AD4A0FBBFC480066EA5C /* SPSQLTokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPSQLTokenizer.h; sourceTree = "<group>"; }; /* End PBXFileReference section */ @@ -845,6 +847,7 @@ 17E642050EF020A3001BC333 /* Interfaces */ = { isa = PBXGroup; children = ( + BCA6F62F100FA7D700E80253 /* FieldEditorSheet.xib */, 17E642060EF020CB001BC333 /* DBView.xib */, B52460D90F8EF93B00171639 /* Console.xib */, 1761FD460EF03A6F00331368 /* MainMenu.xib */, @@ -1164,6 +1167,7 @@ B5538AB00FF251EE00219803 /* button_pane_show_icon.tif in Resources */, 5822CAE110011C8000DCC3D6 /* ConnectionView.xib in Resources */, BC1E55C4100DC92200AAE9F0 /* table-view-small-square.tiff in Resources */, + BCA6F631100FA7D700E80253 /* FieldEditorSheet.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1400,6 +1404,14 @@ name = ExportDialog.xib; sourceTree = "<group>"; }; + BCA6F62F100FA7D700E80253 /* FieldEditorSheet.xib */ = { + isa = PBXVariantGroup; + children = ( + BCA6F630100FA7D700E80253 /* English */, + ); + name = FieldEditorSheet.xib; + sourceTree = "<group>"; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ |