Skip to content

Latest commit

 

History

History
620 lines (607 loc) · 27.9 KB

project.pbxproj

File metadata and controls

620 lines (607 loc) · 27.9 KB
 
Oct 26, 2011
Oct 26, 2011
1
2
3
4
5
6
7
8
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
Dec 13, 2017
Dec 13, 2017
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
/* Begin PBXAggregateTarget section */
AA5314461FE0FB540025C9BE /* All (iOS) */ = {
isa = PBXAggregateTarget;
buildConfigurationList = AA5314471FE0FB540025C9BE /* Build configuration list for PBXAggregateTarget "All (iOS)" */;
buildPhases = (
AA53144A1FE0FB630025C9BE /* ShellScript */,
);
dependencies = (
);
name = "All (iOS)";
productName = "All (iOS)";
};
AA53144B1FE0FBF20025C9BE /* All (tvOS) */ = {
isa = PBXAggregateTarget;
buildConfigurationList = AA53144C1FE0FBF20025C9BE /* Build configuration list for PBXAggregateTarget "All (tvOS)" */;
buildPhases = (
AA53144F1FE0FBF90025C9BE /* ShellScript */,
);
dependencies = (
);
name = "All (tvOS)";
productName = "All (tvOS)";
};
/* End PBXAggregateTarget section */
Oct 26, 2011
Oct 26, 2011
34
35
/* Begin PBXBuildFile section */
00A06D7812FFBFD5009F1A11 /* SDL_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_image.h */; };
Sep 29, 2012
Sep 29, 2012
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 22, 2017
Oct 22, 2017
52
AA50AA491F9C7DB6003B9C0C /* IMG_svg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA50AA481F9C7DB6003B9C0C /* IMG_svg.c */; };
Dec 13, 2017
Dec 13, 2017
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
AA53142D1FE0FA910025C9BE /* SDL_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_image.h */; };
AA53142F1FE0FA910025C9BE /* IMG_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A891617A4A4005ABC8F /* IMG_bmp.c */; };
AA5314301FE0FA910025C9BE /* IMG_gif.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8A1617A4A4005ABC8F /* IMG_gif.c */; };
AA5314311FE0FA910025C9BE /* IMG_ImageIO.m in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8B1617A4A4005ABC8F /* IMG_ImageIO.m */; };
AA5314321FE0FA910025C9BE /* IMG_jpg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8C1617A4A4005ABC8F /* IMG_jpg.c */; };
AA5314331FE0FA910025C9BE /* IMG_lbm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8D1617A4A4005ABC8F /* IMG_lbm.c */; };
AA5314341FE0FA910025C9BE /* IMG_pcx.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8E1617A4A4005ABC8F /* IMG_pcx.c */; };
AA5314351FE0FA910025C9BE /* IMG_png.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A8F1617A4A4005ABC8F /* IMG_png.c */; };
AA5314361FE0FA910025C9BE /* IMG_pnm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A901617A4A4005ABC8F /* IMG_pnm.c */; };
AA5314371FE0FA910025C9BE /* IMG_tga.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A911617A4A4005ABC8F /* IMG_tga.c */; };
AA5314381FE0FA910025C9BE /* IMG_tif.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A921617A4A4005ABC8F /* IMG_tif.c */; };
AA5314391FE0FA910025C9BE /* IMG_webp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A941617A4A4005ABC8F /* IMG_webp.c */; };
AA53143A1FE0FA910025C9BE /* IMG_xcf.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A951617A4A4005ABC8F /* IMG_xcf.c */; };
AA53143B1FE0FA910025C9BE /* IMG_xpm.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A961617A4A4005ABC8F /* IMG_xpm.c */; };
AA53143C1FE0FA910025C9BE /* IMG_xv.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A971617A4A4005ABC8F /* IMG_xv.c */; };
AA53143D1FE0FA910025C9BE /* IMG_xxx.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A981617A4A4005ABC8F /* IMG_xxx.c */; };
AA53143E1FE0FA910025C9BE /* IMG.c in Sources */ = {isa = PBXBuildFile; fileRef = AA126A991617A4A4005ABC8F /* IMG.c */; };
AA53143F1FE0FA910025C9BE /* IMG_svg.c in Sources */ = {isa = PBXBuildFile; fileRef = AA50AA481F9C7DB6003B9C0C /* IMG_svg.c */; };
Oct 26, 2011
Oct 26, 2011
71
72
73
74
/* 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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>"; };
Oct 22, 2017
Oct 22, 2017
91
AA50AA481F9C7DB6003B9C0C /* IMG_svg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_svg.c; path = ../IMG_svg.c; sourceTree = "<group>"; };
Dec 13, 2017
Dec 13, 2017
92
AA5314451FE0FA910025C9BE /* libSDL2_image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2_image.a; sourceTree = BUILT_PRODUCTS_DIR; };
Sep 5, 2012
Sep 5, 2012
93
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
94
95
96
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
Dec 13, 2017
Dec 13, 2017
97
98
99
100
101
102
103
AA5314401FE0FA910025C9BE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
Oct 26, 2011
Oct 26, 2011
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
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
126
BE1FA74107AF4C45004B6283 /* libSDL2_image.a */,
Dec 13, 2017
Dec 13, 2017
127
AA5314451FE0FA910025C9BE /* libSDL2_image.a */,
Oct 26, 2011
Oct 26, 2011
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
);
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
152
153
154
155
156
157
158
159
160
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 */,
Oct 22, 2017
Oct 22, 2017
161
AA50AA481F9C7DB6003B9C0C /* IMG_svg.c */,
Sep 29, 2012
Sep 29, 2012
162
163
164
165
166
167
168
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
169
170
171
172
173
174
175
);
name = "Library Source";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
Dec 13, 2017
Dec 13, 2017
176
177
178
179
180
181
182
183
AA53142C1FE0FA910025C9BE /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
AA53142D1FE0FA910025C9BE /* SDL_image.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Oct 26, 2011
Oct 26, 2011
184
185
186
187
188
189
190
191
192
193
194
BE1FA73007AF4C45004B6283 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
00A06D7812FFBFD5009F1A11 /* SDL_image.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
Dec 13, 2017
Dec 13, 2017
195
AA53142B1FE0FA910025C9BE /* libSDL_image-tvOS */ = {
Oct 26, 2011
Oct 26, 2011
196
isa = PBXNativeTarget;
Dec 13, 2017
Dec 13, 2017
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
buildConfigurationList = AA5314421FE0FA910025C9BE /* Build configuration list for PBXNativeTarget "libSDL_image-tvOS" */;
buildPhases = (
AA53142C1FE0FA910025C9BE /* Headers */,
AA53142E1FE0FA910025C9BE /* Sources */,
AA5314401FE0FA910025C9BE /* Frameworks */,
AA5314411FE0FA910025C9BE /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = "libSDL_image-tvOS";
productInstallPath = /usr/local/lib;
productName = "Static Library";
productReference = AA5314451FE0FA910025C9BE /* libSDL2_image.a */;
productType = "com.apple.product-type.library.static";
};
BE1FA72F07AF4C45004B6283 /* libSDL_image-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "libSDL_image-iOS" */;
Oct 26, 2011
Oct 26, 2011
217
218
219
220
221
222
223
224
225
226
buildPhases = (
BE1FA73007AF4C45004B6283 /* Headers */,
BE1FA73107AF4C45004B6283 /* Sources */,
BE1FA73F07AF4C45004B6283 /* Frameworks */,
BE1FA74007AF4C45004B6283 /* Rez */,
);
buildRules = (
);
dependencies = (
);
Dec 13, 2017
Dec 13, 2017
227
name = "libSDL_image-iOS";
Oct 26, 2011
Oct 26, 2011
228
229
productInstallPath = /usr/local/lib;
productName = "Static Library";
Sep 5, 2012
Sep 5, 2012
230
productReference = BE1FA74107AF4C45004B6283 /* libSDL2_image.a */;
Oct 26, 2011
Oct 26, 2011
231
232
233
234
235
236
237
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
May 10, 2014
May 10, 2014
238
attributes = {
Oct 23, 2017
Oct 23, 2017
239
LastUpgradeCheck = 0900;
Dec 13, 2017
Dec 13, 2017
240
241
242
243
244
245
246
247
248
249
TargetAttributes = {
AA5314461FE0FB540025C9BE = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
AA53144B1FE0FBF20025C9BE = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
May 10, 2014
May 10, 2014
250
};
Oct 26, 2011
Oct 26, 2011
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
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 = (
Dec 13, 2017
Dec 13, 2017
266
267
268
269
BE1FA72F07AF4C45004B6283 /* libSDL_image-iOS */,
AA53142B1FE0FA910025C9BE /* libSDL_image-tvOS */,
AA5314461FE0FB540025C9BE /* All (iOS) */,
AA53144B1FE0FBF20025C9BE /* All (tvOS) */,
Oct 26, 2011
Oct 26, 2011
270
271
272
273
274
);
};
/* End PBXProject section */
/* Begin PBXRezBuildPhase section */
Dec 13, 2017
Dec 13, 2017
275
276
277
278
279
280
281
AA5314411FE0FA910025C9BE /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
Oct 26, 2011
Oct 26, 2011
282
283
284
285
286
287
288
289
290
BE1FA74007AF4C45004B6283 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
Dec 13, 2017
Dec 13, 2017
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
/* Begin PBXShellScriptBuildPhase section */
AA53144A1FE0FB630025C9BE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
output/iOS/debug/libSDL2_image.a,
output/iOS/release/libSDL2_image.a,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "TARGET=libSDL_image-iOS\nOUTPUT=libSDL2_image.a\n\nxcodebuild -target \"$TARGET\" -configuration Debug -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" -configuration Release -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" ONLY_ACTIVE_ARCH=NO -configuration Debug -sdk iphoneos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" ONLY_ACTIVE_ARCH=NO -configuration Release -sdk iphoneos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\n\n# make output folders\nmkdir -p output/iOS/debug\nmkdir -p output/iOS/release\n\n# combine lib files for various platforms into one\necho \"Creating output/iOS/debug/$OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Debug-iphoneos/$OUTPUT\" \"${TARGET_BUILD_DIR}/../Debug-iphonesimulator/$OUTPUT\" -output \"output/iOS/debug/$OUTPUT\"\necho \"Creating output/iOS/release/$OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Release-iphoneos/$OUTPUT\" \"${TARGET_BUILD_DIR}/../Release-iphonesimulator/$OUTPUT\" -output \"output/iOS/release/$OUTPUT\"\n";
};
AA53144F1FE0FBF90025C9BE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
output/tvOS/debug/libSDL2_image.a,
output/tvOS/release/libSDL2_image.a,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "TARGET=libSDL_image-tvOS\nOUTPUT=libSDL2_image.a\n\nxcodebuild -target \"$TARGET\" -configuration Debug -sdk appletvsimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" -configuration Release -sdk appletvsimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" ONLY_ACTIVE_ARCH=NO -configuration Debug -sdk appletvos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\nxcodebuild -target \"$TARGET\" ONLY_ACTIVE_ARCH=NO -configuration Release -sdk appletvos BUILD_DIR=\"${BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" clean build\n\n# make output folders\nmkdir -p output/tvOS/debug\nmkdir -p output/tvOS/release\n\n# combine lib files for various platforms into one\necho \"Creating output/tvOS/debug/$OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Debug-appletvos/$OUTPUT\" \"${TARGET_BUILD_DIR}/../Debug-appletvsimulator/$OUTPUT\" -output \"output/tvOS/debug/$OUTPUT\"\necho \"Creating output/tvOS/release/$OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Release-appletvos/$OUTPUT\" \"${TARGET_BUILD_DIR}/../Release-appletvsimulator/$OUTPUT\" -output \"output/tvOS/release/$OUTPUT\"\n";
};
/* End PBXShellScriptBuildPhase section */
Oct 26, 2011
Oct 26, 2011
324
/* Begin PBXSourcesBuildPhase section */
Dec 13, 2017
Dec 13, 2017
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
AA53142E1FE0FA910025C9BE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA53142F1FE0FA910025C9BE /* IMG_bmp.c in Sources */,
AA5314301FE0FA910025C9BE /* IMG_gif.c in Sources */,
AA5314311FE0FA910025C9BE /* IMG_ImageIO.m in Sources */,
AA5314321FE0FA910025C9BE /* IMG_jpg.c in Sources */,
AA5314331FE0FA910025C9BE /* IMG_lbm.c in Sources */,
AA5314341FE0FA910025C9BE /* IMG_pcx.c in Sources */,
AA5314351FE0FA910025C9BE /* IMG_png.c in Sources */,
AA5314361FE0FA910025C9BE /* IMG_pnm.c in Sources */,
AA5314371FE0FA910025C9BE /* IMG_tga.c in Sources */,
AA5314381FE0FA910025C9BE /* IMG_tif.c in Sources */,
AA5314391FE0FA910025C9BE /* IMG_webp.c in Sources */,
AA53143A1FE0FA910025C9BE /* IMG_xcf.c in Sources */,
AA53143B1FE0FA910025C9BE /* IMG_xpm.c in Sources */,
AA53143C1FE0FA910025C9BE /* IMG_xv.c in Sources */,
AA53143D1FE0FA910025C9BE /* IMG_xxx.c in Sources */,
AA53143E1FE0FA910025C9BE /* IMG.c in Sources */,
AA53143F1FE0FA910025C9BE /* IMG_svg.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Oct 26, 2011
Oct 26, 2011
349
350
351
352
BE1FA73107AF4C45004B6283 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
Sep 29, 2012
Sep 29, 2012
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
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 22, 2017
Oct 22, 2017
369
AA50AA491F9C7DB6003B9C0C /* IMG_svg.c in Sources */,
Oct 26, 2011
Oct 26, 2011
370
371
372
373
374
375
376
377
378
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
007288110F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Oct 23, 2017
Oct 23, 2017
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Oct 26, 2011
Oct 26, 2011
395
COPY_PHASE_STRIP = NO;
Oct 23, 2017
Oct 23, 2017
396
397
398
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
Oct 26, 2011
Oct 26, 2011
399
400
401
402
403
404
405
406
407
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
Oct 22, 2017
Oct 22, 2017
408
LOAD_SVG,
Oct 26, 2011
Oct 26, 2011
409
LOAD_TGA,
Jan 6, 2012
Jan 6, 2012
410
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
411
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
412
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
413
414
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Oct 23, 2017
Oct 23, 2017
415
416
417
418
419
420
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Jan 6, 2012
Jan 6, 2012
421
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../SDL/include";
Dec 13, 2017
Dec 13, 2017
422
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Jun 27, 2015
Jun 27, 2015
423
ONLY_ACTIVE_ARCH = YES;
Jan 6, 2012
Jan 6, 2012
424
425
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Dec 13, 2017
Dec 13, 2017
426
TVOS_DEPLOYMENT_TARGET = 9.0;
Jan 6, 2012
Jan 6, 2012
427
428
429
430
431
432
433
};
name = Debug;
};
007288130F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
Jan 3, 2016
Jan 3, 2016
434
DYLIB_CURRENT_VERSION = 1.1.0;
Jan 6, 2012
Jan 6, 2012
435
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Oct 26, 2011
Oct 26, 2011
436
LIBRARY_STYLE = STATIC;
Sep 5, 2012
Sep 5, 2012
437
PRODUCT_NAME = SDL2_image;
Oct 26, 2011
Oct 26, 2011
438
SECTORDER_FLAGS = "";
Oct 20, 2012
Oct 20, 2012
439
SKIP_INSTALL = YES;
Oct 26, 2011
Oct 26, 2011
440
441
442
443
444
445
};
name = Debug;
};
007288150F0DA5C400C302A9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Oct 23, 2017
Oct 23, 2017
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Jan 6, 2012
Jan 6, 2012
463
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Oct 23, 2017
Oct 23, 2017
464
GCC_NO_COMMON_BLOCKS = YES;
Oct 26, 2011
Oct 26, 2011
465
466
467
468
469
470
471
472
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
Oct 22, 2017
Oct 22, 2017
473
LOAD_SVG,
Oct 26, 2011
Oct 26, 2011
474
LOAD_TGA,
Jan 6, 2012
Jan 6, 2012
475
LOAD_TIF,
Oct 26, 2011
Oct 26, 2011
476
LOAD_XPM,
Jan 6, 2012
Jan 6, 2012
477
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
478
479
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Oct 23, 2017
Oct 23, 2017
480
481
482
483
484
485
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Jan 6, 2012
Jan 6, 2012
486
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../SDL/include";
Dec 13, 2017
Dec 13, 2017
487
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Jan 6, 2012
Jan 6, 2012
488
489
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Dec 13, 2017
Dec 13, 2017
490
TVOS_DEPLOYMENT_TARGET = 9.0;
Oct 26, 2011
Oct 26, 2011
491
492
493
};
name = Release;
};
Jan 6, 2012
Jan 6, 2012
494
007288170F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
495
496
497
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
Jan 3, 2016
Jan 3, 2016
498
DYLIB_CURRENT_VERSION = 1.1.0;
Jan 6, 2012
Jan 6, 2012
499
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Oct 26, 2011
Oct 26, 2011
500
LIBRARY_STYLE = STATIC;
Sep 5, 2012
Sep 5, 2012
501
PRODUCT_NAME = SDL2_image;
Oct 26, 2011
Oct 26, 2011
502
SECTORDER_FLAGS = "";
Oct 20, 2012
Oct 20, 2012
503
SKIP_INSTALL = YES;
Oct 26, 2011
Oct 26, 2011
504
};
Jan 6, 2012
Jan 6, 2012
505
name = Release;
Oct 26, 2011
Oct 26, 2011
506
};
Dec 13, 2017
Dec 13, 2017
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
AA5314431FE0FA910025C9BE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1.1.0;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SDKROOT = appletvos;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Debug;
};
AA5314441FE0FA910025C9BE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1.1.0;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SDKROOT = appletvos;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Release;
};
AA5314481FE0FB540025C9BE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
AA5314491FE0FB540025C9BE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
AA53144D1FE0FBF20025C9BE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
AA53144E1FE0FBF20025C9BE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
Oct 26, 2011
Oct 26, 2011
569
570
571
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
Dec 13, 2017
Dec 13, 2017
572
00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "libSDL_image-iOS" */ = {
Oct 26, 2011
Oct 26, 2011
573
574
575
576
577
578
isa = XCConfigurationList;
buildConfigurations = (
007288130F0DA5BA00C302A9 /* Debug */,
007288170F0DA5C400C302A9 /* Release */,
);
defaultConfigurationIsVisible = 0;
Jan 6, 2012
Jan 6, 2012
579
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
580
581
582
583
584
585
586
587
};
00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */ = {
isa = XCConfigurationList;
buildConfigurations = (
007288110F0DA5BA00C302A9 /* Debug */,
007288150F0DA5C400C302A9 /* Release */,
);
defaultConfigurationIsVisible = 0;
Jan 6, 2012
Jan 6, 2012
588
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
589
};
Dec 13, 2017
Dec 13, 2017
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
AA5314421FE0FA910025C9BE /* Build configuration list for PBXNativeTarget "libSDL_image-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA5314431FE0FA910025C9BE /* Debug */,
AA5314441FE0FA910025C9BE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA5314471FE0FB540025C9BE /* Build configuration list for PBXAggregateTarget "All (iOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA5314481FE0FB540025C9BE /* Debug */,
AA5314491FE0FB540025C9BE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA53144C1FE0FBF20025C9BE /* Build configuration list for PBXAggregateTarget "All (tvOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA53144D1FE0FBF20025C9BE /* Debug */,
AA53144E1FE0FBF20025C9BE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
Oct 26, 2011
Oct 26, 2011
617
618
619
620
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}