| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 | 
							- // !$*UTF8*$!
 
- {
 
- 	archiveVersion = 1;
 
- 	classes = {
 
- 	};
 
- 	objectVersion = 50;
 
- 	objects = {
 
- /* Begin PBXBuildFile section */
 
- 		5EF711A4215174880077496F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF711A3215174880077496F /* AppDelegate.m */; };
 
- 		5EF711A7215174880077496F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF711A6215174880077496F /* ViewController.m */; };
 
- 		5EF711A9215174890077496F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5EF711A8215174890077496F /* Assets.xcassets */; };
 
- 		5EF711AC215174890077496F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5EF711AA215174890077496F /* Main.storyboard */; };
 
- 		5EF711AF215174890077496F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF711AE215174890077496F /* main.m */; };
 
- 		827B966E84F6A63FD0F3F6BC /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 369D887F6054EBA486218C69 /* libPods-HelloWorld.a */; };
 
- /* End PBXBuildFile section */
 
- /* Begin PBXFileReference section */
 
- 		2AAF8E8BA7DBFD2D3886AA25 /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; };
 
- 		369D887F6054EBA486218C69 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 
- 		5EF7119F215174870077496F /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
 
- 		5EF711A2215174880077496F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 
- 		5EF711A3215174880077496F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 
- 		5EF711A5215174880077496F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
 
- 		5EF711A6215174880077496F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
 
- 		5EF711A8215174890077496F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 
- 		5EF711AB215174890077496F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 
- 		5EF711AD215174890077496F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 
- 		5EF711AE215174890077496F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 
- 		5EF711B0215174890077496F /* HelloWorld.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HelloWorld.entitlements; sourceTree = "<group>"; };
 
- 		CA4699782F6344C8E67C9FEE /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; };
 
- /* End PBXFileReference section */
 
- /* Begin PBXFrameworksBuildPhase section */
 
- 		5EF7119C215174870077496F /* Frameworks */ = {
 
- 			isa = PBXFrameworksBuildPhase;
 
- 			buildActionMask = 2147483647;
 
- 			files = (
 
- 				827B966E84F6A63FD0F3F6BC /* libPods-HelloWorld.a in Frameworks */,
 
- 			);
 
- 			runOnlyForDeploymentPostprocessing = 0;
 
- 		};
 
- /* End PBXFrameworksBuildPhase section */
 
- /* Begin PBXGroup section */
 
- 		5EF71196215174870077496F = {
 
- 			isa = PBXGroup;
 
- 			children = (
 
- 				5EF711AE215174890077496F /* main.m */,
 
- 				5EF711A1215174870077496F /* HelloWorld */,
 
- 				5EF711A0215174870077496F /* Products */,
 
- 				8D3EFBB796129582177142C4 /* Pods */,
 
- 				A986548CB5622AF6CC3ECCCE /* Frameworks */,
 
- 			);
 
- 			sourceTree = "<group>";
 
- 		};
 
- 		5EF711A0215174870077496F /* Products */ = {
 
- 			isa = PBXGroup;
 
- 			children = (
 
- 				5EF7119F215174870077496F /* HelloWorld.app */,
 
- 			);
 
- 			name = Products;
 
- 			sourceTree = "<group>";
 
- 		};
 
- 		5EF711A1215174870077496F /* HelloWorld */ = {
 
- 			isa = PBXGroup;
 
- 			children = (
 
- 				5EF711A2215174880077496F /* AppDelegate.h */,
 
- 				5EF711A3215174880077496F /* AppDelegate.m */,
 
- 				5EF711A5215174880077496F /* ViewController.h */,
 
- 				5EF711A6215174880077496F /* ViewController.m */,
 
- 				5EF711A8215174890077496F /* Assets.xcassets */,
 
- 				5EF711AA215174890077496F /* Main.storyboard */,
 
- 				5EF711AD215174890077496F /* Info.plist */,
 
- 				5EF711B0215174890077496F /* HelloWorld.entitlements */,
 
- 			);
 
- 			path = HelloWorld;
 
- 			sourceTree = "<group>";
 
- 		};
 
- 		8D3EFBB796129582177142C4 /* Pods */ = {
 
- 			isa = PBXGroup;
 
- 			children = (
 
- 				CA4699782F6344C8E67C9FEE /* Pods-HelloWorld.debug.xcconfig */,
 
- 				2AAF8E8BA7DBFD2D3886AA25 /* Pods-HelloWorld.release.xcconfig */,
 
- 			);
 
- 			name = Pods;
 
- 			sourceTree = "<group>";
 
- 		};
 
- 		A986548CB5622AF6CC3ECCCE /* Frameworks */ = {
 
- 			isa = PBXGroup;
 
- 			children = (
 
- 				369D887F6054EBA486218C69 /* libPods-HelloWorld.a */,
 
- 			);
 
- 			name = Frameworks;
 
- 			sourceTree = "<group>";
 
- 		};
 
- /* End PBXGroup section */
 
- /* Begin PBXNativeTarget section */
 
- 		5EF7119E215174870077496F /* HelloWorld */ = {
 
- 			isa = PBXNativeTarget;
 
- 			buildConfigurationList = 5EF711B3215174890077496F /* Build configuration list for PBXNativeTarget "HelloWorld" */;
 
- 			buildPhases = (
 
- 				3694AEA482289A5BDD5EA5A4 /* [CP] Check Pods Manifest.lock */,
 
- 				5EF7119B215174870077496F /* Sources */,
 
- 				5EF7119C215174870077496F /* Frameworks */,
 
- 				5EF7119D215174870077496F /* Resources */,
 
- 				DF5241368CCEAA9DC73E7EA8 /* [CP] Copy Pods Resources */,
 
- 			);
 
- 			buildRules = (
 
- 			);
 
- 			dependencies = (
 
- 			);
 
- 			name = HelloWorld;
 
- 			productName = HelloWorld;
 
- 			productReference = 5EF7119F215174870077496F /* HelloWorld.app */;
 
- 			productType = "com.apple.product-type.application";
 
- 		};
 
- /* End PBXNativeTarget section */
 
- /* Begin PBXProject section */
 
- 		5EF71197215174870077496F /* Project object */ = {
 
- 			isa = PBXProject;
 
- 			attributes = {
 
- 				LastUpgradeCheck = 0930;
 
- 				ORGANIZATIONNAME = gRPC;
 
- 				TargetAttributes = {
 
- 					5EF7119E215174870077496F = {
 
- 						CreatedOnToolsVersion = 9.3;
 
- 						SystemCapabilities = {
 
- 							com.apple.Sandbox = {
 
- 								enabled = 0;
 
- 							};
 
- 						};
 
- 					};
 
- 				};
 
- 			};
 
- 			buildConfigurationList = 5EF7119A215174870077496F /* Build configuration list for PBXProject "HelloWorld" */;
 
- 			compatibilityVersion = "Xcode 9.3";
 
- 			developmentRegion = en;
 
- 			hasScannedForEncodings = 0;
 
- 			knownRegions = (
 
- 				en,
 
- 				Base,
 
- 			);
 
- 			mainGroup = 5EF71196215174870077496F;
 
- 			productRefGroup = 5EF711A0215174870077496F /* Products */;
 
- 			projectDirPath = "";
 
- 			projectRoot = "";
 
- 			targets = (
 
- 				5EF7119E215174870077496F /* HelloWorld */,
 
- 			);
 
- 		};
 
- /* End PBXProject section */
 
- /* Begin PBXResourcesBuildPhase section */
 
- 		5EF7119D215174870077496F /* Resources */ = {
 
- 			isa = PBXResourcesBuildPhase;
 
- 			buildActionMask = 2147483647;
 
- 			files = (
 
- 				5EF711A9215174890077496F /* Assets.xcassets in Resources */,
 
- 				5EF711AC215174890077496F /* Main.storyboard in Resources */,
 
- 			);
 
- 			runOnlyForDeploymentPostprocessing = 0;
 
- 		};
 
- /* End PBXResourcesBuildPhase section */
 
- /* Begin PBXShellScriptBuildPhase section */
 
- 		3694AEA482289A5BDD5EA5A4 /* [CP] Check Pods Manifest.lock */ = {
 
- 			isa = PBXShellScriptBuildPhase;
 
- 			buildActionMask = 2147483647;
 
- 			files = (
 
- 			);
 
- 			inputPaths = (
 
- 				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
 
- 				"${PODS_ROOT}/Manifest.lock",
 
- 			);
 
- 			name = "[CP] Check Pods Manifest.lock";
 
- 			outputPaths = (
 
- 				"$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt",
 
- 			);
 
- 			runOnlyForDeploymentPostprocessing = 0;
 
- 			shellPath = /bin/sh;
 
- 			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
 
- 			showEnvVarsInLog = 0;
 
- 		};
 
- 		DF5241368CCEAA9DC73E7EA8 /* [CP] Copy Pods Resources */ = {
 
- 			isa = PBXShellScriptBuildPhase;
 
- 			buildActionMask = 2147483647;
 
- 			files = (
 
- 			);
 
- 			inputPaths = (
 
- 				"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh",
 
- 				"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/gRPCCertificates.bundle",
 
- 			);
 
- 			name = "[CP] Copy Pods Resources";
 
- 			outputPaths = (
 
- 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
 
- 			);
 
- 			runOnlyForDeploymentPostprocessing = 0;
 
- 			shellPath = /bin/sh;
 
- 			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n";
 
- 			showEnvVarsInLog = 0;
 
- 		};
 
- /* End PBXShellScriptBuildPhase section */
 
- /* Begin PBXSourcesBuildPhase section */
 
- 		5EF7119B215174870077496F /* Sources */ = {
 
- 			isa = PBXSourcesBuildPhase;
 
- 			buildActionMask = 2147483647;
 
- 			files = (
 
- 				5EF711A7215174880077496F /* ViewController.m in Sources */,
 
- 				5EF711AF215174890077496F /* main.m in Sources */,
 
- 				5EF711A4215174880077496F /* AppDelegate.m in Sources */,
 
- 			);
 
- 			runOnlyForDeploymentPostprocessing = 0;
 
- 		};
 
- /* End PBXSourcesBuildPhase section */
 
- /* Begin PBXVariantGroup section */
 
- 		5EF711AA215174890077496F /* Main.storyboard */ = {
 
- 			isa = PBXVariantGroup;
 
- 			children = (
 
- 				5EF711AB215174890077496F /* Base */,
 
- 			);
 
- 			name = Main.storyboard;
 
- 			sourceTree = "<group>";
 
- 		};
 
- /* End PBXVariantGroup section */
 
- /* Begin XCBuildConfiguration section */
 
- 		5EF711B1215174890077496F /* Debug */ = {
 
- 			isa = XCBuildConfiguration;
 
- 			buildSettings = {
 
- 				ALWAYS_SEARCH_USER_PATHS = NO;
 
- 				CLANG_ANALYZER_NONNULL = YES;
 
- 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 
- 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 
- 				CLANG_CXX_LIBRARY = "libc++";
 
- 				CLANG_ENABLE_MODULES = YES;
 
- 				CLANG_ENABLE_OBJC_ARC = YES;
 
- 				CLANG_ENABLE_OBJC_WEAK = YES;
 
- 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 
- 				CLANG_WARN_BOOL_CONVERSION = YES;
 
- 				CLANG_WARN_COMMA = YES;
 
- 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 
- 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
 
- 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 
- 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 
- 				CLANG_WARN_EMPTY_BODY = YES;
 
- 				CLANG_WARN_ENUM_CONVERSION = YES;
 
- 				CLANG_WARN_INFINITE_RECURSION = YES;
 
- 				CLANG_WARN_INT_CONVERSION = YES;
 
- 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 
- 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
 
- 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 
- 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 
- 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 
- 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 
- 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 
- 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 
- 				CLANG_WARN_UNREACHABLE_CODE = YES;
 
- 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 
- 				CODE_SIGN_IDENTITY = "-";
 
- 				COPY_PHASE_STRIP = NO;
 
- 				DEBUG_INFORMATION_FORMAT = dwarf;
 
- 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 
- 				ENABLE_TESTABILITY = YES;
 
- 				GCC_C_LANGUAGE_STANDARD = gnu11;
 
- 				GCC_DYNAMIC_NO_PIC = NO;
 
- 				GCC_NO_COMMON_BLOCKS = YES;
 
- 				GCC_OPTIMIZATION_LEVEL = 0;
 
- 				GCC_PREPROCESSOR_DEFINITIONS = (
 
- 					"DEBUG=1",
 
- 					"$(inherited)",
 
- 				);
 
- 				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;
 
- 				MACOSX_DEPLOYMENT_TARGET = 10.13;
 
- 				MTL_ENABLE_DEBUG_INFO = YES;
 
- 				ONLY_ACTIVE_ARCH = YES;
 
- 				SDKROOT = macosx;
 
- 			};
 
- 			name = Debug;
 
- 		};
 
- 		5EF711B2215174890077496F /* Release */ = {
 
- 			isa = XCBuildConfiguration;
 
- 			buildSettings = {
 
- 				ALWAYS_SEARCH_USER_PATHS = NO;
 
- 				CLANG_ANALYZER_NONNULL = YES;
 
- 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 
- 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 
- 				CLANG_CXX_LIBRARY = "libc++";
 
- 				CLANG_ENABLE_MODULES = YES;
 
- 				CLANG_ENABLE_OBJC_ARC = YES;
 
- 				CLANG_ENABLE_OBJC_WEAK = YES;
 
- 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 
- 				CLANG_WARN_BOOL_CONVERSION = YES;
 
- 				CLANG_WARN_COMMA = YES;
 
- 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 
- 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
 
- 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 
- 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 
- 				CLANG_WARN_EMPTY_BODY = YES;
 
- 				CLANG_WARN_ENUM_CONVERSION = YES;
 
- 				CLANG_WARN_INFINITE_RECURSION = YES;
 
- 				CLANG_WARN_INT_CONVERSION = YES;
 
- 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 
- 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
 
- 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 
- 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 
- 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 
- 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 
- 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 
- 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 
- 				CLANG_WARN_UNREACHABLE_CODE = YES;
 
- 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 
- 				CODE_SIGN_IDENTITY = "-";
 
- 				COPY_PHASE_STRIP = NO;
 
- 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 
- 				ENABLE_NS_ASSERTIONS = NO;
 
- 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 
- 				GCC_C_LANGUAGE_STANDARD = gnu11;
 
- 				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;
 
- 				MACOSX_DEPLOYMENT_TARGET = 10.13;
 
- 				MTL_ENABLE_DEBUG_INFO = NO;
 
- 				SDKROOT = macosx;
 
- 			};
 
- 			name = Release;
 
- 		};
 
- 		5EF711B4215174890077496F /* Debug */ = {
 
- 			isa = XCBuildConfiguration;
 
- 			baseConfigurationReference = CA4699782F6344C8E67C9FEE /* Pods-HelloWorld.debug.xcconfig */;
 
- 			buildSettings = {
 
- 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 
- 				CODE_SIGN_STYLE = Automatic;
 
- 				COMBINE_HIDPI_IMAGES = YES;
 
- 				INFOPLIST_FILE = HelloWorld/Info.plist;
 
- 				LD_RUNPATH_SEARCH_PATHS = (
 
- 					"$(inherited)",
 
- 					"@executable_path/../Frameworks",
 
- 				);
 
- 				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorld;
 
- 				PRODUCT_NAME = "$(TARGET_NAME)";
 
- 			};
 
- 			name = Debug;
 
- 		};
 
- 		5EF711B5215174890077496F /* Release */ = {
 
- 			isa = XCBuildConfiguration;
 
- 			baseConfigurationReference = 2AAF8E8BA7DBFD2D3886AA25 /* Pods-HelloWorld.release.xcconfig */;
 
- 			buildSettings = {
 
- 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 
- 				CODE_SIGN_STYLE = Automatic;
 
- 				COMBINE_HIDPI_IMAGES = YES;
 
- 				INFOPLIST_FILE = HelloWorld/Info.plist;
 
- 				LD_RUNPATH_SEARCH_PATHS = (
 
- 					"$(inherited)",
 
- 					"@executable_path/../Frameworks",
 
- 				);
 
- 				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorld;
 
- 				PRODUCT_NAME = "$(TARGET_NAME)";
 
- 			};
 
- 			name = Release;
 
- 		};
 
- /* End XCBuildConfiguration section */
 
- /* Begin XCConfigurationList section */
 
- 		5EF7119A215174870077496F /* Build configuration list for PBXProject "HelloWorld" */ = {
 
- 			isa = XCConfigurationList;
 
- 			buildConfigurations = (
 
- 				5EF711B1215174890077496F /* Debug */,
 
- 				5EF711B2215174890077496F /* Release */,
 
- 			);
 
- 			defaultConfigurationIsVisible = 0;
 
- 			defaultConfigurationName = Release;
 
- 		};
 
- 		5EF711B3215174890077496F /* Build configuration list for PBXNativeTarget "HelloWorld" */ = {
 
- 			isa = XCConfigurationList;
 
- 			buildConfigurations = (
 
- 				5EF711B4215174890077496F /* Debug */,
 
- 				5EF711B5215174890077496F /* Release */,
 
- 			);
 
- 			defaultConfigurationIsVisible = 0;
 
- 			defaultConfigurationName = Release;
 
- 		};
 
- /* End XCConfigurationList section */
 
- 	};
 
- 	rootObject = 5EF71197215174870077496F /* Project object */;
 
- }
 
 
  |