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
|
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558110D85A6D3003F43D5 /* pngwutil.c */; };
82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558120D85A6D3003F43D5 /* pngwtran.c */; };
82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558130D85A6D3003F43D5 /* pngwrite.c */; };
82B558280D85A6D3003F43D5 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558140D85A6D3003F43D5 /* pngwio.c */; };
82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558150D85A6D3003F43D5 /* pngvcrd.c */; };
82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558170D85A6D3003F43D5 /* pngtrans.c */; };
82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558180D85A6D3003F43D5 /* pngset.c */; };
82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558190D85A6D3003F43D5 /* pngrutil.c */; };
82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581A0D85A6D3003F43D5 /* pngrtran.c */; };
82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581B0D85A6D3003F43D5 /* pngrio.c */; };
82B558300D85A6D3003F43D5 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581C0D85A6D3003F43D5 /* pngread.c */; };
82B558310D85A6D3003F43D5 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581D0D85A6D3003F43D5 /* pngpread.c */; };
82B558320D85A6D3003F43D5 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581E0D85A6D3003F43D5 /* pngmem.c */; };
82B558330D85A6D3003F43D5 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581F0D85A6D3003F43D5 /* pngget.c */; };
82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558200D85A6D3003F43D5 /* pnggccrd.c */; };
82B558350D85A6D3003F43D5 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558210D85A6D3003F43D5 /* pngerror.c */; };
82B558380D85A6D3003F43D5 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558240D85A6D3003F43D5 /* png.c */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
7B85060F0E5B461700730B43 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
7B8506100E5B461700730B43 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
7B8506110E5B461700730B43 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
7B8506120E5B461700730B43 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
7B8506130E5B461700730B43 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
82B558110D85A6D3003F43D5 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = "<group>"; };
82B558120D85A6D3003F43D5 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = "<group>"; };
82B558130D85A6D3003F43D5 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = "<group>"; };
82B558140D85A6D3003F43D5 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = "<group>"; };
82B558150D85A6D3003F43D5 /* pngvcrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngvcrd.c; sourceTree = "<group>"; };
82B558160D85A6D3003F43D5 /* pngusr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngusr.h; sourceTree = "<group>"; };
82B558170D85A6D3003F43D5 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = "<group>"; };
82B558180D85A6D3003F43D5 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = "<group>"; };
82B558190D85A6D3003F43D5 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = "<group>"; };
82B5581A0D85A6D3003F43D5 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = "<group>"; };
82B5581B0D85A6D3003F43D5 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = "<group>"; };
82B5581C0D85A6D3003F43D5 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = "<group>"; };
82B5581D0D85A6D3003F43D5 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = "<group>"; };
82B5581E0D85A6D3003F43D5 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = "<group>"; };
82B5581F0D85A6D3003F43D5 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = "<group>"; };
82B558200D85A6D3003F43D5 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pnggccrd.c; sourceTree = "<group>"; };
82B558210D85A6D3003F43D5 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = "<group>"; };
82B558220D85A6D3003F43D5 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; };
82B558230D85A6D3003F43D5 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; };
82B558240D85A6D3003F43D5 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; };
D2AAC046055464E500DB518D /* libpng.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpng.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 /* libpng */ = {
isa = PBXGroup;
children = (
7B85060E0E5B45FF00730B43 /* Configuration */,
08FB7795FE84155DC02AAC07 /* Source */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
name = libpng;
sourceTree = "<group>";
};
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
82B558240D85A6D3003F43D5 /* png.c */,
82B558230D85A6D3003F43D5 /* png.h */,
82B558220D85A6D3003F43D5 /* pngconf.h */,
82B558210D85A6D3003F43D5 /* pngerror.c */,
82B558200D85A6D3003F43D5 /* pnggccrd.c */,
82B5581F0D85A6D3003F43D5 /* pngget.c */,
82B5581E0D85A6D3003F43D5 /* pngmem.c */,
82B5581D0D85A6D3003F43D5 /* pngpread.c */,
82B5581C0D85A6D3003F43D5 /* pngread.c */,
82B5581B0D85A6D3003F43D5 /* pngrio.c */,
82B5581A0D85A6D3003F43D5 /* pngrtran.c */,
82B558190D85A6D3003F43D5 /* pngrutil.c */,
82B558180D85A6D3003F43D5 /* pngset.c */,
82B558170D85A6D3003F43D5 /* pngtrans.c */,
82B558160D85A6D3003F43D5 /* pngusr.h */,
82B558150D85A6D3003F43D5 /* pngvcrd.c */,
82B558140D85A6D3003F43D5 /* pngwio.c */,
82B558130D85A6D3003F43D5 /* pngwrite.c */,
82B558120D85A6D3003F43D5 /* pngwtran.c */,
82B558110D85A6D3003F43D5 /* pngwutil.c */,
);
name = Source;
sourceTree = "<group>";
};
1AB674ADFE9D54B511CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
D2AAC046055464E500DB518D /* libpng.a */,
);
name = Products;
sourceTree = "<group>";
};
7B85060E0E5B45FF00730B43 /* Configuration */ = {
isa = PBXGroup;
children = (
7B85060F0E5B461700730B43 /* common.xcconfig */,
7B8506100E5B461700730B43 /* debug.xcconfig */,
7B8506110E5B461700730B43 /* executable.xcconfig */,
7B8506120E5B461700730B43 /* release.xcconfig */,
7B8506130E5B461700730B43 /* staticlib.xcconfig */,
);
name = Configuration;
path = ../../build;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D2AAC045055464E500DB518D /* libpng */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */;
buildPhases = (
D2AAC044055464E500DB518D /* Sources */,
D289987405E68DCB004EDB86 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = libpng;
productName = libpng;
productReference = D2AAC046055464E500DB518D /* libpng.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 "libpng" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* libpng */;
projectDirPath = "";
projectRoot = "";
targets = (
D2AAC045055464E500DB518D /* libpng */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
D2AAC044055464E500DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */,
82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */,
82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */,
82B558280D85A6D3003F43D5 /* pngwio.c in Sources */,
82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */,
82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */,
82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */,
82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */,
82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */,
82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */,
82B558300D85A6D3003F43D5 /* pngread.c in Sources */,
82B558310D85A6D3003F43D5 /* pngpread.c in Sources */,
82B558320D85A6D3003F43D5 /* pngmem.c in Sources */,
82B558330D85A6D3003F43D5 /* pngget.c in Sources */,
82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */,
82B558350D85A6D3003F43D5 /* pngerror.c in Sources */,
82B558380D85A6D3003F43D5 /* png.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB91EC08733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7B8506130E5B461700730B43 /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = ../zlib;
PRODUCT_NAME = png;
};
name = Debug;
};
1DEB91ED08733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7B8506130E5B461700730B43 /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = ../zlib;
PRODUCT_NAME = png;
};
name = Release;
};
1DEB91F008733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7B8506100E5B461700730B43 /* debug.xcconfig */;
buildSettings = {
XCODEPROJ_DEPTH = ../..;
};
name = Debug;
};
1DEB91F108733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7B8506120E5B461700730B43 /* release.xcconfig */;
buildSettings = {
XCODEPROJ_DEPTH = ../..;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91EC08733DB70010E9CD /* Debug */,
1DEB91ED08733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libpng" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91F008733DB70010E9CD /* Debug */,
1DEB91F108733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}
|