summaryrefslogtreecommitdiff
path: root/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/project.pbxproj
blob: 4e4698a054c529dff6eaef594e39ecd5dc7bc68c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
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
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
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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		844235871C58CB95001EB305 /* libluajit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 844235861C58CB95001EB305 /* libluajit.a */; };
		84F8B8B11C45677A00AE9B8F /* pb.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8B01C45677A00AE9B8F /* pb.c */; };
		84F8B8B31C45678E00AE9B8F /* tolua.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8B21C45678E00AE9B8F /* tolua.c */; };
		84F8B8B51C45679700AE9B8F /* struct.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8B41C45679700AE9B8F /* struct.c */; };
		84F8B8B71C45679C00AE9B8F /* lpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8B61C45679C00AE9B8F /* lpeg.c */; };
		84F8B8DB1C4567C100AE9B8F /* auxiliar.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8B91C4567C100AE9B8F /* auxiliar.c */; };
		84F8B8DC1C4567C100AE9B8F /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8BB1C4567C100AE9B8F /* buffer.c */; };
		84F8B8DD1C4567C100AE9B8F /* except.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8BD1C4567C100AE9B8F /* except.c */; };
		84F8B8DE1C4567C100AE9B8F /* inet.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8BF1C4567C100AE9B8F /* inet.c */; };
		84F8B8DF1C4567C100AE9B8F /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8C11C4567C100AE9B8F /* io.c */; };
		84F8B8E01C4567C100AE9B8F /* luasocket.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8C31C4567C100AE9B8F /* luasocket.c */; };
		84F8B8E11C4567C100AE9B8F /* luasocket_scripts.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8C51C4567C100AE9B8F /* luasocket_scripts.c */; };
		84F8B8E21C4567C100AE9B8F /* mime.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8C71C4567C100AE9B8F /* mime.c */; };
		84F8B8E31C4567C100AE9B8F /* options.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8C91C4567C100AE9B8F /* options.c */; };
		84F8B8E41C4567C100AE9B8F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8CB1C4567C100AE9B8F /* select.c */; };
		84F8B8E51C4567C100AE9B8F /* serial.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8CD1C4567C100AE9B8F /* serial.c */; };
		84F8B8E61C4567C100AE9B8F /* tcp.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8CF1C4567C100AE9B8F /* tcp.c */; };
		84F8B8E71C4567C100AE9B8F /* timeout.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8D11C4567C100AE9B8F /* timeout.c */; };
		84F8B8E81C4567C100AE9B8F /* udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8D31C4567C100AE9B8F /* udp.c */; };
		84F8B8E91C4567C100AE9B8F /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8D51C4567C100AE9B8F /* unix.c */; };
		84F8B8EA1C4567C100AE9B8F /* usocket.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F8B8D71C4567C100AE9B8F /* usocket.c */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		0F4B04D01800959F002EA938 /* tolua.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tolua.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
		0F4B04D71800959F002EA938 /* tolua-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tolua-Info.plist"; sourceTree = "<group>"; };
		0F4B04D91800959F002EA938 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		0F4B04DB1800959F002EA938 /* tolua-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "tolua-Prefix.pch"; sourceTree = "<group>"; };
		844235861C58CB95001EB305 /* libluajit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libluajit.a; sourceTree = "<group>"; };
		84F8B8B01C45677A00AE9B8F /* pb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pb.c; path = ../../pb.c; sourceTree = "<group>"; };
		84F8B8B21C45678E00AE9B8F /* tolua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tolua.c; path = ../../tolua.c; sourceTree = "<group>"; };
		84F8B8B41C45679700AE9B8F /* struct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = struct.c; path = ../../struct.c; sourceTree = "<group>"; };
		84F8B8B61C45679C00AE9B8F /* lpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lpeg.c; path = ../../lpeg.c; sourceTree = "<group>"; };
		84F8B8B91C4567C100AE9B8F /* auxiliar.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = auxiliar.c; sourceTree = "<group>"; };
		84F8B8BA1C4567C100AE9B8F /* auxiliar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = auxiliar.h; sourceTree = "<group>"; };
		84F8B8BB1C4567C100AE9B8F /* buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = buffer.c; sourceTree = "<group>"; };
		84F8B8BC1C4567C100AE9B8F /* buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = buffer.h; sourceTree = "<group>"; };
		84F8B8BD1C4567C100AE9B8F /* except.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = except.c; sourceTree = "<group>"; };
		84F8B8BE1C4567C100AE9B8F /* except.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = except.h; sourceTree = "<group>"; };
		84F8B8BF1C4567C100AE9B8F /* inet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inet.c; sourceTree = "<group>"; };
		84F8B8C01C4567C100AE9B8F /* inet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inet.h; sourceTree = "<group>"; };
		84F8B8C11C4567C100AE9B8F /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = io.c; sourceTree = "<group>"; };
		84F8B8C21C4567C100AE9B8F /* io.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = io.h; sourceTree = "<group>"; };
		84F8B8C31C4567C100AE9B8F /* luasocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = luasocket.c; sourceTree = "<group>"; };
		84F8B8C41C4567C100AE9B8F /* luasocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luasocket.h; sourceTree = "<group>"; };
		84F8B8C51C4567C100AE9B8F /* luasocket_scripts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = luasocket_scripts.c; sourceTree = "<group>"; };
		84F8B8C61C4567C100AE9B8F /* luasocket_scripts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luasocket_scripts.h; sourceTree = "<group>"; };
		84F8B8C71C4567C100AE9B8F /* mime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mime.c; sourceTree = "<group>"; };
		84F8B8C81C4567C100AE9B8F /* mime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mime.h; sourceTree = "<group>"; };
		84F8B8C91C4567C100AE9B8F /* options.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = options.c; sourceTree = "<group>"; };
		84F8B8CA1C4567C100AE9B8F /* options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = options.h; sourceTree = "<group>"; };
		84F8B8CB1C4567C100AE9B8F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; };
		84F8B8CC1C4567C100AE9B8F /* select.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = select.h; sourceTree = "<group>"; };
		84F8B8CD1C4567C100AE9B8F /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = serial.c; sourceTree = "<group>"; };
		84F8B8CE1C4567C100AE9B8F /* socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = socket.h; sourceTree = "<group>"; };
		84F8B8CF1C4567C100AE9B8F /* tcp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp.c; sourceTree = "<group>"; };
		84F8B8D01C4567C100AE9B8F /* tcp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcp.h; sourceTree = "<group>"; };
		84F8B8D11C4567C100AE9B8F /* timeout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timeout.c; sourceTree = "<group>"; };
		84F8B8D21C4567C100AE9B8F /* timeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timeout.h; sourceTree = "<group>"; };
		84F8B8D31C4567C100AE9B8F /* udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = udp.c; sourceTree = "<group>"; };
		84F8B8D41C4567C100AE9B8F /* udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udp.h; sourceTree = "<group>"; };
		84F8B8D51C4567C100AE9B8F /* unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = "<group>"; };
		84F8B8D61C4567C100AE9B8F /* unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unix.h; sourceTree = "<group>"; };
		84F8B8D71C4567C100AE9B8F /* usocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = usocket.c; sourceTree = "<group>"; };
		84F8B8D81C4567C100AE9B8F /* usocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usocket.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		0F4B04CD1800959F002EA938 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				844235871C58CB95001EB305 /* libluajit.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		0F4B04C71800959F002EA938 = {
			isa = PBXGroup;
			children = (
				0F4B04D51800959F002EA938 /* tolua */,
				0F4B04D21800959F002EA938 /* Frameworks */,
				0F4B04D11800959F002EA938 /* Products */,
			);
			sourceTree = "<group>";
		};
		0F4B04D11800959F002EA938 /* Products */ = {
			isa = PBXGroup;
			children = (
				0F4B04D01800959F002EA938 /* tolua.bundle */,
			);
			name = Products;
			path = tolua;
			sourceTree = "<group>";
		};
		0F4B04D21800959F002EA938 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				844235861C58CB95001EB305 /* libluajit.a */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		0F4B04D51800959F002EA938 /* tolua */ = {
			isa = PBXGroup;
			children = (
				84F8B8B81C4567C100AE9B8F /* luasocket */,
				84F8B8B61C45679C00AE9B8F /* lpeg.c */,
				84F8B8B21C45678E00AE9B8F /* tolua.c */,
				84F8B8B41C45679700AE9B8F /* struct.c */,
				84F8B8B01C45677A00AE9B8F /* pb.c */,
				0F4B04D61800959F002EA938 /* Supporting Files */,
			);
			path = tolua;
			sourceTree = "<group>";
		};
		0F4B04D61800959F002EA938 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				0F4B04D71800959F002EA938 /* tolua-Info.plist */,
				0F4B04D81800959F002EA938 /* InfoPlist.strings */,
				0F4B04DB1800959F002EA938 /* tolua-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		84F8B8B81C4567C100AE9B8F /* luasocket */ = {
			isa = PBXGroup;
			children = (
				84F8B8B91C4567C100AE9B8F /* auxiliar.c */,
				84F8B8BA1C4567C100AE9B8F /* auxiliar.h */,
				84F8B8BB1C4567C100AE9B8F /* buffer.c */,
				84F8B8BC1C4567C100AE9B8F /* buffer.h */,
				84F8B8BD1C4567C100AE9B8F /* except.c */,
				84F8B8BE1C4567C100AE9B8F /* except.h */,
				84F8B8BF1C4567C100AE9B8F /* inet.c */,
				84F8B8C01C4567C100AE9B8F /* inet.h */,
				84F8B8C11C4567C100AE9B8F /* io.c */,
				84F8B8C21C4567C100AE9B8F /* io.h */,
				84F8B8C31C4567C100AE9B8F /* luasocket.c */,
				84F8B8C41C4567C100AE9B8F /* luasocket.h */,
				84F8B8C51C4567C100AE9B8F /* luasocket_scripts.c */,
				84F8B8C61C4567C100AE9B8F /* luasocket_scripts.h */,
				84F8B8C71C4567C100AE9B8F /* mime.c */,
				84F8B8C81C4567C100AE9B8F /* mime.h */,
				84F8B8C91C4567C100AE9B8F /* options.c */,
				84F8B8CA1C4567C100AE9B8F /* options.h */,
				84F8B8CB1C4567C100AE9B8F /* select.c */,
				84F8B8CC1C4567C100AE9B8F /* select.h */,
				84F8B8CD1C4567C100AE9B8F /* serial.c */,
				84F8B8CE1C4567C100AE9B8F /* socket.h */,
				84F8B8CF1C4567C100AE9B8F /* tcp.c */,
				84F8B8D01C4567C100AE9B8F /* tcp.h */,
				84F8B8D11C4567C100AE9B8F /* timeout.c */,
				84F8B8D21C4567C100AE9B8F /* timeout.h */,
				84F8B8D31C4567C100AE9B8F /* udp.c */,
				84F8B8D41C4567C100AE9B8F /* udp.h */,
				84F8B8D51C4567C100AE9B8F /* unix.c */,
				84F8B8D61C4567C100AE9B8F /* unix.h */,
				84F8B8D71C4567C100AE9B8F /* usocket.c */,
				84F8B8D81C4567C100AE9B8F /* usocket.h */,
			);
			name = luasocket;
			path = ../../luasocket;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		0F4B04CF1800959F002EA938 /* tolua */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 0F4B04DE1800959F002EA938 /* Build configuration list for PBXNativeTarget "tolua" */;
			buildPhases = (
				0F4B04CC1800959F002EA938 /* Sources */,
				0F4B04CD1800959F002EA938 /* Frameworks */,
				0F4B04CE1800959F002EA938 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = tolua;
			productName = ulua;
			productReference = 0F4B04D01800959F002EA938 /* tolua.bundle */;
			productType = "com.apple.product-type.bundle";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		0F4B04C81800959F002EA938 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0640;
				ORGANIZATIONNAME = "xlcw games";
			};
			buildConfigurationList = 0F4B04CB1800959F002EA938 /* Build configuration list for PBXProject "tolua" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 0F4B04C71800959F002EA938;
			productRefGroup = 0F4B04D11800959F002EA938 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				0F4B04CF1800959F002EA938 /* tolua */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		0F4B04CE1800959F002EA938 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		0F4B04CC1800959F002EA938 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				84F8B8B51C45679700AE9B8F /* struct.c in Sources */,
				84F8B8DC1C4567C100AE9B8F /* buffer.c in Sources */,
				84F8B8E31C4567C100AE9B8F /* options.c in Sources */,
				84F8B8E81C4567C100AE9B8F /* udp.c in Sources */,
				84F8B8E91C4567C100AE9B8F /* unix.c in Sources */,
				84F8B8E41C4567C100AE9B8F /* select.c in Sources */,
				84F8B8DB1C4567C100AE9B8F /* auxiliar.c in Sources */,
				84F8B8B71C45679C00AE9B8F /* lpeg.c in Sources */,
				84F8B8E51C4567C100AE9B8F /* serial.c in Sources */,
				84F8B8B11C45677A00AE9B8F /* pb.c in Sources */,
				84F8B8E11C4567C100AE9B8F /* luasocket_scripts.c in Sources */,
				84F8B8B31C45678E00AE9B8F /* tolua.c in Sources */,
				84F8B8E21C4567C100AE9B8F /* mime.c in Sources */,
				84F8B8DD1C4567C100AE9B8F /* except.c in Sources */,
				84F8B8DF1C4567C100AE9B8F /* io.c in Sources */,
				84F8B8E61C4567C100AE9B8F /* tcp.c in Sources */,
				84F8B8EA1C4567C100AE9B8F /* usocket.c in Sources */,
				84F8B8DE1C4567C100AE9B8F /* inet.c in Sources */,
				84F8B8E71C4567C100AE9B8F /* timeout.c in Sources */,
				84F8B8E01C4567C100AE9B8F /* luasocket.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		0F4B04D81800959F002EA938 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				0F4B04D91800959F002EA938 /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		0F4B04DC1800959F002EA938 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.8;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		0F4B04DD1800959F002EA938 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.8;
				SDKROOT = macosx;
			};
			name = Release;
		};
		0F4B04DF1800959F002EA938 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				COMBINE_HIDPI_IMAGES = YES;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "tolua/tolua-Prefix.pch";
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
					../luajit-2.1/src,
				);
				INFOPLIST_FILE = "tolua/tolua-Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
				LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
				ONLY_ACTIVE_ARCH = NO;
				OTHER_LDFLAGS = "";
				PRODUCT_BUNDLE_IDENTIFIER = ameng.tolua;
				PRODUCT_NAME = tolua;
				VALID_ARCHS = "x86_64 i386";
				WRAPPER_EXTENSION = bundle;
			};
			name = Debug;
		};
		0F4B04E01800959F002EA938 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				COMBINE_HIDPI_IMAGES = YES;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "tolua/tolua-Prefix.pch";
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
				);
				INFOPLIST_FILE = "tolua/tolua-Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
				LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
				ONLY_ACTIVE_ARCH = NO;
				OTHER_LDFLAGS = "";
				PRODUCT_BUNDLE_IDENTIFIER = ameng.tolua;
				PRODUCT_NAME = tolua;
				VALID_ARCHS = "x86_64 i386";
				WRAPPER_EXTENSION = bundle;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		0F4B04CB1800959F002EA938 /* Build configuration list for PBXProject "tolua" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				0F4B04DC1800959F002EA938 /* Debug */,
				0F4B04DD1800959F002EA938 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		0F4B04DE1800959F002EA938 /* Build configuration list for PBXNativeTarget "tolua" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				0F4B04DF1800959F002EA938 /* Debug */,
				0F4B04E01800959F002EA938 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 0F4B04C81800959F002EA938 /* Project object */;
}