aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/PostgresKit.xcodeproj
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-27 22:50:47 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-27 22:50:47 +0000
commitf8d12335468a8405c58f254c1044c8714778b437 (patch)
tree2791b9285c515295ceb36339d0caea22f7f4bfdb /Frameworks/PostgresKit/PostgresKit.xcodeproj
parent901180573c489a08ac4f22a05c0a80bc51307d5f (diff)
downloadsequelpro-f8d12335468a8405c58f254c1044c8714778b437.tar.gz
sequelpro-f8d12335468a8405c58f254c1044c8714778b437.tar.bz2
sequelpro-f8d12335468a8405c58f254c1044c8714778b437.zip
Fix filename typo.
Diffstat (limited to 'Frameworks/PostgresKit/PostgresKit.xcodeproj')
-rw-r--r--Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj b/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
index ad2a51ee..dfc30b4b 100644
--- a/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
+++ b/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
@@ -36,7 +36,7 @@
173D4EA715BAB2A80007F267 /* PGPostgresResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 173D4E9B15BAB2A80007F267 /* PGPostgresResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
173D4EA815BAB2A80007F267 /* PGPostgresResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 173D4E9C15BAB2A80007F267 /* PGPostgresResult.m */; };
173D4EA915BAB2A80007F267 /* PGPostgresStatement.h in Headers */ = {isa = PBXBuildFile; fileRef = 173D4E9D15BAB2A80007F267 /* PGPostgresStatement.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 173D4EAA15BAB2A80007F267 /* PGostgresStatement.m in Sources */ = {isa = PBXBuildFile; fileRef = 173D4E9E15BAB2A80007F267 /* PGostgresStatement.m */; };
+ 173D4EAA15BAB2A80007F267 /* PGPostgresStatement.m in Sources */ = {isa = PBXBuildFile; fileRef = 173D4E9E15BAB2A80007F267 /* PGPostgresStatement.m */; };
173D4EAB15BAB2A80007F267 /* PostgresKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 173D4E9F15BAB2A80007F267 /* PostgresKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
173D4EE215BACA700007F267 /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 173D4EE115BACA700007F267 /* libpq.a */; };
173D4F4515BAD22B0007F267 /* PGPostgresTypeHandlerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 173D4EA015BAB2A80007F267 /* PGPostgresTypeHandlerProtocol.h */; settings = {ATTRIBUTES = (); }; };
@@ -103,7 +103,7 @@
173D4E9B15BAB2A80007F267 /* PGPostgresResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGPostgresResult.h; sourceTree = "<group>"; };
173D4E9C15BAB2A80007F267 /* PGPostgresResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGPostgresResult.m; sourceTree = "<group>"; };
173D4E9D15BAB2A80007F267 /* PGPostgresStatement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGPostgresStatement.h; sourceTree = "<group>"; };
- 173D4E9E15BAB2A80007F267 /* PGostgresStatement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGostgresStatement.m; sourceTree = "<group>"; };
+ 173D4E9E15BAB2A80007F267 /* PGPostgresStatement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGPostgresStatement.m; sourceTree = "<group>"; };
173D4E9F15BAB2A80007F267 /* PostgresKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PostgresKit.h; sourceTree = "<group>"; };
173D4EA015BAB2A80007F267 /* PGPostgresTypeHandlerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGPostgresTypeHandlerProtocol.h; sourceTree = "<group>"; };
173D4EE115BACA700007F267 /* libpq.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpq.a; sourceTree = "<group>"; };
@@ -295,7 +295,7 @@
173D4E9B15BAB2A80007F267 /* PGPostgresResult.h */,
173D4E9C15BAB2A80007F267 /* PGPostgresResult.m */,
173D4E9D15BAB2A80007F267 /* PGPostgresStatement.h */,
- 173D4E9E15BAB2A80007F267 /* PGostgresStatement.m */,
+ 173D4E9E15BAB2A80007F267 /* PGPostgresStatement.m */,
173D4E9915BAB2A80007F267 /* PGPostgresException.h */,
173D4E9A15BAB2A80007F267 /* PGPostgresException.m */,
);
@@ -533,7 +533,7 @@
173D4EA415BAB2A80007F267 /* PGPostgresConnectionUtils.m in Sources */,
173D4EA615BAB2A80007F267 /* PGPostgresException.m in Sources */,
173D4EA815BAB2A80007F267 /* PGPostgresResult.m in Sources */,
- 173D4EAA15BAB2A80007F267 /* PGostgresStatement.m in Sources */,
+ 173D4EAA15BAB2A80007F267 /* PGPostgresStatement.m in Sources */,
173D508F15BBD9BF0007F267 /* PGConstants.m in Sources */,
170465CF15C2960F00DC5BE5 /* PGPostgresTypeHandler.m in Sources */,
177AC5F115C50F6E00A3658D /* PGPostgresConnectionTypeHandling.m in Sources */,