Skip to content

Latest commit

 

History

History
310 lines (299 loc) · 12.7 KB

project.pbxproj

File metadata and controls

310 lines (299 loc) · 12.7 KB
 
Oct 26, 2011
Oct 26, 2011
1
2
3
4
5
6
7
8
9
10
11
12
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
005DF5E90A140CA2006B0BD5 /* IMG_xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 005DF5E70A140CA2006B0BD5 /* IMG_xv.c */; };
00728B2A0F0E004C00C302A9 /* IMG_tga.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C05F012FAC847F000001 /* IMG_tga.c */; };
00A06D7812FFBFD5009F1A11 /* SDL_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_image.h */; };
Dec 30, 2011
Dec 30, 2011
13
00A6250312F4E9CC00577F68 /* IMG_ImageIO.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A624FD12F4E99800577F68 /* IMG_ImageIO.m */; };
Jan 6, 2012
Jan 6, 2012
14
61161B8914B6625C009198B1 /* IMG_webp.c in Sources */ = {isa = PBXBuildFile; fileRef = 61161B8814B6625C009198B1 /* IMG_webp.c */; };
Oct 26, 2011
Oct 26, 2011
15
16
17
18
19
20
21
22
23
24
25
BE1FA73207AF4C45004B6283 /* IMG.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C058012FAC847F000001 /* IMG.c */; };
BE1FA73607AF4C45004B6283 /* IMG_pcx.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C05C012FAC847F000001 /* IMG_pcx.c */; };
BE1FA73807AF4C45004B6283 /* IMG_pnm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C05E012FAC847F000001 /* IMG_pnm.c */; };
BE1FA73B07AF4C45004B6283 /* IMG_xcf.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C061012FAC847F000001 /* IMG_xcf.c */; };
BE1FA73C07AF4C45004B6283 /* IMG_xpm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C062012FAC847F000001 /* IMG_xpm.c */; };
BE1FA73D07AF4C45004B6283 /* IMG_lbm.c in Sources */ = {isa = PBXBuildFile; fileRef = F5FB1F0001CD818601FAFB42 /* IMG_lbm.c */; };
BE1FA73E07AF4C45004B6283 /* IMG_xxx.c in Sources */ = {isa = PBXBuildFile; fileRef = B2D7A06503FAB42200A8000A /* IMG_xxx.c */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
005DF5E70A140CA2006B0BD5 /* IMG_xv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_xv.c; path = ../IMG_xv.c; sourceTree = SOURCE_ROOT; };
Dec 30, 2011
Dec 30, 2011
26
00A624FD12F4E99800577F68 /* IMG_ImageIO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IMG_ImageIO.m; path = ../IMG_ImageIO.m; sourceTree = SOURCE_ROOT; };
Oct 26, 2011
Oct 26, 2011
27
28
29
30
31
32
33
34
35
36
37
38
1014BAEA010A4B677F000001 /* SDL_image.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_image.h; path = ../SDL_image.h; sourceTree = SOURCE_ROOT; };
3BB4C058012FAC847F000001 /* IMG.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG.c; path = ../IMG.c; sourceTree = SOURCE_ROOT; };
3BB4C059012FAC847F000001 /* IMG_bmp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_bmp.c; path = ../IMG_bmp.c; sourceTree = SOURCE_ROOT; };
3BB4C05A012FAC847F000001 /* IMG_gif.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_gif.c; path = ../IMG_gif.c; sourceTree = SOURCE_ROOT; };
3BB4C05B012FAC847F000001 /* IMG_jpg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_jpg.c; path = ../IMG_jpg.c; sourceTree = SOURCE_ROOT; };
3BB4C05C012FAC847F000001 /* IMG_pcx.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_pcx.c; path = ../IMG_pcx.c; sourceTree = SOURCE_ROOT; };
3BB4C05D012FAC847F000001 /* IMG_png.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_png.c; path = ../IMG_png.c; sourceTree = SOURCE_ROOT; };
3BB4C05E012FAC847F000001 /* IMG_pnm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_pnm.c; path = ../IMG_pnm.c; sourceTree = SOURCE_ROOT; };
3BB4C05F012FAC847F000001 /* IMG_tga.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_tga.c; path = ../IMG_tga.c; sourceTree = SOURCE_ROOT; };
3BB4C060012FAC847F000001 /* IMG_tif.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_tif.c; path = ../IMG_tif.c; sourceTree = SOURCE_ROOT; };
3BB4C061012FAC847F000001 /* IMG_xcf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_xcf.c; path = ../IMG_xcf.c; sourceTree = SOURCE_ROOT; };
3BB4C062012FAC847F000001 /* IMG_xpm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_xpm.c; path = ../IMG_xpm.c; sourceTree = SOURCE_ROOT; };
Jan 6, 2012
Jan 6, 2012
39
61161B8814B6625C009198B1 /* IMG_webp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_webp.c; path = ../IMG_webp.c; sourceTree = SOURCE_ROOT; };
Oct 26, 2011
Oct 26, 2011
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
B2D7A06503FAB42200A8000A /* IMG_xxx.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_xxx.c; path = ../IMG_xxx.c; sourceTree = SOURCE_ROOT; };
BE1FA74107AF4C45004B6283 /* libSDL_image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL_image.a; sourceTree = BUILT_PRODUCTS_DIR; };
F5FB1F0001CD818601FAFB42 /* IMG_lbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_lbm.c; path = ../IMG_lbm.c; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
BE1FA73F07AF4C45004B6283 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0153844A006D81B07F000001 /* Public Headers */ = {
isa = PBXGroup;
children = (
1014BAEA010A4B677F000001 /* SDL_image.h */,
);
name = "Public Headers";
sourceTree = "<group>";
};
034768DDFF38A45A11DB9C8B /* Products */ = {
isa = PBXGroup;
children = (
089C1665FE841158C02AAC07 /* Resources */,
BE1FA74107AF4C45004B6283 /* libSDL_image.a */,
);
name = Products;
sourceTree = "<group>";
};
0867D691FE84028FC02AAC07 /* SDL_imageFramework */ = {
isa = PBXGroup;
children = (
0153844A006D81B07F000001 /* Public Headers */,
08FB77ACFE841707C02AAC07 /* Library Source */,
034768DDFF38A45A11DB9C8B /* Products */,
);
name = SDL_imageFramework;
sourceTree = "<group>";
};
089C1665FE841158C02AAC07 /* Resources */ = {
isa = PBXGroup;
children = (
);
name = Resources;
sourceTree = "<group>";
};
08FB77ACFE841707C02AAC07 /* Library Source */ = {
isa = PBXGroup;
children = (
Dec 30, 2011
Dec 30, 2011
93
00A624FD12F4E99800577F68 /* IMG_ImageIO.m */,
Oct 26, 2011
Oct 26, 2011
94
95
96
97
98
99
100
101
102
103
3BB4C058012FAC847F000001 /* IMG.c */,
3BB4C059012FAC847F000001 /* IMG_bmp.c */,
3BB4C05A012FAC847F000001 /* IMG_gif.c */,
3BB4C05B012FAC847F000001 /* IMG_jpg.c */,
F5FB1F0001CD818601FAFB42 /* IMG_lbm.c */,
3BB4C05C012FAC847F000001 /* IMG_pcx.c */,
3BB4C05D012FAC847F000001 /* IMG_png.c */,
3BB4C05E012FAC847F000001 /* IMG_pnm.c */,
3BB4C05F012FAC847F000001 /* IMG_tga.c */,
3BB4C060012FAC847F000001 /* IMG_tif.c */,
Jan 6, 2012
Jan 6, 2012
104
61161B8814B6625C009198B1 /* IMG_webp.c */,
Oct 26, 2011
Oct 26, 2011
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
3BB4C061012FAC847F000001 /* IMG_xcf.c */,
3BB4C062012FAC847F000001 /* IMG_xpm.c */,
005DF5E70A140CA2006B0BD5 /* IMG_xv.c */,
B2D7A06503FAB42200A8000A /* IMG_xxx.c */,
);
name = "Library Source";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
BE1FA73007AF4C45004B6283 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
00A06D7812FFBFD5009F1A11 /* SDL_image.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
BE1FA72F07AF4C45004B6283 /* libSDL_image */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "libSDL_image" */;
buildPhases = (
BE1FA73007AF4C45004B6283 /* Headers */,
BE1FA73107AF4C45004B6283 /* Sources */,
BE1FA73F07AF4C45004B6283 /* Frameworks */,
BE1FA74007AF4C45004B6283 /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = libSDL_image;
productInstallPath = /usr/local/lib;
productName = "Static Library";
productReference = BE1FA74107AF4C45004B6283 /* libSDL_image.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 0867D691FE84028FC02AAC07 /* SDL_imageFramework */;
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
projectDirPath = "";
projectRoot = ..;
targets = (
BE1FA72F07AF4C45004B6283 /* libSDL_image */,
);
};
/* End PBXProject section */
/* Begin PBXRezBuildPhase section */
BE1FA74007AF4C45004B6283 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BE1FA73107AF4C45004B6283 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA73207AF4C45004B6283 /* IMG.c in Sources */,
BE1FA73607AF4C45004B6283 /* IMG_pcx.c in Sources */,
BE1FA73807AF4C45004B6283 /* IMG_pnm.c in Sources */,
BE1FA73B07AF4C45004B6283 /* IMG_xcf.c in Sources */,
BE1FA73C07AF4C45004B6283 /* IMG_xpm.c in Sources */,
BE1FA73D07AF4C45004B6283 /* IMG_lbm.c in Sources */,
BE1FA73E07AF4C45004B6283 /* IMG_xxx.c in Sources */,
005DF5E90A140CA2006B0BD5 /* IMG_xv.c in Sources */,
00728B2A0F0E004C00C302A9 /* IMG_tga.c in Sources */,
Dec 30, 2011
Dec 30, 2011
195
00A6250312F4E9CC00577F68 /* IMG_ImageIO.m in Sources */,
Jan 6, 2012
Jan 6, 2012
196
61161B8914B6625C009198B1 /* IMG_webp.c in Sources */,
Oct 26, 2011
Oct 26, 2011
197
198
199
200
201
202
203
204
205
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
007288110F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 8, 2012
Jan 8, 2012
206
207
208
209
ARCHS = (
armv6,
armv7,
);
Oct 26, 2011
Oct 26, 2011
210
211
212
213
214
215
216
217
218
219
220
COPY_PHASE_STRIP = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
LOAD_TGA,
Jan 6, 2012
Jan 6, 2012
221
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
222
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
223
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
224
225
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Jan 6, 2012
Jan 6, 2012
226
227
228
229
230
231
232
233
234
235
236
237
238
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../SDL/include";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
007288130F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Oct 26, 2011
Oct 26, 2011
239
240
241
242
243
244
245
246
247
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL_image;
SECTORDER_FLAGS = "";
};
name = Debug;
};
007288150F0DA5C400C302A9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 8, 2012
Jan 8, 2012
248
249
250
251
ARCHS = (
armv6,
armv7,
);
Jan 6, 2012
Jan 6, 2012
252
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Oct 26, 2011
Oct 26, 2011
253
254
255
256
257
258
259
260
261
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
LOAD_TGA,
Jan 6, 2012
Jan 6, 2012
262
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
263
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
264
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
265
266
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Jan 6, 2012
Jan 6, 2012
267
268
269
270
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../SDL/include";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Oct 26, 2011
Oct 26, 2011
271
272
273
};
name = Release;
};
Jan 6, 2012
Jan 6, 2012
274
007288170F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
275
276
277
278
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Jan 6, 2012
Jan 6, 2012
279
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Oct 26, 2011
Oct 26, 2011
280
281
282
283
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL_image;
SECTORDER_FLAGS = "";
};
Jan 6, 2012
Jan 6, 2012
284
name = Release;
Oct 26, 2011
Oct 26, 2011
285
286
287
288
289
290
291
292
293
294
295
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "libSDL_image" */ = {
isa = XCConfigurationList;
buildConfigurations = (
007288130F0DA5BA00C302A9 /* Debug */,
007288170F0DA5C400C302A9 /* Release */,
);
defaultConfigurationIsVisible = 0;
Jan 6, 2012
Jan 6, 2012
296
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
297
298
299
300
301
302
303
304
};
00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */ = {
isa = XCConfigurationList;
buildConfigurations = (
007288110F0DA5BA00C302A9 /* Debug */,
007288150F0DA5C400C302A9 /* Release */,
);
defaultConfigurationIsVisible = 0;
Jan 6, 2012
Jan 6, 2012
305
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
306
307
308
309
310
};
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}