// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		84405DDC189226CD007FACBA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDB189226CD007FACBA /* Foundation.framework */; };
		84405DDE189226CD007FACBA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDD189226CD007FACBA /* CoreGraphics.framework */; };
		84405DE0189226CD007FACBA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDF189226CD007FACBA /* UIKit.framework */; };
		84405DE6189226CD007FACBA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84405DE4189226CD007FACBA /* InfoPlist.strings */; };
		84405DE8189226CD007FACBA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405DE7189226CD007FACBA /* main.m */; };
		84405DEC189226CD007FACBA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405DEB189226CD007FACBA /* AppDelegate.m */; };
		84405DEE189226CD007FACBA /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84405DED189226CD007FACBA /* Images.xcassets */; };
		84405DF5189226CE007FACBA /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DF4189226CE007FACBA /* XCTest.framework */; };
		84405DF6189226CE007FACBA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDB189226CD007FACBA /* Foundation.framework */; };
		84405DF7189226CE007FACBA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84405DDF189226CD007FACBA /* UIKit.framework */; };
		84405DFF189226CE007FACBA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84405DFD189226CE007FACBA /* InfoPlist.strings */; };
		84405E01189226CE007FACBA /* sampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 84405E00189226CE007FACBA /* sampleTests.m */; };
		DC1A7A281C5F4F8E00F5FD79 /* objc in Resources */ = {isa = PBXBuildFile; fileRef = DC1A7A271C5F4F8E00F5FD79 /* objc */; };
		DC1A7A291C5F4F8E00F5FD79 /* objc in Resources */ = {isa = PBXBuildFile; fileRef = DC1A7A271C5F4F8E00F5FD79 /* objc */; };
		DCA169951C2C9D16003FAB11 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCA169941C2C9D16003FAB11 /* CFNetwork.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		84405DF8189226CE007FACBA /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 84405DD0189226CD007FACBA /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 84405DD7189226CD007FACBA;
			remoteInfo = sample;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		8427847118979C96000BC335 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
		84405DD8189226CD007FACBA /* sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
		84405DDB189226CD007FACBA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		84405DDD189226CD007FACBA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		84405DDF189226CD007FACBA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		84405DE3189226CD007FACBA /* sample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sample-Info.plist"; sourceTree = "<group>"; };
		84405DE5189226CD007FACBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		84405DE7189226CD007FACBA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		84405DE9189226CD007FACBA /* sample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "sample-Prefix.pch"; sourceTree = "<group>"; };
		84405DEA189226CD007FACBA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		84405DEB189226CD007FACBA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		84405DED189226CD007FACBA /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
		84405DF3189226CE007FACBA /* sampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		84405DF4189226CE007FACBA /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
		84405DFC189226CE007FACBA /* sampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sampleTests-Info.plist"; sourceTree = "<group>"; };
		84405DFE189226CE007FACBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		84405E00189226CE007FACBA /* sampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sampleTests.m; sourceTree = "<group>"; };
		DC1A7A271C5F4F8E00F5FD79 /* objc */ = {isa = PBXFileReference; lastKnownFileType = folder; name = objc; path = ../target/objc; sourceTree = "<group>"; };
		DCA169941C2C9D16003FAB11 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		84405DD5189226CD007FACBA /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DCA169951C2C9D16003FAB11 /* CFNetwork.framework in Frameworks */,
				84405DDE189226CD007FACBA /* CoreGraphics.framework in Frameworks */,
				84405DE0189226CD007FACBA /* UIKit.framework in Frameworks */,
				84405DDC189226CD007FACBA /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		84405DF0189226CE007FACBA /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				84405DF5189226CE007FACBA /* XCTest.framework in Frameworks */,
				84405DF7189226CE007FACBA /* UIKit.framework in Frameworks */,
				84405DF6189226CE007FACBA /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		84405DCF189226CD007FACBA = {
			isa = PBXGroup;
			children = (
				DC1A7A271C5F4F8E00F5FD79 /* objc */,
				84405DE1189226CD007FACBA /* sample */,
				84405DFA189226CE007FACBA /* sampleTests */,
				84405DDA189226CD007FACBA /* Frameworks */,
				84405DD9189226CD007FACBA /* Products */,
			);
			sourceTree = "<group>";
		};
		84405DD9189226CD007FACBA /* Products */ = {
			isa = PBXGroup;
			children = (
				84405DD8189226CD007FACBA /* sample.app */,
				84405DF3189226CE007FACBA /* sampleTests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		84405DDA189226CD007FACBA /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				DCA169941C2C9D16003FAB11 /* CFNetwork.framework */,
				84405DDB189226CD007FACBA /* Foundation.framework */,
				84405DDD189226CD007FACBA /* CoreGraphics.framework */,
				84405DDF189226CD007FACBA /* UIKit.framework */,
				84405DF4189226CE007FACBA /* XCTest.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		84405DE1189226CD007FACBA /* sample */ = {
			isa = PBXGroup;
			children = (
				84405DEA189226CD007FACBA /* AppDelegate.h */,
				84405DEB189226CD007FACBA /* AppDelegate.m */,
				84405DED189226CD007FACBA /* Images.xcassets */,
				84405DE2189226CD007FACBA /* Supporting Files */,
			);
			path = sample;
			sourceTree = "<group>";
		};
		84405DE2189226CD007FACBA /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				8427847118979C96000BC335 /* Config.xcconfig */,
				84405DE3189226CD007FACBA /* sample-Info.plist */,
				84405DE4189226CD007FACBA /* InfoPlist.strings */,
				84405DE7189226CD007FACBA /* main.m */,
				84405DE9189226CD007FACBA /* sample-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		84405DFA189226CE007FACBA /* sampleTests */ = {
			isa = PBXGroup;
			children = (
				84405E00189226CE007FACBA /* sampleTests.m */,
				84405DFB189226CE007FACBA /* Supporting Files */,
			);
			path = sampleTests;
			sourceTree = "<group>";
		};
		84405DFB189226CE007FACBA /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				84405DFC189226CE007FACBA /* sampleTests-Info.plist */,
				84405DFD189226CE007FACBA /* InfoPlist.strings */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		84405DD7189226CD007FACBA /* sample */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 84405E04189226CE007FACBA /* Build configuration list for PBXNativeTarget "sample" */;
			buildPhases = (
				84405DD6189226CD007FACBA /* Resources */,
				84405DD4189226CD007FACBA /* Sources */,
				84405DD5189226CD007FACBA /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = sample;
			productName = sample;
			productReference = 84405DD8189226CD007FACBA /* sample.app */;
			productType = "com.apple.product-type.application";
		};
		84405DF2189226CE007FACBA /* sampleTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 84405E07189226CE007FACBA /* Build configuration list for PBXNativeTarget "sampleTests" */;
			buildPhases = (
				84405DEF189226CE007FACBA /* Sources */,
				84405DF0189226CE007FACBA /* Frameworks */,
				84405DF1189226CE007FACBA /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				84405DF9189226CE007FACBA /* PBXTargetDependency */,
			);
			name = sampleTests;
			productName = sampleTests;
			productReference = 84405DF3189226CE007FACBA /* sampleTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		84405DD0189226CD007FACBA /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0510;
				ORGANIZATIONNAME = "clojure-objc";
				TargetAttributes = {
					84405DD7189226CD007FACBA = {
						DevelopmentTeam = LHP68VSNAM;
					};
					84405DF2189226CE007FACBA = {
						TestTargetID = 84405DD7189226CD007FACBA;
					};
				};
			};
			buildConfigurationList = 84405DD3189226CD007FACBA /* Build configuration list for PBXProject "sample" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 84405DCF189226CD007FACBA;
			productRefGroup = 84405DD9189226CD007FACBA /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				84405DD7189226CD007FACBA /* sample */,
				84405DF2189226CE007FACBA /* sampleTests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		84405DD6189226CD007FACBA /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				84405DE6189226CD007FACBA /* InfoPlist.strings in Resources */,
				84405DEE189226CD007FACBA /* Images.xcassets in Resources */,
				DC1A7A281C5F4F8E00F5FD79 /* objc in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		84405DF1189226CE007FACBA /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DC1A7A291C5F4F8E00F5FD79 /* objc in Resources */,
				84405DFF189226CE007FACBA /* InfoPlist.strings in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		84405DD4189226CD007FACBA /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				84405DEC189226CD007FACBA /* AppDelegate.m in Sources */,
				84405DE8189226CD007FACBA /* main.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		84405DEF189226CE007FACBA /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				84405E01189226CE007FACBA /* sampleTests.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		84405DF9189226CE007FACBA /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 84405DD7189226CD007FACBA /* sample */;
			targetProxy = 84405DF8189226CE007FACBA /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
		84405DE4189226CD007FACBA /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				84405DE5189226CD007FACBA /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
		84405DFD189226CE007FACBA /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				84405DFE189226CE007FACBA /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		84405E02189226CE007FACBA /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				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;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		84405E03189226CE007FACBA /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				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;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = YES;
				ENABLE_NS_ASSERTIONS = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				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;
				IPHONEOS_DEPLOYMENT_TARGET = 7.1;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		84405E05189226CE007FACBA /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 8427847118979C96000BC335 /* Config.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				CLANG_ENABLE_OBJC_ARC = NO;
				CLOJUREOBJC = "/Users/harlan/.clojure-objc/1.7.0-RC1";
				CODE_SIGN_IDENTITY = "iPhone Developer";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				DEBUG_INFORMATION_FORMAT = dwarf;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
				GCC_WARN_UNUSED_FUNCTION = NO;
				GCC_WARN_UNUSED_VALUE = NO;
				GCC_WARN_UNUSED_VARIABLE = NO;
				HEADER_SEARCH_PATHS = (
					"$(CLOJUREOBJC)/include",
					"$(SRCROOT)/../target/include",
					"$(inherited)",
				);
				INFOPLIST_FILE = "sample/sample-Info.plist";
				LIBRARY_SEARCH_PATHS = (
					"$(CLOJUREOBJC)",
					"$(SRCROOT)/../target",
				);
				ONLY_ACTIVE_ARCH = YES;
				OTHER_CFLAGS = "-Wno-unsequenced";
				OTHER_LDFLAGS = (
					"-ObjC",
					"-lz",
					"-licucore",
					"-ljre_emul",
					"-lffi",
					"-lclojure-objc",
					"-lcom.github.harlanji",
				);
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE = "";
				STRIP_INSTALLED_PRODUCT = NO;
				VALID_ARCHS = "armv7s armv7 x86_64 i386";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		84405E06189226CE007FACBA /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 8427847118979C96000BC335 /* Config.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
				CLANG_ENABLE_OBJC_ARC = NO;
				CLOJUREOBJC = "/Users/harlan/.clojure-objc/1.7.0-RC1";
				CODE_SIGN_IDENTITY = "iPhone Developer";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				DEBUG_INFORMATION_FORMAT = dwarf;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
				GCC_WARN_UNUSED_FUNCTION = NO;
				GCC_WARN_UNUSED_VALUE = NO;
				GCC_WARN_UNUSED_VARIABLE = NO;
				HEADER_SEARCH_PATHS = (
					"$(CLOJUREOBJC)/include",
					"$(SRCROOT)/../target/include",
					"$(inherited)",
				);
				INFOPLIST_FILE = "sample/sample-Info.plist";
				LIBRARY_SEARCH_PATHS = (
					"$(CLOJUREOBJC)",
					"$(SRCROOT)/../target",
				);
				ONLY_ACTIVE_ARCH = YES;
				OTHER_CFLAGS = "-Wno-unsequenced";
				OTHER_LDFLAGS = (
					"-ObjC",
					"-lz",
					"-licucore",
					"-ljre_emul",
					"-lffi",
					"-lclojure-objc",
					"-lcom.github.harlanji",
				);
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE = "";
				STRIP_INSTALLED_PRODUCT = NO;
				VALID_ARCHS = "armv7s armv7 x86_64 i386";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
		84405E08189226CE007FACBA /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sample.app/sample";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				INFOPLIST_FILE = "sampleTests/sampleTests-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				TEST_HOST = "$(BUNDLE_LOADER)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Debug;
		};
		84405E09189226CE007FACBA /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sample.app/sample";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "sample/sample-Prefix.pch";
				INFOPLIST_FILE = "sampleTests/sampleTests-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				TEST_HOST = "$(BUNDLE_LOADER)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		84405DD3189226CD007FACBA /* Build configuration list for PBXProject "sample" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				84405E02189226CE007FACBA /* Debug */,
				84405E03189226CE007FACBA /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		84405E04189226CE007FACBA /* Build configuration list for PBXNativeTarget "sample" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				84405E05189226CE007FACBA /* Debug */,
				84405E06189226CE007FACBA /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		84405E07189226CE007FACBA /* Build configuration list for PBXNativeTarget "sampleTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				84405E08189226CE007FACBA /* Debug */,
				84405E09189226CE007FACBA /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 84405DD0189226CD007FACBA /* Project object */;
}