aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-25 13:02:58 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-25 13:02:58 +0000
commitc6c669073c9b92f037d59b5d3ee7aa2b17f520fa (patch)
tree3df93fa9ab254b681561953279a9336950c60bc0 /sequel-pro.xcodeproj
parentca7cce67d986c3a7e3d5b4d8503d33872e461b68 (diff)
downloadsequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.tar.gz
sequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.tar.bz2
sequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.zip
• outsourced Save SPF accessory xib
• updated save SPF accessory xib due to SPF structure changes NOTES: - The view in DBView.xib will be deleted after stuart02's commit. - Still after clicking at the encrypt text field a warning will be shown in the Console: NSSecureTextFieldCell detected a field editor that is not a NSTextView subclass... WHY?
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index 9cd9a4c3..c2f95f7d 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -227,6 +227,7 @@
BCA6271C1031B9D40047E5D5 /* SPTooltip.m in Sources */ = {isa = PBXBuildFile; fileRef = BCA6271B1031B9D40047E5D5 /* SPTooltip.m */; };
BCA6F631100FA7D700E80253 /* FieldEditorSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCA6F62F100FA7D700E80253 /* FieldEditorSheet.xib */; };
BCC5CC3C103EEE49007CE557 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 17B7B593101602D200F057DE /* libz.dylib */; };
+ BCCBD7FC104408B000D4C50A /* SaveSPFAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */; };
BCD0AD490FBBFC340066EA5C /* SPSQLTokenizer.l in Sources */ = {isa = PBXBuildFile; fileRef = BCD0AD480FBBFC340066EA5C /* SPSQLTokenizer.l */; };
/* End PBXBuildFile section */
@@ -605,6 +606,7 @@
BCA6271A1031B9D40047E5D5 /* SPTooltip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTooltip.h; sourceTree = "<group>"; };
BCA6271B1031B9D40047E5D5 /* SPTooltip.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTooltip.m; sourceTree = "<group>"; };
BCA6F630100FA7D700E80253 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/FieldEditorSheet.xib; sourceTree = "<group>"; };
+ BCCBD7FB104408B000D4C50A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/SaveSPFAccessory.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 */
@@ -1112,6 +1114,7 @@
17E642050EF020A3001BC333 /* Interfaces */ = {
isa = PBXGroup;
children = (
+ BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */,
BC8B0DAD104004F900FC02EC /* EncodingPopupView.xib */,
4D90B7A0101E0D1500D116A1 /* UserManagerView.xib */,
B52460D90F8EF93B00171639 /* Console.xib */,
@@ -1512,6 +1515,7 @@
581069B410167EC10068C6E2 /* SequelProTunnelAssistant in Resources */,
4D90B7A2101E0D1500D116A1 /* UserManagerView.xib in Resources */,
BC8B0DAF104004F900FC02EC /* EncodingPopupView.xib in Resources */,
+ BCCBD7FC104408B000D4C50A /* SaveSPFAccessory.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1808,6 +1812,14 @@
name = FieldEditorSheet.xib;
sourceTree = "<group>";
};
+ BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ BCCBD7FB104408B000D4C50A /* English */,
+ );
+ name = SaveSPFAccessory.xib;
+ sourceTree = "<group>";
+ };
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */