1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXAggregateTarget section */
10		0B1AF7D91B8D0F0B005BF60D /* all */ = {
11			isa = PBXAggregateTarget;
12			buildConfigurationList = 0B1AF7DA1B8D0F0B005BF60D /* Build configuration list for PBXAggregateTarget "all" */;
13			buildPhases = (
14			);
15			dependencies = (
16				0B1AF7DE1B8D0F16005BF60D /* PBXTargetDependency */,
17				0B1AF7E01B8D0F16005BF60D /* PBXTargetDependency */,
18			);
19			name = all;
20			productName = all;
21		};
22/* End PBXAggregateTarget section */
23
24/* Begin PBXBuildFile section */
25		0B1AF7C01B8CF8A2005BF60D /* lzvn_decode_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B1AF7B71B8CF8A2005BF60D /* lzvn_decode_base.c */; };
26		0B1AF7C41B8CF8A2005BF60D /* lzvn_encode_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B1AF7BB1B8CF8A2005BF60D /* lzvn_encode_base.c */; };
27		0B1AF7E31B8D0F65005BF60D /* lzfse_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B1AF7E11B8D0F59005BF60D /* lzfse_main.c */; };
28		0B1AF7E41B8D1EFD005BF60D /* liblzfse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B57822C1B8BC12F002F950F /* liblzfse.a */; };
29		0B57823B1B8BC151002F950F /* lzfse_decode_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B5782321B8BC151002F950F /* lzfse_decode_base.c */; };
30		0B57823D1B8BC151002F950F /* lzfse_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B5782341B8BC151002F950F /* lzfse_decode.c */; };
31		0B57823E1B8BC151002F950F /* lzfse_encode_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B5782351B8BC151002F950F /* lzfse_encode_base.c */; };
32		0B5782401B8BC151002F950F /* lzfse_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B5782371B8BC151002F950F /* lzfse_encode.c */; };
33		0B5782431B8BC151002F950F /* lzfse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B57823A1B8BC151002F950F /* lzfse.h */; settings = {ATTRIBUTES = (Public, ); }; };
34		0BB39B9F1BE140C3004F4733 /* lzfse_fse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0BB39B9E1BE13F12004F4733 /* lzfse_fse.c */; };
35/* End PBXBuildFile section */
36
37/* Begin PBXContainerItemProxy section */
38		0B1AF7DD1B8D0F16005BF60D /* PBXContainerItemProxy */ = {
39			isa = PBXContainerItemProxy;
40			containerPortal = 0B7CB3821B8BBEA500730478 /* Project object */;
41			proxyType = 1;
42			remoteGlobalIDString = 0B57822B1B8BC12F002F950F;
43			remoteInfo = "lzfse lib";
44		};
45		0B1AF7DF1B8D0F16005BF60D /* PBXContainerItemProxy */ = {
46			isa = PBXContainerItemProxy;
47			containerPortal = 0B7CB3821B8BBEA500730478 /* Project object */;
48			proxyType = 1;
49			remoteGlobalIDString = 0B1AF7D11B8D0EBF005BF60D;
50			remoteInfo = "lzfse command";
51		};
52		0BC009291C481C600068DBA1 /* PBXContainerItemProxy */ = {
53			isa = PBXContainerItemProxy;
54			containerPortal = 0B7CB3821B8BBEA500730478 /* Project object */;
55			proxyType = 1;
56			remoteGlobalIDString = 0B57822B1B8BC12F002F950F;
57			remoteInfo = "lzfse lib";
58		};
59/* End PBXContainerItemProxy section */
60
61/* Begin PBXFileReference section */
62		0B1AF7B71B8CF8A2005BF60D /* lzvn_decode_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzvn_decode_base.c; path = src/lzvn_decode_base.c; sourceTree = "<group>"; };
63		0B1AF7B81B8CF8A2005BF60D /* lzvn_decode_base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzvn_decode_base.h; path = src/lzvn_decode_base.h; sourceTree = "<group>"; };
64		0B1AF7BB1B8CF8A2005BF60D /* lzvn_encode_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzvn_encode_base.c; path = src/lzvn_encode_base.c; sourceTree = "<group>"; };
65		0B1AF7BC1B8CF8A2005BF60D /* lzvn_encode_base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzvn_encode_base.h; path = src/lzvn_encode_base.h; sourceTree = "<group>"; };
66		0B1AF7CB1B8CFF58005BF60D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
67		0B1AF7D21B8D0EBF005BF60D /* lzfse */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lzfse; sourceTree = BUILT_PRODUCTS_DIR; };
68		0B1AF7E11B8D0F59005BF60D /* lzfse_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_main.c; path = src/lzfse_main.c; sourceTree = "<group>"; };
69		0B494D921D18A060002BE277 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
70		0B57822C1B8BC12F002F950F /* liblzfse.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblzfse.a; sourceTree = BUILT_PRODUCTS_DIR; };
71		0B5782321B8BC151002F950F /* lzfse_decode_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_decode_base.c; path = src/lzfse_decode_base.c; sourceTree = "<group>"; };
72		0B5782341B8BC151002F950F /* lzfse_decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_decode.c; path = src/lzfse_decode.c; sourceTree = "<group>"; };
73		0B5782351B8BC151002F950F /* lzfse_encode_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_encode_base.c; path = src/lzfse_encode_base.c; sourceTree = "<group>"; };
74		0B5782361B8BC151002F950F /* lzfse_encode_tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzfse_encode_tables.h; path = src/lzfse_encode_tables.h; sourceTree = "<group>"; };
75		0B5782371B8BC151002F950F /* lzfse_encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_encode.c; path = src/lzfse_encode.c; sourceTree = "<group>"; };
76		0B5782381B8BC151002F950F /* lzfse_fse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzfse_fse.h; path = src/lzfse_fse.h; sourceTree = "<group>"; };
77		0B5782391B8BC151002F950F /* lzfse_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzfse_internal.h; path = src/lzfse_internal.h; sourceTree = "<group>"; };
78		0B57823A1B8BC151002F950F /* lzfse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzfse.h; path = src/lzfse.h; sourceTree = "<group>"; };
79		0BA652BD1D0733B20019BFE3 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
80		0BB39B9E1BE13F12004F4733 /* lzfse_fse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzfse_fse.c; path = src/lzfse_fse.c; sourceTree = "<group>"; };
81		6301162F1BFE759100D6CAA3 /* lzfse_tunables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lzfse_tunables.h; path = src/lzfse_tunables.h; sourceTree = "<group>"; };
82/* End PBXFileReference section */
83
84/* Begin PBXFrameworksBuildPhase section */
85		0B1AF7CF1B8D0EBF005BF60D /* Frameworks */ = {
86			isa = PBXFrameworksBuildPhase;
87			buildActionMask = 2147483647;
88			files = (
89				0B1AF7E41B8D1EFD005BF60D /* liblzfse.a in Frameworks */,
90			);
91			runOnlyForDeploymentPostprocessing = 0;
92		};
93		0B5782291B8BC12F002F950F /* Frameworks */ = {
94			isa = PBXFrameworksBuildPhase;
95			buildActionMask = 2147483647;
96			files = (
97			);
98			runOnlyForDeploymentPostprocessing = 0;
99		};
100/* End PBXFrameworksBuildPhase section */
101
102/* Begin PBXGroup section */
103		0B1AF7CD1B8D0E88005BF60D /* LZFSE command */ = {
104			isa = PBXGroup;
105			children = (
106				0B1AF7E11B8D0F59005BF60D /* lzfse_main.c */,
107			);
108			name = "LZFSE command";
109			sourceTree = "<group>";
110		};
111		0B57822D1B8BC12F002F950F /* Products */ = {
112			isa = PBXGroup;
113			children = (
114				0B57822C1B8BC12F002F950F /* liblzfse.a */,
115				0B1AF7D21B8D0EBF005BF60D /* lzfse */,
116			);
117			name = Products;
118			sourceTree = "<group>";
119		};
120		0B5782311B8BC13D002F950F /* LZFSE lib */ = {
121			isa = PBXGroup;
122			children = (
123				0B57823A1B8BC151002F950F /* lzfse.h */,
124				6301162F1BFE759100D6CAA3 /* lzfse_tunables.h */,
125				0B5782391B8BC151002F950F /* lzfse_internal.h */,
126				0B5782381B8BC151002F950F /* lzfse_fse.h */,
127				0BB39B9E1BE13F12004F4733 /* lzfse_fse.c */,
128				0B5782361B8BC151002F950F /* lzfse_encode_tables.h */,
129				0B5782351B8BC151002F950F /* lzfse_encode_base.c */,
130				0B5782371B8BC151002F950F /* lzfse_encode.c */,
131				0B5782321B8BC151002F950F /* lzfse_decode_base.c */,
132				0B5782341B8BC151002F950F /* lzfse_decode.c */,
133				0B1AF7BC1B8CF8A2005BF60D /* lzvn_encode_base.h */,
134				0B1AF7BB1B8CF8A2005BF60D /* lzvn_encode_base.c */,
135				0B1AF7B81B8CF8A2005BF60D /* lzvn_decode_base.h */,
136				0B1AF7B71B8CF8A2005BF60D /* lzvn_decode_base.c */,
137			);
138			name = "LZFSE lib";
139			sourceTree = "<group>";
140		};
141		0B7CB3811B8BBEA500730478 = {
142			isa = PBXGroup;
143			children = (
144				0B494D921D18A060002BE277 /* README.md */,
145				0BA652BD1D0733B20019BFE3 /* LICENSE */,
146				0B1AF7CB1B8CFF58005BF60D /* Makefile */,
147				0B1AF7CD1B8D0E88005BF60D /* LZFSE command */,
148				0B5782311B8BC13D002F950F /* LZFSE lib */,
149				0B57822D1B8BC12F002F950F /* Products */,
150			);
151			sourceTree = "<group>";
152		};
153/* End PBXGroup section */
154
155/* Begin PBXHeadersBuildPhase section */
156		0B57822A1B8BC12F002F950F /* Headers */ = {
157			isa = PBXHeadersBuildPhase;
158			buildActionMask = 2147483647;
159			files = (
160				0B5782431B8BC151002F950F /* lzfse.h in Headers */,
161			);
162			runOnlyForDeploymentPostprocessing = 0;
163		};
164/* End PBXHeadersBuildPhase section */
165
166/* Begin PBXNativeTarget section */
167		0B1AF7D11B8D0EBF005BF60D /* lzfse command */ = {
168			isa = PBXNativeTarget;
169			buildConfigurationList = 0B1AF7D61B8D0EBF005BF60D /* Build configuration list for PBXNativeTarget "lzfse command" */;
170			buildPhases = (
171				0B1AF7CE1B8D0EBF005BF60D /* Sources */,
172				0B1AF7CF1B8D0EBF005BF60D /* Frameworks */,
173			);
174			buildRules = (
175			);
176			dependencies = (
177				0BC0092A1C481C600068DBA1 /* PBXTargetDependency */,
178			);
179			name = "lzfse command";
180			productName = "lzfse command";
181			productReference = 0B1AF7D21B8D0EBF005BF60D /* lzfse */;
182			productType = "com.apple.product-type.tool";
183		};
184		0B57822B1B8BC12F002F950F /* lzfse lib */ = {
185			isa = PBXNativeTarget;
186			buildConfigurationList = 0B5782301B8BC12F002F950F /* Build configuration list for PBXNativeTarget "lzfse lib" */;
187			buildPhases = (
188				0B5782281B8BC12F002F950F /* Sources */,
189				0B5782291B8BC12F002F950F /* Frameworks */,
190				0B57822A1B8BC12F002F950F /* Headers */,
191			);
192			buildRules = (
193			);
194			dependencies = (
195			);
196			name = "lzfse lib";
197			productName = lzfse;
198			productReference = 0B57822C1B8BC12F002F950F /* liblzfse.a */;
199			productType = "com.apple.product-type.library.static";
200		};
201/* End PBXNativeTarget section */
202
203/* Begin PBXProject section */
204		0B7CB3821B8BBEA500730478 /* Project object */ = {
205			isa = PBXProject;
206			attributes = {
207				LastUpgradeCheck = 0700;
208				TargetAttributes = {
209					0B1AF7D11B8D0EBF005BF60D = {
210						CreatedOnToolsVersion = 7.0;
211					};
212					0B1AF7D91B8D0F0B005BF60D = {
213						CreatedOnToolsVersion = 7.0;
214					};
215					0B57822B1B8BC12F002F950F = {
216						CreatedOnToolsVersion = 7.0;
217					};
218				};
219			};
220			buildConfigurationList = 0B7CB3851B8BBEA500730478 /* Build configuration list for PBXProject "lzfse" */;
221			compatibilityVersion = "Xcode 3.2";
222			developmentRegion = English;
223			hasScannedForEncodings = 0;
224			knownRegions = (
225				en,
226			);
227			mainGroup = 0B7CB3811B8BBEA500730478;
228			productRefGroup = 0B57822D1B8BC12F002F950F /* Products */;
229			projectDirPath = "";
230			projectRoot = "";
231			targets = (
232				0B1AF7D91B8D0F0B005BF60D /* all */,
233				0B57822B1B8BC12F002F950F /* lzfse lib */,
234				0B1AF7D11B8D0EBF005BF60D /* lzfse command */,
235			);
236		};
237/* End PBXProject section */
238
239/* Begin PBXSourcesBuildPhase section */
240		0B1AF7CE1B8D0EBF005BF60D /* Sources */ = {
241			isa = PBXSourcesBuildPhase;
242			buildActionMask = 2147483647;
243			files = (
244				0B1AF7E31B8D0F65005BF60D /* lzfse_main.c in Sources */,
245			);
246			runOnlyForDeploymentPostprocessing = 0;
247		};
248		0B5782281B8BC12F002F950F /* Sources */ = {
249			isa = PBXSourcesBuildPhase;
250			buildActionMask = 2147483647;
251			files = (
252				0B5782401B8BC151002F950F /* lzfse_encode.c in Sources */,
253				0B1AF7C01B8CF8A2005BF60D /* lzvn_decode_base.c in Sources */,
254				0B57823D1B8BC151002F950F /* lzfse_decode.c in Sources */,
255				0B57823E1B8BC151002F950F /* lzfse_encode_base.c in Sources */,
256				0B1AF7C41B8CF8A2005BF60D /* lzvn_encode_base.c in Sources */,
257				0B57823B1B8BC151002F950F /* lzfse_decode_base.c in Sources */,
258				0BB39B9F1BE140C3004F4733 /* lzfse_fse.c in Sources */,
259			);
260			runOnlyForDeploymentPostprocessing = 0;
261		};
262/* End PBXSourcesBuildPhase section */
263
264/* Begin PBXTargetDependency section */
265		0B1AF7DE1B8D0F16005BF60D /* PBXTargetDependency */ = {
266			isa = PBXTargetDependency;
267			target = 0B57822B1B8BC12F002F950F /* lzfse lib */;
268			targetProxy = 0B1AF7DD1B8D0F16005BF60D /* PBXContainerItemProxy */;
269		};
270		0B1AF7E01B8D0F16005BF60D /* PBXTargetDependency */ = {
271			isa = PBXTargetDependency;
272			target = 0B1AF7D11B8D0EBF005BF60D /* lzfse command */;
273			targetProxy = 0B1AF7DF1B8D0F16005BF60D /* PBXContainerItemProxy */;
274		};
275		0BC0092A1C481C600068DBA1 /* PBXTargetDependency */ = {
276			isa = PBXTargetDependency;
277			target = 0B57822B1B8BC12F002F950F /* lzfse lib */;
278			targetProxy = 0BC009291C481C600068DBA1 /* PBXContainerItemProxy */;
279		};
280/* End PBXTargetDependency section */
281
282/* Begin XCBuildConfiguration section */
283		0B1AF7D71B8D0EBF005BF60D /* Debug */ = {
284			isa = XCBuildConfiguration;
285			buildSettings = {
286				ALWAYS_SEARCH_USER_PATHS = NO;
287				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
288				CLANG_CXX_LIBRARY = "libc++";
289				CLANG_ENABLE_MODULES = YES;
290				CLANG_ENABLE_OBJC_ARC = YES;
291				CLANG_WARN_BOOL_CONVERSION = YES;
292				CLANG_WARN_CONSTANT_CONVERSION = YES;
293				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
294				CLANG_WARN_EMPTY_BODY = YES;
295				CLANG_WARN_ENUM_CONVERSION = YES;
296				CLANG_WARN_INT_CONVERSION = YES;
297				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
298				CLANG_WARN_UNREACHABLE_CODE = YES;
299				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
300				COPY_PHASE_STRIP = NO;
301				DEBUG_INFORMATION_FORMAT = dwarf;
302				ENABLE_STRICT_OBJC_MSGSEND = YES;
303				ENABLE_TESTABILITY = YES;
304				GCC_C_LANGUAGE_STANDARD = gnu99;
305				GCC_DYNAMIC_NO_PIC = NO;
306				GCC_NO_COMMON_BLOCKS = YES;
307				GCC_OPTIMIZATION_LEVEL = 0;
308				GCC_PREPROCESSOR_DEFINITIONS = (
309					"DEBUG=1",
310					"$(inherited)",
311				);
312				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
313				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
314				GCC_WARN_UNDECLARED_SELECTOR = YES;
315				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
316				GCC_WARN_UNUSED_FUNCTION = YES;
317				GCC_WARN_UNUSED_VARIABLE = YES;
318				MACOSX_DEPLOYMENT_TARGET = 10.11;
319				MTL_ENABLE_DEBUG_INFO = YES;
320				ONLY_ACTIVE_ARCH = YES;
321				PRODUCT_NAME = lzfse;
322				SDKROOT = macosx;
323			};
324			name = Debug;
325		};
326		0B1AF7D81B8D0EBF005BF60D /* Release */ = {
327			isa = XCBuildConfiguration;
328			buildSettings = {
329				ALWAYS_SEARCH_USER_PATHS = NO;
330				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
331				CLANG_CXX_LIBRARY = "libc++";
332				CLANG_ENABLE_MODULES = YES;
333				CLANG_ENABLE_OBJC_ARC = YES;
334				CLANG_WARN_BOOL_CONVERSION = YES;
335				CLANG_WARN_CONSTANT_CONVERSION = YES;
336				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
337				CLANG_WARN_EMPTY_BODY = YES;
338				CLANG_WARN_ENUM_CONVERSION = YES;
339				CLANG_WARN_INT_CONVERSION = YES;
340				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
341				CLANG_WARN_UNREACHABLE_CODE = YES;
342				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
343				COPY_PHASE_STRIP = NO;
344				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
345				ENABLE_NS_ASSERTIONS = NO;
346				ENABLE_STRICT_OBJC_MSGSEND = YES;
347				GCC_C_LANGUAGE_STANDARD = gnu99;
348				GCC_NO_COMMON_BLOCKS = YES;
349				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
350				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
351				GCC_WARN_UNDECLARED_SELECTOR = YES;
352				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
353				GCC_WARN_UNUSED_FUNCTION = YES;
354				GCC_WARN_UNUSED_VARIABLE = YES;
355				MACOSX_DEPLOYMENT_TARGET = 10.11;
356				MTL_ENABLE_DEBUG_INFO = NO;
357				PRODUCT_NAME = lzfse;
358				SDKROOT = macosx;
359			};
360			name = Release;
361		};
362		0B1AF7DB1B8D0F0B005BF60D /* Debug */ = {
363			isa = XCBuildConfiguration;
364			buildSettings = {
365				PRODUCT_NAME = "$(TARGET_NAME)";
366			};
367			name = Debug;
368		};
369		0B1AF7DC1B8D0F0B005BF60D /* Release */ = {
370			isa = XCBuildConfiguration;
371			buildSettings = {
372				PRODUCT_NAME = "$(TARGET_NAME)";
373			};
374			name = Release;
375		};
376		0B57822E1B8BC12F002F950F /* Debug */ = {
377			isa = XCBuildConfiguration;
378			buildSettings = {
379				ALWAYS_SEARCH_USER_PATHS = NO;
380				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
381				CLANG_CXX_LIBRARY = "libc++";
382				CLANG_ENABLE_MODULES = YES;
383				CLANG_ENABLE_OBJC_ARC = YES;
384				CLANG_WARN_BOOL_CONVERSION = YES;
385				CLANG_WARN_CONSTANT_CONVERSION = YES;
386				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
387				CLANG_WARN_EMPTY_BODY = YES;
388				CLANG_WARN_ENUM_CONVERSION = YES;
389				CLANG_WARN_INT_CONVERSION = YES;
390				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
391				CLANG_WARN_UNREACHABLE_CODE = YES;
392				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
393				COPY_PHASE_STRIP = NO;
394				DEBUG_INFORMATION_FORMAT = dwarf;
395				ENABLE_STRICT_OBJC_MSGSEND = YES;
396				ENABLE_TESTABILITY = YES;
397				EXECUTABLE_PREFIX = lib;
398				GCC_C_LANGUAGE_STANDARD = gnu99;
399				GCC_DYNAMIC_NO_PIC = NO;
400				GCC_NO_COMMON_BLOCKS = YES;
401				GCC_OPTIMIZATION_LEVEL = 0;
402				GCC_PREPROCESSOR_DEFINITIONS = (
403					"DEBUG=1",
404					"$(inherited)",
405				);
406				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
407				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
408				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
409				GCC_WARN_UNDECLARED_SELECTOR = YES;
410				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
411				GCC_WARN_UNUSED_FUNCTION = YES;
412				GCC_WARN_UNUSED_VARIABLE = YES;
413				GENERATE_MASTER_OBJECT_FILE = YES;
414				MACOSX_DEPLOYMENT_TARGET = 10.11;
415				MTL_ENABLE_DEBUG_INFO = YES;
416				ONLY_ACTIVE_ARCH = YES;
417				PRODUCT_NAME = lzfse;
418				SDKROOT = macosx;
419			};
420			name = Debug;
421		};
422		0B57822F1B8BC12F002F950F /* Release */ = {
423			isa = XCBuildConfiguration;
424			buildSettings = {
425				ALWAYS_SEARCH_USER_PATHS = NO;
426				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
427				CLANG_CXX_LIBRARY = "libc++";
428				CLANG_ENABLE_MODULES = YES;
429				CLANG_ENABLE_OBJC_ARC = YES;
430				CLANG_WARN_BOOL_CONVERSION = YES;
431				CLANG_WARN_CONSTANT_CONVERSION = YES;
432				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
433				CLANG_WARN_EMPTY_BODY = YES;
434				CLANG_WARN_ENUM_CONVERSION = YES;
435				CLANG_WARN_INT_CONVERSION = YES;
436				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
437				CLANG_WARN_UNREACHABLE_CODE = YES;
438				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
439				COPY_PHASE_STRIP = NO;
440				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
441				ENABLE_NS_ASSERTIONS = NO;
442				ENABLE_STRICT_OBJC_MSGSEND = YES;
443				EXECUTABLE_PREFIX = lib;
444				GCC_C_LANGUAGE_STANDARD = gnu99;
445				GCC_NO_COMMON_BLOCKS = YES;
446				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
447				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
448				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
449				GCC_WARN_UNDECLARED_SELECTOR = YES;
450				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
451				GCC_WARN_UNUSED_FUNCTION = YES;
452				GCC_WARN_UNUSED_VARIABLE = YES;
453				GENERATE_MASTER_OBJECT_FILE = YES;
454				MACOSX_DEPLOYMENT_TARGET = 10.11;
455				MTL_ENABLE_DEBUG_INFO = NO;
456				PRODUCT_NAME = lzfse;
457				SDKROOT = macosx;
458			};
459			name = Release;
460		};
461		0B7CB3861B8BBEA500730478 /* Debug */ = {
462			isa = XCBuildConfiguration;
463			buildSettings = {
464				GCC_C_LANGUAGE_STANDARD = c99;
465			};
466			name = Debug;
467		};
468		0B7CB3871B8BBEA500730478 /* Release */ = {
469			isa = XCBuildConfiguration;
470			buildSettings = {
471				GCC_C_LANGUAGE_STANDARD = c99;
472			};
473			name = Release;
474		};
475/* End XCBuildConfiguration section */
476
477/* Begin XCConfigurationList section */
478		0B1AF7D61B8D0EBF005BF60D /* Build configuration list for PBXNativeTarget "lzfse command" */ = {
479			isa = XCConfigurationList;
480			buildConfigurations = (
481				0B1AF7D71B8D0EBF005BF60D /* Debug */,
482				0B1AF7D81B8D0EBF005BF60D /* Release */,
483			);
484			defaultConfigurationIsVisible = 0;
485			defaultConfigurationName = Release;
486		};
487		0B1AF7DA1B8D0F0B005BF60D /* Build configuration list for PBXAggregateTarget "all" */ = {
488			isa = XCConfigurationList;
489			buildConfigurations = (
490				0B1AF7DB1B8D0F0B005BF60D /* Debug */,
491				0B1AF7DC1B8D0F0B005BF60D /* Release */,
492			);
493			defaultConfigurationIsVisible = 0;
494			defaultConfigurationName = Release;
495		};
496		0B5782301B8BC12F002F950F /* Build configuration list for PBXNativeTarget "lzfse lib" */ = {
497			isa = XCConfigurationList;
498			buildConfigurations = (
499				0B57822E1B8BC12F002F950F /* Debug */,
500				0B57822F1B8BC12F002F950F /* Release */,
501			);
502			defaultConfigurationIsVisible = 0;
503			defaultConfigurationName = Release;
504		};
505		0B7CB3851B8BBEA500730478 /* Build configuration list for PBXProject "lzfse" */ = {
506			isa = XCConfigurationList;
507			buildConfigurations = (
508				0B7CB3861B8BBEA500730478 /* Debug */,
509				0B7CB3871B8BBEA500730478 /* Release */,
510			);
511			defaultConfigurationIsVisible = 0;
512			defaultConfigurationName = Release;
513		};
514/* End XCConfigurationList section */
515	};
516	rootObject = 0B7CB3821B8BBEA500730478 /* Project object */;
517}
518