| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 | // !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 46;	objects = {/* Begin PBXBuildFile section */		2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */; };		633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC71B950B210007E424 /* AppDelegate.swift */; };		633BFFCA1B950B210007E424 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC91B950B210007E424 /* ViewController.swift */; };		633BFFCD1B950B210007E424 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCB1B950B210007E424 /* Main.storyboard */; };		633BFFCF1B950B210007E424 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCE1B950B210007E424 /* Images.xcassets */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */		633BFFC21B950B210007E424 /* SwiftSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSample.app; sourceTree = BUILT_PRODUCTS_DIR; };		633BFFC61B950B210007E424 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };		633BFFC71B950B210007E424 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };		633BFFC91B950B210007E424 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };		633BFFCC1B950B210007E424 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };		633BFFCE1B950B210007E424 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };		A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample.debug.xcconfig"; sourceTree = "<group>"; };		B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftSample.framework; sourceTree = BUILT_PRODUCTS_DIR; };		C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample.release.xcconfig"; sourceTree = "<group>"; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		633BFFBF1B950B210007E424 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		31F283C976AE97586C17CCD9 /* Pods */ = {			isa = PBXGroup;			children = (				A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */,				C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */,			);			name = Pods;			sourceTree = "<group>";		};		633BFFB91B950B210007E424 = {			isa = PBXGroup;			children = (				633BFFC41B950B210007E424 /* SwiftSample */,				633BFFC31B950B210007E424 /* Products */,				31F283C976AE97586C17CCD9 /* Pods */,				9D63A7F6423989BA306810CA /* Frameworks */,			);			sourceTree = "<group>";		};		633BFFC31B950B210007E424 /* Products */ = {			isa = PBXGroup;			children = (				633BFFC21B950B210007E424 /* SwiftSample.app */,			);			name = Products;			sourceTree = "<group>";		};		633BFFC41B950B210007E424 /* SwiftSample */ = {			isa = PBXGroup;			children = (				633BFFC71B950B210007E424 /* AppDelegate.swift */,				633BFFC91B950B210007E424 /* ViewController.swift */,				633BFFCB1B950B210007E424 /* Main.storyboard */,				633BFFCE1B950B210007E424 /* Images.xcassets */,				633BFFC51B950B210007E424 /* Supporting Files */,			);			name = SwiftSample;			sourceTree = SOURCE_ROOT;		};		633BFFC51B950B210007E424 /* Supporting Files */ = {			isa = PBXGroup;			children = (				633BFFC61B950B210007E424 /* Info.plist */,			);			name = "Supporting Files";			sourceTree = "<group>";		};		9D63A7F6423989BA306810CA /* Frameworks */ = {			isa = PBXGroup;			children = (				B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		633BFFC11B950B210007E424 /* SwiftSample */ = {			isa = PBXNativeTarget;			buildConfigurationList = 633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */;			buildPhases = (				6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */,				633BFFBE1B950B210007E424 /* Sources */,				633BFFBF1B950B210007E424 /* Frameworks */,				633BFFC01B950B210007E424 /* Resources */,				AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */,				A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = SwiftSample;			productName = SwiftSample;			productReference = 633BFFC21B950B210007E424 /* SwiftSample.app */;			productType = "com.apple.product-type.application";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		633BFFBA1B950B210007E424 /* Project object */ = {			isa = PBXProject;			attributes = {				LastSwiftUpdateCheck = 0710;				LastUpgradeCheck = 0730;				ORGANIZATIONNAME = gRPC;				TargetAttributes = {					633BFFC11B950B210007E424 = {						CreatedOnToolsVersion = 6.4;					};				};			};			buildConfigurationList = 633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */;			compatibilityVersion = "Xcode 3.2";			developmentRegion = English;			hasScannedForEncodings = 0;			knownRegions = (				en,				Base,			);			mainGroup = 633BFFB91B950B210007E424;			productRefGroup = 633BFFC31B950B210007E424 /* Products */;			projectDirPath = "";			projectRoot = "";			targets = (				633BFFC11B950B210007E424 /* SwiftSample */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		633BFFC01B950B210007E424 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				633BFFCD1B950B210007E424 /* Main.storyboard in Resources */,				633BFFCF1B950B210007E424 /* Images.xcassets in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXShellScriptBuildPhase section */		6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "[CP] 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;		};		A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "[CP] Embed Pods Frameworks";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-frameworks.sh\"\n";			showEnvVarsInLog = 0;		};		AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputPaths = (			);			name = "[CP] Copy Pods Resources";			outputPaths = (			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-resources.sh\"\n";			showEnvVarsInLog = 0;		};/* End PBXShellScriptBuildPhase section *//* Begin PBXSourcesBuildPhase section */		633BFFBE1B950B210007E424 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				633BFFCA1B950B210007E424 /* ViewController.swift in Sources */,				633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXVariantGroup section */		633BFFCB1B950B210007E424 /* Main.storyboard */ = {			isa = PBXVariantGroup;			children = (				633BFFCC1B950B210007E424 /* Base */,			);			name = Main.storyboard;			sourceTree = "<group>";		};/* End PBXVariantGroup section *//* Begin XCBuildConfiguration section */		633BFFDF1B950B210007E424 /* 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;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				ENABLE_STRICT_OBJC_MSGSEND = YES;				ENABLE_TESTABILITY = YES;				GCC_C_LANGUAGE_STANDARD = gnu99;				GCC_DYNAMIC_NO_PIC = NO;				GCC_NO_COMMON_BLOCKS = YES;				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.4;				MTL_ENABLE_DEBUG_INFO = YES;				ONLY_ACTIVE_ARCH = YES;				SDKROOT = iphoneos;				SWIFT_OPTIMIZATION_LEVEL = "-Onone";				TARGETED_DEVICE_FAMILY = "1,2";			};			name = Debug;		};		633BFFE01B950B210007E424 /* 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 = NO;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				ENABLE_NS_ASSERTIONS = NO;				ENABLE_STRICT_OBJC_MSGSEND = YES;				GCC_C_LANGUAGE_STANDARD = gnu99;				GCC_NO_COMMON_BLOCKS = YES;				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.4;				MTL_ENABLE_DEBUG_INFO = NO;				SDKROOT = iphoneos;				TARGETED_DEVICE_FAMILY = "1,2";				VALIDATE_PRODUCT = YES;			};			name = Release;		};		633BFFE21B950B210007E424 /* Debug */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				INFOPLIST_FILE = Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";				PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)";				PRODUCT_NAME = "$(TARGET_NAME)";				SWIFT_OBJC_BRIDGING_HEADER = "";				USER_HEADER_SEARCH_PATHS = "";			};			name = Debug;		};		633BFFE31B950B210007E424 /* Release */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				INFOPLIST_FILE = Info.plist;				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";				PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)";				PRODUCT_NAME = "$(TARGET_NAME)";				SWIFT_OBJC_BRIDGING_HEADER = "";				USER_HEADER_SEARCH_PATHS = "";			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				633BFFDF1B950B210007E424 /* Debug */,				633BFFE01B950B210007E424 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				633BFFE21B950B210007E424 /* Debug */,				633BFFE31B950B210007E424 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 633BFFBA1B950B210007E424 /* Project object */;}
 |