Skip to content

Latest commit

 

History

History
executable file
·
712 lines (696 loc) · 28.9 KB

project.pbxproj

File metadata and controls

executable file
·
712 lines (696 loc) · 28.9 KB
 
Oct 26, 2011
Oct 26, 2011
1
2
3
4
5
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
Jan 3, 2012
Jan 3, 2012
6
objectVersion = 46;
Oct 26, 2011
Oct 26, 2011
7
8
9
10
objects = {
/* Begin PBXBuildFile section */
005DF5E90A140CA2006B0BD5 /* IMG_xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 005DF5E70A140CA2006B0BD5 /* IMG_xv.c */; };
Dec 30, 2011
Dec 30, 2011
11
12
007287E40F0D997300C302A9 /* IMG_ImageIO.m in Sources */ = {isa = PBXBuildFile; fileRef = 007287E30F0D997300C302A9 /* IMG_ImageIO.m */; };
007287E50F0D997300C302A9 /* IMG_ImageIO.m in Sources */ = {isa = PBXBuildFile; fileRef = 007287E30F0D997300C302A9 /* IMG_ImageIO.m */; };
Oct 26, 2011
Oct 26, 2011
13
14
15
16
17
18
19
20
21
007288A70F0DA79800C302A9 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007288A60F0DA79800C302A9 /* ApplicationServices.framework */; };
007288A80F0DA79800C302A9 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007288A60F0DA79800C302A9 /* ApplicationServices.framework */; };
007289690F0DC29B00C302A9 /* IMG_lbm.c in Sources */ = {isa = PBXBuildFile; fileRef = F5FB1F0001CD818601FAFB42 /* IMG_lbm.c */; };
0072896A0F0DC29F00C302A9 /* IMG_pcx.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C05C012FAC847F000001 /* IMG_pcx.c */; };
007289720F0DC2BD00C302A9 /* IMG_pnm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C05E012FAC847F000001 /* IMG_pnm.c */; };
0072897A0F0DC2D000C302A9 /* IMG_xcf.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C061012FAC847F000001 /* IMG_xcf.c */; };
0072897B0F0DC2D100C302A9 /* IMG_xpm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C062012FAC847F000001 /* IMG_xpm.c */; };
0072897C0F0DC2D300C302A9 /* IMG_xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 005DF5E70A140CA2006B0BD5 /* IMG_xv.c */; };
0072897D0F0DC2D400C302A9 /* IMG_xxx.c in Sources */ = {isa = PBXBuildFile; fileRef = B2D7A06503FAB42200A8000A /* IMG_xxx.c */; };
Dec 30, 2011
Dec 30, 2011
22
61F8544A145A19BC002CA294 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61F85449145A19BC002CA294 /* Foundation.framework */; };
Jan 3, 2012
Jan 3, 2012
23
24
25
AA9EE77614B27A62008773C0 /* webp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA9EE77514B27A62008773C0 /* webp.framework */; };
AA9EE77714B27A6C008773C0 /* webp.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = AA9EE77514B27A62008773C0 /* webp.framework */; };
AA9EE77914B27A95008773C0 /* IMG_webp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA9EE77814B27A95008773C0 /* IMG_webp.c */; };
Oct 26, 2011
Oct 26, 2011
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
BE1FA71A07AF4C44004B6283 /* SDL_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_image.h */; settings = {ATTRIBUTES = (Public, ); }; };
BE1FA71D07AF4C44004B6283 /* IMG.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BB4C058012FAC847F000001 /* IMG.c */; };
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 */; };
BE1FA76307AF7335004B6283 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA76207AF7335004B6283 /* SDL.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
BE1FA74C07AF4C45004B6283 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BE1FA71807AF4C44004B6283;
remoteInfo = "Framework (Upgraded)";
};
/* End PBXContainerItemProxy section */
Jan 3, 2012
Jan 3, 2012
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* Begin PBXCopyFilesBuildPhase section */
AA9EE77214B27810008773C0 /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
AA9EE77714B27A6C008773C0 /* webp.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
Oct 26, 2011
Oct 26, 2011
62
63
/* 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
64
007287E30F0D997300C302A9 /* IMG_ImageIO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IMG_ImageIO.m; path = ../IMG_ImageIO.m; sourceTree = "<group>"; };
Oct 26, 2011
Oct 26, 2011
65
66
67
68
69
70
71
72
73
74
75
76
77
007288A60F0DA79800C302A9 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
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; };
Dec 30, 2011
Dec 30, 2011
78
61F85449145A19BC002CA294 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Jan 3, 2012
Jan 3, 2012
79
80
AA9EE77514B27A62008773C0 /* webp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = webp.framework; path = webp/webp.framework; sourceTree = "<group>"; };
AA9EE77814B27A95008773C0 /* IMG_webp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_webp.c; path = ../IMG_webp.c; sourceTree = "<group>"; };
Oct 26, 2011
Oct 26, 2011
81
82
B2D7A06503FAB42200A8000A /* IMG_xxx.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = IMG_xxx.c; path = ../IMG_xxx.c; sourceTree = SOURCE_ROOT; };
BE1FA72D07AF4C44004B6283 /* Info-Framework__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework__Upgraded_.plist"; sourceTree = "<group>"; };
Jan 3, 2012
Jan 3, 2012
83
84
BE1FA72E07AF4C45004B6283 /* SDLimage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDLimage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BE1FA74107AF4C45004B6283 /* libSDLimage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDLimage.a; sourceTree = BUILT_PRODUCTS_DIR; };
Oct 26, 2011
Oct 26, 2011
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
BE1FA74507AF4C45004B6283 /* Create DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Create DMG"; sourceTree = BUILT_PRODUCTS_DIR; };
BE1FA76207AF7335004B6283 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
F59C710400D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; };
F59C710600D5CB5801000001 /* SDL_image.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL_image.info; sourceTree = "<group>"; };
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 */
BE1FA72A07AF4C44004B6283 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA76307AF7335004B6283 /* SDL.framework in Frameworks */,
007288A70F0DA79800C302A9 /* ApplicationServices.framework in Frameworks */,
Dec 30, 2011
Dec 30, 2011
100
61F8544A145A19BC002CA294 /* Foundation.framework in Frameworks */,
Jan 3, 2012
Jan 3, 2012
101
AA9EE77614B27A62008773C0 /* webp.framework in Frameworks */,
Oct 26, 2011
Oct 26, 2011
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
);
runOnlyForDeploymentPostprocessing = 0;
};
BE1FA73F07AF4C45004B6283 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
007288A80F0DA79800C302A9 /* ApplicationServices.framework in Frameworks */,
);
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 */,
Jan 3, 2012
Jan 3, 2012
128
129
BE1FA72E07AF4C45004B6283 /* SDLimage.framework */,
BE1FA74107AF4C45004B6283 /* libSDLimage.a */,
Oct 26, 2011
Oct 26, 2011
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
BE1FA74507AF4C45004B6283 /* Create DMG */,
);
name = Products;
sourceTree = "<group>";
};
0867D691FE84028FC02AAC07 /* SDL_imageFramework */ = {
isa = PBXGroup;
children = (
F59C70FC00D5CB5801000001 /* pkg-support */,
0153844A006D81B07F000001 /* Public Headers */,
08FB77ACFE841707C02AAC07 /* Library Source */,
BE1FA76107AF72F5004B6283 /* Frameworks */,
034768DDFF38A45A11DB9C8B /* Products */,
BE1FA72D07AF4C44004B6283 /* Info-Framework__Upgraded_.plist */,
);
name = SDL_imageFramework;
sourceTree = "<group>";
};
089C1665FE841158C02AAC07 /* Resources */ = {
isa = PBXGroup;
children = (
);
name = Resources;
sourceTree = "<group>";
};
08FB77ACFE841707C02AAC07 /* Library Source */ = {
isa = PBXGroup;
children = (
3BB4C058012FAC847F000001 /* IMG.c */,
3BB4C059012FAC847F000001 /* IMG_bmp.c */,
3BB4C05A012FAC847F000001 /* IMG_gif.c */,
Jan 3, 2012
Jan 3, 2012
161
007287E30F0D997300C302A9 /* IMG_ImageIO.m */,
Oct 26, 2011
Oct 26, 2011
162
163
164
165
166
167
168
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 3, 2012
Jan 3, 2012
169
AA9EE77814B27A95008773C0 /* IMG_webp.c */,
Oct 26, 2011
Oct 26, 2011
170
171
172
173
174
175
176
177
178
179
180
3BB4C061012FAC847F000001 /* IMG_xcf.c */,
3BB4C062012FAC847F000001 /* IMG_xpm.c */,
005DF5E70A140CA2006B0BD5 /* IMG_xv.c */,
B2D7A06503FAB42200A8000A /* IMG_xxx.c */,
);
name = "Library Source";
sourceTree = "<group>";
};
BE1FA76007AF72B1004B6283 /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
Jan 3, 2012
Jan 3, 2012
181
AA9EE77514B27A62008773C0 /* webp.framework */,
Oct 26, 2011
Oct 26, 2011
182
183
184
185
186
187
188
189
190
191
007288A60F0DA79800C302A9 /* ApplicationServices.framework */,
BE1FA76207AF7335004B6283 /* SDL.framework */,
);
name = "Linked Frameworks";
sourceTree = "<group>";
};
BE1FA76107AF72F5004B6283 /* Frameworks */ = {
isa = PBXGroup;
children = (
BE1FA76007AF72B1004B6283 /* Linked Frameworks */,
Dec 30, 2011
Dec 30, 2011
192
61F85449145A19BC002CA294 /* Foundation.framework */,
Oct 26, 2011
Oct 26, 2011
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
);
name = Frameworks;
sourceTree = "<group>";
};
F59C70FC00D5CB5801000001 /* pkg-support */ = {
isa = PBXGroup;
children = (
F59C710100D5CB5801000001 /* resources */,
F59C710600D5CB5801000001 /* SDL_image.info */,
);
path = "pkg-support";
sourceTree = SOURCE_ROOT;
};
F59C710100D5CB5801000001 /* resources */ = {
isa = PBXGroup;
children = (
F59C710300D5CB5801000001 /* ReadMe.txt */,
F59C710400D5CB5801000001 /* Welcome.txt */,
);
path = resources;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
BE1FA71907AF4C44004B6283 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA71A07AF4C44004B6283 /* SDL_image.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BE1FA73007AF4C45004B6283 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
BE1FA71807AF4C44004B6283 /* Framework */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E3AA097EB73D00826121 /* Build configuration list for PBXNativeTarget "Framework" */;
buildPhases = (
BE1FA71907AF4C44004B6283 /* Headers */,
BE1FA71B07AF4C44004B6283 /* Resources */,
BE1FA71C07AF4C44004B6283 /* Sources */,
BE1FA72A07AF4C44004B6283 /* Frameworks */,
BE1FA72B07AF4C44004B6283 /* Rez */,
Jan 3, 2012
Jan 3, 2012
245
246
247
AA9EE77214B27810008773C0 /* Copy Frameworks */,
AA9EE77314B2782A008773C0 /* Create Frameworks symlink */,
AA9EE77414B27854008773C0 /* Convert SDL includes to SDL Framework includes */,
Oct 26, 2011
Oct 26, 2011
248
249
250
251
252
253
254
255
256
);
buildRules = (
);
comments = "Installed into ~/Library/Frameworks/SDL_image.framework\n\nAdd -framework SDL_image to your linker flags\nAdd ~/Library/Frameworks/SDL_image.framework/Headers to your header search path\nAdd ~/Library/Frameworks to your library search path";
dependencies = (
);
name = Framework;
productInstallPath = "@executable_path/../Frameworks";
productName = SDL_image;
Jan 3, 2012
Jan 3, 2012
257
productReference = BE1FA72E07AF4C45004B6283 /* SDLimage.framework */;
Oct 26, 2011
Oct 26, 2011
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
productType = "com.apple.product-type.framework";
};
BE1FA72F07AF4C45004B6283 /* Static Library */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "Static Library" */;
buildPhases = (
BE1FA73007AF4C45004B6283 /* Headers */,
BE1FA73107AF4C45004B6283 /* Sources */,
BE1FA73F07AF4C45004B6283 /* Frameworks */,
BE1FA74007AF4C45004B6283 /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = "Static Library";
productInstallPath = /usr/local/lib;
productName = "Static Library";
Jan 3, 2012
Jan 3, 2012
276
productReference = BE1FA74107AF4C45004B6283 /* libSDLimage.a */;
Oct 26, 2011
Oct 26, 2011
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
productType = "com.apple.product-type.library.static";
};
BE1FA74207AF4C45004B6283 /* Create DMG */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E3B2097EB73D00826121 /* Build configuration list for PBXNativeTarget "Create DMG" */;
buildPhases = (
BE1FA74407AF4C45004B6283 /* ShellScript */,
);
buildRules = (
);
dependencies = (
BE1FA74D07AF4C45004B6283 /* PBXTargetDependency */,
);
name = "Create DMG";
productInstallPath = /usr/local/bin;
productName = "Standard Package";
productReference = BE1FA74507AF4C45004B6283 /* Create DMG */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
Jan 3, 2012
Jan 3, 2012
301
302
303
attributes = {
LastUpgradeCheck = 0420;
};
Oct 26, 2011
Oct 26, 2011
304
buildConfigurationList = 00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */;
Jan 3, 2012
Jan 3, 2012
305
compatibilityVersion = "Xcode 3.2";
Dec 30, 2011
Dec 30, 2011
306
developmentRegion = English;
Oct 26, 2011
Oct 26, 2011
307
hasScannedForEncodings = 1;
Dec 30, 2011
Dec 30, 2011
308
309
310
311
312
313
knownRegions = (
English,
Japanese,
French,
German,
);
Oct 26, 2011
Oct 26, 2011
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
mainGroup = 0867D691FE84028FC02AAC07 /* SDL_imageFramework */;
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
projectDirPath = "";
projectRoot = ..;
targets = (
BE1FA71807AF4C44004B6283 /* Framework */,
BE1FA72F07AF4C45004B6283 /* Static Library */,
BE1FA74207AF4C45004B6283 /* Create DMG */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
BE1FA71B07AF4C44004B6283 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXRezBuildPhase section */
BE1FA72B07AF4C44004B6283 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
BE1FA74007AF4C45004B6283 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
Jan 3, 2012
Jan 3, 2012
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
AA9EE77314B2782A008773C0 /* Create Frameworks symlink */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Create Frameworks symlink";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd $SYMROOT/$CONFIGURATION/SDLimage.framework\nif ! [ -L Frameworks ]; then\nln -s Versions/Current/Frameworks Frameworks\nfi";
};
AA9EE77414B27854008773C0 /* Convert SDL includes to SDL Framework includes */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Convert SDL includes to SDL Framework includes";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd $SYMROOT/$CONFIGURATION/SDLimage.framework/Versions/Current/Headers\nsed 's,#include \"\\(.*\\)\",#include <SDL/\\1>,' <SDL_image.h >SDL_image.h.new\nmv SDL_image.h.new SDL_image.h";
};
Oct 26, 2011
Oct 26, 2011
382
383
384
385
386
387
388
BE1FA74407AF4C45004B6283 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Jan 3, 2012
Jan 3, 2012
389
shellScript = "# clean up the framework, remove headers, extra files\nmkdir -p build/dmg-tmp\n/Developer/Tools/CpMac -r $TARGET_BUILD_DIR/SDLimage.framework build/dmg-tmp/\ncp pkg-support/resources/ReadMe.txt build/dmg-tmp\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nrm -rf build/dmg-tmp/.DS_Store\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname SDL_image -srcfolder build/dmg-tmp build/SDL_image.dmg\n\n# clean up\nrm -rf build/dmg-tmp\n\n# compress it???\n#(cd build; gnutar -zcvf SDL_image.dmg.tar.gz SDL_image.dmg)";
Oct 26, 2011
Oct 26, 2011
390
391
392
393
394
395
396
397
398
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BE1FA71C07AF4C44004B6283 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA71D07AF4C44004B6283 /* IMG.c in Sources */,
Dec 30, 2011
Dec 30, 2011
399
007287E40F0D997300C302A9 /* IMG_ImageIO.m in Sources */,
Oct 26, 2011
Oct 26, 2011
400
401
402
403
404
405
406
007289690F0DC29B00C302A9 /* IMG_lbm.c in Sources */,
0072896A0F0DC29F00C302A9 /* IMG_pcx.c in Sources */,
007289720F0DC2BD00C302A9 /* IMG_pnm.c in Sources */,
0072897A0F0DC2D000C302A9 /* IMG_xcf.c in Sources */,
0072897B0F0DC2D100C302A9 /* IMG_xpm.c in Sources */,
0072897C0F0DC2D300C302A9 /* IMG_xv.c in Sources */,
0072897D0F0DC2D400C302A9 /* IMG_xxx.c in Sources */,
Jan 3, 2012
Jan 3, 2012
407
AA9EE77914B27A95008773C0 /* IMG_webp.c in Sources */,
Oct 26, 2011
Oct 26, 2011
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
);
runOnlyForDeploymentPostprocessing = 0;
};
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 */,
Dec 30, 2011
Dec 30, 2011
423
007287E50F0D997300C302A9 /* IMG_ImageIO.m in Sources */,
Oct 26, 2011
Oct 26, 2011
424
425
426
427
428
429
430
431
432
433
434
435
436
437
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
BE1FA74D07AF4C45004B6283 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BE1FA71807AF4C44004B6283 /* Framework */;
targetProxy = BE1FA74C07AF4C45004B6283 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
Jan 3, 2012
Jan 3, 2012
438
007288110F0DA5BA00C302A9 /* Debug */ = {
Oct 26, 2011
Oct 26, 2011
439
440
isa = XCBuildConfiguration;
buildSettings = {
Jan 3, 2012
Jan 3, 2012
441
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
Oct 26, 2011
Oct 26, 2011
442
FRAMEWORK_SEARCH_PATHS = (
Jan 3, 2012
Jan 3, 2012
443
"$(FRAMEWORK_SEARCH_PATHS_QUOTED)",
Oct 26, 2011
Oct 26, 2011
444
445
446
"$(HOME)/Library/Frameworks",
/Library/Frameworks,
);
Jan 3, 2012
Jan 3, 2012
447
FRAMEWORK_SEARCH_PATHS_QUOTED = "\"$(SRCROOT)/webp\"";
Oct 26, 2011
Oct 26, 2011
448
449
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Jan 3, 2012
Jan 3, 2012
450
451
452
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
Oct 26, 2011
Oct 26, 2011
453
454
LOAD_LBM,
LOAD_PCX,
Jan 3, 2012
Jan 3, 2012
455
LOAD_PNG,
Oct 26, 2011
Oct 26, 2011
456
LOAD_PNM,
Jan 3, 2012
Jan 3, 2012
457
458
459
LOAD_TGA,
LOAD_TIF,
LOAD_WEBP,
Oct 26, 2011
Oct 26, 2011
460
LOAD_XPM,
Jan 3, 2012
Jan 3, 2012
461
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
462
463
464
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
HEADER_SEARCH_PATHS = (
Jan 3, 2012
Jan 3, 2012
465
466
"$(HEADER_SEARCH_PATHS_QUOTED)",
"$(HOME)/Library/Frameworks/SDL.framework/Headers",
Oct 26, 2011
Oct 26, 2011
467
468
/Library/Frameworks/SDL.framework/Headers,
);
Jan 3, 2012
Jan 3, 2012
469
470
HEADER_SEARCH_PATHS_QUOTED = "\"$(SRCROOT)/webp/webp.framework/Headers\"";
MACOSX_DEPLOYMENT_TARGET = 10.5;
Dec 31, 2011
Dec 31, 2011
471
PRODUCT_NAME = SDLimage;
Jan 3, 2012
Jan 3, 2012
472
SDKROOT = macosx;
Oct 26, 2011
Oct 26, 2011
473
474
475
476
WARNING_CFLAGS = (
"-Wall",
"-Wno-four-char-constants",
);
Jan 3, 2012
Jan 3, 2012
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
};
name = Debug;
};
007288120F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 9;
DYLIB_CURRENT_VERSION = 9.3;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/webp\"",
);
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
Oct 26, 2011
Oct 26, 2011
493
494
WRAPPER_EXTENSION = framework;
};
Jan 3, 2012
Jan 3, 2012
495
name = Debug;
Oct 26, 2011
Oct 26, 2011
496
};
Jan 3, 2012
Jan 3, 2012
497
007288130F0DA5BA00C302A9 /* Debug */ = {
Oct 26, 2011
Oct 26, 2011
498
499
500
501
502
503
504
505
506
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = "";
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Jan 3, 2012
Jan 3, 2012
507
508
509
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
Oct 26, 2011
Oct 26, 2011
510
511
LOAD_LBM,
LOAD_PCX,
Jan 3, 2012
Jan 3, 2012
512
LOAD_PNG,
Oct 26, 2011
Oct 26, 2011
513
LOAD_PNM,
Jan 3, 2012
Jan 3, 2012
514
515
516
LOAD_TGA,
LOAD_TIF,
LOAD_WEBP,
Oct 26, 2011
Oct 26, 2011
517
LOAD_XPM,
Jan 3, 2012
Jan 3, 2012
518
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
519
520
521
522
523
524
525
526
527
);
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Headers,
"~/Library/Frameworks/SDL.framework/Headers",
);
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = "";
Dec 31, 2011
Dec 31, 2011
528
PRODUCT_NAME = SDLimage;
Oct 26, 2011
Oct 26, 2011
529
530
531
REZ_EXECUTABLE = YES;
SECTORDER_FLAGS = "";
};
Jan 3, 2012
Jan 3, 2012
532
name = Debug;
Oct 26, 2011
Oct 26, 2011
533
};
Jan 3, 2012
Jan 3, 2012
534
007288140F0DA5BA00C302A9 /* Debug */ = {
Oct 26, 2011
Oct 26, 2011
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
isa = XCBuildConfiguration;
buildSettings = {
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = "Create DMG";
REZ_EXECUTABLE = YES;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
ZERO_LINK = YES;
};
Jan 3, 2012
Jan 3, 2012
553
name = Debug;
Oct 26, 2011
Oct 26, 2011
554
};
Jan 3, 2012
Jan 3, 2012
555
007288150F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
556
557
isa = XCBuildConfiguration;
buildSettings = {
Jan 3, 2012
Jan 3, 2012
558
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
Jan 8, 2012
Jan 8, 2012
559
DEPLOYMENT_POSTPROCESSING = YES;
Oct 26, 2011
Oct 26, 2011
560
FRAMEWORK_SEARCH_PATHS = (
Jan 3, 2012
Jan 3, 2012
561
"$(FRAMEWORK_SEARCH_PATHS_QUOTED)",
Oct 26, 2011
Oct 26, 2011
562
563
564
"$(HOME)/Library/Frameworks",
/Library/Frameworks,
);
Jan 3, 2012
Jan 3, 2012
565
FRAMEWORK_SEARCH_PATHS_QUOTED = "\"$(SRCROOT)/webp\"";
Oct 26, 2011
Oct 26, 2011
566
567
568
569
570
571
572
573
574
575
576
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
LOAD_TGA,
LOAD_TIF,
Jan 3, 2012
Jan 3, 2012
577
LOAD_WEBP,
Oct 26, 2011
Oct 26, 2011
578
LOAD_XPM,
Jan 3, 2012
Jan 3, 2012
579
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
580
581
582
);
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
HEADER_SEARCH_PATHS = (
Jan 3, 2012
Jan 3, 2012
583
584
"$(HEADER_SEARCH_PATHS_QUOTED)",
"$(HOME)/Library/Frameworks/SDL.framework/Headers",
Oct 26, 2011
Oct 26, 2011
585
586
/Library/Frameworks/SDL.framework/Headers,
);
Jan 3, 2012
Jan 3, 2012
587
588
HEADER_SEARCH_PATHS_QUOTED = "\"$(SRCROOT)/webp/webp.framework/Headers\"";
MACOSX_DEPLOYMENT_TARGET = 10.5;
Dec 31, 2011
Dec 31, 2011
589
PRODUCT_NAME = SDLimage;
Jan 3, 2012
Jan 3, 2012
590
SDKROOT = macosx;
Jan 8, 2012
Jan 8, 2012
591
592
SEPARATE_STRIP = YES;
STRIP_STYLE = "non-global";
Oct 26, 2011
Oct 26, 2011
593
594
595
596
597
WARNING_CFLAGS = (
"-Wall",
"-Wno-four-char-constants",
);
};
Jan 3, 2012
Jan 3, 2012
598
name = Release;
Oct 26, 2011
Oct 26, 2011
599
};
Jan 3, 2012
Jan 3, 2012
600
007288160F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
601
602
isa = XCBuildConfiguration;
buildSettings = {
Jan 3, 2012
Jan 3, 2012
603
604
605
606
607
DYLIB_COMPATIBILITY_VERSION = 9;
DYLIB_CURRENT_VERSION = 9.3;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/webp\"",
Oct 26, 2011
Oct 26, 2011
608
);
Jan 3, 2012
Jan 3, 2012
609
FRAMEWORK_VERSION = A;
Oct 26, 2011
Oct 26, 2011
610
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
Jan 3, 2012
Jan 3, 2012
611
612
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
Oct 26, 2011
Oct 26, 2011
613
614
WRAPPER_EXTENSION = framework;
};
Jan 3, 2012
Jan 3, 2012
615
name = Release;
Oct 26, 2011
Oct 26, 2011
616
};
Jan 3, 2012
Jan 3, 2012
617
007288170F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
LOAD_GIF,
LOAD_JPG,
LOAD_LBM,
LOAD_PCX,
LOAD_PNG,
LOAD_PNM,
LOAD_TGA,
LOAD_TIF,
Jan 3, 2012
Jan 3, 2012
634
LOAD_WEBP,
Oct 26, 2011
Oct 26, 2011
635
LOAD_XPM,
Jan 3, 2012
Jan 3, 2012
636
LOAD_XV,
Oct 26, 2011
Oct 26, 2011
637
638
639
640
641
642
643
644
645
);
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Headers,
"~/Library/Frameworks/SDL.framework/Headers",
);
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = "";
Dec 31, 2011
Dec 31, 2011
646
PRODUCT_NAME = SDLimage;
Oct 26, 2011
Oct 26, 2011
647
648
649
REZ_EXECUTABLE = YES;
SECTORDER_FLAGS = "";
};
Jan 3, 2012
Jan 3, 2012
650
name = Release;
Oct 26, 2011
Oct 26, 2011
651
};
Jan 3, 2012
Jan 3, 2012
652
007288180F0DA5C400C302A9 /* Release */ = {
Oct 26, 2011
Oct 26, 2011
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = "Create DMG";
REZ_EXECUTABLE = YES;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
ZERO_LINK = NO;
};
Jan 3, 2012
Jan 3, 2012
668
name = Release;
Oct 26, 2011
Oct 26, 2011
669
670
671
672
673
674
675
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
00B7E3AA097EB73D00826121 /* Build configuration list for PBXNativeTarget "Framework" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Jan 3, 2012
Jan 3, 2012
676
677
007288160F0DA5C400C302A9 /* Release */,
007288120F0DA5BA00C302A9 /* Debug */,
Oct 26, 2011
Oct 26, 2011
678
679
);
defaultConfigurationIsVisible = 0;
Jan 3, 2012
Jan 3, 2012
680
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
681
682
683
684
};
00B7E3AE097EB73D00826121 /* Build configuration list for PBXNativeTarget "Static Library" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Jan 3, 2012
Jan 3, 2012
685
686
007288170F0DA5C400C302A9 /* Release */,
007288130F0DA5BA00C302A9 /* Debug */,
Oct 26, 2011
Oct 26, 2011
687
688
);
defaultConfigurationIsVisible = 0;
Jan 3, 2012
Jan 3, 2012
689
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
690
691
692
693
};
00B7E3B2097EB73D00826121 /* Build configuration list for PBXNativeTarget "Create DMG" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Jan 3, 2012
Jan 3, 2012
694
695
007288180F0DA5C400C302A9 /* Release */,
007288140F0DA5BA00C302A9 /* Debug */,
Oct 26, 2011
Oct 26, 2011
696
697
);
defaultConfigurationIsVisible = 0;
Jan 3, 2012
Jan 3, 2012
698
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
699
700
701
702
};
00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Jan 3, 2012
Jan 3, 2012
703
704
007288150F0DA5C400C302A9 /* Release */,
007288110F0DA5BA00C302A9 /* Debug */,
Oct 26, 2011
Oct 26, 2011
705
706
);
defaultConfigurationIsVisible = 0;
Jan 3, 2012
Jan 3, 2012
707
defaultConfigurationName = Release;
Oct 26, 2011
Oct 26, 2011
708
709
710
711
712
};
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}