xref: /aosp_15_r20/external/grpc-grpc/test/cpp/cocoapods/GRPCCppTests.xcodeproj/project.pbxproj (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 48;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		2D3F2189E2CDF493639A17C5 /* libPods-test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99B1FD20127AB0F23D6AB570 /* libPods-test.a */; };
11		5E63948A1FDB64B50051E9AA /* server_context_test_spouse_test.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E6394891FDB64B50051E9AA /* server_context_test_spouse_test.mm */; };
12		5EFA5F731FEDB36700EBF4B7 /* generic.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5EFA5F721FEDB36700EBF4B7 /* generic.mm */; };
13		D0F8FABF3ECF587C207C12F3 /* libPods-generic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D0872BAEE90C8A149743DB7 /* libPods-generic.a */; };
14/* End PBXBuildFile section */
15
16/* Begin PBXFileReference section */
17		3D0872BAEE90C8A149743DB7 /* libPods-generic.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-generic.a"; sourceTree = BUILT_PRODUCTS_DIR; };
18		5E63947F1FDB5EA10051E9AA /* test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
19		5E6394831FDB5EA10051E9AA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
20		5E6394891FDB64B50051E9AA /* server_context_test_spouse_test.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = server_context_test_spouse_test.mm; sourceTree = "<group>"; };
21		5EFA5F701FEDB36700EBF4B7 /* generic.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = generic.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
22		5EFA5F721FEDB36700EBF4B7 /* generic.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = generic.mm; sourceTree = "<group>"; };
23		5EFA5F741FEDB36700EBF4B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
24		8682448F311EDE94C14D551D /* Pods-test.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test.release.xcconfig"; path = "Pods/Target Support Files/Pods-test/Pods-test.release.xcconfig"; sourceTree = "<group>"; };
25		91EDF22ADDE71926C7BC1AF1 /* Pods-test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test.debug.xcconfig"; path = "Pods/Target Support Files/Pods-test/Pods-test.debug.xcconfig"; sourceTree = "<group>"; };
26		99B1FD20127AB0F23D6AB570 /* libPods-test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-test.a"; sourceTree = BUILT_PRODUCTS_DIR; };
27		B357AF2DC912B224C026D114 /* Pods-generic.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-generic.release.xcconfig"; path = "Pods/Target Support Files/Pods-generic/Pods-generic.release.xcconfig"; sourceTree = "<group>"; };
28		D9B4F77163CB9089C4436BF4 /* Pods-generic.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-generic.debug.xcconfig"; path = "Pods/Target Support Files/Pods-generic/Pods-generic.debug.xcconfig"; sourceTree = "<group>"; };
29/* End PBXFileReference section */
30
31/* Begin PBXFrameworksBuildPhase section */
32		5E63947C1FDB5EA10051E9AA /* Frameworks */ = {
33			isa = PBXFrameworksBuildPhase;
34			buildActionMask = 2147483647;
35			files = (
36				2D3F2189E2CDF493639A17C5 /* libPods-test.a in Frameworks */,
37			);
38			runOnlyForDeploymentPostprocessing = 0;
39		};
40		5EFA5F6D1FEDB36700EBF4B7 /* Frameworks */ = {
41			isa = PBXFrameworksBuildPhase;
42			buildActionMask = 2147483647;
43			files = (
44				D0F8FABF3ECF587C207C12F3 /* libPods-generic.a in Frameworks */,
45			);
46			runOnlyForDeploymentPostprocessing = 0;
47		};
48/* End PBXFrameworksBuildPhase section */
49
50/* Begin PBXGroup section */
51		4439BD4D56FD5738BF780F8E /* Pods */ = {
52			isa = PBXGroup;
53			children = (
54				91EDF22ADDE71926C7BC1AF1 /* Pods-test.debug.xcconfig */,
55				8682448F311EDE94C14D551D /* Pods-test.release.xcconfig */,
56				D9B4F77163CB9089C4436BF4 /* Pods-generic.debug.xcconfig */,
57				B357AF2DC912B224C026D114 /* Pods-generic.release.xcconfig */,
58			);
59			name = Pods;
60			sourceTree = "<group>";
61		};
62		5E63944B1FDB5D9B0051E9AA = {
63			isa = PBXGroup;
64			children = (
65				5E63947F1FDB5EA10051E9AA /* test.xctest */,
66				5E6394801FDB5EA10051E9AA /* test */,
67				4439BD4D56FD5738BF780F8E /* Pods */,
68				5EFA5F711FEDB36700EBF4B7 /* generic */,
69				C2E6603B58413BD724AFB400 /* Frameworks */,
70				5EFA5F701FEDB36700EBF4B7 /* generic.xctest */,
71			);
72			sourceTree = "<group>";
73		};
74		5E6394801FDB5EA10051E9AA /* test */ = {
75			isa = PBXGroup;
76			children = (
77				5E6394891FDB64B50051E9AA /* server_context_test_spouse_test.mm */,
78				5E6394831FDB5EA10051E9AA /* Info.plist */,
79			);
80			path = test;
81			sourceTree = "<group>";
82		};
83		5EFA5F711FEDB36700EBF4B7 /* generic */ = {
84			isa = PBXGroup;
85			children = (
86				5EFA5F721FEDB36700EBF4B7 /* generic.mm */,
87				5EFA5F741FEDB36700EBF4B7 /* Info.plist */,
88			);
89			path = generic;
90			sourceTree = "<group>";
91		};
92		C2E6603B58413BD724AFB400 /* Frameworks */ = {
93			isa = PBXGroup;
94			children = (
95				99B1FD20127AB0F23D6AB570 /* libPods-test.a */,
96				3D0872BAEE90C8A149743DB7 /* libPods-generic.a */,
97			);
98			name = Frameworks;
99			sourceTree = "<group>";
100		};
101/* End PBXGroup section */
102
103/* Begin PBXNativeTarget section */
104		5E63947E1FDB5EA10051E9AA /* test */ = {
105			isa = PBXNativeTarget;
106			buildConfigurationList = 5E6394841FDB5EA10051E9AA /* Build configuration list for PBXNativeTarget "test" */;
107			buildPhases = (
108				6D8317CF72F9E252442662F8 /* [CP] Check Pods Manifest.lock */,
109				5E63947B1FDB5EA10051E9AA /* Sources */,
110				5E63947C1FDB5EA10051E9AA /* Frameworks */,
111				5E63947D1FDB5EA10051E9AA /* Resources */,
112				B972D278DA2A2BF12386177C /* [CP] Embed Pods Frameworks */,
113				3C2FE7A8DBA8BBCB2923B173 /* [CP] Copy Pods Resources */,
114			);
115			buildRules = (
116			);
117			dependencies = (
118			);
119			name = test;
120			productName = test;
121			productReference = 5E63947F1FDB5EA10051E9AA /* test.xctest */;
122			productType = "com.apple.product-type.bundle.unit-test";
123		};
124		5EFA5F6F1FEDB36700EBF4B7 /* generic */ = {
125			isa = PBXNativeTarget;
126			buildConfigurationList = 5EFA5F751FEDB36700EBF4B7 /* Build configuration list for PBXNativeTarget "generic" */;
127			buildPhases = (
128				4844599DC62113265AB660B3 /* [CP] Check Pods Manifest.lock */,
129				5EFA5F6C1FEDB36700EBF4B7 /* Sources */,
130				5EFA5F6D1FEDB36700EBF4B7 /* Frameworks */,
131				5EFA5F6E1FEDB36700EBF4B7 /* Resources */,
132				11E4716E0919C734CC6AA8C2 /* [CP] Embed Pods Frameworks */,
133				9E149E84C3AA06289FE1F244 /* [CP] Copy Pods Resources */,
134			);
135			buildRules = (
136			);
137			dependencies = (
138			);
139			name = generic;
140			productName = generic;
141			productReference = 5EFA5F701FEDB36700EBF4B7 /* generic.xctest */;
142			productType = "com.apple.product-type.bundle.unit-test";
143		};
144/* End PBXNativeTarget section */
145
146/* Begin PBXProject section */
147		5E63944C1FDB5D9B0051E9AA /* Project object */ = {
148			isa = PBXProject;
149			attributes = {
150				LastUpgradeCheck = 0910;
151				ORGANIZATIONNAME = gRPC;
152				TargetAttributes = {
153					5E63947E1FDB5EA10051E9AA = {
154						CreatedOnToolsVersion = 9.1;
155						ProvisioningStyle = Automatic;
156					};
157					5EFA5F6F1FEDB36700EBF4B7 = {
158						CreatedOnToolsVersion = 9.2;
159						ProvisioningStyle = Automatic;
160					};
161				};
162			};
163			buildConfigurationList = 5E63944F1FDB5D9B0051E9AA /* Build configuration list for PBXProject "GRPCCppTests" */;
164			compatibilityVersion = "Xcode 8.0";
165			developmentRegion = en;
166			hasScannedForEncodings = 0;
167			knownRegions = (
168				en,
169				Base,
170			);
171			mainGroup = 5E63944B1FDB5D9B0051E9AA;
172			productRefGroup = 5E63944B1FDB5D9B0051E9AA;
173			projectDirPath = "";
174			projectRoot = "";
175			targets = (
176				5E63947E1FDB5EA10051E9AA /* test */,
177				5EFA5F6F1FEDB36700EBF4B7 /* generic */,
178			);
179		};
180/* End PBXProject section */
181
182/* Begin PBXResourcesBuildPhase section */
183		5E63947D1FDB5EA10051E9AA /* Resources */ = {
184			isa = PBXResourcesBuildPhase;
185			buildActionMask = 2147483647;
186			files = (
187			);
188			runOnlyForDeploymentPostprocessing = 0;
189		};
190		5EFA5F6E1FEDB36700EBF4B7 /* Resources */ = {
191			isa = PBXResourcesBuildPhase;
192			buildActionMask = 2147483647;
193			files = (
194			);
195			runOnlyForDeploymentPostprocessing = 0;
196		};
197/* End PBXResourcesBuildPhase section */
198
199/* Begin PBXShellScriptBuildPhase section */
200		11E4716E0919C734CC6AA8C2 /* [CP] Embed Pods Frameworks */ = {
201			isa = PBXShellScriptBuildPhase;
202			buildActionMask = 2147483647;
203			files = (
204			);
205			inputPaths = (
206			);
207			name = "[CP] Embed Pods Frameworks";
208			outputPaths = (
209			);
210			runOnlyForDeploymentPostprocessing = 0;
211			shellPath = /bin/sh;
212			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-generic/Pods-generic-frameworks.sh\"\n";
213			showEnvVarsInLog = 0;
214		};
215		3C2FE7A8DBA8BBCB2923B173 /* [CP] Copy Pods Resources */ = {
216			isa = PBXShellScriptBuildPhase;
217			buildActionMask = 2147483647;
218			files = (
219			);
220			inputPaths = (
221			);
222			name = "[CP] Copy Pods Resources";
223			outputPaths = (
224			);
225			runOnlyForDeploymentPostprocessing = 0;
226			shellPath = /bin/sh;
227			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test/Pods-test-resources.sh\"\n";
228			showEnvVarsInLog = 0;
229		};
230		4844599DC62113265AB660B3 /* [CP] Check Pods Manifest.lock */ = {
231			isa = PBXShellScriptBuildPhase;
232			buildActionMask = 2147483647;
233			files = (
234			);
235			inputPaths = (
236				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
237				"${PODS_ROOT}/Manifest.lock",
238			);
239			name = "[CP] Check Pods Manifest.lock";
240			outputPaths = (
241				"$(DERIVED_FILE_DIR)/Pods-generic-checkManifestLockResult.txt",
242			);
243			runOnlyForDeploymentPostprocessing = 0;
244			shellPath = /bin/sh;
245			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";
246			showEnvVarsInLog = 0;
247		};
248		6D8317CF72F9E252442662F8 /* [CP] Check Pods Manifest.lock */ = {
249			isa = PBXShellScriptBuildPhase;
250			buildActionMask = 2147483647;
251			files = (
252			);
253			inputPaths = (
254				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
255				"${PODS_ROOT}/Manifest.lock",
256			);
257			name = "[CP] Check Pods Manifest.lock";
258			outputPaths = (
259				"$(DERIVED_FILE_DIR)/Pods-test-checkManifestLockResult.txt",
260			);
261			runOnlyForDeploymentPostprocessing = 0;
262			shellPath = /bin/sh;
263			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";
264			showEnvVarsInLog = 0;
265		};
266		9E149E84C3AA06289FE1F244 /* [CP] Copy Pods Resources */ = {
267			isa = PBXShellScriptBuildPhase;
268			buildActionMask = 2147483647;
269			files = (
270			);
271			inputPaths = (
272			);
273			name = "[CP] Copy Pods Resources";
274			outputPaths = (
275			);
276			runOnlyForDeploymentPostprocessing = 0;
277			shellPath = /bin/sh;
278			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-generic/Pods-generic-resources.sh\"\n";
279			showEnvVarsInLog = 0;
280		};
281		B972D278DA2A2BF12386177C /* [CP] Embed Pods Frameworks */ = {
282			isa = PBXShellScriptBuildPhase;
283			buildActionMask = 2147483647;
284			files = (
285			);
286			inputPaths = (
287			);
288			name = "[CP] Embed Pods Frameworks";
289			outputPaths = (
290			);
291			runOnlyForDeploymentPostprocessing = 0;
292			shellPath = /bin/sh;
293			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test/Pods-test-frameworks.sh\"\n";
294			showEnvVarsInLog = 0;
295		};
296/* End PBXShellScriptBuildPhase section */
297
298/* Begin PBXSourcesBuildPhase section */
299		5E63947B1FDB5EA10051E9AA /* Sources */ = {
300			isa = PBXSourcesBuildPhase;
301			buildActionMask = 2147483647;
302			files = (
303				5E63948A1FDB64B50051E9AA /* server_context_test_spouse_test.mm in Sources */,
304			);
305			runOnlyForDeploymentPostprocessing = 0;
306		};
307		5EFA5F6C1FEDB36700EBF4B7 /* Sources */ = {
308			isa = PBXSourcesBuildPhase;
309			buildActionMask = 2147483647;
310			files = (
311				5EFA5F731FEDB36700EBF4B7 /* generic.mm in Sources */,
312			);
313			runOnlyForDeploymentPostprocessing = 0;
314		};
315/* End PBXSourcesBuildPhase section */
316
317/* Begin XCBuildConfiguration section */
318		5E6394731FDB5D9B0051E9AA /* Debug */ = {
319			isa = XCBuildConfiguration;
320			buildSettings = {
321				ALWAYS_SEARCH_USER_PATHS = NO;
322				CLANG_ANALYZER_NONNULL = YES;
323				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
324				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
325				CLANG_CXX_LIBRARY = "libc++";
326				CLANG_ENABLE_MODULES = YES;
327				CLANG_ENABLE_OBJC_ARC = YES;
328				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
329				CLANG_WARN_BOOL_CONVERSION = YES;
330				CLANG_WARN_COMMA = YES;
331				CLANG_WARN_CONSTANT_CONVERSION = YES;
332				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
333				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
334				CLANG_WARN_EMPTY_BODY = YES;
335				CLANG_WARN_ENUM_CONVERSION = YES;
336				CLANG_WARN_INFINITE_RECURSION = YES;
337				CLANG_WARN_INT_CONVERSION = YES;
338				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
339				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
340				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
341				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
342				CLANG_WARN_STRICT_PROTOTYPES = YES;
343				CLANG_WARN_SUSPICIOUS_MOVE = YES;
344				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
345				CLANG_WARN_UNREACHABLE_CODE = YES;
346				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
347				CODE_SIGN_IDENTITY = "iPhone Developer";
348				COPY_PHASE_STRIP = NO;
349				DEBUG_INFORMATION_FORMAT = dwarf;
350				ENABLE_STRICT_OBJC_MSGSEND = YES;
351				ENABLE_TESTABILITY = YES;
352				GCC_C_LANGUAGE_STANDARD = gnu11;
353				GCC_DYNAMIC_NO_PIC = NO;
354				GCC_NO_COMMON_BLOCKS = YES;
355				GCC_OPTIMIZATION_LEVEL = 0;
356				GCC_PREPROCESSOR_DEFINITIONS = (
357					"DEBUG=1",
358					"$(inherited)",
359				);
360				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
361				GCC_WARN_UNDECLARED_SELECTOR = YES;
362				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
363				GCC_WARN_UNUSED_FUNCTION = YES;
364				GCC_WARN_UNUSED_VARIABLE = YES;
365				HEADER_SEARCH_PATHS = ../../../include;
366				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
367				MTL_ENABLE_DEBUG_INFO = YES;
368				ONLY_ACTIVE_ARCH = YES;
369				SDKROOT = iphoneos;
370				USER_HEADER_SEARCH_PATHS = ../../..;
371			};
372			name = Debug;
373		};
374		5E6394741FDB5D9B0051E9AA /* Release */ = {
375			isa = XCBuildConfiguration;
376			buildSettings = {
377				ALWAYS_SEARCH_USER_PATHS = NO;
378				CLANG_ANALYZER_NONNULL = YES;
379				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
380				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
381				CLANG_CXX_LIBRARY = "libc++";
382				CLANG_ENABLE_MODULES = YES;
383				CLANG_ENABLE_OBJC_ARC = YES;
384				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
385				CLANG_WARN_BOOL_CONVERSION = YES;
386				CLANG_WARN_COMMA = YES;
387				CLANG_WARN_CONSTANT_CONVERSION = YES;
388				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
389				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
390				CLANG_WARN_EMPTY_BODY = YES;
391				CLANG_WARN_ENUM_CONVERSION = YES;
392				CLANG_WARN_INFINITE_RECURSION = YES;
393				CLANG_WARN_INT_CONVERSION = YES;
394				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
395				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
396				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
397				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
398				CLANG_WARN_STRICT_PROTOTYPES = YES;
399				CLANG_WARN_SUSPICIOUS_MOVE = YES;
400				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
401				CLANG_WARN_UNREACHABLE_CODE = YES;
402				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
403				CODE_SIGN_IDENTITY = "iPhone Developer";
404				COPY_PHASE_STRIP = NO;
405				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
406				ENABLE_NS_ASSERTIONS = NO;
407				ENABLE_STRICT_OBJC_MSGSEND = YES;
408				GCC_C_LANGUAGE_STANDARD = gnu11;
409				GCC_NO_COMMON_BLOCKS = YES;
410				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
411				GCC_WARN_UNDECLARED_SELECTOR = YES;
412				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413				GCC_WARN_UNUSED_FUNCTION = YES;
414				GCC_WARN_UNUSED_VARIABLE = YES;
415				HEADER_SEARCH_PATHS = ../../../include;
416				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
417				MTL_ENABLE_DEBUG_INFO = NO;
418				SDKROOT = iphoneos;
419				USER_HEADER_SEARCH_PATHS = ../../..;
420				VALIDATE_PRODUCT = YES;
421			};
422			name = Release;
423		};
424		5E6394851FDB5EA10051E9AA /* Debug */ = {
425			isa = XCBuildConfiguration;
426			baseConfigurationReference = 91EDF22ADDE71926C7BC1AF1 /* Pods-test.debug.xcconfig */;
427			buildSettings = {
428				CODE_SIGN_STYLE = Automatic;
429				DEVELOPMENT_TEAM = EQHXZ8M8AV;
430				HEADER_SEARCH_PATHS = (
431					"$(inherited)",
432					"\"${PODS_ROOT}/Headers/Public\"",
433					"\"${PODS_ROOT}/Headers/Public/BoringSSL\"",
434					"\"${PODS_ROOT}/Headers/Public/gRPC-C++\"",
435					"\"${PODS_ROOT}/Headers/Public/gRPC-Core\"",
436				);
437				INFOPLIST_FILE = test/Info.plist;
438				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
439				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.test;
440				PRODUCT_NAME = "$(TARGET_NAME)";
441				TARGETED_DEVICE_FAMILY = "1,2";
442			};
443			name = Debug;
444		};
445		5E6394861FDB5EA10051E9AA /* Release */ = {
446			isa = XCBuildConfiguration;
447			baseConfigurationReference = 8682448F311EDE94C14D551D /* Pods-test.release.xcconfig */;
448			buildSettings = {
449				CODE_SIGN_STYLE = Automatic;
450				DEVELOPMENT_TEAM = EQHXZ8M8AV;
451				HEADER_SEARCH_PATHS = (
452					"$(inherited)",
453					"\"${PODS_ROOT}/Headers/Public\"",
454					"\"${PODS_ROOT}/Headers/Public/BoringSSL\"",
455					"\"${PODS_ROOT}/Headers/Public/gRPC-C++\"",
456					"\"${PODS_ROOT}/Headers/Public/gRPC-Core\"",
457				);
458				INFOPLIST_FILE = test/Info.plist;
459				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
460				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.test;
461				PRODUCT_NAME = "$(TARGET_NAME)";
462				TARGETED_DEVICE_FAMILY = "1,2";
463			};
464			name = Release;
465		};
466		5EFA5F761FEDB36700EBF4B7 /* Debug */ = {
467			isa = XCBuildConfiguration;
468			baseConfigurationReference = D9B4F77163CB9089C4436BF4 /* Pods-generic.debug.xcconfig */;
469			buildSettings = {
470				CODE_SIGN_STYLE = Automatic;
471				DEVELOPMENT_TEAM = EQHXZ8M8AV;
472				INFOPLIST_FILE = generic/Info.plist;
473				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
474				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
475				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.generic;
476				PRODUCT_NAME = "$(TARGET_NAME)";
477				TARGETED_DEVICE_FAMILY = "1,2";
478			};
479			name = Debug;
480		};
481		5EFA5F771FEDB36700EBF4B7 /* Release */ = {
482			isa = XCBuildConfiguration;
483			baseConfigurationReference = B357AF2DC912B224C026D114 /* Pods-generic.release.xcconfig */;
484			buildSettings = {
485				CODE_SIGN_STYLE = Automatic;
486				DEVELOPMENT_TEAM = EQHXZ8M8AV;
487				INFOPLIST_FILE = generic/Info.plist;
488				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
489				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
490				PRODUCT_BUNDLE_IDENTIFIER = io.grpc.generic;
491				PRODUCT_NAME = "$(TARGET_NAME)";
492				TARGETED_DEVICE_FAMILY = "1,2";
493			};
494			name = Release;
495		};
496/* End XCBuildConfiguration section */
497
498/* Begin XCConfigurationList section */
499		5E63944F1FDB5D9B0051E9AA /* Build configuration list for PBXProject "GRPCCppTests" */ = {
500			isa = XCConfigurationList;
501			buildConfigurations = (
502				5E6394731FDB5D9B0051E9AA /* Debug */,
503				5E6394741FDB5D9B0051E9AA /* Release */,
504			);
505			defaultConfigurationIsVisible = 0;
506			defaultConfigurationName = Release;
507		};
508		5E6394841FDB5EA10051E9AA /* Build configuration list for PBXNativeTarget "test" */ = {
509			isa = XCConfigurationList;
510			buildConfigurations = (
511				5E6394851FDB5EA10051E9AA /* Debug */,
512				5E6394861FDB5EA10051E9AA /* Release */,
513			);
514			defaultConfigurationIsVisible = 0;
515			defaultConfigurationName = Release;
516		};
517		5EFA5F751FEDB36700EBF4B7 /* Build configuration list for PBXNativeTarget "generic" */ = {
518			isa = XCConfigurationList;
519			buildConfigurations = (
520				5EFA5F761FEDB36700EBF4B7 /* Debug */,
521				5EFA5F771FEDB36700EBF4B7 /* Release */,
522			);
523			defaultConfigurationIsVisible = 0;
524			defaultConfigurationName = Release;
525		};
526/* End XCConfigurationList section */
527	};
528	rootObject = 5E63944C1FDB5D9B0051E9AA /* Project object */;
529}
530