Skip to content

Latest commit

 

History

History
executable file
·
320 lines (309 loc) · 13.7 KB

project.pbxproj

File metadata and controls

executable file
·
320 lines (309 loc) · 13.7 KB
 
Oct 26, 2011
Oct 26, 2011
1
2
3
4
5
6
7
8
9
10
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
00A06D7812FFBFD5009F1A11 /* SDL_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_image.h */; };
Sep 29, 2012
Sep 29, 2012
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
AA126A9A1617A4A4005ABC8F /* IMG_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A891617A4A4005ABC8F /* IMG_bmp.c */; };
AA126A9B1617A4A4005ABC8F /* IMG_gif.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8A1617A4A4005ABC8F /* IMG_gif.c */; };
AA126A9C1617A4A4005ABC8F /* IMG_ImageIO.m in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8B1617A4A4005ABC8F /* IMG_ImageIO.m */; };
AA126A9D1617A4A4005ABC8F /* IMG_jpg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8C1617A4A4005ABC8F /* IMG_jpg.c */; };
AA126A9E1617A4A4005ABC8F /* IMG_lbm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8D1617A4A4005ABC8F /* IMG_lbm.c */; };
AA126A9F1617A4A4005ABC8F /* IMG_pcx.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8E1617A4A4005ABC8F /* IMG_pcx.c */; };
AA126AA01617A4A4005ABC8F /* IMG_png.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8F1617A4A4005ABC8F /* IMG_png.c */; };
AA126AA11617A4A4005ABC8F /* IMG_pnm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A901617A4A4005ABC8F /* IMG_pnm.c */; };
AA126AA21617A4A4005ABC8F /* IMG_tga.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A911617A4A4005ABC8F /* IMG_tga.c */; };
AA126AA31617A4A4005ABC8F /* IMG_tif.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A921617A4A4005ABC8F /* IMG_tif.c */; };
AA126AA51617A4A4005ABC8F /* IMG_webp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A941617A4A4005ABC8F /* IMG_webp.c */; };
AA126AA61617A4A4005ABC8F /* IMG_xcf.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A951617A4A4005ABC8F /* IMG_xcf.c */; };
AA126AA71617A4A4005ABC8F /* IMG_xpm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A961617A4A4005ABC8F /* IMG_xpm.c */; };
AA126AA81617A4A4005ABC8F /* IMG_xv.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A971617A4A4005ABC8F /* IMG_xv.c */; };
AA126AA91617A4A4005ABC8F /* IMG_xxx.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A981617A4A4005ABC8F /* IMG_xxx.c */; };
AA126AAA1617A4A4005ABC8F /* IMG.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A991617A4A4005ABC8F /* IMG.c */; };
Oct 26, 2011
Oct 26, 2011
27
28
29
30
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1014BAEA010A4B677F000001 /* SDL_image.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_image.h; path = ../SDL_image.h; sourceTree = SOURCE_ROOT; };
Sep 29, 2012
Sep 29, 2012
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
AA126A891617A4A4005ABC8F /* IMG_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_bmp.c; path = ../IMG_bmp.c; sourceTree = "<group>"; };
AA126A8A1617A4A4005ABC8F /* IMG_gif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_gif.c; path = ../IMG_gif.c; sourceTree = "<group>"; };
AA126A8B1617A4A4005ABC8F /* IMG_ImageIO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IMG_ImageIO.m; path = ../IMG_ImageIO.m; sourceTree = "<group>"; };
AA126A8C1617A4A4005ABC8F /* IMG_jpg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_jpg.c; path = ../IMG_jpg.c; sourceTree = "<group>"; };
AA126A8D1617A4A4005ABC8F /* IMG_lbm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_lbm.c; path = ../IMG_lbm.c; sourceTree = "<group>"; };
AA126A8E1617A4A4005ABC8F /* IMG_pcx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_pcx.c; path = ../IMG_pcx.c; sourceTree = "<group>"; };
AA126A8F1617A4A4005ABC8F /* IMG_png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_png.c; path = ../IMG_png.c; sourceTree = "<group>"; };
AA126A901617A4A4005ABC8F /* IMG_pnm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_pnm.c; path = ../IMG_pnm.c; sourceTree = "<group>"; };
AA126A911617A4A4005ABC8F /* IMG_tga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_tga.c; path = ../IMG_tga.c; sourceTree = "<group>"; };
AA126A921617A4A4005ABC8F /* IMG_tif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_tif.c; path = ../IMG_tif.c; sourceTree = "<group>"; };
AA126A941617A4A4005ABC8F /* IMG_webp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_webp.c; path = ../IMG_webp.c; sourceTree = "<group>"; };
AA126A951617A4A4005ABC8F /* IMG_xcf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_xcf.c; path = ../IMG_xcf.c; sourceTree = "<group>"; };
AA126A961617A4A4005ABC8F /* IMG_xpm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_xpm.c; path = ../IMG_xpm.c; sourceTree = "<group>"; };
AA126A971617A4A4005ABC8F /* IMG_xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_xv.c; path = ../IMG_xv.c; sourceTree = "<group>"; };
AA126A981617A4A4005ABC8F /* IMG_xxx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_xxx.c; path = ../IMG_xxx.c; sourceTree = "<group>"; };
AA126A991617A4A4005ABC8F /* IMG.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG.c; path = ../IMG.c; sourceTree = "<group>"; };
Sep 5, 2012
Sep 5, 2012
47
BE1FA74107AF4C45004B6283 /* libSDL2_image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2_image.a; sourceTree = BUILT_PRODUCTS_DIR; };
Oct 26, 2011
Oct 26, 2011
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
/* 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 */,
Sep 5, 2012
Sep 5, 2012
73
BE1FA74107AF4C45004B6283 /* libSDL2_image.a */,
Oct 26, 2011
Oct 26, 2011
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
);
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 = (
Sep 29, 2012
Sep 29, 2012
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
AA126A991617A4A4005ABC8F /* IMG.c */,
AA126A8B1617A4A4005ABC8F /* IMG_ImageIO.m */,
AA126A891617A4A4005ABC8F /* IMG_bmp.c */,
AA126A8A1617A4A4005ABC8F /* IMG_gif.c */,
AA126A8C1617A4A4005ABC8F /* IMG_jpg.c */,
AA126A8D1617A4A4005ABC8F /* IMG_lbm.c */,
AA126A8E1617A4A4005ABC8F /* IMG_pcx.c */,
AA126A8F1617A4A4005ABC8F /* IMG_png.c */,
AA126A901617A4A4005ABC8F /* IMG_pnm.c */,
AA126A911617A4A4005ABC8F /* IMG_tga.c */,
AA126A921617A4A4005ABC8F /* IMG_tif.c */,
AA126A941617A4A4005ABC8F /* IMG_webp.c */,
AA126A951617A4A4005ABC8F /* IMG_xcf.c */,
AA126A961617A4A4005ABC8F /* IMG_xpm.c */,
AA126A971617A4A4005ABC8F /* IMG_xv.c */,
AA126A981617A4A4005ABC8F /* IMG_xxx.c */,
Oct 26, 2011
Oct 26, 2011
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
);
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";
Sep 5, 2012
Sep 5, 2012
148
productReference = BE1FA74107AF4C45004B6283 /* libSDL2_image.a */;
Oct 26, 2011
Oct 26, 2011
149
150
151
152
153
154
155
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
May 10, 2014
May 10, 2014
156
157
attributes = {
};
Oct 26, 2011
Oct 26, 2011
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
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 = (
Sep 29, 2012
Sep 29, 2012
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
AA126A9A1617A4A4005ABC8F /* IMG_bmp.c in Sources */,
AA126A9B1617A4A4005ABC8F /* IMG_gif.c in Sources */,
AA126A9C1617A4A4005ABC8F /* IMG_ImageIO.m in Sources */,
AA126A9D1617A4A4005ABC8F /* IMG_jpg.c in Sources */,
AA126A9E1617A4A4005ABC8F /* IMG_lbm.c in Sources */,
AA126A9F1617A4A4005ABC8F /* IMG_pcx.c in Sources */,
AA126AA01617A4A4005ABC8F /* IMG_png.c in Sources */,
AA126AA11617A4A4005ABC8F /* IMG_pnm.c in Sources */,
AA126AA21617A4A4005ABC8F /* IMG_tga.c in Sources */,
AA126AA31617A4A4005ABC8F /* IMG_tif.c in Sources */,
AA126AA51617A4A4005ABC8F /* IMG_webp.c in Sources */,
AA126AA61617A4A4005ABC8F /* IMG_xcf.c in Sources */,
AA126AA71617A4A4005ABC8F /* IMG_xpm.c in Sources */,
AA126AA81617A4A4005ABC8F /* IMG_xv.c in Sources */,
AA126AA91617A4A4005ABC8F /* IMG_xxx.c in Sources */,
AA126AAA1617A4A4005ABC8F /* IMG.c in Sources */,
Oct 26, 2011
Oct 26, 2011
209
210
211
212
213
214
215
216
217
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
007288110F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 27, 2013
Jan 27, 2013
218
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
Oct 26, 2011
Oct 26, 2011
219
220
221
222
223
224
225
226
227
228
229
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
230
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
231
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
232
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
233
234
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Jan 6, 2012
Jan 6, 2012
235
236
237
238
239
240
241
242
243
244
245
246
247
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;
May 10, 2014
May 10, 2014
248
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
Oct 26, 2011
Oct 26, 2011
249
LIBRARY_STYLE = STATIC;
Sep 5, 2012
Sep 5, 2012
250
PRODUCT_NAME = SDL2_image;
Oct 26, 2011
Oct 26, 2011
251
SECTORDER_FLAGS = "";
Oct 20, 2012
Oct 20, 2012
252
SKIP_INSTALL = YES;
Oct 26, 2011
Oct 26, 2011
253
254
255
256
257
258
};
name = Debug;
};
007288150F0DA5C400C302A9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 27, 2013
Jan 27, 2013
259
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
Jan 6, 2012
Jan 6, 2012
260
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Oct 26, 2011
Oct 26, 2011
261
262
263
264
265
266
267
268
269
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
270
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
271
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
272
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
273
274
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Jan 6, 2012
Jan 6, 2012
275
276
277
278
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../SDL/include";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Oct 26, 2011
Oct 26, 2011
279
280
281
};
name = Release;
};
Jan 6, 2012
Jan 6, 2012
282
007288170F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
283
284
285
286
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Jan 6, 2012
Jan 6, 2012
287
GCC_ENABLE_FIX_AND_CONTINUE = NO;
May 10, 2014
May 10, 2014
288
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
Oct 26, 2011
Oct 26, 2011
289
LIBRARY_STYLE = STATIC;
Sep 5, 2012
Sep 5, 2012
290
PRODUCT_NAME = SDL2_image;
Oct 26, 2011
Oct 26, 2011
291
SECTORDER_FLAGS = "";
Oct 20, 2012
Oct 20, 2012
292
SKIP_INSTALL = YES;
Oct 26, 2011
Oct 26, 2011
293
};
Jan 6, 2012
Jan 6, 2012
294
name = Release;
Oct 26, 2011
Oct 26, 2011
295
296
297
298
299
300
301
302
303
304
305
};
/* 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
306
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
307
308
309
310
311
312
313
314
};
00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */ = {
isa = XCConfigurationList;
buildConfigurations = (
007288110F0DA5BA00C302A9 /* Debug */,
007288150F0DA5C400C302A9 /* Release */,
);
defaultConfigurationIsVisible = 0;
Jan 6, 2012
Jan 6, 2012
315
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
316
317
318
319
320
};
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}