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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
|
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
82AB5D830D8044BE005B920B /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6C0D8044BE005B920B /* adler32.c */; };
82AB5D840D8044BE005B920B /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6D0D8044BE005B920B /* compress.c */; };
82AB5D850D8044BE005B920B /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6E0D8044BE005B920B /* crc32.c */; };
82AB5D870D8044BE005B920B /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D700D8044BE005B920B /* deflate.c */; };
82AB5D890D8044BE005B920B /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D720D8044BE005B920B /* gzio.c */; };
82AB5D8A0D8044BE005B920B /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D730D8044BE005B920B /* infback.c */; };
82AB5D8B0D8044BE005B920B /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D740D8044BE005B920B /* inffast.c */; };
82AB5D8E0D8044BE005B920B /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D770D8044BE005B920B /* inflate.c */; };
82AB5D900D8044BE005B920B /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D790D8044BE005B920B /* inftrees.c */; };
82AB5D930D8044BE005B920B /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7C0D8044BE005B920B /* trees.c */; };
82AB5D950D8044BE005B920B /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7E0D8044BE005B920B /* uncompr.c */; };
82AB5D980D8044BE005B920B /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D810D8044BE005B920B /* zutil.c */; };
A57282C70F31209800384E1B /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C50F31209800384E1B /* ioapi.c */; };
A57282CA0F3120AE00384E1B /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C80F3120AE00384E1B /* unzip.c */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
7BA0163D0E5A1E0700044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
7BA0163E0E5A1E0700044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
7BA0163F0E5A1E0700044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
7BA016400E5A1E0700044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
7BA016410E5A1E0700044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
82AB5D6C0D8044BE005B920B /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; };
82AB5D6D0D8044BE005B920B /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
82AB5D6E0D8044BE005B920B /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = "<group>"; };
82AB5D6F0D8044BE005B920B /* crc32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTree = "<group>"; };
82AB5D700D8044BE005B920B /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = "<group>"; };
82AB5D710D8044BE005B920B /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deflate.h; sourceTree = "<group>"; };
82AB5D720D8044BE005B920B /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; };
82AB5D730D8044BE005B920B /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = "<group>"; };
82AB5D740D8044BE005B920B /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = "<group>"; };
82AB5D750D8044BE005B920B /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = "<group>"; };
82AB5D760D8044BE005B920B /* inffixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffixed.h; sourceTree = "<group>"; };
82AB5D770D8044BE005B920B /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = "<group>"; };
82AB5D780D8044BE005B920B /* inflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = "<group>"; };
82AB5D790D8044BE005B920B /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = "<group>"; };
82AB5D7A0D8044BE005B920B /* inftrees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = "<group>"; };
82AB5D7B0D8044BE005B920B /* mozzconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mozzconf.h; sourceTree = "<group>"; };
82AB5D7C0D8044BE005B920B /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = "<group>"; };
82AB5D7D0D8044BE005B920B /* trees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trees.h; sourceTree = "<group>"; };
82AB5D7E0D8044BE005B920B /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = "<group>"; };
82AB5D7F0D8044BE005B920B /* zconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = "<group>"; };
82AB5D800D8044BE005B920B /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; };
82AB5D810D8044BE005B920B /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; };
82AB5D820D8044BE005B920B /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; };
A57282C50F31209800384E1B /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = contrib/minizip/ioapi.c; sourceTree = "<group>"; };
A57282C60F31209800384E1B /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = contrib/minizip/ioapi.h; sourceTree = "<group>"; };
A57282C80F3120AE00384E1B /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = contrib/minizip/unzip.c; sourceTree = "<group>"; };
A57282C90F3120AE00384E1B /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = contrib/minizip/unzip.h; sourceTree = "<group>"; };
D2AAC046055464E500DB518D /* libzlib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libzlib.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D289987405E68DCB004EDB86 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
08FB7794FE84155DC02AAC07 /* zlib */ = {
isa = PBXGroup;
children = (
7BA0163A0E5A1DE300044150 /* Configuration */,
08FB7795FE84155DC02AAC07 /* Source */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
name = zlib;
sourceTree = "<group>";
};
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
A57282C40F31208700384E1B /* minizip */,
82AB5D6C0D8044BE005B920B /* adler32.c */,
82AB5D6D0D8044BE005B920B /* compress.c */,
82AB5D6E0D8044BE005B920B /* crc32.c */,
82AB5D6F0D8044BE005B920B /* crc32.h */,
82AB5D700D8044BE005B920B /* deflate.c */,
82AB5D710D8044BE005B920B /* deflate.h */,
82AB5D720D8044BE005B920B /* gzio.c */,
82AB5D730D8044BE005B920B /* infback.c */,
82AB5D740D8044BE005B920B /* inffast.c */,
82AB5D750D8044BE005B920B /* inffast.h */,
82AB5D760D8044BE005B920B /* inffixed.h */,
82AB5D770D8044BE005B920B /* inflate.c */,
82AB5D780D8044BE005B920B /* inflate.h */,
82AB5D790D8044BE005B920B /* inftrees.c */,
82AB5D7A0D8044BE005B920B /* inftrees.h */,
82AB5D7B0D8044BE005B920B /* mozzconf.h */,
82AB5D7C0D8044BE005B920B /* trees.c */,
82AB5D7D0D8044BE005B920B /* trees.h */,
82AB5D7E0D8044BE005B920B /* uncompr.c */,
82AB5D7F0D8044BE005B920B /* zconf.h */,
82AB5D800D8044BE005B920B /* zlib.h */,
82AB5D810D8044BE005B920B /* zutil.c */,
82AB5D820D8044BE005B920B /* zutil.h */,
);
name = Source;
sourceTree = "<group>";
};
1AB674ADFE9D54B511CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
D2AAC046055464E500DB518D /* libzlib.a */,
);
name = Products;
sourceTree = "<group>";
};
7BA0163A0E5A1DE300044150 /* Configuration */ = {
isa = PBXGroup;
children = (
7BA0163D0E5A1E0700044150 /* common.xcconfig */,
7BA0163E0E5A1E0700044150 /* debug.xcconfig */,
7BA0163F0E5A1E0700044150 /* executable.xcconfig */,
7BA016400E5A1E0700044150 /* release.xcconfig */,
7BA016410E5A1E0700044150 /* staticlib.xcconfig */,
);
name = Configuration;
path = ../../build;
sourceTree = "<group>";
};
A57282C40F31208700384E1B /* minizip */ = {
isa = PBXGroup;
children = (
A57282C80F3120AE00384E1B /* unzip.c */,
A57282C90F3120AE00384E1B /* unzip.h */,
A57282C50F31209800384E1B /* ioapi.c */,
A57282C60F31209800384E1B /* ioapi.h */,
);
name = minizip;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D2AAC045055464E500DB518D /* zlib */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */;
buildPhases = (
D2AAC044055464E500DB518D /* Sources */,
D289987405E68DCB004EDB86 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = zlib;
productName = zlib;
productReference = D2AAC046055464E500DB518D /* libzlib.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
projectDirPath = "";
projectRoot = "";
targets = (
D2AAC045055464E500DB518D /* zlib */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
D2AAC044055464E500DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
82AB5D830D8044BE005B920B /* adler32.c in Sources */,
82AB5D840D8044BE005B920B /* compress.c in Sources */,
82AB5D850D8044BE005B920B /* crc32.c in Sources */,
82AB5D870D8044BE005B920B /* deflate.c in Sources */,
82AB5D890D8044BE005B920B /* gzio.c in Sources */,
82AB5D8A0D8044BE005B920B /* infback.c in Sources */,
82AB5D8B0D8044BE005B920B /* inffast.c in Sources */,
82AB5D8E0D8044BE005B920B /* inflate.c in Sources */,
82AB5D900D8044BE005B920B /* inftrees.c in Sources */,
82AB5D930D8044BE005B920B /* trees.c in Sources */,
82AB5D950D8044BE005B920B /* uncompr.c in Sources */,
82AB5D980D8044BE005B920B /* zutil.c in Sources */,
A57282C70F31209800384E1B /* ioapi.c in Sources */,
A57282CA0F3120AE00384E1B /* unzip.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB91EC08733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"";
PRODUCT_NAME = zlib;
};
name = Debug;
};
1DEB91ED08733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"";
PRODUCT_NAME = zlib;
};
name = Release;
};
1DEB91F008733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7BA0163E0E5A1E0700044150 /* debug.xcconfig */;
buildSettings = {
XCODEPROJ_DEPTH = ../..;
};
name = Debug;
};
1DEB91F108733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7BA016400E5A1E0700044150 /* release.xcconfig */;
buildSettings = {
XCODEPROJ_DEPTH = ../..;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91EC08733DB70010E9CD /* Debug */,
1DEB91ED08733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91F008733DB70010E9CD /* Debug */,
1DEB91F108733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}
|