| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536 | // !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 46;	objects = {/* Begin PBXBuildFile section */		60BBBBB15823BBF7639D7AA9 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DC7B7C4C0410F43B9621631 /* libPods.a */; };		6340F0491AE66E3300FB6A3D /* RemoteProtoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6340F0481AE66E3300FB6A3D /* RemoteProtoTests.m */; };		6356D1DE1AC11FE00075FBBC /* RemoteTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6356D1DD1AC11FE00075FBBC /* RemoteTests.m */; };		6369A2701A9322E20015FC5C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A26F1A9322E20015FC5C /* main.m */; };		6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2721A9322E20015FC5C /* AppDelegate.m */; };		6369A2761A9322E20015FC5C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2751A9322E20015FC5C /* ViewController.m */; };		6369A2791A9322E20015FC5C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6369A2771A9322E20015FC5C /* Main.storyboard */; };		6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6369A27A1A9322E20015FC5C /* Images.xcassets */; };		6369A27E1A9322E20015FC5C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6369A27C1A9322E20015FC5C /* LaunchScreen.xib */; };		6369A28A1A9322E20015FC5C /* SampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2891A9322E20015FC5C /* SampleTests.m */; };		FC81FE63CA655031F3524EC0 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DC7B7C4C0410F43B9621631 /* libPods.a */; };/* End PBXBuildFile section *//* Begin PBXContainerItemProxy section */		6369A2841A9322E20015FC5C /* PBXContainerItemProxy */ = {			isa = PBXContainerItemProxy;			containerPortal = 6369A2621A9322E20015FC5C /* Project object */;			proxyType = 1;			remoteGlobalIDString = 6369A2691A9322E20015FC5C;			remoteInfo = Sample;		};/* End PBXContainerItemProxy section *//* Begin PBXFileReference section */		2DC7B7C4C0410F43B9621631 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };		6340F0481AE66E3300FB6A3D /* RemoteProtoTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RemoteProtoTests.m; sourceTree = "<group>"; };		6356D1DD1AC11FE00075FBBC /* RemoteTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RemoteTests.m; sourceTree = "<group>"; };		6369A26A1A9322E20015FC5C /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };		6369A26E1A9322E20015FC5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };		6369A26F1A9322E20015FC5C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };		6369A2711A9322E20015FC5C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };		6369A2721A9322E20015FC5C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };		6369A2741A9322E20015FC5C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };		6369A2751A9322E20015FC5C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };		6369A2781A9322E20015FC5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };		6369A27A1A9322E20015FC5C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };		6369A27D1A9322E20015FC5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };		6369A2831A9322E20015FC5C /* SampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };		6369A2881A9322E20015FC5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };		6369A2891A9322E20015FC5C /* SampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleTests.m; sourceTree = "<group>"; };		AC29DD6FCDF962F519FEBB0D /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };		C68330F8D451CC6ACEABA09F /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		6369A2671A9322E20015FC5C /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				FC81FE63CA655031F3524EC0 /* libPods.a in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};		6369A2801A9322E20015FC5C /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				60BBBBB15823BBF7639D7AA9 /* libPods.a in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		6369A2611A9322E20015FC5C = {			isa = PBXGroup;			children = (				6369A26C1A9322E20015FC5C /* Sample */,				6369A2861A9322E20015FC5C /* SampleTests */,				6369A26B1A9322E20015FC5C /* Products */,				AB3331C9AE6488E61B2B094E /* Pods */,				C4C2C5219053E079C9EFB930 /* Frameworks */,			);			sourceTree = "<group>";		};		6369A26B1A9322E20015FC5C /* Products */ = {			isa = PBXGroup;			children = (				6369A26A1A9322E20015FC5C /* Sample.app */,				6369A2831A9322E20015FC5C /* SampleTests.xctest */,			);			name = Products;			sourceTree = "<group>";		};		6369A26C1A9322E20015FC5C /* Sample */ = {			isa = PBXGroup;			children = (				6369A2711A9322E20015FC5C /* AppDelegate.h */,				6369A2721A9322E20015FC5C /* AppDelegate.m */,				6369A2741A9322E20015FC5C /* ViewController.h */,				6369A2751A9322E20015FC5C /* ViewController.m */,				6369A2771A9322E20015FC5C /* Main.storyboard */,				6369A27A1A9322E20015FC5C /* Images.xcassets */,				6369A27C1A9322E20015FC5C /* LaunchScreen.xib */,				6369A26D1A9322E20015FC5C /* Supporting Files */,			);			path = Sample;			sourceTree = "<group>";		};		6369A26D1A9322E20015FC5C /* Supporting Files */ = {			isa = PBXGroup;			children = (				6369A26E1A9322E20015FC5C /* Info.plist */,				6369A26F1A9322E20015FC5C /* main.m */,			);			name = "Supporting Files";			sourceTree = "<group>";		};		6369A2861A9322E20015FC5C /* SampleTests */ = {			isa = PBXGroup;			children = (				6340F0481AE66E3300FB6A3D /* RemoteProtoTests.m */,				6369A2891A9322E20015FC5C /* SampleTests.m */,				6369A2871A9322E20015FC5C /* Supporting Files */,				6356D1DD1AC11FE00075FBBC /* RemoteTests.m */,			);			path = SampleTests;			sourceTree = "<group>";		};		6369A2871A9322E20015FC5C /* Supporting Files */ = {			isa = PBXGroup;			children = (				6369A2881A9322E20015FC5C /* Info.plist */,			);			name = "Supporting Files";			sourceTree = "<group>";		};		AB3331C9AE6488E61B2B094E /* Pods */ = {			isa = PBXGroup;			children = (				AC29DD6FCDF962F519FEBB0D /* Pods.debug.xcconfig */,				C68330F8D451CC6ACEABA09F /* Pods.release.xcconfig */,			);			name = Pods;			sourceTree = "<group>";		};		C4C2C5219053E079C9EFB930 /* Frameworks */ = {			isa = PBXGroup;			children = (				2DC7B7C4C0410F43B9621631 /* libPods.a */,			);			name = Frameworks;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		6369A2691A9322E20015FC5C /* Sample */ = {			isa = PBXNativeTarget;			buildConfigurationList = 6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */;			buildPhases = (				41F7486D8F66994B0BFB84AF /* Check Pods Manifest.lock */,				6369A2661A9322E20015FC5C /* Sources */,				6369A2671A9322E20015FC5C /* Frameworks */,				6369A2681A9322E20015FC5C /* Resources */,				04554623324BE4A838846086 /* Copy Pods Resources */,			);			buildRules = (			);			dependencies = (			);			name = Sample;			productName = Sample;			productReference = 6369A26A1A9322E20015FC5C /* Sample.app */;			productType = "com.apple.product-type.application";		};		6369A2821A9322E20015FC5C /* SampleTests */ = {			isa = PBXNativeTarget;			buildConfigurationList = 6369A2901A9322E20015FC5C /* Build configuration list for PBXNativeTarget "SampleTests" */;			buildPhases = (				75C393B2FDC60A22B2121058 /* Check Pods Manifest.lock */,				6369A27F1A9322E20015FC5C /* Sources */,				6369A2801A9322E20015FC5C /* Frameworks */,				6369A2811A9322E20015FC5C /* Resources */,				7B8CDC152F76D6014A96C798 /* Copy Pods Resources */,			);			buildRules = (			);			dependencies = (				6369A2851A9322E20015FC5C /* PBXTargetDependency */,			);			name = SampleTests;			productName = SampleTests;			productReference = 6369A2831A9322E20015FC5C /* SampleTests.xctest */;			productType = "com.apple.product-type.bundle.unit-test";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		6369A2621A9322E20015FC5C /* Project object */ = {			isa = PBXProject;			attributes = {				LastUpgradeCheck = 0610;				ORGANIZATIONNAME = gRPC;				TargetAttributes = {					6369A2691A9322E20015FC5C = {						CreatedOnToolsVersion = 6.1.1;					};					6369A2821A9322E20015FC5C = {						CreatedOnToolsVersion = 6.1.1;						TestTargetID = 6369A2691A9322E20015FC5C;					};				};			};			buildConfigurationList = 6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */;			compatibilityVersion = "Xcode 3.2";			developmentRegion = English;			hasScannedForEncodings = 0;			knownRegions = (				en,				Base,			);			mainGroup = 6369A2611A9322E20015FC5C;			productRefGroup = 6369A26B1A9322E20015FC5C /* Products */;			projectDirPath = "";			projectRoot = "";			targets = (				6369A2691A9322E20015FC5C /* Sample */,				6369A2821A9322E20015FC5C /* SampleTests */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		6369A2681A9322E20015FC5C /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				6369A2791A9322E20015FC5C /* Main.storyboard in Resources */,				6369A27E1A9322E20015FC5C /* LaunchScreen.xib in Resources */,				6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		6369A2811A9322E20015FC5C /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXShellScriptBuildPhase section */		04554623324BE4A838846086 /* Copy Pods Resources */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "Copy Pods Resources";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";			showEnvVarsInLog = 0;		};		41F7486D8F66994B0BFB84AF /* Check Pods Manifest.lock */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "Check Pods Manifest.lock";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";			showEnvVarsInLog = 0;		};		75C393B2FDC60A22B2121058 /* Check Pods Manifest.lock */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "Check Pods Manifest.lock";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";			showEnvVarsInLog = 0;		};		7B8CDC152F76D6014A96C798 /* Copy Pods Resources */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "Copy Pods Resources";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";			showEnvVarsInLog = 0;		};/* End PBXShellScriptBuildPhase section *//* Begin PBXSourcesBuildPhase section */		6369A2661A9322E20015FC5C /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				6369A2761A9322E20015FC5C /* ViewController.m in Sources */,				6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */,				6369A2701A9322E20015FC5C /* main.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		6369A27F1A9322E20015FC5C /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				6369A28A1A9322E20015FC5C /* SampleTests.m in Sources */,				6340F0491AE66E3300FB6A3D /* RemoteProtoTests.m in Sources */,				6356D1DE1AC11FE00075FBBC /* RemoteTests.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXTargetDependency section */		6369A2851A9322E20015FC5C /* PBXTargetDependency */ = {			isa = PBXTargetDependency;			target = 6369A2691A9322E20015FC5C /* Sample */;			targetProxy = 6369A2841A9322E20015FC5C /* PBXContainerItemProxy */;		};/* End PBXTargetDependency section *//* Begin PBXVariantGroup section */		6369A2771A9322E20015FC5C /* Main.storyboard */ = {			isa = PBXVariantGroup;			children = (				6369A2781A9322E20015FC5C /* Base */,			);			name = Main.storyboard;			sourceTree = "<group>";		};		6369A27C1A9322E20015FC5C /* LaunchScreen.xib */ = {			isa = PBXVariantGroup;			children = (				6369A27D1A9322E20015FC5C /* Base */,			);			name = LaunchScreen.xib;			sourceTree = "<group>";		};/* End PBXVariantGroup section *//* Begin XCBuildConfiguration section */		6369A28B1A9322E20015FC5C /* 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_UNREACHABLE_CODE = YES;				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				COPY_PHASE_STRIP = NO;				ENABLE_STRICT_OBJC_MSGSEND = YES;				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_AGGRESSIVE;				GCC_WARN_UNUSED_FUNCTION = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				IPHONEOS_DEPLOYMENT_TARGET = 8.1;				MTL_ENABLE_DEBUG_INFO = YES;				ONLY_ACTIVE_ARCH = YES;				SDKROOT = iphoneos;				TARGETED_DEVICE_FAMILY = "1,2";			};			name = Debug;		};		6369A28C1A9322E20015FC5C /* 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_UNREACHABLE_CODE = YES;				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				COPY_PHASE_STRIP = YES;				ENABLE_NS_ASSERTIONS = NO;				ENABLE_STRICT_OBJC_MSGSEND = YES;				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_AGGRESSIVE;				GCC_WARN_UNUSED_FUNCTION = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				IPHONEOS_DEPLOYMENT_TARGET = 8.1;				MTL_ENABLE_DEBUG_INFO = NO;				SDKROOT = iphoneos;				TARGETED_DEVICE_FAMILY = "1,2";				VALIDATE_PRODUCT = YES;			};			name = Release;		};		6369A28E1A9322E20015FC5C /* Debug */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = AC29DD6FCDF962F519FEBB0D /* Pods.debug.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				INFOPLIST_FILE = Sample/Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";				PRODUCT_NAME = "$(TARGET_NAME)";			};			name = Debug;		};		6369A28F1A9322E20015FC5C /* Release */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = C68330F8D451CC6ACEABA09F /* Pods.release.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				INFOPLIST_FILE = Sample/Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";				PRODUCT_NAME = "$(TARGET_NAME)";			};			name = Release;		};		6369A2911A9322E20015FC5C /* Debug */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = AC29DD6FCDF962F519FEBB0D /* Pods.debug.xcconfig */;			buildSettings = {				BUNDLE_LOADER = "$(TEST_HOST)";				FRAMEWORK_SEARCH_PATHS = (					"$(SDKROOT)/Developer/Library/Frameworks",					"$(inherited)",				);				GCC_PREPROCESSOR_DEFINITIONS = (					"DEBUG=1",					"$(inherited)",				);				INFOPLIST_FILE = SampleTests/Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";				PRODUCT_NAME = "$(TARGET_NAME)";				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sample.app/Sample";			};			name = Debug;		};		6369A2921A9322E20015FC5C /* Release */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = C68330F8D451CC6ACEABA09F /* Pods.release.xcconfig */;			buildSettings = {				BUNDLE_LOADER = "$(TEST_HOST)";				FRAMEWORK_SEARCH_PATHS = (					"$(SDKROOT)/Developer/Library/Frameworks",					"$(inherited)",				);				INFOPLIST_FILE = SampleTests/Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";				PRODUCT_NAME = "$(TARGET_NAME)";				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sample.app/Sample";			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				6369A28B1A9322E20015FC5C /* Debug */,				6369A28C1A9322E20015FC5C /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				6369A28E1A9322E20015FC5C /* Debug */,				6369A28F1A9322E20015FC5C /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		6369A2901A9322E20015FC5C /* Build configuration list for PBXNativeTarget "SampleTests" */ = {			isa = XCConfigurationList;			buildConfigurations = (				6369A2911A9322E20015FC5C /* Debug */,				6369A2921A9322E20015FC5C /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 6369A2621A9322E20015FC5C /* Project object */;}
 |