blob: 6d79e40e32338587622ea64ff9f3ca7f85b60a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 39;
objects = {
45B624630802F1E200CBFD9A = {
children = (
45B6246D0802F20D00CBFD9A,
45B6246E0802F20D00CBFD9A,
45B6246F0802F20D00CBFD9A,
);
isa = PBXGroup;
refType = 4;
sourceTree = "<group>";
};
45B624650802F1E200CBFD9A = {
buildSettings = {
COPY_PHASE_STRIP = NO;
};
isa = PBXBuildStyle;
name = Development;
};
45B624660802F1E200CBFD9A = {
buildSettings = {
COPY_PHASE_STRIP = YES;
};
isa = PBXBuildStyle;
name = Deployment;
};
45B624670802F1E200CBFD9A = {
buildSettings = {
};
buildStyles = (
45B624650802F1E200CBFD9A,
45B624660802F1E200CBFD9A,
);
hasScannedForEncodings = 0;
isa = PBXProject;
mainGroup = 45B624630802F1E200CBFD9A;
projectDirPath = "";
targets = (
);
};
45B6246D0802F20D00CBFD9A = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.c;
name = gnutls_cache.c;
path = src/gnutls_cache.c;
refType = 2;
sourceTree = SOURCE_ROOT;
};
45B6246E0802F20D00CBFD9A = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.c;
name = gnutls_io.c;
path = src/gnutls_io.c;
refType = 2;
sourceTree = SOURCE_ROOT;
};
45B6246F0802F20D00CBFD9A = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.c;
name = mod_gnutls.c;
path = src/mod_gnutls.c;
refType = 2;
sourceTree = SOURCE_ROOT;
};
};
rootObject = 45B624670802F1E200CBFD9A;
}
|