aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2017-03-15 18:35:18 +0000
committerStuart Connolly <stuart02@gmail.com>2017-03-15 18:35:18 +0000
commit98e4a6fb1957efd158ad075b2ba8eb8ea6695539 (patch)
tree89c013f0186063f87b3fc5447b2b0bd8799d586a /sequel-pro.xcodeproj
parent0bbe1ffb33a30f7e2d0d06e692ab20ec46f28a46 (diff)
downloadsequelpro-98e4a6fb1957efd158ad075b2ba8eb8ea6695539.tar.gz
sequelpro-98e4a6fb1957efd158ad075b2ba8eb8ea6695539.tar.bz2
sequelpro-98e4a6fb1957efd158ad075b2ba8eb8ea6695539.zip
#2735: Fix console button issues.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index b84b20e4..4ddaedf3 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -99,6 +99,7 @@
17A20AC6124F9B110095CEFB /* SPServerSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A20AC5124F9B110095CEFB /* SPServerSupport.m */; };
17A7773411C52D8E001E27B4 /* SPIndexesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A7773311C52D8E001E27B4 /* SPIndexesController.m */; };
17A7773811C52E61001E27B4 /* IndexesView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17A7773611C52E61001E27B4 /* IndexesView.xib */; };
+ 17AD35F51E79888D000F213E /* button_clear@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 17AD35F41E79888D000F213E /* button_clear@2x.png */; };
17AED4161888BD67008E380F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5EAC0FC0EC87FF900CC579C /* Security.framework */; };
17AF787B11FC41C00073D043 /* SPExportFilenameUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 17AF787A11FC41C00073D043 /* SPExportFilenameUtilities.m */; };
17BA2A3215275D8600389803 /* SPExportInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BA2A3115275D8600389803 /* SPExportInterfaceController.m */; };
@@ -802,6 +803,7 @@
17A7773211C52D8E001E27B4 /* SPIndexesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPIndexesController.h; sourceTree = "<group>"; };
17A7773311C52D8E001E27B4 /* SPIndexesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPIndexesController.m; sourceTree = "<group>"; };
17A7773711C52E61001E27B4 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Interfaces/English.lproj/IndexesView.xib; sourceTree = "<group>"; };
+ 17AD35F41E79888D000F213E /* button_clear@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "button_clear@2x.png"; sourceTree = "<group>"; };
17AF787911FC41C00073D043 /* SPExportFilenameUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPExportFilenameUtilities.h; sourceTree = "<group>"; };
17AF787A11FC41C00073D043 /* SPExportFilenameUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPExportFilenameUtilities.m; sourceTree = "<group>"; };
17B7B591101602AE00F057DE /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; };
@@ -2186,6 +2188,7 @@
C9C9943F1678A439001F5DA8 /* button_bar_spacer.png */,
582E940D1682A2AD003459FD /* button_bar_spacer@2x.png */,
582E94151682A463003459FD /* button_clear.png */,
+ 17AD35F41E79888D000F213E /* button_clear@2x.png */,
582E94171682A4B4003459FD /* button_duplicate.png */,
582E942316835EA9003459FD /* button_edit.png */,
582E941E16835DD4003459FD /* button_edit_mode.png */,
@@ -3057,6 +3060,7 @@
BC962D661144EACA006170BD /* CompletionTokens.plist in Resources */,
17E0937E114AE154007FC1B4 /* SPTableInfoPrintTemplate.html in Resources */,
B51D6B9E114C310C0074704E /* toolbar-switch-to-table-triggers.png in Resources */,
+ 17AD35F51E79888D000F213E /* button_clear@2x.png in Resources */,
17DD52B7115071D0007D8950 /* SPPrintTemplate.html in Resources */,
17F90E2C1210B34900274C98 /* Credits.rtf in Resources */,
17DD52C3115074B3007D8950 /* InfoPlist.strings in Resources */,