root / TUIO_CPP / SimpleSimulator.xcodeproj / project.pbxproj @ 91

View | Annotate | Download (20.3 KB)

1
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 42;
7
	objects = {
8
9
/* Begin PBXBuildFile section */
10
		002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
11
		002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
12
		002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; };
13
		8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
14
		B20EE4360C340D5B00026AC5 /* UdpSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B20EE41A0C340D5B00026AC5 /* UdpSocket.cpp */; };
15
		B20EE43F0C340D5B00026AC5 /* OscOutboundPacketStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B20EE4250C340D5B00026AC5 /* OscOutboundPacketStream.cpp */; };
16
		B20EE4460C340D5B00026AC5 /* OscTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B20EE42C0C340D5B00026AC5 /* OscTypes.cpp */; };
17
		B20EE47F0C340E0300026AC5 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20EE47E0C340E0300026AC5 /* OpenGL.framework */; };
18
		B20EE4830C340E1100026AC5 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20EE4820C340E1100026AC5 /* GLUT.framework */; };
19
		B22B018E0F51EC4C00AE753B /* SimpleSimulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22B018C0F51EC4C00AE753B /* SimpleSimulator.cpp */; };
20
		B277CA460F51BCD900D84853 /* TuioServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B277CA420F51BCD900D84853 /* TuioServer.cpp */; };
21
		B277CA470F51BCD900D84853 /* TuioTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B277CA440F51BCD900D84853 /* TuioTime.cpp */; };
22
		B2A40EF60F23C8AD00B25A81 /* NetworkingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2A40EF50F23C8AD00B25A81 /* NetworkingUtils.cpp */; };
23
/* End PBXBuildFile section */
24
25
/* Begin PBXCopyFilesBuildPhase section */
26
		002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
27
			isa = PBXCopyFilesBuildPhase;
28
			buildActionMask = 2147483647;
29
			dstPath = "";
30
			dstSubfolderSpec = 10;
31
			files = (
32
				002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */,
33
			);
34
			name = "Copy Frameworks into .app bundle";
35
			runOnlyForDeploymentPostprocessing = 0;
36
		};
37
/* End PBXCopyFilesBuildPhase section */
38
39
/* Begin PBXFileReference section */
40
		002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
41
		002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
42
		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
43
		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
44
		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
45
		8D1107310486CEB800E47090 /* SimpleSimulator.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SimpleSimulator.plist; sourceTree = "<group>"; };
46
		8D1107320486CEB800E47090 /* SimpleSimulator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleSimulator.app; sourceTree = BUILT_PRODUCTS_DIR; };
47
		B20EE4160C340D5B00026AC5 /* NetworkingUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NetworkingUtils.h; path = oscpack/ip/NetworkingUtils.h; sourceTree = SOURCE_ROOT; };
48
		B20EE4170C340D5B00026AC5 /* PacketListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PacketListener.h; path = oscpack/ip/PacketListener.h; sourceTree = SOURCE_ROOT; };
49
		B20EE41A0C340D5B00026AC5 /* UdpSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = UdpSocket.cpp; path = oscpack/ip/posix/UdpSocket.cpp; sourceTree = SOURCE_ROOT; };
50
		B20EE41B0C340D5B00026AC5 /* TimerListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TimerListener.h; path = oscpack/ip/TimerListener.h; sourceTree = SOURCE_ROOT; };
51
		B20EE41C0C340D5B00026AC5 /* UdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UdpSocket.h; path = oscpack/ip/UdpSocket.h; sourceTree = SOURCE_ROOT; };
52
		B20EE4220C340D5B00026AC5 /* MessageMappingOscPacketListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MessageMappingOscPacketListener.h; path = oscpack/osc/MessageMappingOscPacketListener.h; sourceTree = SOURCE_ROOT; };
53
		B20EE4230C340D5B00026AC5 /* OscException.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OscException.h; path = oscpack/osc/OscException.h; sourceTree = SOURCE_ROOT; };
54
		B20EE4240C340D5B00026AC5 /* OscHostEndianness.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OscHostEndianness.h; path = oscpack/osc/OscHostEndianness.h; sourceTree = SOURCE_ROOT; };
55
		B20EE4250C340D5B00026AC5 /* OscOutboundPacketStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = OscOutboundPacketStream.cpp; path = oscpack/osc/OscOutboundPacketStream.cpp; sourceTree = SOURCE_ROOT; };
56
		B20EE4260C340D5B00026AC5 /* OscOutboundPacketStream.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OscOutboundPacketStream.h; path = oscpack/osc/OscOutboundPacketStream.h; sourceTree = SOURCE_ROOT; };
57
		B20EE4270C340D5B00026AC5 /* OscPacketListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OscPacketListener.h; path = oscpack/osc/OscPacketListener.h; sourceTree = SOURCE_ROOT; };
58
		B20EE42C0C340D5B00026AC5 /* OscTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = OscTypes.cpp; path = oscpack/osc/OscTypes.cpp; sourceTree = SOURCE_ROOT; };
59
		B20EE42D0C340D5B00026AC5 /* OscTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OscTypes.h; path = oscpack/osc/OscTypes.h; sourceTree = SOURCE_ROOT; };
60
		B20EE47E0C340E0300026AC5 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
61
		B20EE4820C340E1100026AC5 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = /System/Library/Frameworks/GLUT.framework; sourceTree = "<absolute>"; };
62
		B22B018C0F51EC4C00AE753B /* SimpleSimulator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SimpleSimulator.cpp; sourceTree = SOURCE_ROOT; };
63
		B22B018D0F51EC4C00AE753B /* SimpleSimulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleSimulator.h; sourceTree = SOURCE_ROOT; };
64
		B277CA3D0F51BCD900D84853 /* TuioContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioContainer.h; path = TUIO/TuioContainer.h; sourceTree = SOURCE_ROOT; };
65
		B277CA3E0F51BCD900D84853 /* TuioCursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioCursor.h; path = TUIO/TuioCursor.h; sourceTree = SOURCE_ROOT; };
66
		B277CA3F0F51BCD900D84853 /* TuioListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioListener.h; path = TUIO/TuioListener.h; sourceTree = SOURCE_ROOT; };
67
		B277CA400F51BCD900D84853 /* TuioObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioObject.h; path = TUIO/TuioObject.h; sourceTree = SOURCE_ROOT; };
68
		B277CA410F51BCD900D84853 /* TuioPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioPoint.h; path = TUIO/TuioPoint.h; sourceTree = SOURCE_ROOT; };
69
		B277CA420F51BCD900D84853 /* TuioServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TuioServer.cpp; path = TUIO/TuioServer.cpp; sourceTree = SOURCE_ROOT; };
70
		B277CA430F51BCD900D84853 /* TuioServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioServer.h; path = TUIO/TuioServer.h; sourceTree = SOURCE_ROOT; };
71
		B277CA440F51BCD900D84853 /* TuioTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TuioTime.cpp; path = TUIO/TuioTime.cpp; sourceTree = SOURCE_ROOT; };
72
		B277CA450F51BCD900D84853 /* TuioTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TuioTime.h; path = TUIO/TuioTime.h; sourceTree = SOURCE_ROOT; };
73
		B2A40EF50F23C8AD00B25A81 /* NetworkingUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NetworkingUtils.cpp; path = oscpack/ip/posix/NetworkingUtils.cpp; sourceTree = SOURCE_ROOT; };
74
/* End PBXFileReference section */
75
76
/* Begin PBXFrameworksBuildPhase section */
77
		8D11072E0486CEB800E47090 /* Frameworks */ = {
78
			isa = PBXFrameworksBuildPhase;
79
			buildActionMask = 2147483647;
80
			files = (
81
				002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
82
				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
83
				B20EE47F0C340E0300026AC5 /* OpenGL.framework in Frameworks */,
84
				B20EE4830C340E1100026AC5 /* GLUT.framework in Frameworks */,
85
			);
86
			runOnlyForDeploymentPostprocessing = 0;
87
		};
88
/* End PBXFrameworksBuildPhase section */
89
90
/* Begin PBXGroup section */
91
		080E96DDFE201D6D7F000001 /* Classes */ = {
92
			isa = PBXGroup;
93
			children = (
94
				B22B018C0F51EC4C00AE753B /* SimpleSimulator.cpp */,
95
				B22B018D0F51EC4C00AE753B /* SimpleSimulator.h */,
96
				B277CA320F51BCB800D84853 /* TUIO */,
97
				B20EE4110C340D5B00026AC5 /* oscpack */,
98
				002F3A2C09D0888800EBEB88 /* SDLMain.m */,
99
			);
100
			name = Classes;
101
			sourceTree = "<group>";
102
		};
103
		1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
104
			isa = PBXGroup;
105
			children = (
106
				B20EE4820C340E1100026AC5 /* GLUT.framework */,
107
				B20EE47E0C340E0300026AC5 /* OpenGL.framework */,
108
				002F39F909D0881F00EBEB88 /* SDL.framework */,
109
				1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
110
			);
111
			name = "Linked Frameworks";
112
			sourceTree = "<group>";
113
		};
114
		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
115
			isa = PBXGroup;
116
			children = (
117
				29B97324FDCFA39411CA2CEA /* AppKit.framework */,
118
				29B97325FDCFA39411CA2CEA /* Foundation.framework */,
119
			);
120
			name = "Other Frameworks";
121
			sourceTree = "<group>";
122
		};
123
		19C28FACFE9D520D11CA2CBB /* Products */ = {
124
			isa = PBXGroup;
125
			children = (
126
				8D1107320486CEB800E47090 /* SimpleSimulator.app */,
127
			);
128
			name = Products;
129
			sourceTree = "<group>";
130
		};
131
		29B97314FDCFA39411CA2CEA /* TUIO_CPP */ = {
132
			isa = PBXGroup;
133
			children = (
134
				080E96DDFE201D6D7F000001 /* Classes */,
135
				29B97315FDCFA39411CA2CEA /* Other Sources */,
136
				29B97317FDCFA39411CA2CEA /* Resources */,
137
				29B97323FDCFA39411CA2CEA /* Frameworks */,
138
				19C28FACFE9D520D11CA2CBB /* Products */,
139
			);
140
			name = TUIO_CPP;
141
			sourceTree = "<group>";
142
		};
143
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
144
			isa = PBXGroup;
145
			children = (
146
			);
147
			name = "Other Sources";
148
			sourceTree = "<group>";
149
		};
150
		29B97317FDCFA39411CA2CEA /* Resources */ = {
151
			isa = PBXGroup;
152
			children = (
153
				8D1107310486CEB800E47090 /* SimpleSimulator.plist */,
154
			);
155
			name = Resources;
156
			sourceTree = "<group>";
157
		};
158
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
159
			isa = PBXGroup;
160
			children = (
161
				1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
162
				1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
163
			);
164
			name = Frameworks;
165
			sourceTree = "<group>";
166
		};
167
		B20EE4110C340D5B00026AC5 /* oscpack */ = {
168
			isa = PBXGroup;
169
			children = (
170
				B20EE4130C340D5B00026AC5 /* ip */,
171
				B20EE4210C340D5B00026AC5 /* osc */,
172
			);
173
			path = oscpack;
174
			sourceTree = SOURCE_ROOT;
175
		};
176
		B20EE4130C340D5B00026AC5 /* ip */ = {
177
			isa = PBXGroup;
178
			children = (
179
				B20EE4160C340D5B00026AC5 /* NetworkingUtils.h */,
180
				B20EE4170C340D5B00026AC5 /* PacketListener.h */,
181
				B20EE4180C340D5B00026AC5 /* posix */,
182
				B20EE41B0C340D5B00026AC5 /* TimerListener.h */,
183
				B20EE41C0C340D5B00026AC5 /* UdpSocket.h */,
184
			);
185
			name = ip;
186
			path = oscpack/ip;
187
			sourceTree = SOURCE_ROOT;
188
		};
189
		B20EE4180C340D5B00026AC5 /* posix */ = {
190
			isa = PBXGroup;
191
			children = (
192
				B2A40EF50F23C8AD00B25A81 /* NetworkingUtils.cpp */,
193
				B20EE41A0C340D5B00026AC5 /* UdpSocket.cpp */,
194
			);
195
			name = posix;
196
			path = oscpack/ip/posix;
197
			sourceTree = SOURCE_ROOT;
198
		};
199
		B20EE4210C340D5B00026AC5 /* osc */ = {
200
			isa = PBXGroup;
201
			children = (
202
				B20EE4220C340D5B00026AC5 /* MessageMappingOscPacketListener.h */,
203
				B20EE4230C340D5B00026AC5 /* OscException.h */,
204
				B20EE4240C340D5B00026AC5 /* OscHostEndianness.h */,
205
				B20EE4250C340D5B00026AC5 /* OscOutboundPacketStream.cpp */,
206
				B20EE4260C340D5B00026AC5 /* OscOutboundPacketStream.h */,
207
				B20EE4270C340D5B00026AC5 /* OscPacketListener.h */,
208
				B20EE42C0C340D5B00026AC5 /* OscTypes.cpp */,
209
				B20EE42D0C340D5B00026AC5 /* OscTypes.h */,
210
			);
211
			name = osc;
212
			path = oscpack/osc;
213
			sourceTree = SOURCE_ROOT;
214
		};
215
		B277CA320F51BCB800D84853 /* TUIO */ = {
216
			isa = PBXGroup;
217
			children = (
218
				B277CA3D0F51BCD900D84853 /* TuioContainer.h */,
219
				B277CA3E0F51BCD900D84853 /* TuioCursor.h */,
220
				B277CA3F0F51BCD900D84853 /* TuioListener.h */,
221
				B277CA400F51BCD900D84853 /* TuioObject.h */,
222
				B277CA410F51BCD900D84853 /* TuioPoint.h */,
223
				B277CA420F51BCD900D84853 /* TuioServer.cpp */,
224
				B277CA430F51BCD900D84853 /* TuioServer.h */,
225
				B277CA440F51BCD900D84853 /* TuioTime.cpp */,
226
				B277CA450F51BCD900D84853 /* TuioTime.h */,
227
			);
228
			name = TUIO;
229
			sourceTree = "<group>";
230
		};
231
/* End PBXGroup section */
232
233
/* Begin PBXNativeTarget section */
234
		8D1107260486CEB800E47090 /* SimpleSimulator */ = {
235
			isa = PBXNativeTarget;
236
			buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SimpleSimulator" */;
237
			buildPhases = (
238
				8D1107290486CEB800E47090 /* Resources */,
239
				8D11072C0486CEB800E47090 /* Sources */,
240
				8D11072E0486CEB800E47090 /* Frameworks */,
241
				002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
242
			);
243
			buildRules = (
244
			);
245
			dependencies = (
246
			);
247
			name = SimpleSimulator;
248
			productInstallPath = "$(HOME)/Applications";
249
			productName = TUIO_CPP;
250
			productReference = 8D1107320486CEB800E47090 /* SimpleSimulator.app */;
251
			productType = "com.apple.product-type.application";
252
		};
253
/* End PBXNativeTarget section */
254
255
/* Begin PBXProject section */
256
		29B97313FDCFA39411CA2CEA /* Project object */ = {
257
			isa = PBXProject;
258
			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleSimulator" */;
259
			compatibilityVersion = "Xcode 2.4";
260
			hasScannedForEncodings = 1;
261
			mainGroup = 29B97314FDCFA39411CA2CEA /* TUIO_CPP */;
262
			projectDirPath = "";
263
			projectRoot = "";
264
			targets = (
265
				8D1107260486CEB800E47090 /* SimpleSimulator */,
266
			);
267
		};
268
/* End PBXProject section */
269
270
/* Begin PBXResourcesBuildPhase section */
271
		8D1107290486CEB800E47090 /* Resources */ = {
272
			isa = PBXResourcesBuildPhase;
273
			buildActionMask = 2147483647;
274
			files = (
275
			);
276
			runOnlyForDeploymentPostprocessing = 0;
277
		};
278
/* End PBXResourcesBuildPhase section */
279
280
/* Begin PBXSourcesBuildPhase section */
281
		8D11072C0486CEB800E47090 /* Sources */ = {
282
			isa = PBXSourcesBuildPhase;
283
			buildActionMask = 2147483647;
284
			files = (
285
				002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */,
286
				B20EE4360C340D5B00026AC5 /* UdpSocket.cpp in Sources */,
287
				B20EE43F0C340D5B00026AC5 /* OscOutboundPacketStream.cpp in Sources */,
288
				B20EE4460C340D5B00026AC5 /* OscTypes.cpp in Sources */,
289
				B2A40EF60F23C8AD00B25A81 /* NetworkingUtils.cpp in Sources */,
290
				B277CA460F51BCD900D84853 /* TuioServer.cpp in Sources */,
291
				B277CA470F51BCD900D84853 /* TuioTime.cpp in Sources */,
292
				B22B018E0F51EC4C00AE753B /* SimpleSimulator.cpp in Sources */,
293
			);
294
			runOnlyForDeploymentPostprocessing = 0;
295
		};
296
/* End PBXSourcesBuildPhase section */
297
298
/* Begin XCBuildConfiguration section */
299
		C01FCF4B08A954540054247B /* Debug */ = {
300
			isa = XCBuildConfiguration;
301
			buildSettings = {
302
				ARCHS = "$(NATIVE_ARCH)";
303
				COPY_PHASE_STRIP = NO;
304
				GCC_DYNAMIC_NO_PIC = NO;
305
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
306
				GCC_MODEL_TUNING = "";
307
				GCC_OPTIMIZATION_LEVEL = 0;
308
				HEADER_SEARCH_PATHS = (
309
					"$(HOME)/Library/Frameworks/SDL.framework/Headers",
310
					/Library/Frameworks/SDL.framework/Headers,
311
					"$(HEADER_SEARCH_PATHS)",
312
					./oscpack,
313
				);
314
				INFOPLIST_FILE = SimpleSimulator.plist;
315
				INSTALL_PATH = "$(HOME)/Applications";
316
				ONLY_ACTIVE_ARCH = NO;
317
				PRODUCT_NAME = SimpleSimulator;
318
				WRAPPER_EXTENSION = app;
319
			};
320
			name = Debug;
321
		};
322
		C01FCF4C08A954540054247B /* Release */ = {
323
			isa = XCBuildConfiguration;
324
			buildSettings = {
325
				ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
326
				ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
327
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
328
				GCC_MODEL_TUNING = "";
329
				HEADER_SEARCH_PATHS = (
330
					"$(HOME)/Library/Frameworks/SDL.framework/Headers",
331
					/Library/Frameworks/SDL.framework/Headers,
332
					"$(HEADER_SEARCH_PATHS)",
333
					./oscpack,
334
				);
335
				INFOPLIST_FILE = SimpleSimulator.plist;
336
				INSTALL_PATH = "$(HOME)/Applications";
337
				ONLY_ACTIVE_ARCH = NO;
338
				PRODUCT_NAME = SimpleSimulator;
339
				WRAPPER_EXTENSION = app;
340
			};
341
			name = Release;
342
		};
343
		C01FCF4F08A954540054247B /* Debug */ = {
344
			isa = XCBuildConfiguration;
345
			buildSettings = {
346
				FRAMEWORK_SEARCH_PATHS = (
347
					"$(HOME)/Library/Frameworks",
348
					/Library/Frameworks,
349
					"$(FRAMEWORK_SEARCH_PATHS)",
350
				);
351
				GCC_MODEL_TUNING = "";
352
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
353
				GCC_WARN_UNUSED_VARIABLE = YES;
354
				HEADER_SEARCH_PATHS = (
355
					"$(HOME)/Library/Frameworks/SDL.framework/Headers",
356
					/Library/Frameworks/SDL.framework/Headers,
357
					"$(HEADER_SEARCH_PATHS)",
358
				);
359
				PREBINDING = NO;
360
				PRODUCT_NAME = SimpleSimulator;
361
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
362
			};
363
			name = Debug;
364
		};
365
		C01FCF5008A954540054247B /* Release */ = {
366
			isa = XCBuildConfiguration;
367
			buildSettings = {
368
				ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
369
				ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
370
				FRAMEWORK_SEARCH_PATHS = (
371
					"$(HOME)/Library/Frameworks",
372
					/Library/Frameworks,
373
					"$(FRAMEWORK_SEARCH_PATHS)",
374
				);
375
				GCC_ENABLE_SSE3_EXTENSIONS = YES;
376
				GCC_MODEL_TUNING = "";
377
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
378
				GCC_WARN_UNUSED_VARIABLE = YES;
379
				HEADER_SEARCH_PATHS = (
380
					"$(HOME)/Library/Frameworks/SDL.framework/Headers",
381
					/Library/Frameworks/SDL.framework/Headers,
382
					"$(HEADER_SEARCH_PATHS)",
383
				);
384
				INFOPLIST_FILE = Info.plist;
385
				PREBINDING = NO;
386
				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES;
387
				PRODUCT_NAME = SimpleSimulator;
388
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
389
			};
390
			name = Release;
391
		};
392
/* End XCBuildConfiguration section */
393
394
/* Begin XCConfigurationList section */
395
		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SimpleSimulator" */ = {
396
			isa = XCConfigurationList;
397
			buildConfigurations = (
398
				C01FCF4B08A954540054247B /* Debug */,
399
				C01FCF4C08A954540054247B /* Release */,
400
			);
401
			defaultConfigurationIsVisible = 0;
402
			defaultConfigurationName = Release;
403
		};
404
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleSimulator" */ = {
405
			isa = XCConfigurationList;
406
			buildConfigurations = (
407
				C01FCF4F08A954540054247B /* Debug */,
408
				C01FCF5008A954540054247B /* Release */,
409
			);
410
			defaultConfigurationIsVisible = 0;
411
			defaultConfigurationName = Release;
412
		};
413
/* End XCConfigurationList section */
414
	};
415
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
416
}