source: mod_gnutls/mod_gnutls.xcode/project.pbxproj @ 56f3628

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change on this file since 56f3628 was 84cb5b2, checked in by Paul Querna <chip@…>, 18 years ago
  • add lua to do client verification
  • only use gcrypt locking when required to
  • Property mode set to 100644
File size: 2.8 KB
Line 
1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 39;
7        objects = {
8                4541F3BA081C4B1A007457C1 = {
9                        fileEncoding = 30;
10                        isa = PBXFileReference;
11                        lastKnownFileType = sourcecode.c.c;
12                        name = gnutls_config.c;
13                        path = src/gnutls_config.c;
14                        refType = 2;
15                        sourceTree = SOURCE_ROOT;
16                };
17                4541F3C5081C4F2B007457C1 = {
18                        fileEncoding = 30;
19                        isa = PBXFileReference;
20                        lastKnownFileType = sourcecode.c.c;
21                        name = gnutls_hooks.c;
22                        path = src/gnutls_hooks.c;
23                        refType = 2;
24                        sourceTree = SOURCE_ROOT;
25                };
26                4541F3CF081DC7F1007457C1 = {
27                        fileEncoding = 4;
28                        isa = PBXFileReference;
29                        lastKnownFileType = sourcecode.c.c;
30                        name = gnutls_lua.c;
31                        path = src/gnutls_lua.c;
32                        refType = 4;
33                        sourceTree = "<group>";
34                };
35                45B624630802F1E200CBFD9A = {
36                        children = (
37                                4541F3CF081DC7F1007457C1,
38                                4541F3BA081C4B1A007457C1,
39                                4541F3C5081C4F2B007457C1,
40                                45B6246D0802F20D00CBFD9A,
41                                45B6247D0802F85B00CBFD9A,
42                                45B6247A0802F84500CBFD9A,
43                                45B6246E0802F20D00CBFD9A,
44                                45B6246F0802F20D00CBFD9A,
45                        );
46                        isa = PBXGroup;
47                        refType = 4;
48                        sourceTree = "<group>";
49                };
50                45B624650802F1E200CBFD9A = {
51                        buildSettings = {
52                                COPY_PHASE_STRIP = NO;
53                        };
54                        isa = PBXBuildStyle;
55                        name = Development;
56                };
57                45B624660802F1E200CBFD9A = {
58                        buildSettings = {
59                                COPY_PHASE_STRIP = YES;
60                        };
61                        isa = PBXBuildStyle;
62                        name = Deployment;
63                };
64                45B624670802F1E200CBFD9A = {
65                        buildSettings = {
66                        };
67                        buildStyles = (
68                                45B624650802F1E200CBFD9A,
69                                45B624660802F1E200CBFD9A,
70                        );
71                        hasScannedForEncodings = 0;
72                        isa = PBXProject;
73                        mainGroup = 45B624630802F1E200CBFD9A;
74                        projectDirPath = "";
75                        targets = (
76                        );
77                };
78                45B6246D0802F20D00CBFD9A = {
79                        fileEncoding = 4;
80                        isa = PBXFileReference;
81                        lastKnownFileType = sourcecode.c.c;
82                        name = gnutls_cache.c;
83                        path = src/gnutls_cache.c;
84                        refType = 2;
85                        sourceTree = SOURCE_ROOT;
86                };
87                45B6246E0802F20D00CBFD9A = {
88                        fileEncoding = 4;
89                        isa = PBXFileReference;
90                        lastKnownFileType = sourcecode.c.c;
91                        name = gnutls_io.c;
92                        path = src/gnutls_io.c;
93                        refType = 2;
94                        sourceTree = SOURCE_ROOT;
95                };
96                45B6246F0802F20D00CBFD9A = {
97                        fileEncoding = 4;
98                        isa = PBXFileReference;
99                        lastKnownFileType = sourcecode.c.c;
100                        name = mod_gnutls.c;
101                        path = src/mod_gnutls.c;
102                        refType = 2;
103                        sourceTree = SOURCE_ROOT;
104                };
105                45B6247A0802F84500CBFD9A = {
106                        fileEncoding = 4;
107                        isa = PBXFileReference;
108                        lastKnownFileType = sourcecode.c.h;
109                        name = mod_gnutls.h;
110                        path = include/mod_gnutls.h;
111                        refType = 2;
112                        sourceTree = SOURCE_ROOT;
113                };
114                45B6247D0802F85B00CBFD9A = {
115                        fileEncoding = 4;
116                        isa = PBXFileReference;
117                        lastKnownFileType = text;
118                        name = mod_gnutls.h.in;
119                        path = include/mod_gnutls.h.in;
120                        refType = 2;
121                        sourceTree = SOURCE_ROOT;
122                };
123        };
124        rootObject = 45B624670802F1E200CBFD9A;
125}
Note: See TracBrowser for help on using the repository browser.