1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */; };
11		633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC71B950B210007E424 /* AppDelegate.swift */; };
12		633BFFCA1B950B210007E424 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC91B950B210007E424 /* ViewController.swift */; };
13		633BFFCD1B950B210007E424 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCB1B950B210007E424 /* Main.storyboard */; };
14		633BFFCF1B950B210007E424 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCE1B950B210007E424 /* Images.xcassets */; };
15/* End PBXBuildFile section */
16
17/* Begin PBXFileReference section */
18		633BFFC21B950B210007E424 /* SwiftSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
19		633BFFC61B950B210007E424 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
20		633BFFC71B950B210007E424 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
21		633BFFC91B950B210007E424 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
22		633BFFCC1B950B210007E424 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
23		633BFFCE1B950B210007E424 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
24		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>"; };
25		B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftSample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
26		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>"; };
27/* End PBXFileReference section */
28
29/* Begin PBXFrameworksBuildPhase section */
30		633BFFBF1B950B210007E424 /* Frameworks */ = {
31			isa = PBXFrameworksBuildPhase;
32			buildActionMask = 2147483647;
33			files = (
34				2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */,
35			);
36			runOnlyForDeploymentPostprocessing = 0;
37		};
38/* End PBXFrameworksBuildPhase section */
39
40/* Begin PBXGroup section */
41		31F283C976AE97586C17CCD9 /* Pods */ = {
42			isa = PBXGroup;
43			children = (
44				A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */,
45				C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */,
46			);
47			name = Pods;
48			sourceTree = "<group>";
49		};
50		633BFFB91B950B210007E424 = {
51			isa = PBXGroup;
52			children = (
53				633BFFC41B950B210007E424 /* SwiftSample */,
54				633BFFC31B950B210007E424 /* Products */,
55				31F283C976AE97586C17CCD9 /* Pods */,
56				9D63A7F6423989BA306810CA /* Frameworks */,
57			);
58			sourceTree = "<group>";
59		};
60		633BFFC31B950B210007E424 /* Products */ = {
61			isa = PBXGroup;
62			children = (
63				633BFFC21B950B210007E424 /* SwiftSample.app */,
64			);
65			name = Products;
66			sourceTree = "<group>";
67		};
68		633BFFC41B950B210007E424 /* SwiftSample */ = {
69			isa = PBXGroup;
70			children = (
71				633BFFC71B950B210007E424 /* AppDelegate.swift */,
72				633BFFC91B950B210007E424 /* ViewController.swift */,
73				633BFFCB1B950B210007E424 /* Main.storyboard */,
74				633BFFCE1B950B210007E424 /* Images.xcassets */,
75				633BFFC51B950B210007E424 /* Supporting Files */,
76			);
77			name = SwiftSample;
78			sourceTree = SOURCE_ROOT;
79		};
80		633BFFC51B950B210007E424 /* Supporting Files */ = {
81			isa = PBXGroup;
82			children = (
83				633BFFC61B950B210007E424 /* Info.plist */,
84			);
85			name = "Supporting Files";
86			sourceTree = "<group>";
87		};
88		9D63A7F6423989BA306810CA /* Frameworks */ = {
89			isa = PBXGroup;
90			children = (
91				B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */,
92			);
93			name = Frameworks;
94			sourceTree = "<group>";
95		};
96/* End PBXGroup section */
97
98/* Begin PBXNativeTarget section */
99		633BFFC11B950B210007E424 /* SwiftSample */ = {
100			isa = PBXNativeTarget;
101			buildConfigurationList = 633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */;
102			buildPhases = (
103				6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */,
104				633BFFBE1B950B210007E424 /* Sources */,
105				633BFFBF1B950B210007E424 /* Frameworks */,
106				633BFFC01B950B210007E424 /* Resources */,
107				AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */,
108				A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */,
109			);
110			buildRules = (
111			);
112			dependencies = (
113			);
114			name = SwiftSample;
115			productName = SwiftSample;
116			productReference = 633BFFC21B950B210007E424 /* SwiftSample.app */;
117			productType = "com.apple.product-type.application";
118		};
119/* End PBXNativeTarget section */
120
121/* Begin PBXProject section */
122		633BFFBA1B950B210007E424 /* Project object */ = {
123			isa = PBXProject;
124			attributes = {
125				LastSwiftUpdateCheck = 0710;
126				LastUpgradeCheck = 0730;
127				ORGANIZATIONNAME = gRPC;
128				TargetAttributes = {
129					633BFFC11B950B210007E424 = {
130						CreatedOnToolsVersion = 6.4;
131					};
132				};
133			};
134			buildConfigurationList = 633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */;
135			compatibilityVersion = "Xcode 3.2";
136			developmentRegion = English;
137			hasScannedForEncodings = 0;
138			knownRegions = (
139				en,
140				Base,
141			);
142			mainGroup = 633BFFB91B950B210007E424;
143			productRefGroup = 633BFFC31B950B210007E424 /* Products */;
144			projectDirPath = "";
145			projectRoot = "";
146			targets = (
147				633BFFC11B950B210007E424 /* SwiftSample */,
148			);
149		};
150/* End PBXProject section */
151
152/* Begin PBXResourcesBuildPhase section */
153		633BFFC01B950B210007E424 /* Resources */ = {
154			isa = PBXResourcesBuildPhase;
155			buildActionMask = 2147483647;
156			files = (
157				633BFFCD1B950B210007E424 /* Main.storyboard in Resources */,
158				633BFFCF1B950B210007E424 /* Images.xcassets in Resources */,
159			);
160			runOnlyForDeploymentPostprocessing = 0;
161		};
162/* End PBXResourcesBuildPhase section */
163
164/* Begin PBXShellScriptBuildPhase section */
165		6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */ = {
166			isa = PBXShellScriptBuildPhase;
167			buildActionMask = 2147483647;
168			files = (
169			);
170			inputPaths = (
171				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
172				"${PODS_ROOT}/Manifest.lock",
173			);
174			name = "[CP] Check Pods Manifest.lock";
175			outputPaths = (
176				"$(DERIVED_FILE_DIR)/Pods-SwiftSample-checkManifestLockResult.txt",
177			);
178			runOnlyForDeploymentPostprocessing = 0;
179			shellPath = /bin/sh;
180			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";
181			showEnvVarsInLog = 0;
182		};
183		A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */ = {
184			isa = PBXShellScriptBuildPhase;
185			buildActionMask = 2147483647;
186			files = (
187			);
188			inputPaths = (
189				"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-frameworks.sh",
190				"${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
191				"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
192				"${BUILT_PRODUCTS_DIR}/RemoteTest/RemoteTest.framework",
193				"${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework",
194				"${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
195				"${BUILT_PRODUCTS_DIR}/gRPC-ProtoRPC/ProtoRPC.framework",
196				"${BUILT_PRODUCTS_DIR}/gRPC-RxLibrary/RxLibrary.framework",
197			);
198			name = "[CP] Embed Pods Frameworks";
199			outputPaths = (
200				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
201				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
202				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RemoteTest.framework",
203				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework",
204				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
205				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProtoRPC.framework",
206				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxLibrary.framework",
207			);
208			runOnlyForDeploymentPostprocessing = 0;
209			shellPath = /bin/sh;
210			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-frameworks.sh\"\n";
211			showEnvVarsInLog = 0;
212		};
213		AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */ = {
214			isa = PBXShellScriptBuildPhase;
215			buildActionMask = 2147483647;
216			files = (
217			);
218			inputPaths = (
219			);
220			name = "[CP] Copy Pods Resources";
221			outputPaths = (
222			);
223			runOnlyForDeploymentPostprocessing = 0;
224			shellPath = /bin/sh;
225			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-resources.sh\"\n";
226			showEnvVarsInLog = 0;
227		};
228/* End PBXShellScriptBuildPhase section */
229
230/* Begin PBXSourcesBuildPhase section */
231		633BFFBE1B950B210007E424 /* Sources */ = {
232			isa = PBXSourcesBuildPhase;
233			buildActionMask = 2147483647;
234			files = (
235				633BFFCA1B950B210007E424 /* ViewController.swift in Sources */,
236				633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */,
237			);
238			runOnlyForDeploymentPostprocessing = 0;
239		};
240/* End PBXSourcesBuildPhase section */
241
242/* Begin PBXVariantGroup section */
243		633BFFCB1B950B210007E424 /* Main.storyboard */ = {
244			isa = PBXVariantGroup;
245			children = (
246				633BFFCC1B950B210007E424 /* Base */,
247			);
248			name = Main.storyboard;
249			sourceTree = "<group>";
250		};
251/* End PBXVariantGroup section */
252
253/* Begin XCBuildConfiguration section */
254		633BFFDF1B950B210007E424 /* Debug */ = {
255			isa = XCBuildConfiguration;
256			buildSettings = {
257				ALWAYS_SEARCH_USER_PATHS = NO;
258				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
259				CLANG_CXX_LIBRARY = "libc++";
260				CLANG_ENABLE_MODULES = YES;
261				CLANG_ENABLE_OBJC_ARC = YES;
262				CLANG_WARN_BOOL_CONVERSION = YES;
263				CLANG_WARN_CONSTANT_CONVERSION = YES;
264				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
265				CLANG_WARN_EMPTY_BODY = YES;
266				CLANG_WARN_ENUM_CONVERSION = YES;
267				CLANG_WARN_INT_CONVERSION = YES;
268				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
269				CLANG_WARN_UNREACHABLE_CODE = YES;
270				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
271				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
272				COPY_PHASE_STRIP = NO;
273				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
274				ENABLE_STRICT_OBJC_MSGSEND = YES;
275				ENABLE_TESTABILITY = YES;
276				GCC_C_LANGUAGE_STANDARD = gnu11;
277				GCC_DYNAMIC_NO_PIC = NO;
278				GCC_NO_COMMON_BLOCKS = YES;
279				GCC_OPTIMIZATION_LEVEL = 0;
280				GCC_PREPROCESSOR_DEFINITIONS = (
281					"DEBUG=1",
282					"$(inherited)",
283				);
284				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
285				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
286				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
287				GCC_WARN_UNDECLARED_SELECTOR = YES;
288				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
289				GCC_WARN_UNUSED_FUNCTION = YES;
290				GCC_WARN_UNUSED_VARIABLE = YES;
291				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
292				MTL_ENABLE_DEBUG_INFO = YES;
293				ONLY_ACTIVE_ARCH = YES;
294				SDKROOT = iphoneos;
295				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
296				SWIFT_VERSION = 2.3;
297				TARGETED_DEVICE_FAMILY = "1,2";
298			};
299			name = Debug;
300		};
301		633BFFE01B950B210007E424 /* Release */ = {
302			isa = XCBuildConfiguration;
303			buildSettings = {
304				ALWAYS_SEARCH_USER_PATHS = NO;
305				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
306				CLANG_CXX_LIBRARY = "libc++";
307				CLANG_ENABLE_MODULES = YES;
308				CLANG_ENABLE_OBJC_ARC = YES;
309				CLANG_WARN_BOOL_CONVERSION = YES;
310				CLANG_WARN_CONSTANT_CONVERSION = YES;
311				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
312				CLANG_WARN_EMPTY_BODY = YES;
313				CLANG_WARN_ENUM_CONVERSION = YES;
314				CLANG_WARN_INT_CONVERSION = YES;
315				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
316				CLANG_WARN_UNREACHABLE_CODE = YES;
317				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
318				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
319				COPY_PHASE_STRIP = NO;
320				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
321				ENABLE_NS_ASSERTIONS = NO;
322				ENABLE_STRICT_OBJC_MSGSEND = YES;
323				GCC_C_LANGUAGE_STANDARD = gnu11;
324				GCC_NO_COMMON_BLOCKS = YES;
325				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
326				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
327				GCC_WARN_UNDECLARED_SELECTOR = YES;
328				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
329				GCC_WARN_UNUSED_FUNCTION = YES;
330				GCC_WARN_UNUSED_VARIABLE = YES;
331				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
332				MTL_ENABLE_DEBUG_INFO = NO;
333				SDKROOT = iphoneos;
334				SWIFT_VERSION = 2.3;
335				TARGETED_DEVICE_FAMILY = "1,2";
336				VALIDATE_PRODUCT = YES;
337			};
338			name = Release;
339		};
340		633BFFE21B950B210007E424 /* Debug */ = {
341			isa = XCBuildConfiguration;
342			baseConfigurationReference = A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */;
343			buildSettings = {
344				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
345				INFOPLIST_FILE = Info.plist;
346				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
347				PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)";
348				PRODUCT_NAME = "$(TARGET_NAME)";
349				SWIFT_OBJC_BRIDGING_HEADER = "";
350				SWIFT_VERSION = 4.0;
351				USER_HEADER_SEARCH_PATHS = "";
352			};
353			name = Debug;
354		};
355		633BFFE31B950B210007E424 /* Release */ = {
356			isa = XCBuildConfiguration;
357			baseConfigurationReference = C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */;
358			buildSettings = {
359				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360				INFOPLIST_FILE = Info.plist;
361				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
362				PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)";
363				PRODUCT_NAME = "$(TARGET_NAME)";
364				SWIFT_OBJC_BRIDGING_HEADER = "";
365				SWIFT_VERSION = 4.0;
366				USER_HEADER_SEARCH_PATHS = "";
367			};
368			name = Release;
369		};
370/* End XCBuildConfiguration section */
371
372/* Begin XCConfigurationList section */
373		633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */ = {
374			isa = XCConfigurationList;
375			buildConfigurations = (
376				633BFFDF1B950B210007E424 /* Debug */,
377				633BFFE01B950B210007E424 /* Release */,
378			);
379			defaultConfigurationIsVisible = 0;
380			defaultConfigurationName = Release;
381		};
382		633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */ = {
383			isa = XCConfigurationList;
384			buildConfigurations = (
385				633BFFE21B950B210007E424 /* Debug */,
386				633BFFE31B950B210007E424 /* Release */,
387			);
388			defaultConfigurationIsVisible = 0;
389			defaultConfigurationName = Release;
390		};
391/* End XCConfigurationList section */
392	};
393	rootObject = 633BFFBA1B950B210007E424 /* Project object */;
394}
395