Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 1633c90

Browse files
committed
documentation updates
1 parent 02eb04f commit 1633c90

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Please see https://github.com/djthorpe/postgresql-kit/wiki for the documentation
1212
including a changelog of recent changes.
1313

1414
This software is in alpha development state and as such there are plenty of limitations
15-
and issues. Hoping to get a beta version completed later in 2013. If you know of any
15+
and issues. Hoping to get a beta version completed later in 2015. If you know of any
1616
issues or feature requests, please file an issue and I may be able to help out.
1717

1818
## License
1919

20-
Copyright 2009-2013 David Thorpe
20+
Copyright 2009-2015 David Thorpe
2121

2222
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
2323
file except in compliance with the License. You may obtain a copy of the License at

postgresql-kit.xcodeproj/project.pbxproj

+47-2
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,21 @@
552552
6E15485A1A5820BE00556573 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; };
553553
6E15485C1A5820EE00556573 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
554554
6E15485E1A5820F800556573 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
555+
6E1548631A582BD900556573 /* _Sidebar.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = _Sidebar.md; sourceTree = "<group>"; };
556+
6E1548641A582BD900556573 /* Changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = "<group>"; };
557+
6E1548651A582BD900556573 /* Home.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Home.md; sourceTree = "<group>"; };
558+
6E1548661A582BD900556573 /* ImplementationNotes.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = ImplementationNotes.md; sourceTree = "<group>"; };
559+
6E1548671A582BD900556573 /* PGClient.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGClient.md; sourceTree = "<group>"; };
560+
6E1548681A582BD900556573 /* PGClientKit.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGClientKit.md; sourceTree = "<group>"; };
561+
6E1548691A582BD900556573 /* PGDataKit.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGDataKit.md; sourceTree = "<group>"; };
562+
6E15486A1A582BD900556573 /* PGFoundationClient.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGFoundationClient.md; sourceTree = "<group>"; };
563+
6E15486B1A582BD900556573 /* PGFoundationServer.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGFoundationServer.md; sourceTree = "<group>"; };
564+
6E15486C1A582BD900556573 /* PGSchemaKit.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGSchemaKit.md; sourceTree = "<group>"; };
565+
6E15486D1A582BD900556573 /* PGSchemaManager.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGSchemaManager.md; sourceTree = "<group>"; };
566+
6E15486E1A582BD900556573 /* PGServer.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGServer.md; sourceTree = "<group>"; };
567+
6E15486F1A582BD900556573 /* PGServerKit.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PGServerKit.md; sourceTree = "<group>"; };
568+
6E1548711A582BD900556573 /* PGServer_configuration.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PGServer_configuration.png; sourceTree = "<group>"; };
569+
6E1548721A582BD900556573 /* PGServer_log.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PGServer_log.png; sourceTree = "<group>"; };
555570
6E1B43E415F3A465001ED3BE /* elephant-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "elephant-32.png"; sourceTree = "<group>"; };
556571
6E1B43E515F3A465001ED3BE /* elephant-512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "elephant-512.png"; sourceTree = "<group>"; };
557572
6E1B43E615F3A465001ED3BE /* elephant-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "elephant-64.png"; sourceTree = "<group>"; };
@@ -581,7 +596,6 @@
581596
6E68AE041635DD6E00436234 /* PGClientApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGClientApplication.m; sourceTree = "<group>"; };
582597
6E68AE051635DD6E00436234 /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
583598
6E68AE061635DD6E00436234 /* PGClient.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PGClient.plist; sourceTree = "<group>"; };
584-
6E6A7E3F17B0311D00032B48 /* postgresql-kit.wiki */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "postgresql-kit.wiki"; path = "../postgresql-kit.wiki"; sourceTree = "<group>"; };
585599
6E725FE017AEC11A002EEF67 /* PGClientView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PGClientView.xib; sourceTree = "<group>"; };
586600
6E725FE217AEC3A0002EEF67 /* PGClientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGClientView.h; sourceTree = "<group>"; };
587601
6E725FE317AEC3A0002EEF67 /* PGClientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGClientView.m; sourceTree = "<group>"; };
@@ -1144,6 +1158,37 @@
11441158
name = RemoteConnectionWindow;
11451159
sourceTree = "<group>";
11461160
};
1161+
6E1548621A582BD900556573 /* postgresql-kit.wiki */ = {
1162+
isa = PBXGroup;
1163+
children = (
1164+
6E1548631A582BD900556573 /* _Sidebar.md */,
1165+
6E1548641A582BD900556573 /* Changelog.md */,
1166+
6E1548651A582BD900556573 /* Home.md */,
1167+
6E1548661A582BD900556573 /* ImplementationNotes.md */,
1168+
6E1548671A582BD900556573 /* PGClient.md */,
1169+
6E1548681A582BD900556573 /* PGClientKit.md */,
1170+
6E1548691A582BD900556573 /* PGDataKit.md */,
1171+
6E15486A1A582BD900556573 /* PGFoundationClient.md */,
1172+
6E15486B1A582BD900556573 /* PGFoundationServer.md */,
1173+
6E15486C1A582BD900556573 /* PGSchemaKit.md */,
1174+
6E15486D1A582BD900556573 /* PGSchemaManager.md */,
1175+
6E15486E1A582BD900556573 /* PGServer.md */,
1176+
6E15486F1A582BD900556573 /* PGServerKit.md */,
1177+
6E1548701A582BD900556573 /* screenshots */,
1178+
);
1179+
name = "postgresql-kit.wiki";
1180+
path = "../postgresql-kit.wiki";
1181+
sourceTree = "<group>";
1182+
};
1183+
6E1548701A582BD900556573 /* screenshots */ = {
1184+
isa = PBXGroup;
1185+
children = (
1186+
6E1548711A582BD900556573 /* PGServer_configuration.png */,
1187+
6E1548721A582BD900556573 /* PGServer_log.png */,
1188+
);
1189+
path = screenshots;
1190+
sourceTree = "<group>";
1191+
};
11471192
6E1B43DC15F3A465001ED3BE /* resources */ = {
11481193
isa = PBXGroup;
11491194
children = (
@@ -1174,7 +1219,7 @@
11741219
14EE3C3E166752F80083C735 /* tar */,
11751220
6ED763FD15F2673600687079 /* Frameworks */,
11761221
6ED763FC15F2673600687079 /* Products */,
1177-
6E6A7E3F17B0311D00032B48 /* postgresql-kit.wiki */,
1222+
6E1548621A582BD900556573 /* postgresql-kit.wiki */,
11781223
);
11791224
sourceTree = "<group>";
11801225
};

0 commit comments

Comments
 (0)