Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Examples / DisplayPretty / DisplayPretty.xcodeproj / project.pbxproj @ 3ebe9884

History | View | Annotate | Download (16.3 kB)

1
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 46;
7
	objects = {
8

    
9
/* Begin PBXBuildFile section */
10
		BC70BEF8138D35AF00638110 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC70BEF7138D35AF00638110 /* Cocoa.framework */; };
11
		BC70BF02138D35AF00638110 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BC70BF00138D35AF00638110 /* InfoPlist.strings */; };
12
		BC70BF05138D35AF00638110 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BF04138D35AF00638110 /* main.m */; };
13
		BC70BF08138D35AF00638110 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = BC70BF06138D35AF00638110 /* Credits.rtf */; };
14
		BC70BF0B138D35AF00638110 /* DisplayPrettyAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BF0A138D35AF00638110 /* DisplayPrettyAppDelegate.m */; };
15
		BC70BF0E138D35AF00638110 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC70BF0C138D35AF00638110 /* MainMenu.xib */; };
16
		BC70BF62138D408900638110 /* DisplayPrettyController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC70BF61138D408900638110 /* DisplayPrettyController.m */; };
17
		BCA5BD8013BE00DD00223625 /* SBJson.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCA5BD6513BE00A200223625 /* SBJson.framework */; };
18
/* End PBXBuildFile section */
19

    
20
/* Begin PBXContainerItemProxy section */
21
		BCA5BD6413BE00A200223625 /* PBXContainerItemProxy */ = {
22
			isa = PBXContainerItemProxy;
23
			containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
24
			proxyType = 2;
25
			remoteGlobalIDString = BC12323D1391D5CC00131607;
26
			remoteInfo = SBJson;
27
		};
28
		BCA5BD6613BE00A200223625 /* PBXContainerItemProxy */ = {
29
			isa = PBXContainerItemProxy;
30
			containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
31
			proxyType = 2;
32
			remoteGlobalIDString = BC1232521391D5CC00131607;
33
			remoteInfo = SBJsonTests;
34
		};
35
		BCA5BD6813BE00A200223625 /* PBXContainerItemProxy */ = {
36
			isa = PBXContainerItemProxy;
37
			containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
38
			proxyType = 2;
39
			remoteGlobalIDString = BCC2626913920FC7003D9994;
40
			remoteInfo = "sbjson-ios";
41
		};
42
		BCA5BD6A13BE00A200223625 /* PBXContainerItemProxy */ = {
43
			isa = PBXContainerItemProxy;
44
			containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
45
			proxyType = 2;
46
			remoteGlobalIDString = BCC2627313920FC7003D9994;
47
			remoteInfo = "sbjson-iosTests";
48
		};
49
		BCA5BD7E13BE00D600223625 /* PBXContainerItemProxy */ = {
50
			isa = PBXContainerItemProxy;
51
			containerPortal = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
52
			proxyType = 1;
53
			remoteGlobalIDString = BC12323C1391D5CC00131607;
54
			remoteInfo = SBJson;
55
		};
56
/* End PBXContainerItemProxy section */
57

    
58
/* Begin PBXFileReference section */
59
		BC70BEF3138D35AF00638110 /* DisplayPretty.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DisplayPretty.app; sourceTree = BUILT_PRODUCTS_DIR; };
60
		BC70BEF7138D35AF00638110 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
61
		BC70BEFA138D35AF00638110 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
62
		BC70BEFB138D35AF00638110 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
63
		BC70BEFC138D35AF00638110 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
64
		BC70BEFF138D35AF00638110 /* DisplayPretty-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DisplayPretty-Info.plist"; sourceTree = "<group>"; };
65
		BC70BF01138D35AF00638110 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
66
		BC70BF03138D35AF00638110 /* DisplayPretty-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DisplayPretty-Prefix.pch"; sourceTree = "<group>"; };
67
		BC70BF04138D35AF00638110 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
68
		BC70BF07138D35AF00638110 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
69
		BC70BF09138D35AF00638110 /* DisplayPrettyAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayPrettyAppDelegate.h; sourceTree = "<group>"; };
70
		BC70BF0A138D35AF00638110 /* DisplayPrettyAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DisplayPrettyAppDelegate.m; sourceTree = "<group>"; };
71
		BC70BF0D138D35AF00638110 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
72
		BC70BF60138D408900638110 /* DisplayPrettyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayPrettyController.h; sourceTree = "<group>"; };
73
		BC70BF61138D408900638110 /* DisplayPrettyController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DisplayPrettyController.m; sourceTree = "<group>"; };
74
		BC76484113A3600500666A48 /* SBJson.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SBJson.framework; sourceTree = SOURCE_ROOT; };
75
		BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SBJson.xcodeproj; path = ../../SBJson.xcodeproj; sourceTree = "<group>"; };
76
/* End PBXFileReference section */
77

    
78
/* Begin PBXFrameworksBuildPhase section */
79
		BC70BEF0138D35AF00638110 /* Frameworks */ = {
80
			isa = PBXFrameworksBuildPhase;
81
			buildActionMask = 2147483647;
82
			files = (
83
				BCA5BD8013BE00DD00223625 /* SBJson.framework in Frameworks */,
84
				BC70BEF8138D35AF00638110 /* Cocoa.framework in Frameworks */,
85
			);
86
			runOnlyForDeploymentPostprocessing = 0;
87
		};
88
/* End PBXFrameworksBuildPhase section */
89

    
90
/* Begin PBXGroup section */
91
		BC70BEE8138D35AF00638110 = {
92
			isa = PBXGroup;
93
			children = (
94
				BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */,
95
				BC70BEFD138D35AF00638110 /* DisplayPretty */,
96
				BC70BEF6138D35AF00638110 /* Frameworks */,
97
				BC70BEF4138D35AF00638110 /* Products */,
98
			);
99
			sourceTree = "<group>";
100
		};
101
		BC70BEF4138D35AF00638110 /* Products */ = {
102
			isa = PBXGroup;
103
			children = (
104
				BC70BEF3138D35AF00638110 /* DisplayPretty.app */,
105
			);
106
			name = Products;
107
			sourceTree = "<group>";
108
		};
109
		BC70BEF6138D35AF00638110 /* Frameworks */ = {
110
			isa = PBXGroup;
111
			children = (
112
				BC76484113A3600500666A48 /* SBJson.framework */,
113
				BC70BEF7138D35AF00638110 /* Cocoa.framework */,
114
				BC70BEF9138D35AF00638110 /* Other Frameworks */,
115
			);
116
			name = Frameworks;
117
			sourceTree = "<group>";
118
		};
119
		BC70BEF9138D35AF00638110 /* Other Frameworks */ = {
120
			isa = PBXGroup;
121
			children = (
122
				BC70BEFA138D35AF00638110 /* AppKit.framework */,
123
				BC70BEFB138D35AF00638110 /* CoreData.framework */,
124
				BC70BEFC138D35AF00638110 /* Foundation.framework */,
125
			);
126
			name = "Other Frameworks";
127
			sourceTree = "<group>";
128
		};
129
		BC70BEFD138D35AF00638110 /* DisplayPretty */ = {
130
			isa = PBXGroup;
131
			children = (
132
				BC70BF09138D35AF00638110 /* DisplayPrettyAppDelegate.h */,
133
				BC70BF0A138D35AF00638110 /* DisplayPrettyAppDelegate.m */,
134
				BC70BF60138D408900638110 /* DisplayPrettyController.h */,
135
				BC70BF61138D408900638110 /* DisplayPrettyController.m */,
136
				BC70BF0C138D35AF00638110 /* MainMenu.xib */,
137
				BC70BEFE138D35AF00638110 /* Supporting Files */,
138
			);
139
			path = DisplayPretty;
140
			sourceTree = "<group>";
141
		};
142
		BC70BEFE138D35AF00638110 /* Supporting Files */ = {
143
			isa = PBXGroup;
144
			children = (
145
				BC70BEFF138D35AF00638110 /* DisplayPretty-Info.plist */,
146
				BC70BF00138D35AF00638110 /* InfoPlist.strings */,
147
				BC70BF03138D35AF00638110 /* DisplayPretty-Prefix.pch */,
148
				BC70BF04138D35AF00638110 /* main.m */,
149
				BC70BF06138D35AF00638110 /* Credits.rtf */,
150
			);
151
			name = "Supporting Files";
152
			sourceTree = "<group>";
153
		};
154
		BCA5BD5E13BE00A200223625 /* Products */ = {
155
			isa = PBXGroup;
156
			children = (
157
				BCA5BD6513BE00A200223625 /* SBJson.framework */,
158
				BCA5BD6713BE00A200223625 /* SBJsonTests.octest */,
159
				BCA5BD6913BE00A200223625 /* libsbjson-ios.a */,
160
				BCA5BD6B13BE00A200223625 /* sbjson-iosTests.octest */,
161
			);
162
			name = Products;
163
			sourceTree = "<group>";
164
		};
165
/* End PBXGroup section */
166

    
167
/* Begin PBXNativeTarget section */
168
		BC70BEF2138D35AF00638110 /* DisplayPretty */ = {
169
			isa = PBXNativeTarget;
170
			buildConfigurationList = BC70BF11138D35AF00638110 /* Build configuration list for PBXNativeTarget "DisplayPretty" */;
171
			buildPhases = (
172
				BC70BEEF138D35AF00638110 /* Sources */,
173
				BC70BEF0138D35AF00638110 /* Frameworks */,
174
				BC70BEF1138D35AF00638110 /* Resources */,
175
			);
176
			buildRules = (
177
			);
178
			dependencies = (
179
				BCA5BD7F13BE00D600223625 /* PBXTargetDependency */,
180
			);
181
			name = DisplayPretty;
182
			productName = DisplayPretty;
183
			productReference = BC70BEF3138D35AF00638110 /* DisplayPretty.app */;
184
			productType = "com.apple.product-type.application";
185
		};
186
/* End PBXNativeTarget section */
187

    
188
/* Begin PBXProject section */
189
		BC70BEEA138D35AF00638110 /* Project object */ = {
190
			isa = PBXProject;
191
			attributes = {
192
				LastUpgradeCheck = 0420;
193
				ORGANIZATIONNAME = "Stig Brautaset";
194
			};
195
			buildConfigurationList = BC70BEED138D35AF00638110 /* Build configuration list for PBXProject "DisplayPretty" */;
196
			compatibilityVersion = "Xcode 3.2";
197
			developmentRegion = English;
198
			hasScannedForEncodings = 0;
199
			knownRegions = (
200
				en,
201
			);
202
			mainGroup = BC70BEE8138D35AF00638110;
203
			productRefGroup = BC70BEF4138D35AF00638110 /* Products */;
204
			projectDirPath = "";
205
			projectReferences = (
206
				{
207
					ProductGroup = BCA5BD5E13BE00A200223625 /* Products */;
208
					ProjectRef = BCA5BD5D13BE00A200223625 /* SBJson.xcodeproj */;
209
				},
210
			);
211
			projectRoot = "";
212
			targets = (
213
				BC70BEF2138D35AF00638110 /* DisplayPretty */,
214
			);
215
		};
216
/* End PBXProject section */
217

    
218
/* Begin PBXReferenceProxy section */
219
		BCA5BD6513BE00A200223625 /* SBJson.framework */ = {
220
			isa = PBXReferenceProxy;
221
			fileType = wrapper.framework;
222
			path = SBJson.framework;
223
			remoteRef = BCA5BD6413BE00A200223625 /* PBXContainerItemProxy */;
224
			sourceTree = BUILT_PRODUCTS_DIR;
225
		};
226
		BCA5BD6713BE00A200223625 /* SBJsonTests.octest */ = {
227
			isa = PBXReferenceProxy;
228
			fileType = wrapper.cfbundle;
229
			path = SBJsonTests.octest;
230
			remoteRef = BCA5BD6613BE00A200223625 /* PBXContainerItemProxy */;
231
			sourceTree = BUILT_PRODUCTS_DIR;
232
		};
233
		BCA5BD6913BE00A200223625 /* libsbjson-ios.a */ = {
234
			isa = PBXReferenceProxy;
235
			fileType = archive.ar;
236
			path = "libsbjson-ios.a";
237
			remoteRef = BCA5BD6813BE00A200223625 /* PBXContainerItemProxy */;
238
			sourceTree = BUILT_PRODUCTS_DIR;
239
		};
240
		BCA5BD6B13BE00A200223625 /* sbjson-iosTests.octest */ = {
241
			isa = PBXReferenceProxy;
242
			fileType = wrapper.cfbundle;
243
			path = "sbjson-iosTests.octest";
244
			remoteRef = BCA5BD6A13BE00A200223625 /* PBXContainerItemProxy */;
245
			sourceTree = BUILT_PRODUCTS_DIR;
246
		};
247
/* End PBXReferenceProxy section */
248

    
249
/* Begin PBXResourcesBuildPhase section */
250
		BC70BEF1138D35AF00638110 /* Resources */ = {
251
			isa = PBXResourcesBuildPhase;
252
			buildActionMask = 2147483647;
253
			files = (
254
				BC70BF02138D35AF00638110 /* InfoPlist.strings in Resources */,
255
				BC70BF08138D35AF00638110 /* Credits.rtf in Resources */,
256
				BC70BF0E138D35AF00638110 /* MainMenu.xib in Resources */,
257
			);
258
			runOnlyForDeploymentPostprocessing = 0;
259
		};
260
/* End PBXResourcesBuildPhase section */
261

    
262
/* Begin PBXSourcesBuildPhase section */
263
		BC70BEEF138D35AF00638110 /* Sources */ = {
264
			isa = PBXSourcesBuildPhase;
265
			buildActionMask = 2147483647;
266
			files = (
267
				BC70BF05138D35AF00638110 /* main.m in Sources */,
268
				BC70BF0B138D35AF00638110 /* DisplayPrettyAppDelegate.m in Sources */,
269
				BC70BF62138D408900638110 /* DisplayPrettyController.m in Sources */,
270
			);
271
			runOnlyForDeploymentPostprocessing = 0;
272
		};
273
/* End PBXSourcesBuildPhase section */
274

    
275
/* Begin PBXTargetDependency section */
276
		BCA5BD7F13BE00D600223625 /* PBXTargetDependency */ = {
277
			isa = PBXTargetDependency;
278
			name = SBJson;
279
			targetProxy = BCA5BD7E13BE00D600223625 /* PBXContainerItemProxy */;
280
		};
281
/* End PBXTargetDependency section */
282

    
283
/* Begin PBXVariantGroup section */
284
		BC70BF00138D35AF00638110 /* InfoPlist.strings */ = {
285
			isa = PBXVariantGroup;
286
			children = (
287
				BC70BF01138D35AF00638110 /* en */,
288
			);
289
			name = InfoPlist.strings;
290
			sourceTree = "<group>";
291
		};
292
		BC70BF06138D35AF00638110 /* Credits.rtf */ = {
293
			isa = PBXVariantGroup;
294
			children = (
295
				BC70BF07138D35AF00638110 /* en */,
296
			);
297
			name = Credits.rtf;
298
			sourceTree = "<group>";
299
		};
300
		BC70BF0C138D35AF00638110 /* MainMenu.xib */ = {
301
			isa = PBXVariantGroup;
302
			children = (
303
				BC70BF0D138D35AF00638110 /* en */,
304
			);
305
			name = MainMenu.xib;
306
			sourceTree = "<group>";
307
		};
308
/* End PBXVariantGroup section */
309

    
310
/* Begin XCBuildConfiguration section */
311
		BC70BF0F138D35AF00638110 /* Debug */ = {
312
			isa = XCBuildConfiguration;
313
			buildSettings = {
314
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
315
				GCC_C_LANGUAGE_STANDARD = gnu99;
316
				GCC_OPTIMIZATION_LEVEL = 0;
317
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
318
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
319
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
320
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
321
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
322
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
323
				GCC_WARN_UNUSED_VARIABLE = YES;
324
				MACOSX_DEPLOYMENT_TARGET = 10.6;
325
				ONLY_ACTIVE_ARCH = YES;
326
				SDKROOT = macosx;
327
			};
328
			name = Debug;
329
		};
330
		BC70BF10138D35AF00638110 /* Release */ = {
331
			isa = XCBuildConfiguration;
332
			buildSettings = {
333
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
334
				GCC_C_LANGUAGE_STANDARD = gnu99;
335
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
336
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
337
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
338
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
339
				GCC_WARN_UNUSED_VARIABLE = YES;
340
				MACOSX_DEPLOYMENT_TARGET = 10.6;
341
				SDKROOT = macosx;
342
			};
343
			name = Release;
344
		};
345
		BC70BF12138D35AF00638110 /* Debug */ = {
346
			isa = XCBuildConfiguration;
347
			buildSettings = {
348
				ALWAYS_SEARCH_USER_PATHS = NO;
349
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
350
				COPY_PHASE_STRIP = NO;
351
				FRAMEWORK_SEARCH_PATHS = (
352
					"$(inherited)",
353
					"\"$(SRCROOT)\"",
354
				);
355
				GCC_DYNAMIC_NO_PIC = NO;
356
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
357
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
358
				GCC_PREFIX_HEADER = "DisplayPretty/DisplayPretty-Prefix.pch";
359
				INFOPLIST_FILE = "DisplayPretty/DisplayPretty-Info.plist";
360
				PRODUCT_NAME = "$(TARGET_NAME)";
361
				WRAPPER_EXTENSION = app;
362
			};
363
			name = Debug;
364
		};
365
		BC70BF13138D35AF00638110 /* Release */ = {
366
			isa = XCBuildConfiguration;
367
			buildSettings = {
368
				ALWAYS_SEARCH_USER_PATHS = NO;
369
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
370
				COPY_PHASE_STRIP = YES;
371
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
372
				FRAMEWORK_SEARCH_PATHS = (
373
					"$(inherited)",
374
					"\"$(SRCROOT)\"",
375
				);
376
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
377
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
378
				GCC_PREFIX_HEADER = "DisplayPretty/DisplayPretty-Prefix.pch";
379
				INFOPLIST_FILE = "DisplayPretty/DisplayPretty-Info.plist";
380
				PRODUCT_NAME = "$(TARGET_NAME)";
381
				WRAPPER_EXTENSION = app;
382
			};
383
			name = Release;
384
		};
385
/* End XCBuildConfiguration section */
386

    
387
/* Begin XCConfigurationList section */
388
		BC70BEED138D35AF00638110 /* Build configuration list for PBXProject "DisplayPretty" */ = {
389
			isa = XCConfigurationList;
390
			buildConfigurations = (
391
				BC70BF0F138D35AF00638110 /* Debug */,
392
				BC70BF10138D35AF00638110 /* Release */,
393
			);
394
			defaultConfigurationIsVisible = 0;
395
			defaultConfigurationName = Release;
396
		};
397
		BC70BF11138D35AF00638110 /* Build configuration list for PBXNativeTarget "DisplayPretty" */ = {
398
			isa = XCConfigurationList;
399
			buildConfigurations = (
400
				BC70BF12138D35AF00638110 /* Debug */,
401
				BC70BF13138D35AF00638110 /* Release */,
402
			);
403
			defaultConfigurationIsVisible = 0;
404
			defaultConfigurationName = Release;
405
		};
406
/* End XCConfigurationList section */
407
	};
408
	rootObject = BC70BEEA138D35AF00638110 /* Project object */;
409
}