summaryrefslogtreecommitdiffstatsabout
path: root/mod_gnutls.xcode
diff options
context:
space:
mode:
Diffstat (limited to 'mod_gnutls.xcode')
-rw-r--r--mod_gnutls.xcode/project.pbxproj75
1 files changed, 75 insertions, 0 deletions
diff --git a/mod_gnutls.xcode/project.pbxproj b/mod_gnutls.xcode/project.pbxproj
new file mode 100644
index 0000000..6d79e40
--- /dev/null
+++ b/mod_gnutls.xcode/project.pbxproj
@@ -0,0 +1,75 @@
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 39;
7 objects = {
8 45B624630802F1E200CBFD9A = {
9 children = (
10 45B6246D0802F20D00CBFD9A,
11 45B6246E0802F20D00CBFD9A,
12 45B6246F0802F20D00CBFD9A,
13 );
14 isa = PBXGroup;
15 refType = 4;
16 sourceTree = "<group>";
17 };
18 45B624650802F1E200CBFD9A = {
19 buildSettings = {
20 COPY_PHASE_STRIP = NO;
21 };
22 isa = PBXBuildStyle;
23 name = Development;
24 };
25 45B624660802F1E200CBFD9A = {
26 buildSettings = {
27 COPY_PHASE_STRIP = YES;
28 };
29 isa = PBXBuildStyle;
30 name = Deployment;
31 };
32 45B624670802F1E200CBFD9A = {
33 buildSettings = {
34 };
35 buildStyles = (
36 45B624650802F1E200CBFD9A,
37 45B624660802F1E200CBFD9A,
38 );
39 hasScannedForEncodings = 0;
40 isa = PBXProject;
41 mainGroup = 45B624630802F1E200CBFD9A;
42 projectDirPath = "";
43 targets = (
44 );
45 };
46 45B6246D0802F20D00CBFD9A = {
47 fileEncoding = 4;
48 isa = PBXFileReference;
49 lastKnownFileType = sourcecode.c.c;
50 name = gnutls_cache.c;
51 path = src/gnutls_cache.c;
52 refType = 2;
53 sourceTree = SOURCE_ROOT;
54 };
55 45B6246E0802F20D00CBFD9A = {
56 fileEncoding = 4;
57 isa = PBXFileReference;
58 lastKnownFileType = sourcecode.c.c;
59 name = gnutls_io.c;
60 path = src/gnutls_io.c;
61 refType = 2;
62 sourceTree = SOURCE_ROOT;
63 };
64 45B6246F0802F20D00CBFD9A = {
65 fileEncoding = 4;
66 isa = PBXFileReference;
67 lastKnownFileType = sourcecode.c.c;
68 name = mod_gnutls.c;
69 path = src/mod_gnutls.c;
70 refType = 2;
71 sourceTree = SOURCE_ROOT;
72 };
73 };
74 rootObject = 45B624670802F1E200CBFD9A;
75}