diff --git a/ios/Podfile b/ios/Podfile index e44b6d9..b89050a 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -8,5 +8,6 @@ target 'immobile' do # Pods for immobile pod 'Firebase/Database' + pod 'Firebase/Firestore' pod 'Firebase/Core' end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3d586d5..7931329 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,15 +1,28 @@ PODS: + - BoringSSL (9.1): + - BoringSSL/Implementation (= 9.1) + - BoringSSL/Interface (= 9.1) + - BoringSSL/Implementation (9.1): + - BoringSSL/Interface (= 9.1) + - BoringSSL/Interface (9.1) - Firebase/Core (4.5.0): - FirebaseAnalytics (= 4.0.4) - FirebaseCore (= 4.0.10) - Firebase/Database (4.5.0): - Firebase/Core - FirebaseDatabase (= 4.1.0) + - Firebase/Firestore (4.5.0): + - Firebase/Core + - FirebaseFirestore (= 0.9.1) - FirebaseAnalytics (4.0.4): - FirebaseCore (~> 4.0) - FirebaseInstanceID (~> 2.0) - GoogleToolboxForMac/NSData+zlib (~> 2.1) - nanopb (~> 0.3) + - FirebaseAuth (4.3.1): + - FirebaseAnalytics (~> 4.0) + - GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1) + - GTMSessionFetcher/Core (~> 1.1) - FirebaseCore (4.0.10): - GoogleToolboxForMac/NSData+zlib (~> 2.1) - nanopb (~> 0.3) @@ -17,31 +30,76 @@ PODS: - FirebaseAnalytics (~> 4.0) - FirebaseCore (~> 4.0) - leveldb-library (~> 1.18) + - FirebaseFirestore (0.9.1): + - FirebaseAnalytics (~> 4.0) + - FirebaseAuth (~> 4.3) + - FirebaseCore (~> 4.0) + - gRPC-ProtoRPC (~> 1.0) + - leveldb-library (~> 1.18) + - Protobuf (~> 3.1) - FirebaseInstanceID (2.0.5) + - GoogleToolboxForMac/DebugUtils (2.1.3): + - GoogleToolboxForMac/Defines (= 2.1.3) - GoogleToolboxForMac/Defines (2.1.3) - GoogleToolboxForMac/NSData+zlib (2.1.3): - GoogleToolboxForMac/Defines (= 2.1.3) + - GoogleToolboxForMac/NSDictionary+URLArguments (2.1.3): + - GoogleToolboxForMac/DebugUtils (= 2.1.3) + - GoogleToolboxForMac/Defines (= 2.1.3) + - GoogleToolboxForMac/NSString+URLArguments (= 2.1.3) + - GoogleToolboxForMac/NSString+URLArguments (2.1.3) + - gRPC (1.7.1): + - gRPC-RxLibrary (= 1.7.1) + - gRPC/Main (= 1.7.1) + - gRPC-Core (1.7.1): + - gRPC-Core/Implementation (= 1.7.1) + - gRPC-Core/Interface (= 1.7.1) + - gRPC-Core/Implementation (1.7.1): + - BoringSSL (~> 9.0) + - gRPC-Core/Interface (= 1.7.1) + - nanopb (~> 0.3) + - gRPC-Core/Interface (1.7.1) + - gRPC-ProtoRPC (1.7.1): + - gRPC (= 1.7.1) + - gRPC-RxLibrary (= 1.7.1) + - Protobuf (~> 3.0) + - gRPC-RxLibrary (1.7.1) + - gRPC/Main (1.7.1): + - gRPC-Core (= 1.7.1) + - gRPC-RxLibrary (= 1.7.1) + - GTMSessionFetcher/Core (1.1.12) - leveldb-library (1.20) - nanopb (0.3.8): - nanopb/decode (= 0.3.8) - nanopb/encode (= 0.3.8) - nanopb/decode (0.3.8) - nanopb/encode (0.3.8) + - Protobuf (3.4.0) DEPENDENCIES: - Firebase/Core - Firebase/Database + - Firebase/Firestore SPEC CHECKSUMS: + BoringSSL: 84318770d120503ab1a6aaf1df777c5ca053697e Firebase: d83d287bdb6b1c78320561482706d1fcfc8ddfc1 FirebaseAnalytics: 722b53c7b32bfc7806b06e0093a2f5180d4f2c5a + FirebaseAuth: e7c2b1359c2df4af23a568100a8eace0b8c507e4 FirebaseCore: da5e8e372cb6046212739a4d81e42d32c22907cc FirebaseDatabase: 607284a103e961d7f5863ee603cab5e85f443bd6 + FirebaseFirestore: 2112e800ec742daa37b3500b227aaa13e7ca236c FirebaseInstanceID: f2b688c66b972f30d7fa9f5f9f91455454a03b47 GoogleToolboxForMac: 2501e2ad72a52eb3dfe7bd9aee7dad11b858bd20 + gRPC: b56decfd0094854d2ccfe80c8fb767237dace3be + gRPC-Core: 95c4968ae43d29219226f22b656d9f625904281e + gRPC-ProtoRPC: b7259f51cbc19b77c7a38d96f52a00c3a4ea1637 + gRPC-RxLibrary: 4f46343e74e74a7ee8373ffeeaf772dfb330cbd7 + GTMSessionFetcher: ebaa1f79a5366922c1735f1566901f50beba23b7 leveldb-library: 44ef425bfde64f5b41daef86b38db2d13edbbee1 nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3 + Protobuf: 03eef2ee0b674770735cf79d9c4d3659cf6908e8 -PODFILE CHECKSUM: ab186fdf5f15217c27b39b2a42f23012a1658e44 +PODFILE CHECKSUM: 1384c0a976c7d8abdbb2879c5f1a1bfc9e7fcd4c COCOAPODS: 1.3.1 diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 3d586d5..7931329 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -1,15 +1,28 @@ PODS: + - BoringSSL (9.1): + - BoringSSL/Implementation (= 9.1) + - BoringSSL/Interface (= 9.1) + - BoringSSL/Implementation (9.1): + - BoringSSL/Interface (= 9.1) + - BoringSSL/Interface (9.1) - Firebase/Core (4.5.0): - FirebaseAnalytics (= 4.0.4) - FirebaseCore (= 4.0.10) - Firebase/Database (4.5.0): - Firebase/Core - FirebaseDatabase (= 4.1.0) + - Firebase/Firestore (4.5.0): + - Firebase/Core + - FirebaseFirestore (= 0.9.1) - FirebaseAnalytics (4.0.4): - FirebaseCore (~> 4.0) - FirebaseInstanceID (~> 2.0) - GoogleToolboxForMac/NSData+zlib (~> 2.1) - nanopb (~> 0.3) + - FirebaseAuth (4.3.1): + - FirebaseAnalytics (~> 4.0) + - GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1) + - GTMSessionFetcher/Core (~> 1.1) - FirebaseCore (4.0.10): - GoogleToolboxForMac/NSData+zlib (~> 2.1) - nanopb (~> 0.3) @@ -17,31 +30,76 @@ PODS: - FirebaseAnalytics (~> 4.0) - FirebaseCore (~> 4.0) - leveldb-library (~> 1.18) + - FirebaseFirestore (0.9.1): + - FirebaseAnalytics (~> 4.0) + - FirebaseAuth (~> 4.3) + - FirebaseCore (~> 4.0) + - gRPC-ProtoRPC (~> 1.0) + - leveldb-library (~> 1.18) + - Protobuf (~> 3.1) - FirebaseInstanceID (2.0.5) + - GoogleToolboxForMac/DebugUtils (2.1.3): + - GoogleToolboxForMac/Defines (= 2.1.3) - GoogleToolboxForMac/Defines (2.1.3) - GoogleToolboxForMac/NSData+zlib (2.1.3): - GoogleToolboxForMac/Defines (= 2.1.3) + - GoogleToolboxForMac/NSDictionary+URLArguments (2.1.3): + - GoogleToolboxForMac/DebugUtils (= 2.1.3) + - GoogleToolboxForMac/Defines (= 2.1.3) + - GoogleToolboxForMac/NSString+URLArguments (= 2.1.3) + - GoogleToolboxForMac/NSString+URLArguments (2.1.3) + - gRPC (1.7.1): + - gRPC-RxLibrary (= 1.7.1) + - gRPC/Main (= 1.7.1) + - gRPC-Core (1.7.1): + - gRPC-Core/Implementation (= 1.7.1) + - gRPC-Core/Interface (= 1.7.1) + - gRPC-Core/Implementation (1.7.1): + - BoringSSL (~> 9.0) + - gRPC-Core/Interface (= 1.7.1) + - nanopb (~> 0.3) + - gRPC-Core/Interface (1.7.1) + - gRPC-ProtoRPC (1.7.1): + - gRPC (= 1.7.1) + - gRPC-RxLibrary (= 1.7.1) + - Protobuf (~> 3.0) + - gRPC-RxLibrary (1.7.1) + - gRPC/Main (1.7.1): + - gRPC-Core (= 1.7.1) + - gRPC-RxLibrary (= 1.7.1) + - GTMSessionFetcher/Core (1.1.12) - leveldb-library (1.20) - nanopb (0.3.8): - nanopb/decode (= 0.3.8) - nanopb/encode (= 0.3.8) - nanopb/decode (0.3.8) - nanopb/encode (0.3.8) + - Protobuf (3.4.0) DEPENDENCIES: - Firebase/Core - Firebase/Database + - Firebase/Firestore SPEC CHECKSUMS: + BoringSSL: 84318770d120503ab1a6aaf1df777c5ca053697e Firebase: d83d287bdb6b1c78320561482706d1fcfc8ddfc1 FirebaseAnalytics: 722b53c7b32bfc7806b06e0093a2f5180d4f2c5a + FirebaseAuth: e7c2b1359c2df4af23a568100a8eace0b8c507e4 FirebaseCore: da5e8e372cb6046212739a4d81e42d32c22907cc FirebaseDatabase: 607284a103e961d7f5863ee603cab5e85f443bd6 + FirebaseFirestore: 2112e800ec742daa37b3500b227aaa13e7ca236c FirebaseInstanceID: f2b688c66b972f30d7fa9f5f9f91455454a03b47 GoogleToolboxForMac: 2501e2ad72a52eb3dfe7bd9aee7dad11b858bd20 + gRPC: b56decfd0094854d2ccfe80c8fb767237dace3be + gRPC-Core: 95c4968ae43d29219226f22b656d9f625904281e + gRPC-ProtoRPC: b7259f51cbc19b77c7a38d96f52a00c3a4ea1637 + gRPC-RxLibrary: 4f46343e74e74a7ee8373ffeeaf772dfb330cbd7 + GTMSessionFetcher: ebaa1f79a5366922c1735f1566901f50beba23b7 leveldb-library: 44ef425bfde64f5b41daef86b38db2d13edbbee1 nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3 + Protobuf: 03eef2ee0b674770735cf79d9c4d3659cf6908e8 -PODFILE CHECKSUM: ab186fdf5f15217c27b39b2a42f23012a1658e44 +PODFILE CHECKSUM: 1384c0a976c7d8abdbb2879c5f1a1bfc9e7fcd4c COCOAPODS: 1.3.1 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 5972ba6..06565d4 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -7,283 +7,2819 @@ objects = { /* Begin PBXBuildFile section */ - 00274EABB8459DACD53032048E91A693 /* version_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = AE053B6F5866B408B77E5B715DFF1A7F /* version_set.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 0070DBC5BFCB76664D1EFE66ED52CC60 /* testutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 650BD4E8DDDE84A4ADF7E759BB8A1752 /* testutil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03D6B1997DADE0A7BDD2AEE105911D20 /* dbformat.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C6194D1B787C0F191F45BFB829BDA6 /* dbformat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F49518D57392EE4430232B90ECDC40 /* log_format.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F08B9313CB3812F7D292E478080DEC /* log_format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ACC4FE37CD824AC3AA0703BE45F2708 /* write_batch_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4A557D920B6B6245EFE143F70BB6D3 /* write_batch_internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AED6A8FBEF7F5C59C7082B8E7716BE2 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BFD4B5CBC958B99BBB03C39924326FA /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BB02B5D9A0196E52152AD289BFEA024 /* filter_policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F72234FA1AE740EAA6C1485297067D6 /* filter_policy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DA5A490EEEDCC94B99DE2524FF3DE4B /* hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2A0E8BA46C265DA69A10902F4F84BD71 /* hash.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 145BAF9443005B8F00AA74CE7E459483 /* block.h in Headers */ = {isa = PBXBuildFile; fileRef = EB3DC85749CBF9FBB7AEBA564CCD43F6 /* block.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195ED0B12E35D59FC5154446DF7244BC /* write_batch.cc in Sources */ = {isa = PBXBuildFile; fileRef = 67C0317F45EACB7FC46476C76B88A3A0 /* write_batch.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 1B6053DB4F426B47C4A91E97990824D3 /* GoogleToolboxForMac-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E367E562A2759908B97CC6C773285DCE /* GoogleToolboxForMac-dummy.m */; }; - 1E46EC8AB8830A23FAC91E8547748BF5 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0554473EEBDE2C31FE34A1BF7D796A /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 208883F04A1E30D7A04E9D24F6127C68 /* db_iter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 099EEC82E42B586089C2F20FA4377648 /* db_iter.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 27C09AD60B3F86C6339AB6F14DB93866 /* testutil.cc in Sources */ = {isa = PBXBuildFile; fileRef = 83FBF0BA5633F926608896DA02E4411B /* testutil.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 28B7761E1D77D96D267539A7B67188EA /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A742069F11B2B53AD2B068398DFA10B9 /* nanopb-dummy.m */; }; - 28F4527FF6E4DC75BDDADDFAF0C17068 /* slice.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB2EFF50BAE3624C71FD7C5EAE599D /* slice.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29DE681812FBEC2C0837277FD00F1D85 /* block_builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5BCC694C797913F378EAFDA27C30BFE0 /* block_builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 2B384346E34F798369FF1C057CB3D507 /* leveldb-library-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F7998B878AA10D38672C3FF72689572 /* leveldb-library-dummy.m */; }; - 2D871614E8553785F940AA5D9A278BB7 /* c.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87552A4999D624E92E2DA64DB7EC6238 /* c.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 2F35F8CF042A91F829FA23049FDC873D /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 3406A2ACFDDA55157541C081D8176CED /* hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 320A77C179975A0AA62CAF5D3548DE77 /* mutexlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8DA89E163A28CE9669228A69735212 /* mutexlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3556656377082FB2D910B10E3697298A /* env_posix_test_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = A1D412CFB5EEE836CF4DF70B92B3FDB0 /* env_posix_test_helper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 370C476B5E4DCCC213B8058152D8BDB6 /* builder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7ADD4C11C55D8D351AC0684843BDD1 /* builder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38316FFA6C38E16D2CD95A3C1F7FDD37 /* env.cc in Sources */ = {isa = PBXBuildFile; fileRef = BBC52BD5AB2253AE0EB7DE98E49C4BD6 /* env.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 3847AE68551F3B2127DD37199F02CC7E /* skiplist.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBC871E00336655BD9F2B9A8A86538B /* skiplist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39CA1AF1A83CD6C7341E167DB7E1F67E /* coding.cc in Sources */ = {isa = PBXBuildFile; fileRef = 610B5923913EC95DE59BA22A135E1AF2 /* coding.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 39EF403FBEBD104761BE71FF31BD6FEB /* port_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = D7E74F1082A37AE501B799007ED7C9E6 /* port_posix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C94C5A3B1C0B892EE028C682ED70214 /* filter_block.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0DBAB621E03E16E120EA9AEE0FF36F /* filter_block.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D5A8358B3CE03D143C39C4BF52B34D3 /* GTMNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 484471235CE9BBEF64D8A2A961CDBA57 /* GTMNSData+zlib.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 3F75B7460B39CC80BDE96B8DFF57DAE3 /* db.h in Headers */ = {isa = PBXBuildFile; fileRef = EB73C36B3AA23F3EA170A4AB97300368 /* db.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45B11E49153FA5E4B9883C5258A6171F /* c.h in Headers */ = {isa = PBXBuildFile; fileRef = FA197D0D90BCEA23AD3CD1EA1E2F1EB3 /* c.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 478DC1F7C36DC36AE8A94034C26AC94E /* filter_block.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2E46E9F9AC227CCCFA006BB5A6F0E175 /* filter_block.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 47E07BFF20B95AA4231461FB79D099FB /* options.h in Headers */ = {isa = PBXBuildFile; fileRef = 76927A72480BAD0FE7F2A7B09F4B3159 /* options.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 483D4B3FECF38703DA7AB6E775915056 /* port_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 53AF028FF690267BDFE48EE7E6B13F02 /* port_posix.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 497A1D2A29B4BA64DCA89FF4BE707211 /* log_reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F96D42AC13EA3C8161D18A88FD3282B /* log_reader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A8DDBDE465BD0109D65C88D60361A8D /* env.h in Headers */ = {isa = PBXBuildFile; fileRef = 560F92F3503C5B3C105F8093EF2AB660 /* env.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BE76C529C0D5FA40A5E6E2932C002DA /* testharness.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF5B1399A7337F62AA339AEECFAAD618 /* testharness.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 4CD57FB5E2B971AAA3BC9830376DF7F2 /* bloom.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8A6EDF35C42C089246B0366D148B459D /* bloom.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 53C4AA2E585CA0ED9754281339136155 /* merger.cc in Sources */ = {isa = PBXBuildFile; fileRef = 92C3E41CB0ED70B76490134C33B12EA7 /* merger.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 56EB6FEBB1B0CB13AE8A6E2DC51862CE /* random.h in Headers */ = {isa = PBXBuildFile; fileRef = 990595D53198F39C55F769BF77B838E8 /* random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59DBEEC329EF923ECEFF4D8CD94D944F /* repair.cc in Sources */ = {isa = PBXBuildFile; fileRef = 90786BBEC4724A0AF2C0DFA31EA2B621 /* repair.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 5AD4B8F475C8DD8268908DD9CF882A04 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA76CB7A73A1659FADDEAA48C014EDC /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D974283B3EDE329BAD85A2FC802DCBE /* block_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5591A978D4FB2B0EA7A0F25E431492E6 /* block_builder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E90AEA3FC17B1A33D0FC41A1A774C07 /* histogram.h in Headers */ = {isa = PBXBuildFile; fileRef = 826D467A74DC56B165BD92B444B4EB06 /* histogram.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F681B8BCEF5CACFAA472266F9AD5FF5 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 950BD890D918EE0D58095A56A99DB982 /* format.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 62F828DFBC103E0C7434D13A7C2C562E /* dbformat.cc in Sources */ = {isa = PBXBuildFile; fileRef = DF371D26152A3994743C6B4C71053405 /* dbformat.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 64C2512B3CC3D02711B84AF456A4BC80 /* two_level_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9191D33DC6DFD3987DCD4A8CB5A2A8A7 /* two_level_iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 658706FB6D01963EF773AE3F7243F1E2 /* version_set.h in Headers */ = {isa = PBXBuildFile; fileRef = E0BC37C83D19CE3079CCEE1A4D76024F /* version_set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 662D5A1BF40B6840281E7FC3148C3AF2 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F9B7AD848BD25B8836E5CE253BB964 /* port.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A87F789E87B3161A95A7E02317B184F /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F1700CD905734FFF15414A36821B27 /* iterator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A9E189EF3FEFD64CD0FBB44DE362816 /* status.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2501D511E4326F6F35085AD3ED264 /* status.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 6B02824B166AF4649072CAB930283EEA /* GTMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = F3136BDA44FF0406E6EEF4BC1304D770 /* GTMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D70618947D84BB7EED57794077FEDDF /* block.cc in Sources */ = {isa = PBXBuildFile; fileRef = 321E9AC8E1651AF9CF27F8D6E7C5BC16 /* block.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 6EA9DBDCE72BF95D9EC45ABD3EBB2ED0 /* write_batch.h in Headers */ = {isa = PBXBuildFile; fileRef = 32512040CD9971E2C364CAAE50B96F11 /* write_batch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 720855A1139165A1798D43B13BEF0F52 /* status.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C50E05B0153136F4ED69E32A59915F4 /* status.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 751E2A6D43D7C80168C7E56A46D13A90 /* port_example.h in Headers */ = {isa = PBXBuildFile; fileRef = FC2A781371FB3D85B308CB5B64E59BFF /* port_example.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 768C7EFCBCCAA23703542C92EB3FB191 /* snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B700ECDF40D16F72FE0BDEA3DB02609 /* snapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ABB2CC44392802B10FD0A20C476719E /* version_edit.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE497D44D98486AA74EC69FB60B84AC /* version_edit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B9187B48B1FC88F0413FF34D8B967F3 /* table_builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9AA6DCA73722551197EA10C01CC365CA /* table_builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 7EF22790BAF7646A883B0D7D4161FC6E /* iterator.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3FD6DC0A6E7110FDDCF41826F1DADE8 /* iterator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 7FBCDDB1E1B741F7387E88180ED84468 /* env_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = A825AC2AC414AAAACD9A10B1C0D12D8D /* env_posix.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 80B5D807008C69CED5BCA2DE5836103F /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E23B20953B2DAB365F87099034772F1 /* table.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83FF7F876A1CC05A7324F1425FFC584F /* log_writer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 44211E34EAF89C109F8F743DC1A22949 /* log_writer.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 89A30AC9BE7FD08F0B6FECB2FD782A04 /* memtable.h in Headers */ = {isa = PBXBuildFile; fileRef = E8105168BE674EA127BC2D84455BFBDA /* memtable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C5C2AA776E850A4A1F5FF5E3DF52211 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - 8DA67400E3574AD939285D66C3B74746 /* cache.h in Headers */ = {isa = PBXBuildFile; fileRef = B58F8FBB305F6C2EA761DB8F6EAC8DB9 /* cache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91C9C419C2E304B3A68293C22053034E /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = EB11D665E746C12A9510788C97C1CF41 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 92BB438837BBB50606E3505D215C34D3 /* testharness.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F2632A0611EDF668769CE380D0D4F2 /* testharness.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9426D036FFA9D2A672290EE872EA50DF /* atomic_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 324B531C2AE6827FB681FE21B3BE4EFC /* atomic_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94E024A56C4A5CC11156862E64805E37 /* thread_annotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 19AFC96495B07F13D2D658E177366E66 /* thread_annotations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98621F723121B044E50B2855085D7903 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - 992BCD67824DCDD150D00077DFBCB62A /* dumpfile.h in Headers */ = {isa = PBXBuildFile; fileRef = CC0F8029C22A6ABB2DDE937B8D681CDD /* dumpfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A48257549DE4CEF923E0F95D8E9A070 /* table.cc in Sources */ = {isa = PBXBuildFile; fileRef = AF9FEA62B7E719F68BA35B1AD2413ACA /* table.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - 9CBD14C17446EC9384CFAADBADF12387 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = DB26BB7062743F303B23529123B45031 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - 9CC54B34670BD2DF44F52B959E123A14 /* cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = ED5450AB84570E5CDA0FF492D8EB082F /* cache.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - A39A7F90321353E49D6165BAD53505B2 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 187512E711041A58B1836F8F74332A21 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4BC4415D43C113E1292A4BAEB87AB4D /* filename.h in Headers */ = {isa = PBXBuildFile; fileRef = D82D26B1341106CEF3737BBDDF0251AE /* filename.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A62C214CCB6528F6896515C06DC0B2E9 /* posix_logger.h in Headers */ = {isa = PBXBuildFile; fileRef = DCBDDE4307AA64E9A7278C3D4C4AD3DF /* posix_logger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD9E54C9222F91DB0FABDCA4E5AF9C66 /* coding.h in Headers */ = {isa = PBXBuildFile; fileRef = A627FB1E79A9417D0A3409C7211056E3 /* coding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE40968E45EB75088481466E4E7671A3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - AEC05FAD79D302FA1213D7744E45788C /* version_edit.cc in Sources */ = {isa = PBXBuildFile; fileRef = 137CCEC12BF93F559A0DD79BB3966848 /* version_edit.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - B5032E69377BD2370F7602E9DD17B97F /* port_posix_sse.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2732DC92C863945F945B0C100743E421 /* port_posix_sse.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - BA2A025F590EF2CA116F319C6E709D34 /* arena.cc in Sources */ = {isa = PBXBuildFile; fileRef = B7DEF85134A8A2AE2676EA8EC6698EF5 /* arena.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - BC5E6C83155612DD821AD66B22D338CA /* iterator_wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4525B49CB1EE3D455306A55F9F89588F /* iterator_wrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BECBB30B3A2E06913286A871625F72A8 /* log_reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 487AB4BA188FB091E4FE65C9037ED29F /* log_reader.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - BF1967F9355278391D9131DB402BCF77 /* Pods-immobile-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 588558396C9D86C78B2B12DF986EF5A7 /* Pods-immobile-dummy.m */; }; - C13E5BE10CAB496EBF3D591C2009F207 /* comparator.cc in Sources */ = {isa = PBXBuildFile; fileRef = C397C2679953C248FA0DF94185748C2C /* comparator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - C63274D40B55F060F685677A924A4C6E /* filter_policy.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D1A305F03F88857FA041C1D640999ED /* filter_policy.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - CBC7548501161D689ACF033CA42AA1AB /* GTMNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 667D43AB0A4B627FC92A212827726F0B /* GTMNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC9ECB313C0173E290FA3F5A48F606FD /* table_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0EAEB5703A367FE2F4CC0282C82E6BDA /* table_cache.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - CC9EF895745720F91675DDB0B48E244C /* arena.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C5A6A7E5048A8D6BE1B4B79E8B9445 /* arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D02A9BE496DF996BBC92776E586BCAF8 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = B255E92D2E27E7DC9C93ED4E85E29A72 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0568AC2EA9EA2D7E1019084EB4F3ED1 /* merger.h in Headers */ = {isa = PBXBuildFile; fileRef = E91C32F827F018723E63EDB7F4F5F451 /* merger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D13B39E7564993346970F004EA3F29A5 /* table_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C611FF177A38E39DAEE179A35BDDA7 /* table_builder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2CE34DE4AB436835FBA8BCC7D7B12B3 /* db_iter.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6A7E2F32AAAE32C08998162FEDA7A7 /* db_iter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2ED6191D40A55DEF5B8ACB01A9E5F1D /* two_level_iterator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 85C5D4CD83492BE0F254586129C3ACB6 /* two_level_iterator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - DA0FF452DFD2239FDCEAA763DD0037BB /* options.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7AB0F63FF37BABE708E6348B929D1BFE /* options.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - DBD75B52C26F72005A21213437FD7194 /* memtable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 04251D91C2676147D863CBBBFA3EBDBD /* memtable.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - DC0C7B5C8390D20900FCE7CD8777043E /* comparator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD309A270ADC00317655A461945069F /* comparator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DCFF3D6862C0BC61EABD9843530D18FA /* builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1645630BB62629237B4F3C1F70E53F81 /* builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - E180384241B35D01FEE1E0901A2AEFF6 /* log_writer.h in Headers */ = {isa = PBXBuildFile; fileRef = E45D3A1ED94D75380E50BBF516E71EAB /* log_writer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1C87B85FAF2D327CCA6A88256E3A291 /* crc32c.h in Headers */ = {isa = PBXBuildFile; fileRef = 9152A507DEE50C9C46BC2CF9578893C6 /* crc32c.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5D90277A6A5BA7C70600ED3F9F9F1FD /* db_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 80333BD4DE3484D85C18D4392C66A5DC /* db_impl.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - E6097EA0AD144DE7FB6F57390998F948 /* db_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B27224E149A30184B05FD22596989A2 /* db_impl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAB11C49E9C8C094C47A497CD01B3D61 /* crc32c.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6BBE3A6DB63516EE54B2510D0530F30B /* crc32c.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - F2A71EFF37214BF8F060F8710E7358A8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; - F2A7C7D18755231B289C10D16DD6F730 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CFBBCD98F5DF9BC556B48AEFC6425B6 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - F4CDC51F7D0400107D751252C8FC2741 /* filename.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504F55205B0D3E429476A1ED7CDFDDBE /* filename.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - F5A2B77285FF8DF0A3A40983CD3C8B4F /* table_cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E3F0A80B9B2B83BEAA8928BFA760C5C /* table_cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F76DB8EE919294B23A6F5DDF89307B6C /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 6144E46CD67B26114EF2E44A568D9A72 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA991FA0587EC2435DBCC83065488F37 /* dumpfile.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3C5C855F589AC10E458D13D13A064894 /* dumpfile.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - FDBF02AD7F953A77BE3A2C3514B243AE /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 198211ED384C9DB021C8CC076D2486F9 /* logging.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; - FDE2A06F54D7933367F688CE7792D6E6 /* histogram.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9B70FB79811AA909F58A01124850D2B4 /* histogram.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 0000577D7826E8E82961CEAB4E0E2E73 /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = E4C7569C04A200B20E2F23BBE9428ED2 /* x_crl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 00274EABB8459DACD53032048E91A693 /* version_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = E996D506FC10280F74B6F7C60E3D9A3F /* version_set.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 002D7C5719479F6B2D1BA10D698A2770 /* channel_connectivity.c in Sources */ = {isa = PBXBuildFile; fileRef = 99C549FC6A85A94B262355789E3D32A5 /* channel_connectivity.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 004A4C96543BB63E0ABDA34E08533227 /* GRPCChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D28247AEE36D8165C6B1B2F15F34D45 /* GRPCChannel.m */; }; + 0070DBC5BFCB76664D1EFE66ED52CC60 /* testutil.h in Headers */ = {isa = PBXBuildFile; fileRef = D3ED97F478968759354024615D626DB1 /* testutil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00C4EC96EF28D95D6518D0944A86E5EF /* intrusive_hash_map_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 91DAEE3D7B70C3BC2A3F5B0CEC9089FE /* intrusive_hash_map_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 00D33C18B6DB1D53074A5F83358DA6BB /* call.h in Headers */ = {isa = PBXBuildFile; fileRef = F4953B4867CDE073A418B6EB844B54D5 /* call.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 01720A68F70532B487BEDE46EF885CC3 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAF8F5EB85156BBB82DA0DA0428E2E3 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0188BC5699FA0A2B4F5DB050A4CBEC68 /* fake_transport_security.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A25F9891CEE4D56494F20F0B058BB4 /* fake_transport_security.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 018C2D7BC89240494BAD92A24D203048 /* ec.h in Headers */ = {isa = PBXBuildFile; fileRef = C22053EB286D7CAAE6D0ADDCF7475B12 /* ec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01C09B4F266F96B96A5622D20713FCD4 /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = BFA948359D02DC7F7AC08EE151F37DA0 /* x509_def.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 01E5D085EB6411D7F5AB89F1A32EB626 /* GRPCHost.h in Headers */ = {isa = PBXBuildFile; fileRef = DF330AC23CBD980DD92BB04FDF26DB5C /* GRPCHost.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 023EC3D7DB73F5C69020244CA7735203 /* tcp_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1785CD03F4EA3AFB739B0236CD1983 /* tcp_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 02468D629F68FC0249B076B1B3F445D8 /* jwt_verifier.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EC15E970EC5251584C6DF9F3534C2B8 /* jwt_verifier.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 029D782B49311A4879500EA8DA4857F4 /* cbs.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DC7A22DDF3B4E672BFC5DC9C1C0E7BB /* cbs.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 032568D3AF1286FDBDDB9E6BB7BF43BC /* sync_custom.h in Headers */ = {isa = PBXBuildFile; fileRef = 96496D2DCB38D2F78255373F6157BF39 /* sync_custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 032C45DE9E8661FE0E4AC2727E95B461 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A170836E794916E4E1BD28320E568B3 /* v3_crld.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0350CEC7CEDC7373B460721BF781F0AE /* iomgr_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E0710C50E1717A27B3E8BC5BF38A9C /* iomgr_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0380E2364F53A034362EEE67EBF356A6 /* host_port.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C796CD67FDC390044F40263E865BB3 /* host_port.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03AF5B2B4C10101F82B4538D220FB271 /* thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FFBA7E349EBBB7B7EABD8BE35DC14BB /* thread.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03B1C588696969BBFA141EA4041C3B34 /* buf.c in Sources */ = {isa = PBXBuildFile; fileRef = AD4932F168AE66A200E94885B1CDEF38 /* buf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 03B927148541D16A76ABFBBB6EACEEE5 /* channel_stack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8680E0AC04FADAC9959FB74283893838 /* channel_stack.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 03BACFCCBC1AB131A02B261D8B9685EA /* GRPCCall+InternalTests.h in Headers */ = {isa = PBXBuildFile; fileRef = 802C098EF228E276FEE0CD726011F15C /* GRPCCall+InternalTests.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03D6B1997DADE0A7BDD2AEE105911D20 /* dbformat.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C488BED63668904CF7680CD97B08C2 /* dbformat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03FCC67E30E678D8C4FC0FA0D3A35BFB /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = D3996D33C6BDE3BC1A766C70AF1D9A5B /* pem_pkey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 042008FE7861D5F7C23020629B416E5D /* cpu-aarch64-linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 406002944AA652C70476F69CCCF04A1C /* cpu-aarch64-linux.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0424C295714C4571868C2DD56EBD23F0 /* compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 976D45EFA4D01B8C91CBAB778C6D8232 /* compression.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 045669F013BA5F64690A24405D1FA7C5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 047DA225A8E4E54A7E7BDFB3F1794C1F /* GPBCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = BEBFD8F90786E00C449A11D7D35B151B /* GPBCodedInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 048BADFCF96938B9C0ED4FAA62790811 /* load_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A7AFD4428F4D0A1B2E47390FDD69249 /* load_file.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 049CA01D863359B292BECCE823F670A4 /* poly1305.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A11E1A31676BA40042A63DCB334A33B /* poly1305.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 049F95A2696D51D27FFAA88782A08696 /* check.c in Sources */ = {isa = PBXBuildFile; fileRef = 86BDE252ADA568EA9ADDCEF7B21F7EFE /* check.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 04A3312CB1EB18FFBBAA330CDE54579A /* json.c in Sources */ = {isa = PBXBuildFile; fileRef = E417E10FBBFEE4BE1AD3B7FF8B8806D5 /* json.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 04CE2B6B27B7EA9351DACEC6789481C5 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = FA595CAA526E37698443FF0B813C1087 /* t_req.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 052D819252636C5DA5EB5D952FCBB436 /* dtls_method.c in Sources */ = {isa = PBXBuildFile; fileRef = 04B32B9237B6894D3E9F6D54517A4E4E /* dtls_method.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 05945A4F810FD9519DC156FA0C09910A /* x_long.c in Sources */ = {isa = PBXBuildFile; fileRef = E24573C69E555CDD1A317AB878DE127F /* x_long.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 05F180EABAB82C3662CDB21129B6867A /* hpack_encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9501992516D0F0C7D1A593FEB74961 /* hpack_encoder.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 05F49518D57392EE4430232B90ECDC40 /* log_format.h in Headers */ = {isa = PBXBuildFile; fileRef = 62484775EE7BBDE1B7FB85194A3157C7 /* log_format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05F613C3244A498A10A5CDA9B799311D /* transport_op_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 250F1A0849A1D0CF1F0C9E8D5921A780 /* transport_op_string.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0659C5371881888631B4589308860C9A /* avl.c in Sources */ = {isa = PBXBuildFile; fileRef = FD1AFDE0C8EA53AF46B4EFB8235AA2D9 /* avl.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0661B4BB1C3E2675F7AB88EE3A8C590A /* tls_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = F3120F39BD26D54B106334BC41B80129 /* tls_pthread.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 066EAE1AF2CCAE0A71611F9ABDC62BBC /* cpu-intel.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E8A0D6DD15566C9347D59554EEA69D2 /* cpu-intel.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 06A2DD08688535A3C79CDFE7B6F9A543 /* inproc_transport.h in Headers */ = {isa = PBXBuildFile; fileRef = F4614BFFECB29A891F3136D05D4C9FCF /* inproc_transport.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 06E8D0D0A1B3563EFD40BE5A5FB6595F /* chttp2_server.h in Headers */ = {isa = PBXBuildFile; fileRef = 5800C69F513AE597C6E801ECE9E72894 /* chttp2_server.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 07AFF3D20FDB6CCBE5228A5C051479CC /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = A1FB6A7DBEF4D04DE17E123C8E370A08 /* e_rc2.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 07B29C48DED9BDD58EF6C9356853A7BA /* shift.c in Sources */ = {isa = PBXBuildFile; fileRef = 68EF49D0B68A9355A95403933A983703 /* shift.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 083E2AD04662936FDB3630474DAB7F4D /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = 2775E0ECD69FE43E596F685F6692325C /* x509_txt.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 087B8815B0FB7A037EDA388E65957A96 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 08E56AE85694441EF5BBAFABB297EAE0 /* GPBUnknownField_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F9045DFE40CFF466C99C0DDC1222AF9C /* GPBUnknownField_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08EA72EF4F14D7220D1E243264354BCE /* string_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 610C85AFA592989F68E7ED2A774AAF9D /* string_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 092CCC7D20245FCB3E481423E0C02B2B /* rpc_metric_id.h in Headers */ = {isa = PBXBuildFile; fileRef = BF3BAA8A3BCD27108831D7D3DC77D908 /* rpc_metric_id.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0932027C78FB6A7A7ED6802C87495F8E /* srtp.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E998331CA5FEF39D868E84617E6F19 /* srtp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 099C44226145E71170237D88AF2A4A01 /* census.h in Headers */ = {isa = PBXBuildFile; fileRef = C13404DA6CFE4FADF2F84EC5ACA6C1D7 /* census.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09B5DFB00382573A94565A12805FC3BB /* fork.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F3F4193FD4BAEA021C2C6AC3F912C7 /* fork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09DE3827A4874C51E0CC0941B7200064 /* http_server_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD9B605363B81AEC4DAC668DA122C81 /* http_server_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 09F38705FBD6B4D5CC6BAA6118368893 /* resolve_address_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = D6268F803705F98B1BBCFC854BDE0B70 /* resolve_address_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0A0AF0E706BCF8FE5011F5D7AB80DAFA /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = D8B3C5BA01333E95186B4A31BCAA8DFA /* convert.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0A3235FA4F3CFEC1C18AD3BD61322A20 /* tcp_client_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = E3763DE28A165FCED2B12C544BDD1BFA /* tcp_client_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0A5A137A3D1673174BB62DB061693937 /* GRPCOpBatchLog.m in Sources */ = {isa = PBXBuildFile; fileRef = FF00ADB59080D823052C19080B62ABA0 /* GRPCOpBatchLog.m */; }; + 0A6EABBA5DE69000BDD501B32727C4D8 /* http_proxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DE6B2F337F49CC155379426FBD0868 /* http_proxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0AAE0846CF1FD49613C55897AD99B513 /* resolve_address_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = BDC4AEF62283B6C6EF50857BC35D034A /* resolve_address_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0ACC4FE37CD824AC3AA0703BE45F2708 /* write_batch_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BD1BBFC055EF42B188B1E5A4E7BB056B /* write_batch_internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF7B4A9F90B2F90CC1D4C32AA32A571 /* stack_macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 651478042F2620AB8F103B7246B7CBE2 /* stack_macros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8A8B814B21BDB0819945EC8CFC3D93 /* sockaddr.h in Headers */ = {isa = PBXBuildFile; fileRef = 776E86C8147108AD1D851DDB504F1203 /* sockaddr.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0B8E9FF10B078C74988D244969A57F6A /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = 817804AF0A294CC825D06F6D2E09AE82 /* rsaz_exp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0B93FBC170FCA06EE456AB2C20EF0D18 /* rsa_impl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BA59ECFCD53865872E3DDF454C50AD3 /* rsa_impl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0BB02B5D9A0196E52152AD289BFEA024 /* filter_policy.h in Headers */ = {isa = PBXBuildFile; fileRef = FE257012D4F2F2DEAA89AFF9E34A1147 /* filter_policy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BD5D543AF25DBAE7DC275D617706C93 /* atm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EF6FA0D20591E8321B2548662D8E9C1 /* atm.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0C15E92A408104C77516BE0BF84F63A0 /* ProtoService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE99600681A9A12C94C574F5CFB6CB1 /* ProtoService.m */; }; + 0C413B2C0A16C56F550809749195BEE8 /* transport_security.h in Headers */ = {isa = PBXBuildFile; fileRef = 7213C7849850A5BD7E9D40812DF74CD6 /* transport_security.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0C863680E1DFBD3FA84B299E571A9A31 /* byte_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = C8E5A1905AEF83A59452B677FA135AC2 /* byte_stream.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0C8CBD252A8BBF3745D8E35E3F91F5E3 /* deadline_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = F9B912E964B1F8C2818FFC01DA778B57 /* deadline_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0D0E9E08D2155FF21878901C78DF25D7 /* GRPCHost.m in Sources */ = {isa = PBXBuildFile; fileRef = D3EDA81A8C6027C1B61E0B7CFBCAE689 /* GRPCHost.m */; }; + 0D2CE520D253312CD2B56A7879160AEF /* example_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = B2D1B29A3BD2903EE3FB3C3007EEF15E /* example_mul.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0D74839D556FD39F4B87C62BA6452F48 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EA3A131154FC8E8FC1F8AD4AD9328E3 /* x_sig.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0DA5A490EEEDCC94B99DE2524FF3DE4B /* hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9B28EA72FC508186575DC914B25258B6 /* hash.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 0E2F09A8E3B2E128833C629745FA774B /* fork_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = C4A0AD305D39CE72FD678E4DCAF04C76 /* fork_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0E4E3B8941D6AAC8394A05ED4A2F591A /* frame_rst_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = 317365511598B562A94C5D202D6DA803 /* frame_rst_stream.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0E6F2758E5743B053E54C51B0D236AF0 /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F36E55B2CFB782D06BDC64D79E3CAFB /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E849404FCCF82D762960555EC702C5B /* channel_ping.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F4F63C3F2463D4C2190ECCAC1C3DBCE /* channel_ping.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0EC627A7C0A098614B0902D8CA66C7DC /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = BA6876C1C58FE7684B930F27B207FE63 /* lhash.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0F1150F627D6AFA86F5CE3D74E00EE7A /* frame_settings.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A7C634C9A1CB74BCD40285039A779A7 /* frame_settings.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0F3068A35D578CF41D393F88BBB12B88 /* wakeup_fd_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E334C36DD86252253205EBCB50F984 /* wakeup_fd_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0F7525317414931F885D77D72B535C2E /* parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A2216EFC1F47FD69407D656425337D9 /* parser.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 0F7B717E44D4F89C71922D28252F160C /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 00EAA4DE4C43FAF57B82D6C3D282BF69 /* pem_info.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 0FB1E8F924EC2A92335A442E8C976C0E /* timer_generic.c in Sources */ = {isa = PBXBuildFile; fileRef = EAE496BB2CEB8E2B94E406F208E0C79F /* timer_generic.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 10431157449A3C9BDF394D36688350F1 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = C4AAF8142751A292A2C7C9570FC83320 /* x_all.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1079191DCC16B663585B1CFA47DE42FC /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F824ED6878D1F17497EE5C89B531711 /* x509spki.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 10F23BCA5C53FB069429D83CECFF72D4 /* workaround_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 960523D6F8C20197C676411D7DA9C645 /* workaround_list.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1121212921CF7997532EC0BE2ADDAD91 /* GRXBufferedPipe.m in Sources */ = {isa = PBXBuildFile; fileRef = F7906D555A47E76785545E3DB53401A7 /* GRXBufferedPipe.m */; }; + 114C46D4ACB2869DF897F503D96BD5E3 /* incoming_metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A1AD29F7249A99CF4C9179477D365E4 /* incoming_metadata.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 118B03593DE234C6019D057C91B93A56 /* cmdline.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A33C46C530901DB8379A93C5796658 /* cmdline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11B7571F2E7483F97979EC8CAE7CDC5B /* ssl_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FDB6BCDE67D5FEDD8B6A515ED4FD92A /* ssl_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 11CEA239B0FCF71ADDC9561221B5DBC7 /* transport_security_grpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A9C4AFCEDA0887F3CD1DF48D7EF7B5D /* transport_security_grpc.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 11D70FDB91A816B82B26DD7EC14CC8C1 /* bin_encoder.c in Sources */ = {isa = PBXBuildFile; fileRef = AB71AE14EED1DDE9B347181F33CEFF99 /* bin_encoder.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 11E76C3B4A7EF9FE35C1B3E7951C9112 /* trace_context.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FFAD7A76F24A17A5B56B8C95523D5F /* trace_context.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 11F0A03C1A29D558342079D3379E4DCF /* GRPCCall+InternalTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FF83789900715FD1FBF46264C60A6FA /* GRPCCall+InternalTests.m */; }; + 122BB5F83275236B37D266BE5200027A /* e_ssl3.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A4850FC02A4F639500E85AD3BC5575C /* e_ssl3.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1235AC549ED1B1EF40635602DCF8B4D5 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E19ED5B2BADFFFDFAC0930F11D00FB6E /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 124E47CCE6A95E7F4848DD550D595CAE /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CCFEFC21D69CE9E894C5BADB1311414 /* x509_ext.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 126205D19628B13F9011F67AAC19D2E6 /* dns_resolver_ares.c in Sources */ = {isa = PBXBuildFile; fileRef = 62832438AFE52394F7BAD62B2FDD082F /* dns_resolver_ares.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 12B1B2795B19E49522904BBA3E89FD1A /* socket_mutator.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B184803C5346B664126B5E29529290A /* socket_mutator.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 12B1C487EAD05C1AB1E764C9FE915E78 /* asn1_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CAE3C619F922D7BCB638A9EA1743395 /* asn1_locl.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 12C5B7021740DDC30F9DE88DC5A10B38 /* hpack_encoder.c in Sources */ = {isa = PBXBuildFile; fileRef = FBCE6D4674A8E4EAF839BCDE31DFD983 /* hpack_encoder.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 130300E16407603A231810949F449AB0 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D102A2F6DB2B326465B70AFE9E5C890 /* v3_genn.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1397DCDE17A0C8AF3FBB667F50223B2B /* s3_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = 08403204C0CD2498706FA1F3C8C4005E /* s3_pkt.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 13BD944FA7691FDEAF7736EE828769EE /* workaround_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D110D733A8E0BFB2A4261D3E56CF4B0C /* workaround_utils.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 13F28C7FBD112E11EF24232ADABE60E8 /* flow_control.c in Sources */ = {isa = PBXBuildFile; fileRef = BE930A64EFB8C4151699BB5E2654F6A4 /* flow_control.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 140DFAF7943D6A8DBD926FD770DFB2AD /* GRXWriteable.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA7DA40571A421BFFAA207F87848A60 /* GRXWriteable.m */; }; + 1454E1A9960AB6338924D4D23B010E80 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = F7B5A18B3D087ED3D74A763B97BB0DE2 /* x509_obj.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 145BAF9443005B8F00AA74CE7E459483 /* block.h in Headers */ = {isa = PBXBuildFile; fileRef = 16ED3750AC79264CFDBE808E8855E238 /* block.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14602BA09BF86AB829DEBA7101A3BE0B /* x509type.c in Sources */ = {isa = PBXBuildFile; fileRef = E4C4F62117DD264A018E78AEDAF03DE2 /* x509type.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 146183FDD5068A70BE473D5EC3968A41 /* iomgr.h in Headers */ = {isa = PBXBuildFile; fileRef = 20EBADF5CEC4B8EEAAE88612B97EA398 /* iomgr.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 15326A02063D1917D8694D1296E61E1D /* oauth2_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 459B7275C00AF74DE37BE8FD94B09D05 /* oauth2_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 155A142A7A5A7481DEAA77F98C00660D /* p256-x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C4C51E4D19425FA554D49184154D08B /* p256-x86_64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 158426861E10DEFB88B0218E584003D2 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = BE3EF274B0A49667135DD2B66D272999 /* dsa.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 15CD6B06B192F34932215DC178663F66 /* Pods-immobile-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 588558396C9D86C78B2B12DF986EF5A7 /* Pods-immobile-dummy.m */; }; + 1637C95C90E4208AB32732733AC25A61 /* time_averaged_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 99F82E02B9E8D184EF1BCE4B58A7F3C0 /* time_averaged_stats.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1650D93CE85CC464FBBF506F8C56DB77 /* server_chttp2.c in Sources */ = {isa = PBXBuildFile; fileRef = 45A54727D44AF6830246CCC317839D67 /* server_chttp2.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1662B4E2ACC5B757EA7FD50282C0F1F8 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 43F44C289FF1A46EE00C290F1DF8B4F5 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 16FBFACFD6E1E298D74D471DC506A56E /* grpc_ares_wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 309883A88D5EC70FCFEEC970F3595F31 /* grpc_ares_wrapper.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 17255E35068E6ADD94604DFC6DA6C41C /* charmap.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C8D90370FAE308128E992601AA144E /* charmap.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 172F029FE9C79540162763B989A06051 /* GRPCWrappedCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FF1DC19C8349EBCA96211D7CE1AF94 /* GRPCWrappedCall.m */; }; + 178E168333B407B33282EA067C517AD6 /* obj.c in Sources */ = {isa = PBXBuildFile; fileRef = 73481C099AF8D9935C63009A32C2634E /* obj.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 17A4AD78231A09029578EF61E14BBFA6 /* GRPCCall+ChannelArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAE602D0BD11970BFBFB987A48138F6 /* GRPCCall+ChannelArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17DBE227FD49D8E37806E464D2F48EBC /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B60D849EB9B24EEBCBAD01AC2F3427B /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1828B9B75B70DB3D12B55364AE745086 /* umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD35D89508AF7BA73886E784FF3B6BF /* umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 185BCB807BB520B57955D0F4F956F09B /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = D8042CD4CC326BDE429155A1185F66FE /* x_x509.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 18E6846C264BD7662CBB808DF4A07776 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E67A21C7B7D37FF0C519A80BC076313E /* GPBProtocolBuffers_RuntimeSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18F036AAC76F04A8E7F7288753A67820 /* bytestring.h in Headers */ = {isa = PBXBuildFile; fileRef = B361E60805533957376D47A3841FD880 /* bytestring.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 195ED0B12E35D59FC5154446DF7244BC /* write_batch.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BB07ED7D510BFBB89C3DB1E57BE60A1 /* write_batch.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 196452DAE333FECA455D76120204E314 /* server_auth_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = C5DFB5D14A5101A7EB094280DB097E86 /* server_auth_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 199C73EF3D940A8B9248A9BC13B1A353 /* pair.c in Sources */ = {isa = PBXBuildFile; fileRef = E26C4CFE79BA12F91437D791E1282428 /* pair.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 199C9882E3B4446A28C370D35322F5B6 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B8EC0A942ECA90938C5509E4487CFBB /* tasn_utl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 19A44747F8ED8E508C5186A412B7CB22 /* nid.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C2280EF50780B6E988D47A7B00FDEF /* nid.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A25E4A22FB555D7E623E1BB5B35C325 /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E6E42EF101941DFD416195C01CCB7D5 /* cfb.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1A4AAF38F314075513BEFDC036160DBF /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 622DCBA5687AF0219542F8140DB9B699 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A4D175B777F01382185FBF650AC7812 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FFFBCD2D0D3629AE522CB890CF3124C /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1A8E3AF52C5C154CC23C799EACF4E70C /* subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = BB49A0C60942D9F8DA153EACB1C639EE /* subprocess.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AD035AAA3DA0A976A6685A121E2B97C /* opensslv.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B744E55374D70CDFE2DFF402C7267D2 /* opensslv.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AF50BE445EE8D6DAAF32DE244BAF38A /* env_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = F0E0E4425E7364B3C92E6A5248817673 /* env_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1B194B273CE85C323F10ADCDF9B97762 /* atomic_with_std.h in Headers */ = {isa = PBXBuildFile; fileRef = 533D4C1DE924ED5AF50E4A9384F26F96 /* atomic_with_std.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1B4B1665ED86DF657CA8E6F29B520FEE /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 6577E641CAFCD4997EA844FD53CDE827 /* md4.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1B8714DF33ABD898CF49FAA1314DCF34 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D371FB9F5BBE54F079F7878079D6262 /* GTMSessionFetcherService.m */; }; + 1BE2B4F4395DB3357924A67240C1980E /* completion_queue_factory.h in Headers */ = {isa = PBXBuildFile; fileRef = F94901CC24D2DB62040FA45C3ED09AB6 /* completion_queue_factory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1C032CE5215669F50599152AE948187D /* pcy_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DA02C3DBB7EC420CB7CBDA21215D875F /* pcy_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1C18BC6958C7228B71DD25618D0CEEF5 /* base_resources.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CA9759189D4087CDA22D89B72AB25A /* base_resources.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1C27B07460C3E25DC6AF6BC93B41F0E1 /* http_server_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = A11482C526F45CB824FFF15EC86632DF /* http_server_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1C9BE07E7A012F916633E403F7AABB75 /* pem.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D8CCCFBDE0CAEDAA16D633B33886AE /* pem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D1FCB2CEB1E07B37A7F67D94F0A2AD7 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = C19E1F1CAEF4B1CFD1DD6C94A67AB066 /* x509name.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1D98064980BD357D5F532B07A129C3C5 /* proxy_mapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C8786F2092F86E04DC0DAF96B63224B /* proxy_mapper.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1DA0BB7E926D3EA1558B9A125D8750D6 /* lb_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = F2AA53260B46682300AFD8E1FA510D91 /* lb_policy.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1DD5100CAD172C12083778329E777A09 /* chttp2_transport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9743FF48C7F375C0B516184D2F43AED8 /* chttp2_transport.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1DEC1ED616C48F759676E59866F6265C /* engine.c in Sources */ = {isa = PBXBuildFile; fileRef = DA93162F431F7528331884CFC9A00A51 /* engine.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1DF93A230D3399D022BB18A475066F65 /* connected_channel.c in Sources */ = {isa = PBXBuildFile; fileRef = 52359E5E78A2C722284781ECBF6897C8 /* connected_channel.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1E22D6F05DE537B5C68CF75295CEE0CA /* trace_context.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C88B06E9C6943C4A1565BCA5DCF8840 /* trace_context.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1E3A02D6621CEB0EE392FFCDE89C8B98 /* NSError+GRPC.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C5D12BB95CB2896B0F6A0AD0C90888 /* NSError+GRPC.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1E40B43D7D22CE4812496BDE83F5DFD0 /* ssl.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1D04D0A1CA70BB30324B2F23A70481 /* ssl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E82E703EF7EA05A79F25EEE6928209D /* sync.c in Sources */ = {isa = PBXBuildFile; fileRef = F11765A5056A8184A224E1C518DF4894 /* sync.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1EA769321667A549C7A15E3D034596FA /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = 11B166F5C48FA8E138094620F167E64A /* a_type.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 1ECDEF13A50C30924EB8AAC0A28E127B /* http_client_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 56690F885A9142AACAED2533981DCA39 /* http_client_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1F34AAF2B9C8060C8D9237F579EEE572 /* inproc_transport.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DC6E3081BECC974EE9E3E50761BBFC7 /* inproc_transport.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1F8D50068F0A10B89722B70413719F68 /* GPBExtensionRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FC23901626F82DF40296AB2D90FC10 /* GPBExtensionRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FAC1ACCB3CB677EC48F40CE4B471B9A /* operation.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C52D0E94128A5CE0DB422CBB7CABA18 /* operation.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 1FE63A11DF53DDCB1AD7D834E40B43F4 /* stream_map.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E324B29D846C166AF4F00298281F407 /* stream_map.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 200E4430FBE70453A1248B09943D0AFA /* chttp2_server.c in Sources */ = {isa = PBXBuildFile; fileRef = 46155BB3BCB074B821A3CD47E2A2FEEA /* chttp2_server.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 201E00AF692EEED9CF439777D25CA3D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 2061F4EEB1E749FC09BEA8D84E66641E /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = FAECE9D2FFED7CF65D695A0244ED38CA /* GPBMessage.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 208883F04A1E30D7A04E9D24F6127C68 /* db_iter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4FAE59BB7B10D99C6AEE3942D244DA /* db_iter.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 2089C7C2B78C35F067C3C93170D7F7B4 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C085E02FF89804F50ADDA04F5A586E94 /* Security.framework */; }; + 20910B30AED991233F6F51755D17D065 /* context.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB80FF27A9411FB479B7385F3DD4DF4 /* context.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2095D301C1C53555124BDA5DE29B055D /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D5E3D5E9155CF1167CFB1B461A6C232 /* a_int.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 20DBCAE61ED0F8C9EF4811735784306D /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = 12DECBDBF846D265FB7E40B6F30EAC12 /* log.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2164290DD82498B856A2EC72C62B4E14 /* tcp_server_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = A2F161068343E34C838F6C454381C58D /* tcp_server_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 21856FA54CA25AC2CACBA35A91A0F13B /* socket_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A0B533C94522230DBD5475BB5FCFAA /* socket_utils.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 21889010E1F699F9C094066D6BCA2EA4 /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = 2350C9BEE41E35B32B55FF8AAEB9D47F /* obj_xref.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 21C502FF188BDFB25F427830D5FD986C /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 066302DC3940B07B112AB0C5346487D6 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 220F016092BBC124104C38F630E3A3C6 /* p_ec.c in Sources */ = {isa = PBXBuildFile; fileRef = A8B99366C9B7F0017E34580F497E877C /* p_ec.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 224099F2A8A04A5F138F1CF5E1A03EEA /* resolve_address.h in Headers */ = {isa = PBXBuildFile; fileRef = 443F9C13901FD7C8DC25318C1E404E92 /* resolve_address.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 225D7A30248028B08676D8FD01068FEB /* http2_errors.h in Headers */ = {isa = PBXBuildFile; fileRef = DD9D474D790AD5BBA9607AC01DF918AF /* http2_errors.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 226B1BFF4E3FC473A1C88F2CFD77C9AF /* GTMDebugThreadValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = C072843256C0EFD93A6971DF5AC1923F /* GTMDebugThreadValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22815DB2091C7E39A69DC6647B054CBB /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = D5198D7C3A936FF0C87C6268148BE55F /* a_bool.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 22D8255A28F214871ACB48A432F5B085 /* GRXImmediateSingleWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BAD0B10C5FC42F2FC8B8E2C8AFF3BE /* GRXImmediateSingleWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23431230D31CF3C04CAE58CA1C52B78C /* pollset_set_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = AA52F1F0F88756407DA13A7564C6D4D5 /* pollset_set_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 23CD500A30E12A659751042DBE59EC9D /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 146B903AA200FCFC67FCAF4B0875B6D4 /* digest.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 23E57811E7B9C5CC8F151CC8E47D676A /* json_reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DDAD257108F4CBB4B5079CCB36362A /* json_reader.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2418FA3809C659E57324B586005CDF1F /* generic.c in Sources */ = {isa = PBXBuildFile; fileRef = 65BBA4140F724A1CCAF76568436B4DB0 /* generic.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 243694341A58D16B2B93A4B9E6950183 /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C0BA02D41ED6C59DBD6D0ABBBAF40EF /* x_pkey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 2440346EAAF122FA44716E2DDA2F5CE1 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = C8DE9C275A27DE58033D51727AD097F2 /* a_verify.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 245E5E832AE91EF61CC6DDDF3633A43C /* poly1305_vec.c in Sources */ = {isa = PBXBuildFile; fileRef = D9C5B841C39B020B350404CD01F63B6C /* poly1305_vec.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 247E3457913F2B61D648A6A4A342790D /* tmpfile_msys.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DEBEE923B0F4AA6E5C002C8B79FD7FC /* tmpfile_msys.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 24A3E3E19CA15BF6E30829D23B2F3E90 /* chttp2_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA16DD2CE64F2A8FE0C79619A0C2A44 /* chttp2_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 25188A88F5CF3466B501BA4259744692 /* t1_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E9FD41ACEDAD27D70D2961C8968A68B /* t1_enc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 25667A5C38F637CEA269129E7C3CBC0E /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DB4F7330DD80000F59DDE73AB3E6A83 /* pem_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 258E90FE22F9982EC797B97DDB103312 /* unix_sockets_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F5567206635779D10551B7104B9AC74 /* unix_sockets_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 25966040517B22B92187E02CCC2E4C63 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 62421A3098BF1694207C81C2FDD41E1B /* GPBWellKnownTypes.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 25C75062FD1259FECFE868BDFEEEF317 /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = ECA039B22DA4008F6DBA76589FE47BF1 /* GPBArray.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 25D21AB92775E9D7261B5549C0FD4EAE /* mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0D01E2F9872E0A0E73C42A64F1599D /* mem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25D5EA3E00CF0C11ED3884580A8DDD1F /* grpclb_client_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B78D177E73792A72D010D348A9A7734 /* grpclb_client_stats.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 25E608C99E2B252124119B1672D40CDD /* resolver.h in Headers */ = {isa = PBXBuildFile; fileRef = CE3906B0E1C048B8877CEB385D637B12 /* resolver.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 267AE786E67E6598723FFF08053E862D /* slice_string_helpers.c in Sources */ = {isa = PBXBuildFile; fileRef = F3CC0A69DD7C3D810C094E991C531769 /* slice_string_helpers.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 26A05571E338DC43DE51EDEFCFBA3173 /* handshaker_factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 939E8D3D4674571DAE92123AE99B861D /* handshaker_factory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 26B93E863A4F7E215253F9E136D5D323 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 671B4530305FF20E7AD27F90AC927C11 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 26BE741AD59EF185570AC9C853F44FAD /* GTMNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A92C1DAE073965E3321BCB671D334C /* GTMNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26C42F1031A402B29055163E28555114 /* udp_server.c in Sources */ = {isa = PBXBuildFile; fileRef = 3749780F6A72BEA7A4C6A19F02D20D01 /* udp_server.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 27923C94B736FB9F5F45F7D44EC7B2E9 /* status.h in Headers */ = {isa = PBXBuildFile; fileRef = DD4D607A616513204ED2E9EFF94CF46D /* status.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27991F9C67F040B799BB882B563F9F5A /* connector.c in Sources */ = {isa = PBXBuildFile; fileRef = 87606B4A1A94FD2AFF2A6DDE29EF0F6D /* connector.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 27B67ED60FF8D64681F1A37654DB78A9 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C5235BC68EF69A794DD698A35A856EB /* v3_skey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 27C09AD60B3F86C6339AB6F14DB93866 /* testutil.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9DE0A7C8BC160AD3F839F3949CE7EFA2 /* testutil.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 27C597EA4AAA4453909007E8F62BA53C /* socket_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = E2E9B0BA424C46F097F59334ED6752C5 /* socket_helper.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 2818DBC6C600E4B7CF9581A55EEDBBE5 /* stack.h in Headers */ = {isa = PBXBuildFile; fileRef = 696516FE5B09359AF89BBFCF868EAE84 /* stack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28946704C0185BD7C0874EA8477F928F /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 299AD82E186ABCBDD882A674173B1EE9 /* ecdh.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 289F85DEE4BD98F95D009A3F4CB1173F /* GPBArray_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = EACB17F730D8716FA1239070ABFD2B75 /* GPBArray_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28A9E0E30843DA592A25D05AEBF9959F /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 405930BC61B1F54689282375734989B1 /* stats.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 28BDE88CF7D47FA3685CD8691466C807 /* slice_intern.c in Sources */ = {isa = PBXBuildFile; fileRef = 8AA04BAEF06840CFCA4737B7FFA371C7 /* slice_intern.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 28F20CEC31E58865B94392BC8C8A1A3F /* Type.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = A3503FC3A7D67C66A8DF40252C901FFD /* Type.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28F4527FF6E4DC75BDDADDFAF0C17068 /* slice.h in Headers */ = {isa = PBXBuildFile; fileRef = E8437529EB0812F360752E09D4BF3C33 /* slice.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2978E45F5644E9C5AEB04194FE4BB148 /* bdp_estimator.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5DA8AFDD14E90E896E23EF3A5BA563 /* bdp_estimator.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 298446B055D0D65DDCFEC9F16A010D1B /* grpc_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 9376D3921CA08E4215B81FE0427E7D70 /* grpc_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2997E3318369B03A94BB0F9A49DF67F6 /* alpn.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B201ADB745CBB696A01FF3139A3FBEC /* alpn.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 29C28AE24F30EBF0647368CB25EA5D65 /* frame_ping.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BC67F2DBC37679EF06CC4AFF526D6E9 /* frame_ping.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 29CB879C22DC5E6A0EDEB7F90CC25B0D /* derive_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 58516B15A027B89A4BFE3304F379FE47 /* derive_key.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 29DE681812FBEC2C0837277FD00F1D85 /* block_builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = D51928DF8B1613735F377AD924734977 /* block_builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 2A1C2317E79AE19F212E03F1F57B1EFC /* socket_utils_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E30B597B4B7CB0EA06997495AA78AC8 /* socket_utils_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2AB476DFC671D59167AD1843C2C637FC /* message_compress_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D74BA5226A49FB561C77182FAF365E /* message_compress_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2AB87FE7EF576241EFDF9AA84514D6B3 /* tracing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC120F4C850DDB7127429DEAA08306D /* tracing.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2B384346E34F798369FF1C057CB3D507 /* leveldb-library-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC8F3830EF5D3A33B4DB59C1930FF360 /* leveldb-library-dummy.m */; }; + 2C17387DD2376B530F152EDA1DD8C575 /* montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = A806D06A4B44F1E262C16A1976417C36 /* montgomery.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 2C4F3F497FBD585A14195EF982CB5881 /* credentials_generic.c in Sources */ = {isa = PBXBuildFile; fileRef = D82391780BBF677E981422B3F0CB62C5 /* credentials_generic.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2C5CF8304AAE16B30CDFF21DD436CC07 /* fake_resolver.h in Headers */ = {isa = PBXBuildFile; fileRef = F53240957A9AF183619C2AB2D3EF15EF /* fake_resolver.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2CD0F78446EC54CF6965BA34438A1AA5 /* proxy_mapper_registry.c in Sources */ = {isa = PBXBuildFile; fileRef = 70B9C8BA4BA1186C7BCC6A7C4DE1386A /* proxy_mapper_registry.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2D871614E8553785F940AA5D9A278BB7 /* c.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4DE85670FBB37DA90226CF1DA38B5046 /* c.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 2DB163DA98D0C49674B79F6FE1059DD5 /* handshaker.c in Sources */ = {isa = PBXBuildFile; fileRef = DBF38607A834FA4F8F61196F9B127FC4 /* handshaker.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2DE918379CF9DE7D415FE65A9B214AEC /* GRPCCall+Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FF60C970F32F0C3D629EF65C0300AE4 /* GRPCCall+Tests.m */; }; + 2E151F12D91537060C9300FA3A355633 /* gts_transport_security.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBAC9B765BB02F86189694E9BAEDBCD /* gts_transport_security.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2E23FF44D7DCAE449580874526B764C8 /* json_writer.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E604E7031E0C710137D1DA88AFB5E2A /* json_writer.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2E285990B8FA4C9AABE2145575ADF5D2 /* d1_both.c in Sources */ = {isa = PBXBuildFile; fileRef = CAC5B35AEF68960A12E7764EF74EB6CB /* d1_both.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 2E3805B6E676F13F6EF59D93859D4291 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 630A17010A225CB6DD15DAA41272BB74 /* version.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2E93927A6820BB24C71D2CE63120C8F8 /* crypto.h in Headers */ = {isa = PBXBuildFile; fileRef = B97CD80D7C6C2B190918CA617F2ED6E4 /* crypto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EC9A4150E1E858BBBCB4833AF105284 /* ssl_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8A00B4964C7DC3815DDEF21C03EC3C /* ssl_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2EFF0C646E99856DD5089613078FB060 /* tcp_client_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C71AD6D4D6D51977352B60F456B7323 /* tcp_client_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2F35F8CF042A91F829FA23049FDC873D /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = AD586184A53DDFC243F7BD329032E806 /* hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F6614C3B739B66F5AC7683D2F894FA6 /* slice_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AD16D49F4DC85CADE370F07C0CABAB /* slice_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2F858913381A57010C1870D40DA687B0 /* propagation_bits.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CEFA19C9FF2BD629E059D83BDDA80B /* propagation_bits.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8C6EC57C3B6E8FEBE11DFB7A31A3F3 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 638100CEE2D59B79D501B2B8F3A76075 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2FAE218E4C64B171654AC2211C70F0F6 /* compression.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A31E58A1DA20C89BFCCAEA88100C51A /* compression.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2FCCA4FCBEA2298F005EB00D3934E5C7 /* secure_endpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C5178B10921A4748869D8578CF0CC69 /* secure_endpoint.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 2FF10571D0A26982366159B369EE35B3 /* stats_data.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDB6719183029CAE4EDFF72CD625501 /* stats_data.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 318D274C24675E3C4BA5081FB79297CB /* md4.h in Headers */ = {isa = PBXBuildFile; fileRef = E264695B9D941EFE3BE5CA59893D67BB /* md4.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 319611C7009965236448DF7E8E296ED3 /* log_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = EA0500E051B64071D877C32EC7221F30 /* log_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 31A4D1F537B43807AF91E6790A1A6D1B /* iocp_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 8984D5B0147B1440EFEB83DC6BD8580C /* iocp_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 320A77C179975A0AA62CAF5D3548DE77 /* mutexlock.h in Headers */ = {isa = PBXBuildFile; fileRef = B8D29B4B0D5465391C7134DCD89D45CF /* mutexlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 322F093FBC899C344A3EC55BB108F21E /* GRXNSBlockEnumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFCB1CAF8CCE3796F1C463809DB4ADC /* GRXNSBlockEnumerator.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 324EABFF88D833D9FBD9D43D6AECD344 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = C89C6A30CB5628BB1760F2DC81BB5982 /* tasn_fre.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 327B027B7F1C4F3296453B32776DCCCA /* algorithm_metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 6251B3221141E075C621AAFF59B81D57 /* algorithm_metadata.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3282891D82E18E1042BC0CED54FBF174 /* client_channel_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = F8682AF241DF3EA3879872AD4B585699 /* client_channel_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 328ADC7956B833F47722544340B909EE /* pick_first.c in Sources */ = {isa = PBXBuildFile; fileRef = CF0FC17565C92B3B8D44F9E05B6879BC /* pick_first.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 329308934F3D7BF8D597A1D513C71445 /* transport.c in Sources */ = {isa = PBXBuildFile; fileRef = B66B03C5327E992B90A8571E60563C78 /* transport.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 32A5F86F085FE7323E886ACE03DBD339 /* grpc_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBCC692D3D535DCF47483DAD78F42F11 /* grpc_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 32AA4CA2422741DCD0E874804FC376A3 /* curve25519.h in Headers */ = {isa = PBXBuildFile; fileRef = C0900B449932FBED025991ECE65FF1E1 /* curve25519.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32B4E035E788F150022E87A898A106EB /* frame_goaway.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AEDDB09AABDC1B0A2F8DBF7D5CD9D1A /* frame_goaway.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 32E330FFC794FAA5B08403BC9D6EC10B /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F9DC29E1FC2ED42E855A99293241D75 /* e_aes.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 32E78BEB3F1C43A7ABB3608FBEA20C8A /* p224-64.c in Sources */ = {isa = PBXBuildFile; fileRef = D5A40E797CCA43D15339F474AEA696B6 /* p224-64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 32EA92773448DDCB25EEC6236B2A2985 /* metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = B96F5F471AEDAF3AC5D4D9EF518A666F /* metadata.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3328D6AA0A6DD5371B63ECAD18718F3F /* GoogleToolboxForMac-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B6215C8F84262E0E02D4C481BC3996 /* GoogleToolboxForMac-dummy.m */; }; + 335943CAA339D8CE0E2F89E7FBD1FD91 /* prime.c in Sources */ = {isa = PBXBuildFile; fileRef = 82CEDF79021F21C247EBDCD8FD599D4C /* prime.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 33833D72B24C53070B22F6EA86CF7478 /* s3_both.c in Sources */ = {isa = PBXBuildFile; fileRef = 123FF7214966C04DB03E82E6DBB6D460 /* s3_both.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3424FACB6DA6EB18DAEF84EE9946851B /* sync_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = DB24695F1587563AE724721A59736E02 /* sync_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 34697DDDE2FBD9AA9A2A99F2EF825F67 /* GRXImmediateWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 267B480754B6ECE1415F23D3D9A9FE13 /* GRXImmediateWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 349DE160B11F7A4B6449CF116C1B092F /* pollset_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E3643483EE4A545ED71F7BA0F34481 /* pollset_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 34B08BACD18871B8A4C630ED46671FD3 /* tls_pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = F47F02B6696AA12CF6073DEFADC9388A /* tls_pthread.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34D53E160F1985F5630E663F85D158F8 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F4AABC6697923A17E986872BB48676D /* ex_data.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 34F5708A4B1C16DA51D26B156B4717A5 /* GPBDescriptor_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 651406B77E8F5D247F9B7E6F64EF1421 /* GPBDescriptor_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3514D7D1C33DBAE18B064C399DCD7CCD /* GPBCodedInputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = D67572915DBDBDFEC234A773D02A01E4 /* GPBCodedInputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3556656377082FB2D910B10E3697298A /* env_posix_test_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBB020E689460AA8E2B31D917F973C9 /* env_posix_test_helper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35A52A8A95F239F9282E1722D29DC233 /* trace_status.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B50EDE61351E68B8C27837816FBCE5E /* trace_status.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 35B58F9391B6C56E1F96E49F3B64C0B1 /* Empty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AFE287EF3521B77CFA63CD5D1A321E0 /* Empty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 365A79064F9E2BD3FA9DECCA5DF1F3D8 /* executor.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B8476981DA05B22EECD765DD3B95788 /* executor.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3665B0145DC6D56982066205B964D2A8 /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = 576E64D44A0D53C4532B6BF79A6B73CB /* pool.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 36A0947A1A5518C0122C68D862D9466A /* wakeup_fd_cv.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E9BAA715564358A1008A9433153446B /* wakeup_fd_cv.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 36B08B6242C70276BB00C6D256AC4DFE /* grpc_ares_wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1695EA877F2234A100E0621E98599F54 /* grpc_ares_wrapper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 36CDB339248AAC501963CFC003D03C5E /* huffsyms.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CE7A98438E710916A9FA577ADF2941 /* huffsyms.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 36DE06F8E1CCD8E26460EA6286451469 /* ssl_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = E393FEEBD02C5CC87C729D6DE5776F02 /* ssl_cipher.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 36E1301C8EA493A968D54CB91F63A52B /* fake_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = C2422416803BA4D29B61E685142873A8 /* fake_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 370C476B5E4DCCC213B8058152D8BDB6 /* builder.h in Headers */ = {isa = PBXBuildFile; fileRef = 35221E1061E9CF3D36D4A090CC3125E0 /* builder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37168821EF9E4CEF99BA1FB3D1FBF077 /* server_chttp2_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B086167FB91410382111D9DDA1FCCA /* server_chttp2_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 376C26B18C6889650D1ED95A3A4F3469 /* composite_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = A8C94FD2C324C81BC774D9C318859431 /* composite_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 377B4232B911B187CC9A46EE3B48F173 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 23C22156A2B5296A9A890B454EEA4F26 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 37B0D88C218EEC3E622F0B1028F14AE6 /* exec_ctx.h in Headers */ = {isa = PBXBuildFile; fileRef = B9DE96723C29A106AF587DCC0F93D1F2 /* exec_ctx.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 38316FFA6C38E16D2CD95A3C1F7FDD37 /* env.cc in Sources */ = {isa = PBXBuildFile; fileRef = BA31AFD2E6D4C1A5D7892274C94D926F /* env.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 3847AE68551F3B2127DD37199F02CC7E /* skiplist.h in Headers */ = {isa = PBXBuildFile; fileRef = B696DC3481072C2AC5233876517100B7 /* skiplist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 384CB4C908F7F747D01A31707B1A64AE /* gts_transport_security.c in Sources */ = {isa = PBXBuildFile; fileRef = 861D87972228F4903F4854091C4569B2 /* gts_transport_security.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3857C2FD75DE8F0CE2C3821DC0E7AF05 /* network_status_tracker.h in Headers */ = {isa = PBXBuildFile; fileRef = A34F1D3DBDA96612EC5FB8BE34353E6E /* network_status_tracker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 387B727BD19F3609B72C4CBAC127BD5E /* polling_entity.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E74059B7BDAE3779964734B741B643C /* polling_entity.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 389A0937B66E590B58F94654BD6DD1CF /* mpscq.c in Sources */ = {isa = PBXBuildFile; fileRef = 82111B7933C6EC95ED7C311DBBEFCE89 /* mpscq.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 38B29C10CE609A9CA80F39799F307232 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = 49098FA86D85B10E9436DDD48A9D78EE /* x509_d2.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 38D34388958EE5F43B84A2B16D782721 /* bn.c in Sources */ = {isa = PBXBuildFile; fileRef = C10C21A20E1BC4F803B61F12E62E24B1 /* bn.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 394A0EE9BB6390F49A14200798739E4D /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 13F565EC4DEDEEF1A325CC675A02267C /* stack.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 396421CAEE04FBCD47FE561A2A1297F6 /* socket_utils_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 282AE069AF0E895826B031277D4ECC63 /* socket_utils_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3977553228E40DBE6B221E05C23E51E7 /* gRPC-RxLibrary-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA1F30E11914DFBFE97A2C94BA18091 /* gRPC-RxLibrary-dummy.m */; }; + 39ADB95E0FBC67DBB0FC1396C230A50D /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FD421F1E8611A533EAA2FB13E15C96D /* time.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 39B4AAEE10588FAE3826A605E50A6DBF /* GRXWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC32ADE895749405C78D8BD81060292 /* GRXWriter.m */; }; + 39CA1AF1A83CD6C7341E167DB7E1F67E /* coding.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2DF6AFA92907F10FE158124FE0953DB4 /* coding.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 39EF403FBEBD104761BE71FF31BD6FEB /* port_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = C145305F89AA5BAE5233FA45084E3F5A /* port_posix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39FBFE809609A2A294365E060C0FBA92 /* hexdump.c in Sources */ = {isa = PBXBuildFile; fileRef = A1F71B021B12CF5D1CBB45AF96AAF4ED /* hexdump.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3A2A6FD4E990EC5B4A247E0FA4B9BF13 /* udp_server.h in Headers */ = {isa = PBXBuildFile; fileRef = B46DFBFF2393C286D8F8AA2171DCA1CB /* udp_server.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3A3545A71B5E2E5693F15623300318AC /* server_load_reporting_plugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B06F5AFB77819B3DE194B6C13C685F75 /* server_load_reporting_plugin.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3A82ABA062B6670ACF1ED03C170B56D1 /* grpc_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 5944EDFD8665D850104AA742D5B29428 /* grpc_posix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3ABB6C6DF4D949FD5A9EBD455F533CC6 /* connectivity_state.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C008CA7B67AB78B57FAA9840D340E7 /* connectivity_state.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3AC1B408A48DBBF92DAD4D0FFA9D5D1B /* GRPCOpBatchLog.h in Headers */ = {isa = PBXBuildFile; fileRef = DE7CDF362598804ACDEEAD25C616D607 /* GRPCOpBatchLog.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3ACCCD94054AC509CB3B7D20BB5F8342 /* handshaker_registry.c in Sources */ = {isa = PBXBuildFile; fileRef = C366E482D1C7462F1874FC515D9240B6 /* handshaker_registry.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3B17F4F305965FCA134307CD9A6F85EF /* closure.h in Headers */ = {isa = PBXBuildFile; fileRef = A21605B0E6867C77BC47C262E378ECA3 /* closure.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3B88DBD0320A2FE4B27C8406AC658C26 /* GRPCCall.h in Headers */ = {isa = PBXBuildFile; fileRef = D720A3DA06B03761D48A757E3E93C02B /* GRPCCall.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BA080ECEFB79B497CB322DBD7B8B271 /* status_conversion.c in Sources */ = {isa = PBXBuildFile; fileRef = CE1766D1D9774597BA75B1D2455BD59C /* status_conversion.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3BB67EBB281839783C03E7670F25CABD /* thread_win.c in Sources */ = {isa = PBXBuildFile; fileRef = FD94868318F1CA35C86E99CC92E1D0B3 /* thread_win.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3BF360FBF2BE1A10CB88F40EAFFF8B13 /* GRXWriter+Transformations.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E85DBE01E0D683A93D5E5EBCBE790D0 /* GRXWriter+Transformations.m */; }; + 3C52722F28095DF4E074300E3841638A /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = A0725D3DF7819F96CFB3C756E01D2C4B /* e_rc4.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3C718D33F55D665D4BE4D828758505CD /* roots.pem in Resources */ = {isa = PBXBuildFile; fileRef = 41F1F5E0ADCBA831C118C69899A9EC89 /* roots.pem */; }; + 3C72B120C8B345E53734E52533DE51D5 /* credentials_metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = 49B8CF1AC71060E88E170F137D895694 /* credentials_metadata.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3C91BF8B953AEC34D8BBE206B726715F /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 01FAB14E488885C3ADF78589899459B9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + 3C94C5A3B1C0B892EE028C682ED70214 /* filter_block.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A37C19A3A147180B8099F17925338A4 /* filter_block.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DBF0BB15182A34F0CED9168470D8C0E /* channel_stack_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8CCD0505E075F57A825AFD50198233 /* channel_stack_builder.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3DCBB764C9DBF8DFA6A6523668ED6122 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = F7A0BF3A9DE3F706FDB1B370A0E53281 /* v3_prn.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3DD3FCFD06032EA132E0E01543BFE2E2 /* unix_sockets_posix_noop.c in Sources */ = {isa = PBXBuildFile; fileRef = A4A3C1F1F0CBB226854CCB6724134F6E /* unix_sockets_posix_noop.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3E274764568CFF8257FB35E27BD0EEBD /* compression_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 498C83373A6594AEE68B2372CB1233F9 /* compression_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E56519F17134843E46B84AA0A42443C /* load_balancer_api.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FF74909E15137E509B2C794F7DA4892 /* load_balancer_api.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3E839E8C64AC960F0C8B375917549C9F /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = D16D22030AB50AF505F8276E027B15C1 /* crypto.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3EAD5A61E520E78FD09149F598F7970A /* plugin_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 223F81E21DCFEED823814AE450714553 /* plugin_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3EB8AE6D31DF5DABD7A9DA3E6B1DAFDF /* tracing.c in Sources */ = {isa = PBXBuildFile; fileRef = 9969EACAAB8881F71376A251324E64BE /* tracing.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 3EE676DB51F77A47D907B456547E76D4 /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = E7976DF99778CA98445BCA67B472E2A8 /* ecdsa.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3F039F0F780C2A80AD1AF9CCB692B8CF /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = 0342165062215E9A71C5E6FB3287B918 /* a_dup.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3F17EA0A56EA2810188FE6F435DAEFB3 /* murmur_hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 5653363137E6B6130FE5B8228F1E2169 /* murmur_hash.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F75B7460B39CC80BDE96B8DFF57DAE3 /* db.h in Headers */ = {isa = PBXBuildFile; fileRef = BB6D4C42AA5A2A185C480D4148202F7E /* db.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F93BAA78BF200D50FB287203AFD360B /* socket_mutator.h in Headers */ = {isa = PBXBuildFile; fileRef = 731E6A959D24CE460D930B3F55379B25 /* socket_mutator.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3FA18DA3B95FCD65A1AB0AA28FA4A063 /* thread_none.c in Sources */ = {isa = PBXBuildFile; fileRef = 155548CF7197CB60ECDFABDA34EDE2E5 /* thread_none.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 3FAF9CFF07ED4D950BBB38A4AFB79BA0 /* validate_metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = E8BD1ADBA7CBE67A0D1013E1CB58C2E7 /* validate_metadata.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 400EE6A4BDE558543818BDAC7230CB15 /* cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926C5EB5724EE10AF08A50910A776E7 /* cpu.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 406573B1E2E88BB4D2B020964FCEA45C /* byte_buffer_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A72F9E47D6D321BE5BD298FF7536CEA /* byte_buffer_reader.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 40695FBD9C4CA52CA773C7099FE3CFBE /* parse_address.h in Headers */ = {isa = PBXBuildFile; fileRef = F92139651289AF6431E9ED2E668830F0 /* parse_address.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4129089AE2B6FE063836705FE4981A6D /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B384C7F53603FE83241F22CA00C1B9C /* v3_akeya.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 41322E66227A36F2878B572D8D1FB59B /* slice.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DEC70A8219AFC8655DD53473431789E /* slice.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 414463D119925411F4B7D39016925E3C /* base.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBC88352DD1286ECB5ED7A079BC4002 /* base.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 414AF36402B9B0C43404D18DBD134CE1 /* grpc_ares_ev_driver_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FE0941A4F3B06D3E2C4F1450EB23A6D /* grpc_ares_ev_driver_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 414E4B600301D9415E46089926FF6E2E /* tcp_client.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EEAB576A0FD67026EE1546CA9C63184 /* tcp_client.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4175C8E8DA46466FCEF5233DFB0F90C8 /* thd_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AD620D3B1D0150B139BF381BB765C136 /* thd_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 420DC4C7A1720D92BC14115AB583614B /* transport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1D6CAD476574752324F90C2D1F1E17 /* transport.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 42193B87DCDD26819C874A314EB04674 /* padding.c in Sources */ = {isa = PBXBuildFile; fileRef = 9168264A13513D673F2B1FE5E7577D7B /* padding.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 4309AAC1A3A52750BB4044AE5AC98A77 /* ssl_ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A11994B2EDCAE2A35E9F7D2AF8F595A /* ssl_ecdh.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 432F0FF14B20E83384AB8D6AF4C706BD /* socket_utils_common_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 2033AE3B355B51276E3A1E0329E8B209 /* socket_utils_common_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 43E6383B78385BF8508EEA0B8A0D998D /* retry_throttle.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A35FB73478BBF27350924A290013067 /* retry_throttle.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 444C456DE05341BDCBE4CDD92490056A /* md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 365820030877609EE090F033FD42263C /* md32_common.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 44CBD6BB73D2EAC0DA662E0034246C8A /* tls13_client.c in Sources */ = {isa = PBXBuildFile; fileRef = F6485FF3BD76AD99B0D52C40D194D622 /* tls13_client.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 44FFD1380FA39B565B9A4246ECA646A8 /* chttp2_connector.c in Sources */ = {isa = PBXBuildFile; fileRef = CD2927AC61B7E42BEA71A18A2F03C976 /* chttp2_connector.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 45B11E49153FA5E4B9883C5258A6171F /* c.h in Headers */ = {isa = PBXBuildFile; fileRef = C96E0CC773E03266D2AB24D6ED97F3D4 /* c.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45B4EC29D35B523B51A0D05BC530BE83 /* cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D8F8E2515DAF8DF6A9BEAEDA85A0A7 /* cpu.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45C70B7F3FDB8E7A7C3ADCCF4B33D7EA /* chacha.h in Headers */ = {isa = PBXBuildFile; fileRef = 7577FF768ED58D383BE9009E9D635794 /* chacha.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46C5DF21FDEB73F05647536EDE486D50 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 47443552845060ECE83151433E1ED9B7 /* pid_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = D779469CB97ED38E56C853E7444429B6 /* pid_controller.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 476B08F9FF8CF181BCDA8E4A548501FA /* rand.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C4E339496D82E3C9807E6DB9D3678E /* rand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 476D901118FCE3506AF5ECEFC743403B /* GTMDebugSelectorValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = FE1E587AA3AD7EE266B86D5F7BCD4033 /* GTMDebugSelectorValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 478DC1F7C36DC36AE8A94034C26AC94E /* filter_block.cc in Sources */ = {isa = PBXBuildFile; fileRef = E3D33A6BA0F27225E2D2F4AE08A9EF10 /* filter_block.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 47E07BFF20B95AA4231461FB79D099FB /* options.h in Headers */ = {isa = PBXBuildFile; fileRef = C746E89F59D201F9E6E20A6FEF6D82D9 /* options.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 481AF1CBEDC8FB9992A45810B04858B7 /* timeout_encoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 1657674FA7818269BF279A420A000441 /* timeout_encoding.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 483D4B3FECF38703DA7AB6E775915056 /* port_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = B23134AC4E28BAE5A609ED35432420F4 /* port_posix.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 489A188951EF3812E1AAC7CCFFDC3385 /* sockaddr_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CF26D800978D7E12C9197E5F8CE0AF9 /* sockaddr_utils.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 48E0D308029810559FB2ECF7EB2A5B58 /* aggregation.h in Headers */ = {isa = PBXBuildFile; fileRef = 24FEE149AF407C00A2DCEDBB35B99269 /* aggregation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 49524DD7C80C2A517F6A1352B67A44E8 /* GTMNSString+URLArguments.m in Sources */ = {isa = PBXBuildFile; fileRef = 534D9E690350BF747AAF2583BBFB49DC /* GTMNSString+URLArguments.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 497A1D2A29B4BA64DCA89FF4BE707211 /* log_reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7929C469E3E0F8D4BD65756F33480C /* log_reader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 499F3450B6940A23B22ABB00A97700CB /* wnaf.c in Sources */ = {isa = PBXBuildFile; fileRef = 73977F48626B3B588CF43711B94EB050 /* wnaf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 49DD3098085CF41FCC4AF97AFE428761 /* subchannel_index.h in Headers */ = {isa = PBXBuildFile; fileRef = 7579AC929F6CBAF69B71A89377805113 /* subchannel_index.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 49FB79142FDC8B28CDCAE5EBC466C386 /* sockaddr_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FFC7B397C6EED882E744E77803C3EE4 /* sockaddr_utils.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4A4002FDB2FA228662A344DDD513DA44 /* timeout_encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 95B9981C4FC4E6D24B6B4D7E460CBAF9 /* timeout_encoding.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4A8DDBDE465BD0109D65C88D60361A8D /* env.h in Headers */ = {isa = PBXBuildFile; fileRef = 6565C6BDBBFE011C47E3B65AE392E4B8 /* env.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4ABD17174B7C0DC60E74A293DDE2368A /* timer_heap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8383E0DF17B56745F301DDB96E8A93B9 /* timer_heap.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4B01206F1C6D7AAC08641FE1213D73EC /* init_secure.c in Sources */ = {isa = PBXBuildFile; fileRef = 39FAFDD5C5EAD0E76FF48A554DB0505E /* init_secure.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4B4EB4E552E7FAFF68459DE86DC98C68 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4698B84FCFCAB463A3EA24808D3A87 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4B6512FD8AEA209EC5A58BE1F5E364A4 /* mlog.h in Headers */ = {isa = PBXBuildFile; fileRef = A40A2EDB252A39143B41AD7AA2F31BC8 /* mlog.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4B772E137A881215E7DFE53B1F6C7FB6 /* stap_timers.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EC9D5785136F4B14F7B59B194155C76 /* stap_timers.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4B7F16E42A124FCA67A68ECF0CDD9FB0 /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = C360A07210AF9003FD42BBBCBEF6FE5E /* rsa_pss.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 4BB059F023002116410BB9DCB83176CF /* iomgr_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = C58B4BAFEA20319AB6C1BBDF5EBB91E7 /* iomgr_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4BB70F03358430B1EFB5EEB2F5EAC466 /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = 15C8FC966FAEACC69F4734A60000A247 /* sha1-altivec.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 4BC21DD16853FF06DF086BDDAA0E3B9A /* sha.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECDABC763BAF8294C39B95392A03C10 /* sha.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BC484C27A8130E1A2880CD361AE4831 /* http_connect_handshaker.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BB6F09ED6CA92682A4DCC1C000D4387 /* http_connect_handshaker.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4BE76C529C0D5FA40A5E6E2932C002DA /* testharness.cc in Sources */ = {isa = PBXBuildFile; fileRef = C490FAFD72F9D6951590D6DE1F1A8A0F /* testharness.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 4C2AD1A2931E281F983C68DAFC17159B /* dsa.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A2845E61E241927E62448A5C00490B /* dsa.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C9549D4CE230CA3C5D78E7B81512ED6 /* trace_context.pb.h in Headers */ = {isa = PBXBuildFile; fileRef = DF906A1B0C2E5814DF8699905E2208E7 /* trace_context.pb.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4CD57FB5E2B971AAA3BC9830376DF7F2 /* bloom.cc in Sources */ = {isa = PBXBuildFile; fileRef = A3D35066631C75A3EABCAB4E21AFDB74 /* bloom.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 4CD74C3A6E2EA0C19035574114C20EA5 /* gRPC-ProtoRPC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B20ACCBABB67309E9DAC6F34BD89A1B /* gRPC-ProtoRPC-dummy.m */; }; + 4DB9C1D88D02D5838872220A21167106 /* alarm.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B58352A80EA117321249D5BB3B0C498 /* alarm.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4DFC44262A850BD97FA2DA151F559897 /* inproc_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = E1B08E5DD957262858734BFB387F176F /* inproc_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 4E6213D32181859BB8863F54210C843E /* tsi_error.h in Headers */ = {isa = PBXBuildFile; fileRef = DFACCCD380CFD20204E1F968A8DF2A53 /* tsi_error.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4E786AED6BC8881EBD7FF6598CB02DE2 /* frame_settings.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4DFA19CFA0BFA3A7708F759F243D72 /* frame_settings.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4EC37F6F28AE49969ED59155709EC97C /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E17DF5CBB46951C59C093904C20023D /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4F573204F45C1A3FCA15435601955A7D /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A90D30C1169DD340C22FCF08A4E787D /* ec_key.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 4FA4E6A2DC1A6ED29CB35165C2F754A5 /* channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE3D631ECB9DED9B38E8F55CF422BAC /* channel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4FFD925FE6E0AC7EEE253045E63E479C /* handshaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 42909C74B24558C63A85F382DC1B0CDB /* handshaker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 50015B9FD7BF51986D9428CC3A5C97D8 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = 571390FF3F56944B8E4AD3CD6F3589F8 /* x_exten.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 50110047B7FB149DCDDDB0A0DE66004C /* json_util.h in Headers */ = {isa = PBXBuildFile; fileRef = F73D3478B1BDF49EB3E384A264934611 /* json_util.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5018298897910FD69BBC1E3756F12C8C /* ev_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = FB0F2070FFC745F86C3EAB729CE3038B /* ev_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 508E0BE5D7D47810B1FBBAFB0DFEE5FE /* thread_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 573949B0FF80E40650A869E4D7570453 /* thread_pthread.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 50C344D4008D7AC77BF4AF5ACCB74B9A /* GPBWellKnownTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E42A9A3C2337D0014363114410A76E17 /* GPBWellKnownTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50D59CCF70378C680E6618CC944DC620 /* GRPCRequestHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BDDEC03EF4450866EE6B1013BC2E57 /* GRPCRequestHeaders.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 517B31FBE7F66005BCF03B952AFFE803 /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5FC9C570EA7EDDAE4EE1B966092499 /* GPBDescriptor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 517DE7EBE3A9FEED25D0B7166E177DC1 /* log_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 51EA8B965ABB8AF24D0B68AC8B36A34A /* log_windows.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51AE63F8584FE4689785EB36B414D488 /* wakeup_fd_nospecial.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AF31B41F1D2E4BB8FB51AD5C94923DD /* wakeup_fd_nospecial.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5230AD2EC7FB0DE215318AE2D7EFE24C /* GPBBootstrap.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F072AB383224FAFBEE2037DFABF681 /* GPBBootstrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52C61DBCE0FB7D7D91E7A18B4D6DFC3A /* lb_policy_registry.c in Sources */ = {isa = PBXBuildFile; fileRef = CD55CCD395BA2555C019C1283F6AD557 /* lb_policy_registry.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 52CCBCC5C2C29DB84F03C2322B8E3761 /* GRXBufferedPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 27C462D1418A56B789D6FBC1B4697037 /* GRXBufferedPipe.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52DD10BA4B8D48BF948FDB6E7C2C8415 /* GRPCCall+ChannelCredentials.m in Sources */ = {isa = PBXBuildFile; fileRef = C03EAA8FDEFB12838AE828AC6F50E7C3 /* GRPCCall+ChannelCredentials.m */; }; + 52DE7298571CB9E7172995A5EA2E5BB1 /* chttp2_transport.c in Sources */ = {isa = PBXBuildFile; fileRef = 58D50A791D4787BE0A1195CBB0F1DF8D /* chttp2_transport.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 52FF9416DEE169E4AD360CF434B1AEF8 /* client_channel_factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B97D1D6472527F317920F531F3FAE33 /* client_channel_factory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5340E58816B94B61435A87F04BD50EC4 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = DCD89A9CA76205B740901E7251907EC4 /* by_dir.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 535ED9856B6EB6496321F6DCFC58C273 /* socket_utils_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = DD0FE2EB22C01CB74CBDC995E9F69A8F /* socket_utils_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 53741B7C2877677F95310C2D021B7FC2 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A68465A9B30CF4E38837D2399C5F23F /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 53AB8F9295B09BDA04DAD007C33BBCE3 /* mul.c in Sources */ = {isa = PBXBuildFile; fileRef = C019E09A7ED84933CCF854E8D700FE8C /* mul.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 53C4AA2E585CA0ED9754281339136155 /* merger.cc in Sources */ = {isa = PBXBuildFile; fileRef = E664A4A3F449EDE294DF9D6C33D4C2B2 /* merger.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 53DAD571321E7EDE5D6E25FF69CE4D53 /* GRPCCompletionQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 2357CB99F05102E1F6FB0BA002822784 /* GRPCCompletionQueue.m */; }; + 54455410FC3AF01A1A77234C5A28453F /* bin_encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 947E788C61A8DDC2ECC5B76A37564DAD /* bin_encoder.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 549D5D52427C1EE6DB0D3A617949307C /* sync_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 98939150471BEB46B08332BE3B4D100C /* sync_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 54B33E66E52E7615423DCEF49E5065E4 /* lb_targets_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A8AE339A7332C45A5F1DC2346E6CBF8 /* lb_targets_info.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 54C090EC9B2F3A850926002C99E8ECF4 /* dtls1.h in Headers */ = {isa = PBXBuildFile; fileRef = 58449F925D32D4B6C0A542E82AC62BCC /* dtls1.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54D40C70F5ED11342FE4767E3920E519 /* x_bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = 703C627EF81D6F0A80B7A7667C4184D3 /* x_bignum.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 54D79879D6B55A8102B0CA67573FD198 /* tcp_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 8863C67A9776AF2A7E5CA96CFB46E65E /* tcp_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 54E73FE47C4DF3A3AC4806E13439281A /* lb_targets_info.h in Headers */ = {isa = PBXBuildFile; fileRef = 99418796DEDD66675794248ED3138CDF /* lb_targets_info.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 54F9C81DE98B7F50845ADC4196DDAADE /* asn1t.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F3158A5F5CF33104ABA19CB4037089 /* asn1t.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55754A0A97E18493AA18D6994EB219CF /* json_string.c in Sources */ = {isa = PBXBuildFile; fileRef = D517525F5BD4408A6FB61B58F8820890 /* json_string.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 55A6DF6B030B6DDF2194673DDE25D8D3 /* slice_hash_table.h in Headers */ = {isa = PBXBuildFile; fileRef = 756195B355D240F2760FC84EF3875BBB /* slice_hash_table.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5628EF720D71BF0DE0E91CB9297735D5 /* ber.c in Sources */ = {isa = PBXBuildFile; fileRef = 86AFEA3DCB2AA5C034DEA349B334F835 /* ber.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5644751CA1EE29ECC6081A5DCA0A204B /* ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = EEE9CC3AFD3D0E2A5AFDC674BEFDD00C /* ctx.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 56640417D6AFBAF05720E022EA7BAC06 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 358ABAF721F945072C58FAEAEC6A1B3B /* f_int.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5669126174F7E2F171B5F8D45AFF609D /* pollset_uv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3BCF69B628D856280B31924BD03183 /* pollset_uv.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5698288CE1B4DE91878E5964981708CA /* server_secure_chttp2.c in Sources */ = {isa = PBXBuildFile; fileRef = C8443168EC97F43B81C015D4CB2263FB /* server_secure_chttp2.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 569DD1E80562C6C47B256B74BE4154A7 /* grpc.h in Headers */ = {isa = PBXBuildFile; fileRef = AE0EC3B57B90F5385286D4C48FC7A61A /* grpc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56EB6FEBB1B0CB13AE8A6E2DC51862CE /* random.h in Headers */ = {isa = PBXBuildFile; fileRef = 2242A6720B0878D1F152E61FDC119CA6 /* random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5719C2681F131C1D5E8BE534BC556029 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = 28E01CA490BD6E7B01B9D9B70C24359B /* e_null.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5728F779CA550F63CC5FD3B2237FF199 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C596F5E303E1EEE1B73A37CC179A92A /* v3_pcons.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 572CA720951E11848388BD5F7694D58A /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = 968D3E9B54595FB5FDBA88FFAB959E28 /* GPBExtensionInternals.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5738BBB4E38723CB8602518A3FBE81AF /* GRXWriter+Transformations.h in Headers */ = {isa = PBXBuildFile; fileRef = F706760DC746F1466C449C1B797E6368 /* GRXWriter+Transformations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 573A547F7E722C4FBEF256862DC46ACD /* socket_utils_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C194597FB0A972570A028262D05BAB7 /* socket_utils_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 57EE1A5AC74F22E44D0795EA5E7023CA /* histogram.h in Headers */ = {isa = PBXBuildFile; fileRef = C091451A0C4EF2C493EE5431E379103E /* histogram.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5829F204C80DCFCE7E2C8213DF79117A /* tcp_server_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E299A5971AC9C950557D9FA1BC322B8 /* tcp_server_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 58437BBF9DF250BA403B67F91086CCCF /* ec_key.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9A5ECA2EF1F39C878C1B1EABCA1F66 /* ec_key.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5849EE58936302AB2520B0B2DC940BCE /* ssl_stat.c in Sources */ = {isa = PBXBuildFile; fileRef = 40E5A68AE8D51D1E4E4C978A9A80DF26 /* ssl_stat.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 587935EFCBE6E33323F00B5A4A802899 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C62D19ECBD6FFCE8CCA7569A77405CF /* dh.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 58C1073A3EF5A8AB9C33794F97868758 /* http2_settings.c in Sources */ = {isa = PBXBuildFile; fileRef = D06DE87CC72A327564022D06D2A90626 /* http2_settings.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 58D6ED7AE76503202304F8AB2C6C20C1 /* e_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = D814EBEDCA8EAAC51BFD3B952A8562DF /* e_tls.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 59D818A8AF5E59F84AD38C2092B163E0 /* combiner.c in Sources */ = {isa = PBXBuildFile; fileRef = EB8A21A26F9C6CA304FB7DD5AC60A5F5 /* combiner.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 59DBEEC329EF923ECEFF4D8CD94D944F /* repair.cc in Sources */ = {isa = PBXBuildFile; fileRef = C0E7FD0891330642B7A1C913D2F0879B /* repair.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 5A43DD5141A85BD74783B8E5AE60882C /* FieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B3357712FEE85F6DA12F43589FE247B3 /* FieldMask.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5AD4B8F475C8DD8268908DD9CF882A04 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDAA104969585EAB48CB23F59C6E6A9 /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AFDF0C1DF62C2D7469BE9C81646FE90 /* FieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B03337DC7865C4BBDE5D2125569829 /* FieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BC7AF78DE938F372DD1EE39A5C72E1B /* GRXWriter+Immediate.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D6C9C49E2FBDC4BD71A9141566D708 /* GRXWriter+Immediate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BF0C013AB8E78A36510E3D2B22E74B6 /* load_balancer.pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFABBA2A9A53D1E827BBDCB7F49BBB8 /* load_balancer.pb.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5C16D08D4D5CD8EC6CED75CE85737356 /* lb_policy_factory.h in Headers */ = {isa = PBXBuildFile; fileRef = BB21CC8C7966E7E9651B7DEF04C8680D /* lb_policy_factory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5C745171BACA5ED79E4340D1E858117D /* completion_queue_factory.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E6B86FE81C1C5558947DE15D54B465E /* completion_queue_factory.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5CD4E4F3388BCA90B9B20BEC51DDD345 /* slice.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B2D36D541A0A3E62F3D51BDDE6A8FBF /* slice.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D15BAB6705DE0966DE60D04E77DFE11 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = E9674BCB50957B3BF8B6423683B4ED20 /* timer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5D3E7FDC2408BC1945485D496AB58C3A /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 66CDD4AC9B4053EDF7751E381D3F3690 /* des.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5D6B23ACEAEAC74502DA979A70452DCD /* cpu-ppc64le.c in Sources */ = {isa = PBXBuildFile; fileRef = AE1DAE000029384C2CB20C7A396BF76D /* cpu-ppc64le.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5D839BA84E0EADF34C901E42DDB8A6BB /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = E2C0E911C7C64CD7C84D0FD3EC7E5860 /* version.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5D974283B3EDE329BAD85A2FC802DCBE /* block_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = F2ECCE6FDC34FF204FD1C2C9FE64A114 /* block_builder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DA4B58E4AABC5F695E147BC769F8679 /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B71BDC45858C532C3A96F7499BA7FA8 /* curve25519.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 5DAE40AD0E06A0159EDDAF0B9AF0CFEE /* event_string.c in Sources */ = {isa = PBXBuildFile; fileRef = A88C0ACFD01C0334CCAFFD5B991F56C4 /* event_string.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5DF902FEFDE48DE383136BF272D91198 /* service_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9949CE02E0DAF656B6D34A75F005DF /* service_config.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5E255A5B5203BE00C7B9E4D2E0D3BDC7 /* GTMMethodCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C956796A4E8818031C1C151335D5C5 /* GTMMethodCheck.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E3E4F014EAC84C887409783A83DF4BE /* buf.h in Headers */ = {isa = PBXBuildFile; fileRef = EE528B39B8AA43ADCEA2C66044EAE2FA /* buf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E88E7A58B99946BD786A7E3BF24D07F /* jwt_verifier.h in Headers */ = {isa = PBXBuildFile; fileRef = DE499280161E0990C0E2FFD98FDF1A7F /* jwt_verifier.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5E90AEA3FC17B1A33D0FC41A1A774C07 /* histogram.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AF0A78A15393C0A9DF02ED42F3781E /* histogram.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EB1BD763A1DF8AED93D1D6B501EC03A /* security_handshaker.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A2289FAF99875871D95180B40A71F9C /* security_handshaker.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5F404CAC64AAECD236C1F31214A9D145 /* message_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 86EC04B2805F1D5C76FE24FC71BF783A /* message_compress.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5F681B8BCEF5CACFAA472266F9AD5FF5 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2E1FC897FB43F5E8A877A881845B5A8B /* format.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 5F6B87C2F68185D46D8AEE25C868CDAE /* security_context.c in Sources */ = {isa = PBXBuildFile; fileRef = 85EF49C0287A3B0CE82EC4AE91AD995B /* security_context.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 5FF78E1CE4204067E6932F696EEA935E /* exponentiation.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C900E09ADF4C4CF01E3344DCEEF4715 /* exponentiation.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 600CE58E73E1C3AE41607F1AB96F8229 /* trace_propagation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0D439DE5F74E047D1A79B00F354454 /* trace_propagation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 601809DE2D606937BFA9D1B5EC94C66E /* exec_ctx_fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = C36151646AA6896EDB8E056E7117A20D /* exec_ctx_fwd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 609344EA4D857A2F333A3FBCA43031BC /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E18EFD5595375ACB1818B03081866688 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 613D32F1482117AF70C951347CFEAAB9 /* lame_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F83A751620A790BAF71A52B1CB06150 /* lame_client.cc */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 61C9075738B6FE222E17BBA333128AFC /* lhash.h in Headers */ = {isa = PBXBuildFile; fileRef = BA23F8D548B397F6CDF1FA1A6FF34605 /* lhash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6223C69B933DEA99D278C39347C7A727 /* log_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 047D136A0A1A8581503704508BBC648D /* log_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6286B484ED86FDF37B961BDFAC7754B5 /* time_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = A641359223F779723DF563CDD45F9336 /* time_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 629E6FD3D1199E3A83832AB99747282A /* endpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = E554729804327CFF9A999B18EE4600D9 /* endpoint.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 62AF15C3BAA5F38C07A0F7D9544A5F67 /* ev_epoll1_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = DC731254F1301465D627EB8C3DD9D5B0 /* ev_epoll1_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 62D469B4337D94F5B06F09DFC467E390 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = B859013FD1212D66C70F1F9822D4A4FF /* resolver.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 62F828DFBC103E0C7434D13A7C2C562E /* dbformat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 183E4EFECDD5D522BF903BD09C7FBA38 /* dbformat.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 63780C8FA4BDB5F04224037090FAE81E /* connector.h in Headers */ = {isa = PBXBuildFile; fileRef = 23FDD5718239C97B4A9D4D067C1F9FB6 /* connector.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63F09FB3077F09B10A242D5EEAE6A741 /* tls13_both.c in Sources */ = {isa = PBXBuildFile; fileRef = 82E7CCF800740ADAB8353C2BB91B6C20 /* tls13_both.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 64240E101617954DFFD55B919DC39640 /* deterministic.c in Sources */ = {isa = PBXBuildFile; fileRef = C9BA671F9C9757EAE981A4E36C95D644 /* deterministic.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6456388C0C57CA4C5E7B7DFE5C80A5B7 /* ssl_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 418817C2488BC030F27F42AEF69BB7B5 /* ssl_file.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6460E795F52D637CE49B83076BBA8A63 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = C3140F3336DEEF837AB711D7C1BE7562 /* v3_pcia.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 649B9F9282139116D8F49B080C817E02 /* message_size_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 3D0E0119ECF2F2E83E85E6F0C02641B8 /* message_size_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 64BC0EC04283681EB0AA0890D60BA670 /* huffsyms.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E3FBE4BF38150CB9CBED3F2819A3F22 /* huffsyms.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 64C2512B3CC3D02711B84AF456A4BC80 /* two_level_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C72E9039F223A76BFAF1FF167AD150 /* two_level_iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D813C211A91B220F8B997AE3360193 /* pollset_set_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = C2635B742F57032F16C47AA7F44A0626 /* pollset_set_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 652774A17DD5C26CC748EC69331835F0 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AFD9336391406D1EE7F947998FB04A9 /* asn1_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 65589762C8A6E470D560E8AD2A2ACFCF /* GPBRuntimeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 09363986C4F2C50222BB3DF003EDBA72 /* GPBRuntimeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 658706FB6D01963EF773AE3F7243F1E2 /* version_set.h in Headers */ = {isa = PBXBuildFile; fileRef = EADAB69C9DE5DB238127DA740F4B8B71 /* version_set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6593D7BEDFB2E70FD9BC06334236F9FF /* http2_settings.h in Headers */ = {isa = PBXBuildFile; fileRef = 22252D843FB82064A28C071617FA4DEB /* http2_settings.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 65ADD0F4B4E07A29D4D24682B2013033 /* p256-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 3398040865885A8906B3A7CC900757E2 /* p256-x86_64.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 662AE095A1E916400CCE5B2A67BD42A4 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 90F871EE60A4E4816E0C9C54DD75B06D /* pcy_node.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 662D5A1BF40B6840281E7FC3148C3AF2 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = B29062EB6A35B4CE8E003262FC705510 /* port.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66764424E5E9EE37CEA768CDED6A1256 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = DF4CF26A4CABD2F7575B2B5B65C18AEF /* thread.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 66B439CFD254BEA3272A044F1C914C07 /* handshaker_factory.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C5ECC4E9890E6830B42BC89DE85846D /* handshaker_factory.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 677A394530546A926CECE3EDFA0A54EC /* channel_stack_builder.c in Sources */ = {isa = PBXBuildFile; fileRef = FA81F143D20C32BE5C22DEFB2691F25E /* channel_stack_builder.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 679F03E8D5CB75072135440E9518A1B8 /* workaround_cronet_compression_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = B045189E69A4657787C96DCC5CEF1689 /* workaround_cronet_compression_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 67AF3B073B36F96D9F0DD1B053EE785A /* endpoint_pair.h in Headers */ = {isa = PBXBuildFile; fileRef = B1031B6DAD7DB0BA54AB015F9F8FF57F /* endpoint_pair.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 67BBA655F1454C42C48A72AD762DA855 /* gethostname.h in Headers */ = {isa = PBXBuildFile; fileRef = C5337A67C403F35CC136569F8B542B12 /* gethostname.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 67FAA20ADB8E1B65E7939247FB90EC1A /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 488E93EA546AA37A93211C5B8164BB6B /* gcm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 682C8AB34D8A1E5725BC46820A9FF3E6 /* tls13_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BB1CC8240026B944CE57302BEAA27AC5 /* tls13_enc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 684DAC80E4FDD8F561781805CD331A96 /* mode_wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = E382C05E9F06C7800EE133CE6FD4AABA /* mode_wrappers.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 687A0B36A6D8EFE90015694B6382B453 /* sockaddr_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3624ADD22BBA2E7F76EF1AD1874937 /* sockaddr_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 68874114A499F732FBEC1159D6546D9A /* pkcs8.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A61A2CCC8596DD7985146C37FDB038 /* pkcs8.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68D7DF859C217F8C88A1A8B756E29F19 /* bin_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 81E7E5A036E9B3BA27B47FFE5618E08D /* bin_decoder.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 68E403770E2D8E6CE0235B256A68ACEC /* byte_buffer_reader.h in Headers */ = {isa = PBXBuildFile; fileRef = E231A48430CAEC2736EFE1C77C4C8948 /* byte_buffer_reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 693802DF069F6156BD1EBD75A74CA32C /* connectivity_state.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C80BDCD26583C82B8FFB923F7A8A198 /* connectivity_state.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6964FE94B287F77FB0BE09633388F7D7 /* gRPC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D17B2C0E7530B4B3209BC2E5280113E2 /* gRPC-dummy.m */; }; + 699E79321EA3BB63FA97CA045C0C7EEE /* GRXNSScalarEnumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A112BE50FD1C04CA915168243F05EF /* GRXNSScalarEnumerator.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6A06FCA67D33AF951B032403C40AC931 /* NSEnumerator+GRXUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E268EBFDF5C0FB17A24470E71A8B62 /* NSEnumerator+GRXUtil.m */; }; + 6A429428C40437CB4ACFD498456B4D4F /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = AC25422621D54F4BD2BA0E726D22CBF0 /* hmac.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6A87F789E87B3161A95A7E02317B184F /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D34D4318A640D0A839390DE49449DDF /* iterator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A9E189EF3FEFD64CD0FBB44DE362816 /* status.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3458B64AA7899E0B2310826E6FC713BB /* status.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 6AA8BFFDEC831894EC5E8B0E87F72CB0 /* max_age_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = D3331C9EE3D28E07E6253190F5C600E4 /* max_age_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6AA97DC025923860379550A240D1FECD /* ecdsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = CF75C27CA14194BA15D80DFCDF06A1E7 /* ecdsa_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6ADFABFC7F5B5AE1E1E0AFFAA3D46088 /* NSData+GRPC.m in Sources */ = {isa = PBXBuildFile; fileRef = 085EF664F03B3586D56EA1C423E260B8 /* NSData+GRPC.m */; }; + 6AFE61B76D0BB66F139EFBFC15D93597 /* timer_uv.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A42B6A0B8DC60DFF1E537D2B9AF5448 /* timer_uv.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6B1E8EB30B10FD6B674C442DC796EB89 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D2439B0320C8AB947CF6D7FA78CC308 /* a_d2i_fp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6B4024698F7ECBC2AD7E8A7B732B2E0E /* iam_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A83FE3FAF09159504B1710B6F6985F2 /* iam_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6C244F6C13E2CB9CFD454A17C3BD67E6 /* socket_factory_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B8C234ED2139FC9AF23650B829DA3D /* socket_factory_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6C262944569C29D04DFA3C5F21494AAB /* GTMNSDictionary+URLArguments.h in Headers */ = {isa = PBXBuildFile; fileRef = 175B30681D4764257B5F9B4E68F2E26B /* GTMNSDictionary+URLArguments.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C61813DEAA5CD45A3458E5DA2D13504 /* cmdline.c in Sources */ = {isa = PBXBuildFile; fileRef = 84436BC8EE496B7DAB3B108F9FBAE3F4 /* cmdline.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6C6E293DE6585984A35E44754087F708 /* key_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = E61FC8183C3D2EFDBC16AC0A1B2C6C40 /* key_wrap.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6C84C9E36667F3A390AB429A5DE577EE /* timer_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BA50E0D51EF815276ABFB985747715 /* timer_manager.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6C8F5EC272F99D5D443A753C66D11881 /* combiner.h in Headers */ = {isa = PBXBuildFile; fileRef = C324B91E21E9660783AEF22EB6FEF473 /* combiner.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6CA76DD6D6B12C48C0684A45612EDC46 /* endpoint_pair_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = E9CB13B90A73838A80F2BC00DDB96AFB /* endpoint_pair_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6CC2822205FA18382808148367BBA116 /* call.c in Sources */ = {isa = PBXBuildFile; fileRef = D55DA69B95CBCA31BAF5A33140382AB3 /* call.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6CDBF081F6F74EA49DFCC3D48B207A56 /* proxy_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5F792530E2A61B2AEF91E4001C304 /* proxy_mapper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6CDD5B7842CCFA56E131AA1A9DEBA85C /* ssl_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B82BFE317DE16F573E1C9B4A1077FB0 /* ssl_types.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6D0505AF51060AA6B253603B425ADB1F /* digestsign.c in Sources */ = {isa = PBXBuildFile; fileRef = D7F16AE378AD2D8AF92BA7A7703DD479 /* digestsign.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6D2E2AB589DCF46156B4A6ED662AEEBA /* metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE0A2D42B54532D63114EDC7DE1D49 /* metadata.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6D70618947D84BB7EED57794077FEDDF /* block.cc in Sources */ = {isa = PBXBuildFile; fileRef = 39B7E91E1E0C8ED5689A6A615A9F7853 /* block.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 6D9A51DF615361588FF08871F1CC7443 /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = E61B95872CFE166477355FAC44F6EDE8 /* connect.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6D9E50139F5C4F57EA4E29D5E034E256 /* stream_lists.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A1820F86A47233E6CBF152B4E6AE871 /* stream_lists.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6DAD54A9380C165F64E2BB21A1B14797 /* percent_encoding.h in Headers */ = {isa = PBXBuildFile; fileRef = E85F2ADE3D3834E01C0CA9EE18ECB5A9 /* percent_encoding.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6DF72B3AB31C2F576AB190DC5926FFFF /* digests.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A36076A371EAEAEA3EBDF7E96D7CE32 /* digests.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6E2373AEA9FE761F1EF84D5FEBEF0E69 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = A69E9533E106FA72108C54646715EBA1 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E49EEB1649D1554BE1FEEC303F02BF1 /* init.h in Headers */ = {isa = PBXBuildFile; fileRef = A37F230AF23403AB4CC40BF8D98AE884 /* init.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6E615CD420FC7E2C0DC475F18515A59E /* tcp_server.h in Headers */ = {isa = PBXBuildFile; fileRef = 580CF2F283D5A1BB667294B63619BCBD /* tcp_server.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6EA9DBDCE72BF95D9EC45ABD3EBB2ED0 /* write_batch.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F5D92CE94B62F9534E854DF6D322264 /* write_batch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6ED0E1DC8E6F14778E321992ABB3A4F9 /* sign.c in Sources */ = {isa = PBXBuildFile; fileRef = D71975CB08E4E0E28583DE23F7CF7586 /* sign.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6EDB1D4C038CE24E8C2D8DB48507E964 /* GPBUnknownField.h in Headers */ = {isa = PBXBuildFile; fileRef = EA9D18144F6498E44B6A6ED60CD4AD95 /* GPBUnknownField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EE6DA9D32E79A59E66873ECCF7B0B87 /* security_connector.c in Sources */ = {isa = PBXBuildFile; fileRef = 746992875D0625F23EB5B159CDB66017 /* security_connector.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 6F1133388C98A1BFA39F6CED96E3AFAD /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 655656DE080A574131D782AFE77A0DCA /* pcy_data.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6F4C85B3F89BFA096983AD9A6259569E /* GRPCCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C2D5B52EF753FE8437ECA05C4E6FB5D /* GRPCCall.m */; }; + 6F507FCC1900F9D09B657655E469A695 /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = E655AA49BC22CA4FE5392FF96A385BCB /* file.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6F99DEB99CE0833F0CB7E747E1A5E836 /* v3_pku.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EDF8EF32BE02E7ECC15D904C7477391 /* v3_pku.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 6FCBB454A667B6530EA38568107F242B /* varint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AFF5600B0AA9BAC365232EA4B2DDD3F /* varint.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7026A915B8CC14693C2E699A332E631F /* frame_ping.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AC109D2E48F9461DACC95667E5A75C4 /* frame_ping.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 708A0251DE4309D7FC9525913454DB41 /* mlog.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F8F30566310D75818E3E36740494184 /* mlog.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 71559A2450F1BAC15FCC15A5426A7A97 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = FE5358712CB7CAA70F8CF2B5B90D3E21 /* v3_pci.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7187330747CFB7F2096C40C665F76065 /* json_writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 08775936A3C546639E334F40441116CA /* json_writer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 71D8BE1E2E441F17EB98B12DC70286C0 /* asn1_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = D44FFD82961DA2FE1D25084AB2AEAB31 /* asn1_compat.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 720855A1139165A1798D43B13BEF0F52 /* status.h in Headers */ = {isa = PBXBuildFile; fileRef = A2152D46DA8F5B0CF2BD6BDD81DC36A5 /* status.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7220E2D375F1A9632AC6AD8610C0CC14 /* v3_sxnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D3668541EACFF699F02AB80E6901B5C /* v3_sxnet.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7256AB12A999EFA8DA7574C3698183F8 /* d1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 5261B65AD7C01CC3D6218724A838E2D2 /* d1_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7263B102215FE816A960A021492F5731 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EF727BDA27241E624BAB2A05B567D7 /* GPBUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 7273665AC0132A9749208AC5FC618D46 /* load_balancer_api.c in Sources */ = {isa = PBXBuildFile; fileRef = 32476504AF003B1D5B288BDB3C0E9A48 /* load_balancer_api.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 72D696F51CE9E60BCCE89717BA6C09D5 /* objects.h in Headers */ = {isa = PBXBuildFile; fileRef = 7232F24125199F7072098D3B13A5C1EA /* objects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72E98ADA22EA6B89DF97C4EB41531F7D /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 445C6AD7EE201F816D894173AFE96692 /* socket.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 72EC266AD820617776F48DC816201E85 /* byte_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D18031816E0E2A62E28176CF058232D3 /* byte_buffer.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 73062F15467339CEAF231719E42421C2 /* resolver_registry.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BD1EC297EEF27F9CBFB098E22CB556 /* resolver_registry.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7349762A9D556371C8A72DC95CEEC4E4 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B30E28EBDAB3C948C985F444112B6477 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 742B7387A326899A449BEDE37FCC8C83 /* GRXNSFastEnumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9399E4B73AB7BAB1E3F570E873DA03EC /* GRXNSFastEnumerator.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 742E34E73901DF5C5F82BCEA5AF629A5 /* lb_policy_factory.c in Sources */ = {isa = PBXBuildFile; fileRef = 712AABCC6EFCE75ADDCBCED4D90A1EA4 /* lb_policy_factory.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 742F6139B3CF93EE41DBDA0852254028 /* GPBProtocolBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = DDE0DD2A047CF88CEE81827EAF71DA51 /* GPBProtocolBuffers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74370292FFA0DA3868528E34542B098F /* slice_string_helpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FE8BF25AB3FF49C52578E6FC9534D5 /* slice_string_helpers.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 751E2A6D43D7C80168C7E56A46D13A90 /* port_example.h in Headers */ = {isa = PBXBuildFile; fileRef = 0599AAD0FABD34C208D34DEAD045FF2D /* port_example.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75783F6C70AED1D88A624CE1D3EDF020 /* x509_vfy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DBB9C85DE3AD1C17275ECF128A00CC8 /* x509_vfy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7596A60E62153DACB671A0A93C16B729 /* port_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A7F552A040D540B8B163778A0C841D5 /* port_platform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75C4689A268CD1E45ABC86CC1D69236F /* time_support.c in Sources */ = {isa = PBXBuildFile; fileRef = E0D3A7B3E0773CCEBD04F8B278B97790 /* time_support.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 75E0CABAD47C780942435D44B89E20C7 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = AFF79FB038783E1633076A93E138AA4D /* stats.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7614D3AB3129B5A17AA56413358B1CA9 /* trace_context.pb.c in Sources */ = {isa = PBXBuildFile; fileRef = 66AC9C72FBDDB360F48F7EF187BC9F22 /* trace_context.pb.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7654D31673960CAE2E54EAAD3748074C /* jwt_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = D4646448520F59A90C2CB09A6E9088CB /* jwt_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 768C7EFCBCCAA23703542C92EB3FB191 /* snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8DEC1BED755D3F31CF674CC2898F8F /* snapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77488B0325BAFD53B949C14F9A6E0F28 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 0274FCC7A92013517A0B2F3C106BA8C0 /* x_req.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 776F710B6EA5219185A768E253B5ACDD /* subprocess_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 9855FE5CAFCD6C0EA04194B3E08818C2 /* subprocess_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 77957CD98E2DB920309BAF28D4F210D1 /* ssl_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 431C258BBA92C6EE109986E6503839D4 /* ssl_x509.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 77ED881186BB5BC3CB81BF31B05CEBA6 /* pollset_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = C7FE5B1F115AEC7AD2E13A85AE236D6A /* pollset_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7801906484EFBDD4448D9EE1D1EA8496 /* time_averaged_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E23C03953278F3D3BD7F69893E0D0C /* time_averaged_stats.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 784B67DE96E821DE2403DA8BFFE85BD8 /* lb_policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E621A1A524D6462156D615A62FC1636 /* lb_policy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 78B3336910DEE4F6DA8A700242CC70C2 /* aead.c in Sources */ = {isa = PBXBuildFile; fileRef = DFE282C6E67A53EB4E8E298199060671 /* aead.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 78B8BACD145D666FCE80AA47E1C41195 /* GRXNSScalarEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 348B1BDC42CA9B9EA4C0C74CC35E3611 /* GRXNSScalarEnumerator.m */; }; + 78FCE6EBF46C3E1A8ECB7AC5BD961079 /* log_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F5A449434D239A4832DC461A2B0B28B /* log_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 794C0AB40DE766385581AF86E8BA2A5C /* sync_generic.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7C5FCC3443DFD922EE1941CDD6361E /* sync_generic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 797C2180B410ED94A97F0B5E88A75454 /* poly1305_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 13360786798B3DF36C8A70DF95330A0E /* poly1305_arm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7A13948487D84D06D842AD0CEA4A6A4B /* ripemd.h in Headers */ = {isa = PBXBuildFile; fileRef = 590CBF19172352B14849A6E19F112049 /* ripemd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7ABABFCBC20BE828A5B5CBF2ED9CC795 /* credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = AC882EF40B521EA22EACACD72A877A6F /* credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7ABB2CC44392802B10FD0A20C476719E /* version_edit.h in Headers */ = {isa = PBXBuildFile; fileRef = F56AA4B9AE125DD2674FBF8BFC6A1710 /* version_edit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AE24FB9D97D07A253EC0E571FF687A0 /* sync_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 491064C4A84958FB2435A891702EBA0B /* sync_windows.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B044FFB87AAFE50A8BE1F1531F7C41D /* unix_sockets_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 923A86D23EE0A788F6C410C9D5FDB6ED /* unix_sockets_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7B095995A8C1D46735652207148EEC0E /* sync_custom.h in Headers */ = {isa = PBXBuildFile; fileRef = EA22D5157B561E318CFCE17FB297FF08 /* sync_custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B119FB9A4D6715DF2F9A017C30DB902 /* NSError+GRPC.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F97C56DA5D5E7CA6F601978A94C203 /* NSError+GRPC.m */; }; + 7B9187B48B1FC88F0413FF34D8B967F3 /* table_builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = BF4625A253AC81B7091418D40DB57F39 /* table_builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 7BFAB9A532070DD0EB6399AFD8F0C8F9 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 5356D41329260046F77F9A891330C5A0 /* v3_info.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7BFB8B05CC4729D2676E9B86708A66CD /* GRPCConnectivityMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5A94C1F8CC1B25CF7E00493B96A950 /* GRPCConnectivityMonitor.m */; }; + 7C0158CC24C73EB74B0C3B633BCCCDB9 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C985BC6AB38144E9DE82BFC0AAAED6 /* nanopb-dummy.m */; }; + 7D0009A27C330A9355F279D15529A768 /* grpc_ares_wrapper_fallback.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F66F24904AA83FB572EEC746D1373D1 /* grpc_ares_wrapper_fallback.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7D85C6F3D94A7D8FA354A81980043345 /* tls13_server.c in Sources */ = {isa = PBXBuildFile; fileRef = AC0714C5D8A146401380E06287A3DAE7 /* tls13_server.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7DA93F57089C4CCA23E4EA7B91011B1A /* format_request.c in Sources */ = {isa = PBXBuildFile; fileRef = 8817A565C2CB6687D8540EE1134C8829 /* format_request.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7DF430A63EF9D76C8A5E388C1D107744 /* call_details.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C9434265493AECCE46885B17590E27F /* call_details.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7E61BB5F494D3B7AF5C4E544CAACEBF0 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 63A304C1F584806D4D8AC9F7C5718407 /* t_x509.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7EBA4F797A3DF69137D126D4108CDD77 /* ec.c in Sources */ = {isa = PBXBuildFile; fileRef = B9453095512391B0C26FFF7D032769AC /* ec.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7EDB12CDAF0453D01A8B2BE80EC454F9 /* client_load_reporting_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 38D3968C654C30361818994460009559 /* client_load_reporting_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7EF22790BAF7646A883B0D7D4161FC6E /* iterator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 55D1EA396B8131D2287E02D166BCEA97 /* iterator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 7EF441E7E721C6C41ECD6914BB63ABBC /* obj_dat.h in Headers */ = {isa = PBXBuildFile; fileRef = 87F1534C1DB75B2576C83A3014D24B38 /* obj_dat.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7F01603617B7667AB7485DFE937EDED6 /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = 50B1AD4AA8796BA262B77895D21A1B3F /* pem_all.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7F52EF35BD4BC03381185E5BDFF4B8B7 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F06EEC61915E60A16651A38BDC0AF1A /* x_attrib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7F7002D5FA4DB777F17D5D1F09FC541D /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = A9123A8A0AA9086D9A9E6F613B31228C /* tasn_typ.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 7FA44242A0525AA10D14CE4C0C82218B /* load_balancer.pb.c in Sources */ = {isa = PBXBuildFile; fileRef = 790D4139D7508E4633209A46FA3062CD /* load_balancer.pb.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 7FBCDDB1E1B741F7387E88180ED84468 /* env_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2F42595816A504AB16A71C6716471DB0 /* env_posix.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 7FE6FFA0F9140AF35803812F7D7697DA /* add.c in Sources */ = {isa = PBXBuildFile; fileRef = F62E99A593F8A7EE2A9631EF302E4FA0 /* add.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 800C6A6519754BCA12621AB7DD7451E4 /* arena.c in Sources */ = {isa = PBXBuildFile; fileRef = 77C6D60CB83A22EF2B14F717ACFD9158 /* arena.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 801215B5861F6B4AB34C3A6C0CD05801 /* string_util.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C14B05C78F9B5F6B14EDD9AD1DCE4BB /* string_util.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 802FCDC4196E5156A7F32D525C91ACD6 /* GRXMappingWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = CC149DC93D840261D4C40E23223169C9 /* GRXMappingWriter.m */; }; + 80B5D807008C69CED5BCA2DE5836103F /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = 2266D058CD57845DC45B0D7BBBD11B55 /* table.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80BAB16F0D53F9424398F4C00ECD8BF5 /* time_precise.c in Sources */ = {isa = PBXBuildFile; fileRef = B3043D1AD857E4B6DFC2C63B8AB81513 /* time_precise.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 80E14F8886A469BC53BCB5CEEB36EE8C /* event_string.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD5B200D55DA6E4FBB480C53711A7A7 /* event_string.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 81A3765C9B76D69AB53DC84BAE6447FA /* GRPCCall+Cronet.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F89DFACF16CEF7076F1C8E0B6570A2E /* GRPCCall+Cronet.m */; }; + 81A9697E26C2CF8EAA120CF8DC8581B9 /* pkcs12.h in Headers */ = {isa = PBXBuildFile; fileRef = E39AE8287DEC76888FFCE8C9D1BB3341 /* pkcs12.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81B814E62B0E77CA365C24037B4A3983 /* atomic_with_atm.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F48D76362956F7DF20901029DCF838 /* atomic_with_atm.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 81D8C8E55BEC6BB4DA25031BFA66BF3F /* bio.h in Headers */ = {isa = PBXBuildFile; fileRef = F176D6F7C6A9E620DAF5360E268E5583 /* bio.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81E54E11BB402FECC04AB36FF47D6118 /* GRPCRequestHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = CB915C4AE278C289114A375CBA5E99CF /* GRPCRequestHeaders.m */; }; + 822C2E77F4D2A279EA964BB965BCBD60 /* call_combiner.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DCB315D7B972E0A2B8A4219C35E72C1 /* call_combiner.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 824FA1DD2942A93AE71F62B6F608406F /* intrusive_hash_map.c in Sources */ = {isa = PBXBuildFile; fileRef = F79D504499AE304DFD9A810570CDDD78 /* intrusive_hash_map.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 82F6399B36D3851D99FC0432DD0A836C /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = 3691B058B7C9073E806224C39D34A47D /* port.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8323D09FD712C3A45CB8F2C82EA7C44C /* p256-x86_64-table.h in Headers */ = {isa = PBXBuildFile; fileRef = 149B2BC0DDAB878B3E28E9B4268E1E01 /* p256-x86_64-table.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 83584E9A5DE7960B2D0BD2EA7AB77F1E /* placeholders.c in Sources */ = {isa = PBXBuildFile; fileRef = C66F17115E7E97B3B8672B4B9CF9D66A /* placeholders.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 838B129A47828B35FF0EAE21B96B91FE /* socket_factory_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B16A91E569BCA24D1E8BAB783A10FC2 /* socket_factory_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8396E568A858107F3446EDEED41B5685 /* is_epollexclusive_available.h in Headers */ = {isa = PBXBuildFile; fileRef = 519481C99367DB1811F13117AD0F035E /* is_epollexclusive_available.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 83A919D66C6B291D788D5AB7D850499D /* GRPCCall+ChannelArg.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D83CE38CAE28C3E5E6E6990824D7523 /* GRPCCall+ChannelArg.m */; }; + 83CFDFD57E1C2468BDD71AAB3E6FDBE8 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A63056A7CA319D8DC7D6C982427B061C /* tasn_dec.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 83E2FEE97F6890AAD7B9C03F1B8DD8FB /* base_resources.h in Headers */ = {isa = PBXBuildFile; fileRef = 5699E0BC6A2EBA11C5E2D86C1000B20E /* base_resources.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 83FF7F876A1CC05A7324F1425FFC584F /* log_writer.cc in Sources */ = {isa = PBXBuildFile; fileRef = B6098912C54AC0BDFF29C4C66A4C25EB /* log_writer.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 847FE942EBF166E2FF3CCE5D71AC37D1 /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 98FBF7274D34EA261CB3F4F8BDE66FE5 /* poly1305.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8485D0090BAE446EB90FACBE7FF06A35 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 504DBE623C2DEE360441DC1C60413C74 /* GPBWireFormat.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 84C1E5E434E98FE8C77475E08B52A9B4 /* GPBUtilities_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C45CC865CB807D8C7BD9CD2CC50A961 /* GPBUtilities_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 850131773C8279B2D16772F64D3F32AC /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 059188582694600526B95B9023CE46AE /* cmac.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 851BB777F1F752B66BF4D6E543B2AE01 /* resolver_factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 484CE286E92EB4415746A4851955AA2F /* resolver_factory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8555AB4549EFC66CC1F701AD00C425DC /* obj_mac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA2D5B0B322BE6ACFDB9AF7A6369322 /* obj_mac.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 855765D2CFE468EB361393166CE9C776 /* http_proxy.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D5AF59FF624045BCE35F9227B30AAD /* http_proxy.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 858849DBFE8EC1D2EA195A1F01F606AA /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = 736590E2A621BDF77473CF08486FD2C5 /* channel.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 858E7BE25D7CED573E5428E3944FCF62 /* p_rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 369F104E554D4435724018E000594945 /* p_rsa_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 85A92C966B67DA086F4C58E6357650D0 /* fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 456504EF6D8742B99FFB27A3AD018B1D /* fd.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 861553A955001A11FAEA7FC615D78B25 /* evp_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 9633B7CBA7309F28ECA154B52D7B5B0C /* evp_ctx.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 863F0BDA698ED4E2EA63E653274EE2E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 867CB20E09CCD0C454DC65A4674E0706 /* ssl_privkey.c in Sources */ = {isa = PBXBuildFile; fileRef = CB169E3682B8891E4423F4E78E2BC6EF /* ssl_privkey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8689F9190EEE702FB220EDAB6CF2EDB1 /* stream_compression_gzip.h in Headers */ = {isa = PBXBuildFile; fileRef = 58456636F83E2B01448FB6A1948848EB /* stream_compression_gzip.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 868E2C4EAA50E1D0DDE5BD0792A22AA5 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 815C633A0A9A88752118098399F250C9 /* dh_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 868F1B060498254D1B9E7BA5F2DF3F9F /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = 7575911C0AEA98FBDB42E6BDAD752E95 /* v3_ia5.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 86AE18E66E3D9E261FB65861D561E093 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8F2C6762CAF7483B38C9004D921F74 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 86EFD65CF4CE57831A2E1744AB42F126 /* census_interface.h in Headers */ = {isa = PBXBuildFile; fileRef = D4775188D9FA07CAFE4E311E0943BCF7 /* census_interface.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 86F2BA6648CBEB90CEF769CBCA233D09 /* error_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9997DB94D734487BA6DDC137AAA05A /* error_utils.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8714DB4706EEEDBB81C287F184CC3C65 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 99FEB82404731E89AC64CD37EB170B32 /* base64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 871EE74C12A5E32FA062C094BB4324F3 /* resolver_factory.c in Sources */ = {isa = PBXBuildFile; fileRef = C5570C4633109C7C712C477E032CA01D /* resolver_factory.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8753BAA15989FFE252A04CD7CF84263C /* fork.h in Headers */ = {isa = PBXBuildFile; fileRef = F20699D8E8D88E85828F4C759ABF0EEC /* fork.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8785437923B4F43FA6186B8C56256304 /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = D5753FF165CDF7F13C0A8CA39536860C /* pkcs7.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 879A8B3CCC5B4A56E310CF0003C99277 /* lockfree_event.c in Sources */ = {isa = PBXBuildFile; fileRef = CC33AA99541B2620C50254716158916A /* lockfree_event.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 87AC05FA2A2B3F330FC6285D693D8E6A /* lb_policy_registry.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC2F955A81F71240C619342DE5DFAD8 /* lb_policy_registry.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 87B3644A36DEA9B5DA65CC489CEFD638 /* Struct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DC7515183A15CD66B3626295A9B707 /* Struct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87DEBA591FDB015A9AAEF1A698D28451 /* client_channel_factory.c in Sources */ = {isa = PBXBuildFile; fileRef = 20B7D60216063A91A23AD1BBF2B96CBA /* client_channel_factory.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 88A63703CC78752803E7EA2910F2D429 /* useful.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E8103FA87C780834D1A299A7C813E8 /* useful.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88F1F509917A2D832A9A6CEEFD09AA01 /* composite_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 693065D012F8B9CF5890BBB7EFFB1457 /* composite_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 88F70E50A9183D8DBE65BB8756330730 /* cpu-arm-linux.c in Sources */ = {isa = PBXBuildFile; fileRef = F7A6C13DCD282DDCF51A61DF5151E709 /* cpu-arm-linux.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 890ED4E695AB1DEC547B0B1D9B7D4183 /* GRXForwardingWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C48629A6AB9A8EEDE0AD849A9A33001 /* GRXForwardingWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 894C8AA465ADCABE39E33738704ADF70 /* windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 253C4951624328E9BB345FA57E3F2BBD /* windows.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8966719385E6D3AABE1E57D75539C0BF /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = F7980CEF376BDD6D5E5330517C0D19D8 /* string.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 89A105ABD179969C74657F83582D8140 /* hpack_parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A8266B2EC9107754721208808007A14 /* hpack_parser.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 89A30AC9BE7FD08F0B6FECB2FD782A04 /* memtable.h in Headers */ = {isa = PBXBuildFile; fileRef = 45770B597C6FC52A67E3DE2336F59C78 /* memtable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D1EC32A09FA61A26FA687C17C58093 /* iomgr_uv.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B88EB78650B20A87317CF13387BB849 /* iomgr_uv.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8A2407E1D8FAAA1CD98D849ACF19CA92 /* x509.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0754D9A3583B9BE1DE9CAB6FD4910D /* x509.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A3DAD469EB293ECCFB3A41522925640 /* wakeup_fd_eventfd.c in Sources */ = {isa = PBXBuildFile; fileRef = 1780217DC922B27407DD255F714C15AB /* wakeup_fd_eventfd.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8A3E9DBE7C05AF9764A396D210C6B291 /* ev_poll_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = D2C7F5796D8085BCF984AAE5461EEE8B /* ev_poll_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8B0258B3389D13A09527105A2CD16DCF /* sync_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = CD24520D1FD881B3CA46578298E1E70D /* sync_posix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B2685DAA57E7C4220822BBF831EC2A0 /* plugin_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = F39D49B34296B3A83DEF06E8081D69B1 /* plugin_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8B3683A2731CF7818F7B2021CB7104AB /* oct.c in Sources */ = {isa = PBXBuildFile; fileRef = BCE2588A011CC2C6D619419EF5872A3B /* oct.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8B6BF146F48ABD47AB7B9C659191F55E /* connected_channel.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA246B86C5592BA5EEA7D954BCC7EAA /* connected_channel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8B8EB46EAD770BF583DB792271D1B2AF /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 29103223A7A3D2693433F5209A40C0DA /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8B92574A2270DAD452616E5BC1CF3BDB /* server_load_reporting_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = BAECFD589C31A85617E96AA09A7287B1 /* server_load_reporting_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8C1CD6A708F6E89D168DA9EF1AF20A80 /* simple.c in Sources */ = {isa = PBXBuildFile; fileRef = 25399C40BC748A5CE6C0D348D3F456D0 /* simple.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8C2D277119A776E092FF171088FCD18C /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = D03BFEA6BA06FA19981228EA6BCA8366 /* x509_v3.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8C5C2AA776E850A4A1F5FF5E3DF52211 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 8C7153EBCCB6A51711670C4CADE2869A /* parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 643E0D6D3A6D102A5289F46A651B2F0D /* parser.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8C7CE909A989B72EB423EE8D10F89671 /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = A2B2490AEF216879DC606BC30270934D /* cipher.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8D54B67E2E42EF99E181E24F54E84E8E /* api_trace.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C381F15EF45389BEB73E9E5C90C7FBA /* api_trace.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8D6B19FD4020AA20A7411D4EB4B120E6 /* urandom.c in Sources */ = {isa = PBXBuildFile; fileRef = 07D6252A5C51F4ADEAFA48FF166CAA5D /* urandom.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8D7144E41BC08B205CC1A80FC53B5119 /* httpcli.c in Sources */ = {isa = PBXBuildFile; fileRef = EB33E9C3364A220C51C5034DE9CE214B /* httpcli.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8D8A86B2CEC7AAD07F9E4D6CAFE27307 /* call_combiner.c in Sources */ = {isa = PBXBuildFile; fileRef = 446ED560952EB5DCF41AFB357900DB73 /* call_combiner.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8D8F974DCBF69B736C1344D652FB9F37 /* d1_pkt.c in Sources */ = {isa = PBXBuildFile; fileRef = B9CC0AFFFC276447739037C739044CCB /* d1_pkt.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8D9CA6E2A3D97B746300431137A0D0E5 /* socket_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 343884B006230E9C2D45164F74D3981E /* socket_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8DA67400E3574AD939285D66C3B74746 /* cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6301B997F28905F2E4D0117F61D4BF6D /* cache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DB165C7480A346269DFBBAC711BCD29 /* tsi_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 424B253BE061CCA51015C78FA02FED26 /* tsi_error.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8DCE84FBBAEA4F47A12590F4205B68A4 /* transport_security_interface.h in Headers */ = {isa = PBXBuildFile; fileRef = F77D4DFDF3D740A85E572CDD65B60A57 /* transport_security_interface.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8DFBBA8A82FFB4984781D01768394FCD /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = 319C23D1B3316D12C6C773AA7547000B /* tasn_new.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8E532D7B5386B4E80E5791203661DEDF /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F2BD427C415F2813B28890E41368420 /* x_info.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 8EA89B5EFD9C35FBD9FD486479A7D7A9 /* error_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 719AD2D50387E78B1016E8F03C20E3A6 /* error_utils.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 8ECC511356114ADBCE38D08304C1967A /* GRPCConnectivityMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3F2C3776222F0D7F85C78144BCB0B8 /* GRPCConnectivityMonitor.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8ED240383025409361781D4DD0B1B0AD /* time_precise.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A9F5591D5E12DA65A4A672991BBD028 /* time_precise.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8F8EEDBFB1A9C74DCB0318310C929D81 /* gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = 23220CBDC49BC43B4088BE6F91E3FC6B /* gcd.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9074A08B73850CFEFACA2C3238801BFE /* hkdf.h in Headers */ = {isa = PBXBuildFile; fileRef = 332C64977E7CE0F5160FB1D5FBD73E0D /* hkdf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 907EC32628A5036441F868C5431C7901 /* GRXImmediateSingleWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 034E770CE186E577A6C337634C68AB1F /* GRXImmediateSingleWriter.m */; }; + 908FD76E4B54477AE82EFB8F6180F158 /* fake_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 84BE5DE23AE5EDC0128982EC26F80684 /* fake_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 90FF927D5A465B9FFF9ED164AB755237 /* s3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 478C31A18299B645A552E2F554FA2235 /* s3_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 910FF6F674269F6818B9EE5B7BD48F5D /* thd_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 4138D552AB0E29D820C0C0C82271DB14 /* thd_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 91396100EA394B9C3CBBD886D8704257 /* GRPCCompletionQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D1018BF00F27AF6621BF07BAC2F712D6 /* GRPCCompletionQueue.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 91CCBBDBB29C587AAB4332A8B71DF86A /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8AAC3947D06D0A9BF3ACE2ADCBAA7D2E /* a_gentm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 928AB742C6F8B201E5002A0C3EB88D0E /* percent_encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 3148B7CE6EC626B8118CAD1C5C782AC7 /* percent_encoding.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9295B0F2DD84335BA64DE135101C360D /* ssl_session.c in Sources */ = {isa = PBXBuildFile; fileRef = AED88633BE7952A4227C7258B28CD64C /* ssl_session.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 92BB438837BBB50606E3505D215C34D3 /* testharness.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EB7F83D12400163F4E49ECB810F768 /* testharness.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9379B9AC18FADBB940FBD0C70FCAA6C5 /* resolve_address_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A3A8ABBC1C1E2137AC5C4067B08316 /* resolve_address_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9388DCF8088020FB2491AB5313D5CDBD /* call_log_batch.c in Sources */ = {isa = PBXBuildFile; fileRef = DFD58502D0B6AF7C85D977DC9D86A626 /* call_log_batch.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 93FDE0EA25450DB46D36DB0C0AE8E25E /* nameser.h in Headers */ = {isa = PBXBuildFile; fileRef = D8F8644B90D8238E2549FD1F0BE9EA51 /* nameser.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9417B872ADCACCC4CFED22B51F5E05E0 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = CDBBA93A5CBC33C2180C919CB8532021 /* GTMSessionFetcher.m */; }; + 9426D036FFA9D2A672290EE872EA50DF /* atomic_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BFB1142DF140BF6FF928246E9538EF0 /* atomic_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 942E9F9D14E5F0458A74A95227B6A6B0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + 94C2AE9DEC954E00A507296E53A74D1C /* stream_compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 767C3815C5BBD8904633BDB687643FE0 /* stream_compression.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 94E024A56C4A5CC11156862E64805E37 /* thread_annotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 70255F8A43FA807C10CAFE62EC14B798 /* thread_annotations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94E4745EAE17195E769354B5862BC615 /* opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A5B1C0CA258666DCE9E7AF13C26F2C /* opensslconf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9532DB2A94AF289C28CBB9D00DCC55C8 /* p_dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 4640DACC792CEB16189B6D519E4945F9 /* p_dsa_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 956C1587B2003BAE80706F278C1FBDB5 /* byte_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = D054FC2D1713E8BA8E150234E5B66E9B /* byte_buffer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95BA7B41341BFBAEC33A95656843733B /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 6113FAE5E23AE3B2B742E139829C56CD /* x_pubkey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 95F5DDDDF5BB1FA72CE26511E15E475D /* x509_r2x.c in Sources */ = {isa = PBXBuildFile; fileRef = 0273CC541BCCF25AE5EAC67DE80DD446 /* x509_r2x.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 962EDC2F20F5038CCDDB15077B830C51 /* GPBCodedOutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F833A43DA0CD8C2B148AC4347BF19B /* GPBCodedOutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 965C0CEEBEEEDEF41B3325D0C9358E3A /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 548ED92BAE8EA1631D2A31BC05DED439 /* pem_x509.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 967DBFE6E89195333EDAD7E03B6C2DE2 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A7CC6799BEDF0BE14D281E3EB5FC3DB /* a_octet.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 96A54DB4BF812E2A80F5D3D4A49FB892 /* GPBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = E4AB292A7FB3C46D5C9C9C79C4D011D6 /* GPBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 974D70EDB04E05FD62E728E3215917A6 /* GPBDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 369311EF3B846EF3CFFFB585F8D78031 /* GPBDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 975D22BB0C62E3516FEF6084841B62F1 /* static_metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1E845E9701C2EAF02DF4AFC9D9C731 /* static_metadata.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 97632EE26B1D32DD48DAB5EA65833D6F /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 89A520EB8FFC8A8C499E008A15202730 /* a_time.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 978182B8B8E692F0025499D3EEDFF605 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7DBD24A191AA45A58ACC073620EBFC /* hmac.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9784BE7E6225B06F34FA4BD493AA51AB /* gethostname_sysconf.c in Sources */ = {isa = PBXBuildFile; fileRef = B8693D82AC7A1BBE9D78ABCBA42310C5 /* gethostname_sysconf.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 97F1E5B572C093C92878EAED79528287 /* executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E0514DEC1090FEA7DAFD5F8F679C57 /* executor.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 97F50F6EBE7385F6CF95566168BA8578 /* security_context.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C9E994F4899D802319F49178C41960 /* security_context.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 985D1B64A973BFF0995F686455EE2F32 /* grpclb_channel.h in Headers */ = {isa = PBXBuildFile; fileRef = C638F8106C133FA48C8D16EB26584750 /* grpclb_channel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9878D4794CD359EFDDD21C4884B6D770 /* alpn.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E224499B4EFD2F8E7C873E10A9AD49 /* alpn.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9887D9B0956F606E94A93F9724182354 /* tls_gcc.h in Headers */ = {isa = PBXBuildFile; fileRef = 33ABC2213DB48329005351661187F6A8 /* tls_gcc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98A0E5A6D449BEB4B0ABA1D174CC948D /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = A76C2FBB1057390EC44C9183A1547D9B /* pem_oth.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 98C1C2C14263B29A1C15F17529A562EE /* asn1_mac.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFF8229B5A3A3F01AABBAFA27A83DFE /* asn1_mac.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98EDDBCD8B378CCA14C384DC24872F2D /* timer_generic.h in Headers */ = {isa = PBXBuildFile; fileRef = B82F0ACB2543F8346CAD8969C5887917 /* timer_generic.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 98FD583AB6428432BF2F79FCDD58F6A3 /* cpu_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A171B741467B4231145B016C34D5CAC /* cpu_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 990FA1BCC3C3AE005F9AD27AD06CD93E /* varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 314CF67E879E74B1B9BB7F1D3D2AC9BC /* varint.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 992BCD67824DCDD150D00077DFBCB62A /* dumpfile.h in Headers */ = {isa = PBXBuildFile; fileRef = A820FF3D3C8D081198B0C0171E89568A /* dumpfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9931FBF0D5CD16A87511F3EBD2302A5B /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 214B4A0B4F74EEBFB41A82336377C8C7 /* GTMSessionFetcher-dummy.m */; }; + 99340D5ECA97E5071FCA8E8C9970D3B9 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C0DA583A91F3429082A36FB32A7D93A /* t_crl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 997D28DC8B3F4370F90EFA93572471B1 /* trace_string.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F069A0FBF7262673C40A02967FCA64 /* trace_string.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 998901AB53DB98859B85D27E5402576A /* ev_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 807287BA3D7C26D6CEE2B4D555EFA8BC /* ev_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 99A8E649CDC98D3E8284CEA4677E83A9 /* Duration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = D0ADC79501FAD6C05AB6F24570067FCF /* Duration.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 99AA5CDA70C9FE01C0D2DC8B2DB056AD /* ex_data.h in Headers */ = {isa = PBXBuildFile; fileRef = 312BB4447CFEAEE2079474FD2E7FD974 /* ex_data.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99EDF1B1A429DD762EE40896BBE2346E /* x25519-x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 6281C298BFE836B4223F37B79E29D3BB /* x25519-x86_64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 99FDFEE824911F71DF5664F1E3E5E821 /* gpr_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF20F775A463DEA91832F3A8471253E /* gpr_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A4215BDD749AC7B6AE9949147551D64 /* GRPCReachabilityFlagNames.xmacro.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC4B9F08064A803A3DDF98B4D4DAD7F /* GRPCReachabilityFlagNames.xmacro.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9A48257549DE4CEF923E0F95D8E9A070 /* table.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9AB18274667F2456CA7AA6C89A65DBE0 /* table.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 9A6CA66AEB2B2C1378101C7B4173FE0B /* channel_init.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BC6C45EAAF4C8AD057FE198AA63E3E /* channel_init.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9A736B53C5BEB346C34D1A4ACDEE7A1E /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EF5529FA389275E1D4B0BF388457001 /* printf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9A8CD0ED643E3235E8D8FDE025B907F9 /* frame_rst_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = DE807BB2DD0B5B040E0191F2CDCE350E /* frame_rst_stream.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9AB4E413296AC390B9740F94ADDE3220 /* string_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 594832E871C130751700534ECA3F24A7 /* string_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9B1F2D7D961966210CDE9F879DCF27BE /* message_size_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2D32018134E59BD8C86DFA13A93A1D /* message_size_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9B36B2DAF784142BC6217563FF42B489 /* ProtoMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 1070065C43DA856448BB9CE03DFBAF9D /* ProtoMethod.m */; }; + 9B395D88AD612ADBE03DF5564E298837 /* tcp_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 2620DCE8B77C8037020C8EA62B6E957E /* tcp_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9B97C4B1E0F52C59F01416A8D8DF41A2 /* subchannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 776B1E774D7A7052E7B574BA9D7EF3E8 /* subchannel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9BDA4DEEF76C98BACB5883A9626AD592 /* arena.h in Headers */ = {isa = PBXBuildFile; fileRef = CB154CCE77C4723BFF73061ACE8D599D /* arena.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9C42CAA2D11B1F83D8684B5F770A1B00 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 31819FFEF025188CC1834585B1B74557 /* rsa.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9C71E4853614230A1C359C4D3C8A7B90 /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = 282D78C6DC9ED7F0246D31B7151CDD19 /* ctr.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9C9540A77298118325D274E76E8971E5 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 90C987A85C8370F837DE6BD29EFD0599 /* sha1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9CB6A785A0F6986A9EF424F96C2BDC4A /* ev_epoll1_linux.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EEDFAE224EE854B8F0BCBA932A9C8EF /* ev_epoll1_linux.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9CBB8B25C5A27E5184339C690A37472B /* pool.h in Headers */ = {isa = PBXBuildFile; fileRef = 655860B50D11C2A339DD42E256E94C9D /* pool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CC54B34670BD2DF44F52B959E123A14 /* cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 40B9CD33CAABF4C65AC76C6E6EA3413B /* cache.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + 9D02CEFE2D3FCAF7B27D01B0A13714DA /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 5606B96B31C6EC323571FE053146DC60 /* asn_pack.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9DDDFC00A86139B7C2F663CFCCBA66CF /* evp.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E69AF95EFBACDEE9E5E648E6692B998 /* evp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9E00A6ED705BEB767E63F4D1A3644C5C /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = CE1FD2B0C809E49986C1EF950EE3A803 /* GPBExtensionRegistry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9E5B464B32AED8622B8B625C630C89A6 /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF42135688D8A55CE846E397C345495 /* GPBRootObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9E9B55CD1F5D154C0092C75BAA106D7F /* NSEnumerator+GRXUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = A050B8D8424FBF0B9A36D7366A87EDBC /* NSEnumerator+GRXUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EB3B696DA6A463530E22D3013D086E3 /* http_client_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 69FF89E324D4C8FD3CF7930EBAD216A9 /* http_client_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9EC3208101C0A4CE8E374B61F787355B /* GTMNSDictionary+URLArguments.m in Sources */ = {isa = PBXBuildFile; fileRef = B452141E1A0923BCCA34D59B5363B5CC /* GTMNSDictionary+URLArguments.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 9F09710B72E27ECCA53BE9436894BF25 /* sync_generic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9D09019FFBF7B7FFDF54B1AF422355 /* sync_generic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F1B449AD4846229D4430B746D0A39AE /* trace_label.h in Headers */ = {isa = PBXBuildFile; fileRef = D9DE4D08D8B5AC5E462DC0ECBC89212F /* trace_label.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9F25AF824307D2DE5A3EEEA3181E8F82 /* ssl_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = C21F10A476DECCBE298105E36CD8B36C /* ssl_buffer.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9F8B05B67F14F771ED13CFBAC0712BF3 /* bio_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 2285F1E4044D578A87B60CDA52F85AC2 /* bio_ssl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + 9F9DF0934214B22E4D43285B4329AAF5 /* thd.c in Sources */ = {isa = PBXBuildFile; fileRef = F927EDCE5DB95992FFEE531A32CA3B2B /* thd.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9FE35D1A06D9D497CCD61D85CA800054 /* cpu_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = E25923972EEECEB55A71FD675B3A635B /* cpu_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + 9FE9BACBF6E50C6F1A9069932750E878 /* tls1.h in Headers */ = {isa = PBXBuildFile; fileRef = B085F12E62DEB26015EB06E8531970C1 /* tls1.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0304F5ABB0E35F717CFC3F83A1AF196 /* parsing.c in Sources */ = {isa = PBXBuildFile; fileRef = F34C5E11C6E1A9E312B15D5C1C2478B3 /* parsing.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A03867C65B406D0BD6F51406A2D04900 /* GPBRootObject_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 296C794751070E27F170DA898E54A6FF /* GPBRootObject_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A03F6BBB0D27543869AC448ED6BB27D7 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = E49FD5E3106F1297A01ED32BAE75086D /* mem.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A056AAFF0571D16DC676A1DF5D462ACA /* fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AE105D2FEA33FA1C4EDE3F128DC6651 /* fuchsia.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A0897CB231ACD881586F4B501DECE58C /* transport_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D9D4C4BBCAFCDCE800950A03AF7E12C /* transport_impl.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A08F1D3D05CD2A2BA661110960918CD5 /* a_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = 786BB727FFD1AAC5F7708B9B7DF18295 /* a_utf8.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A0B4611307DF4C5260510D6C4B66A6C7 /* pkcs8.c in Sources */ = {isa = PBXBuildFile; fileRef = B2FE2615F2C66C9BAC47B1767C2DB75D /* pkcs8.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A0C42930D188D5D1C0185D74D16CF220 /* Duration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FD24C4204688AB880441E3C4AB4DB29E /* Duration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A148FD2AC6EC42B9A150DAEA1C9842C7 /* stream_compression.c in Sources */ = {isa = PBXBuildFile; fileRef = E06CAE19C28F380267F9B3485ECDBB11 /* stream_compression.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A151F0427E91A71E718421306FB4F619 /* GPBArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6F64A2188732276B5FCED98A94CA27 /* GPBArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A15AB9556F0B24993113C7042F862131 /* tcp_server_utils_posix_ifaddrs.c in Sources */ = {isa = PBXBuildFile; fileRef = 39F4FE676EBE8441757AF18E11FEB996 /* tcp_server_utils_posix_ifaddrs.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A1788DEFA8D10A360ACF181D14B195AE /* tcp_server_utils_posix_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AF10F991A9255583EADA1AF2A4390F68 /* tcp_server_utils_posix_common.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A196E3D4F269D976FC5DCF2846255E1D /* ProtoRPC.m in Sources */ = {isa = PBXBuildFile; fileRef = 668754BC8A7C726D5E88550235003E9E /* ProtoRPC.m */; }; + A1C48AF6EBEEDD77A3F67B78D0B8F475 /* t1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 84FFCFC3C34209E30538C8B0A9510030 /* t1_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A1C95A42348A0399B31B8BC760596806 /* safestack.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C8230B78B6C8634CFF6BC88D1616DE /* safestack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2262AD4B8B9B7C47B4F2C8345CBF4BF /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69533552D81CB9558C94A699BBB18886 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A24F4556FBDC166BBA3DEA0F4F45D06A /* env.h in Headers */ = {isa = PBXBuildFile; fileRef = A3084B5E158B0A95AA0581A40BAF98B1 /* env.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A2830BC5AF5451AE0E828E481C088B9B /* GPBCodedOutputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 39EC770F68BD3EBEDC6F15C4C48AE705 /* GPBCodedOutputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A299EDDA4CA2EC747000F1560B72035E /* p_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 42BA9BEFD14AA64A289F6DA481A77A74 /* p_rsa.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A2A88183CC97F7EAD2C82826C2F35B64 /* subchannel_index.c in Sources */ = {isa = PBXBuildFile; fileRef = BC3BB0EA4C44A910FA61274DCCB7B48E /* subchannel_index.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A2ACA30B07FA3336D71ADC595CE3917B /* GRXNSFastEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 288DA9C9DAD9F991BF6EF08DD161134A /* GRXNSFastEnumerator.m */; }; + A2C2879083F37DFE0C0A0C3CC168025C /* client_channel.h in Headers */ = {isa = PBXBuildFile; fileRef = D4709F4302927D0F36784DFD17341099 /* client_channel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A37EB20A3A6B8150EB58231E4C377026 /* client_channel.c in Sources */ = {isa = PBXBuildFile; fileRef = 42F94A3B2C0ECEFD510A0618C83C53C3 /* client_channel.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A3C1A768B133D178E82059198313CD10 /* timer_heap.h in Headers */ = {isa = PBXBuildFile; fileRef = C95A71EC10A8171D1BAD738847D8883A /* timer_heap.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A3C581F26C603CAA0F26FAE8CC7F8DE4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + A3E29739A2C44245572B6047F5AC37E9 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 541A04C959C46E554C7EEFC5064D87AD /* x509_cmp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A42C1660D08666AB1E900423598800D2 /* frame_window_update.h in Headers */ = {isa = PBXBuildFile; fileRef = 167EF637763F45477721B9230A606A91 /* frame_window_update.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A431BDF6206C053455311D96706B132C /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = D0F024F46741409D2387FC904E84F526 /* GPBUnknownFieldSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A46AF96BFE3E00583C3C2AB6C1322D7B /* GTMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA9B455C270BEF9E11F17896B0EF6CA /* GTMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4A8C7D92D47489FA61807D64C9F9B4E /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = 4399939BC614256ABED633B1681E51C1 /* x509_vfy.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A4BC4415D43C113E1292A4BAEB87AB4D /* filename.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC5336B129D357DDA4BEBEAEF7295ED /* filename.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A52B22DEF6FA9B1261AF3623A194BD8C /* atm_gcc_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B176F52D5086686063CE2C600A1F05 /* atm_gcc_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A558A4F84771A462FABDC9D0D0A25668 /* parse_address.c in Sources */ = {isa = PBXBuildFile; fileRef = EF84DDBBB1211C0421C49DA4CC09806B /* parse_address.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A582CEF9668A94FDC57F3FF089B2BB1D /* exec_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C4B4A8342165F6ABB77A9DF4304E0C0 /* exec_ctx.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A5C3FBBD43E1BC71D200EFE35F034C21 /* http_filters_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 3535D32BBA7E1A293C6E3CBD8A08F3F7 /* http_filters_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A5D2C0CF35EFD6EA197D6B18D03E7C5E /* GPBUnknownFieldSet_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B30164A8B52D423F7FED52533BA4FC33 /* GPBUnknownFieldSet_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A61C16F9C6BDEB4F828B4F215FAB4D5A /* conf_def.h in Headers */ = {isa = PBXBuildFile; fileRef = 866F231194E3CB77A5DA4E9790FB1B47 /* conf_def.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A62C214CCB6528F6896515C06DC0B2E9 /* posix_logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 14236B3D6735724E2C0F932BE87B8DEF /* posix_logger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A646C7FAD5B7FA2341BD5D0387E2B969 /* div.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D13CFC7AFEA3CAB07C60BD8905CF476 /* div.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + A6B590A7C615CC244B5E66ABBA87ECAF /* uri_parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AEF3C2440D69F24BC67702FF498ED97 /* uri_parser.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A706A4D5AD1F0FCB265A595247304ABB /* trace.h in Headers */ = {isa = PBXBuildFile; fileRef = F0CA77087A327CF7AAAF450C000544F1 /* trace.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A7CCAA082D9BB4BDD03E01D89DD53612 /* tcp_client_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = B8D4A0E00066BB0378F22827E69628E4 /* tcp_client_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + A81E2F00F90A9D90CBEC456FBF2EA7FB /* channel_stack_type.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2E5D58EAB0B964C087615AF39D8F4C /* channel_stack_type.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A858122A926AB87C42D5C90E9A6024C9 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F0AC0FF2B048D2D64A07CB240A4563F /* json.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A8876D0E7164046CDBB79DF7E73F77EF /* GRXMappingWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9A0381020BBF02E101D7EFF95AC0F6 /* GRXMappingWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A950EDD43A02FBE46384C2AD371A9649 /* workaround_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3086CB0B01B0240A9270222AC091A7F0 /* workaround_utils.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A9A885C0FC3627558C8DDD8FA96E1EA5 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A856589EC88839163BBB68664BE6E39 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AA0D2645CD350F5BB6A758AB76314E6C /* network_status_tracker.c in Sources */ = {isa = PBXBuildFile; fileRef = B1E76EDCE24CDA2F2CEB2E4416703BC1 /* network_status_tracker.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + AA31897C894415B56CD697AEF8D7616C /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = BAF131906EB706C9B68B55EAF85756E0 /* v3_pmaps.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AA7A5709EA14A8C95FB6594176071508 /* Struct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A32AF7194F85D72A524344E83052FEE /* Struct.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + AA7DD022FA96C72E2F29FC6072E18A9C /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = 90F8987BFBD1C651F7148EE2FDF512EF /* rand.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AABF8937D07177E35DDF6FF3339BD1F7 /* ev_epollsig_linux.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8758B3DAE0571A463C76F538D3817C /* ev_epollsig_linux.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AB20C933EDB7638172F32F1730640F7B /* f_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A27E3D3BB76374F0EAC06D6C8DB2405 /* f_enum.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AB91388FA2B1766C5528AD865634C870 /* mpscq.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF4AB0192B0FD86672D9DD1CA09B420 /* mpscq.h */; settings = {ATTRIBUTES = (Private, ); }; }; + ABAA6A5CD5EA7F9EE750A7A147B8DE7D /* bin_decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E855F8A9C8366C83DFCB978B666FEE /* bin_decoder.h */; settings = {ATTRIBUTES = (Private, ); }; }; + ABCC68968F12693095CC57CA06108898 /* ecdsa.h in Headers */ = {isa = PBXBuildFile; fileRef = A812F6286FCD8A92540BCAAB78D8AB83 /* ecdsa.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC2B9A87E4BFA6B77CDCC5B01A4BAEA8 /* stream_compression_gzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DFBE13DC40FB6424EE8C9955A50964D /* stream_compression_gzip.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + ACB305E42767C901E29D040736ECABC3 /* slice_hash_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 79342EEFFADB8A885DB6CD44BFB452C0 /* slice_hash_table.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + ACD6844775D1BC7A2E6E92908455D308 /* gRPC-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C084240DB55347D24835A50A2876242E /* gRPC-Core-dummy.m */; }; + ACEDC66A866D4DB95B7F2D0529686439 /* ProtoService.h in Headers */ = {isa = PBXBuildFile; fileRef = D5414AB06676758912B30AC23D61AA24 /* ProtoService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD1211ED808F175115E1121B0045D268 /* message_compress_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1576505DEB3C7324E003FCB8AD490206 /* message_compress_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + AD8755EB240DB3A99FA40477E2D16B9A /* channel_create_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F8F2B6AB2013B4DE6D9F4F16F6299A7 /* channel_create_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + AD9E54C9222F91DB0FABDCA4E5AF9C66 /* coding.h in Headers */ = {isa = PBXBuildFile; fileRef = F05915271746819580F6B91AAD37E050 /* coding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADC47CB038AF97D76D63D615D330B822 /* atm_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = AD81BC203841980026F551ABF0AE417A /* atm_windows.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE68F3375072F00B780CE921DCF90D3C /* obj.h in Headers */ = {isa = PBXBuildFile; fileRef = FD07C8DBD66F4D226CDF07414747B388 /* obj.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE9A903E46B94ADCFA3CDF2CB824D89F /* call_test_only.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FD95F113DF4B1AA1DE78B0A1426FEE7 /* call_test_only.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AEA3513B55855776C4078EF63BDC135A /* tls_method.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B10CF02E832DE0417A1E913F9CFC30A /* tls_method.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AEC05FAD79D302FA1213D7744E45788C /* version_edit.cc in Sources */ = {isa = PBXBuildFile; fileRef = F83CB855331261E9EFA1D56CCE2B70A0 /* version_edit.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + AECEA138B1D7D76112C5027D5E8F364A /* writing.c in Sources */ = {isa = PBXBuildFile; fileRef = 952CBE49EA9C9824DECCA8D42AC28774 /* writing.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + AF0A5B0E800AF1C97FA311FD2E959D62 /* b64.h in Headers */ = {isa = PBXBuildFile; fileRef = 32055EFA3DBDCF2204C7CDF47B15982A /* b64.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AF2EA7F19889C9CCA3974934BD83C3F9 /* time_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = CBDE3172485CD176CC63EA100CB80275 /* time_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + AF3DAFAB4B3B2BD2F8FD84794CFB8856 /* GPBDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 93405CED4399AB996F2DC84D398A4C14 /* GPBDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF4731B2B78EC4A21E86F77FABA2FBA1 /* error_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D96D1A72CF276263D25953940631524 /* error_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AF7587084A2CFD255EF9CB38AD0CBFA4 /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = DBBA8EF5587BD516EF84A106EDE414E7 /* a_strnid.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AF7A3F81215594DEE9CE3DA6F6A005C0 /* sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 50ABA45996BA45C25B1D4B4ACE43F2C4 /* sync.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF93493EBF3D266F65CEBB1C7F7FFA95 /* tls_record.c in Sources */ = {isa = PBXBuildFile; fileRef = D1AB35E571D78FCEA269B5092ACB71BA /* tls_record.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + AFA9C19D1E63B1474D9A453BBE341D64 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = AFEDFA6A51A78ACC6F9AD63D297F2D34 /* GPBDictionary.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B057ED7E746C0C140FA5B2ACFA194074 /* ssl_transport_security.c in Sources */ = {isa = PBXBuildFile; fileRef = 05AB79C953319C38A4351D18691E86E1 /* ssl_transport_security.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B0590CF23A312CB7B18AA41319A21608 /* port_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 045DA80FFA02AA54E673E7EAF56B8A46 /* port_platform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B05EF943FDF27EAA0FA535DA2A69FF09 /* status_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FABF1C2EE2D049C763DDB20C0322884 /* status_conversion.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B0FFB1C5128C0BF32D8FA473783FC85E /* client_auth_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 74773ADBC28EF39632E156A06D50B9A4 /* client_auth_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B10E56442CCD7FEC2AEA8FD8461C9710 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = F68D383BE35BEACF07F155FCB21FE469 /* asn1_gen.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B128D7BF494DA3CC773DE6996C5B2FA7 /* tmpfile_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 80E657543BA1C2823D8AB9CEF95A1354 /* tmpfile_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B154F243347EB9ACC6CEBD6B68545CC2 /* Api.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 586BBAC3A056EB4E7F74993224DA70A9 /* Api.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1731D514EEE467CA34D53BED32C4674 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = 0407098ECCD413F67BF6CB7718E72A65 /* v3_enum.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B190FA662137DDD8069622B2913E5CC8 /* json_token.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A5CA975805264C0E23A13C66E6ED3F /* json_token.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B1B236795C5C8B1B256A2C066A67A31C /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = F9B844BB5BE722C4FADB918100F1A60B /* v3_purp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B1FB0B151F70518345688B6846700194 /* sockaddr_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 483E77067139507ADB0077893CA75084 /* sockaddr_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B2594B90E832C3F2E9180F3EE3021B2A /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B95DD85C0187DE4A8F9907A550C3843 /* x_x509a.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B26DB79BB5A2E9EDEE3FF15C8B6A2ED6 /* alloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0C49C0EE97D85ADD001F05FD39D2AF /* alloc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2879F3F19A3BA56DC571E14D8940EA5 /* refcount_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = F3D867C941A17553D4BC5CC7BDBE9891 /* refcount_lock.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B2A0BB0BE4009017E064045F75CF673E /* slice_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = C2F0D5107081D97A5FBB1AA8C2ABBC07 /* slice_buffer.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B2C9D71FF8D3C89AB12BEA4AC0833395 /* t_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = EF9D9306C8C07C9BCCAADD45813D51BF /* t_bitst.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B2D9980B0E443811C4AA75C37ADA4692 /* tcp_client_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 563497AD0AA25E19F4B522201A0DFE39 /* tcp_client_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B30A2629C9F96F6A40DDB435F9D17777 /* GPBMessage_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = E527B85337B9CC26A6C31228D08AC14F /* GPBMessage_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B33B411B64763184DAAA915C9867983E /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 8064158705036F1E601DE8F4F24B566D /* a_object.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B388D5A33D5EAA7E352A4A0F10986E52 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = A2E60987EF488E080A59B8818342512D /* x509_trs.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B3BE395C798F9AE97C5ABD623350B9B5 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 03B3BB98ADDBCCDABA959CE9E24D8162 /* hkdf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B3CE9023AA925DE0DD448A0B8A4E7077 /* is_epollexclusive_available.c in Sources */ = {isa = PBXBuildFile; fileRef = D0ADEF56CD52808BF29BC24E391D9BF4 /* is_epollexclusive_available.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B3D20B918BE47AB607D4B8B6F716C9EC /* socket_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CC76ABF7E41D671B601DEC89DCF6F3A /* socket_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B3FF36C7ED63546A7A7E6C1EFC6D30B1 /* tcp_uv.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B00C729D39A5E1F86ECD218D1FC9EA /* tcp_uv.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B412B9F8AC57D7C40478FA25066DACB1 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = BB77469329FA756D44A374D5D0B85487 /* f_string.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B438371654BE2BA3CDBBC51A46BDED55 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E50061DB6BE1ED1401348989FA6FB97 /* tasn_enc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B4B084A9C602985BE7858EA801AD4382 /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DB996467F293E0A6131EB81E91DE3D /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5032E69377BD2370F7602E9DD17B97F /* port_posix_sse.cc in Sources */ = {isa = PBXBuildFile; fileRef = CD35F22E1E3CE3326FF429DB9FF6741A /* port_posix_sse.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + B5CD9EA8D933464B5313311BA51DB068 /* grpclb_channel_secure.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E00C38AAC5C2622C048051B07B711F4 /* grpclb_channel_secure.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B5D028417C959F982337C6D291F161EA /* type_check.h in Headers */ = {isa = PBXBuildFile; fileRef = 175D8CA60EB2B463924F89FE8B65B53A /* type_check.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5DDAEB046B9420E14E186035CF180F1 /* atm_gcc_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB02FA72482F6B990B31BF3E1B36F8F /* atm_gcc_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5E4F294FD31EBECC72ECC3C119FB569 /* lockfree_event.h in Headers */ = {isa = PBXBuildFile; fileRef = 14280E998C4C1544AD6CA0CF79FC04A4 /* lockfree_event.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B6088528D8F7B3EA1D5B1E796F4BBCFA /* fake_transport_security.c in Sources */ = {isa = PBXBuildFile; fileRef = 58490604B1FEE67471DEBF0FC21816C2 /* fake_transport_security.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B60B2A7BD2C502EB64DF10EA90E35852 /* hpack_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 68305397BF4A2B058B1898AC3932FBC9 /* hpack_table.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B66E386FBDC8F53BFCC79FAF8EA81D55 /* string_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 08C3B3C452B06E327862B5DE829B1C14 /* string_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B6A7DC3E5966B5B071C0468C29A8C7FA /* timers.h in Headers */ = {isa = PBXBuildFile; fileRef = 5024989FAA4D4220C70FE3A507C77DCC /* timers.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B6B409C93D21577523DEA9E635067D13 /* atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1156E753E0B936F8D2FC1E6071B9D1 /* atomic.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B6E8B46F8B7E1AE5FE05BEAED3073AC4 /* completion_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D93D3DF754111E868DAFAB72860150C /* completion_queue.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B6ED4054C35B18FE1940E4B4F76E4CBC /* util-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 74B76A3984BE07EDDEDCC49C789D955A /* util-64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B6F8FB2CBEEDC6448133978D529F5852 /* gethostname_fallback.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C8E8876E3EE34056AAB4927614F1975 /* gethostname_fallback.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B6FBA8ED3663B3762AD2C33932B25614 /* stream_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 01A8CAB63A2F43D517780FB9521DA509 /* stream_map.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B7299580121F97B2B0571C781572FC5E /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B1CDA5C678CC6CD1A3E6567D475A17 /* v3_ncons.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B753241FC6FFC90B82EBF63F3D8BDFB5 /* transport_security_grpc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D2F6AD17230108F11E137C4450511B5 /* transport_security_grpc.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B7A6EFFD115656118384CED4EA8F8B09 /* rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 39F4D98ABC8B82EF2FE45A7CCA0FEFDE /* rc4.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B7C72852CEB6A02C2B4450EBD10EFB92 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 684BCA8B1382A7503A840B05F4E09D7E /* a_mbstr.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B7E351BDA9AA7A4000B58DB20C2E00F3 /* census.pb.c in Sources */ = {isa = PBXBuildFile; fileRef = 10900FD74EDC587A65F6ABD861981D0B /* census.pb.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B7F654C539EB0D264EF25D4C81F0D016 /* ssl_transport_security.h in Headers */ = {isa = PBXBuildFile; fileRef = 2528BD4222DB8D072DD239CF03764DD0 /* ssl_transport_security.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B8089FDE59463987800278D6E0108A8D /* slice.c in Sources */ = {isa = PBXBuildFile; fileRef = 419F733708D476B0E30856C984B2BCC6 /* slice.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B814E5C2C059EA569269603C35D253B3 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 803BE9DD104D827F2A9039EC35766B15 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B841C392F14E98780CAE5F3164A07913 /* pollset.h in Headers */ = {isa = PBXBuildFile; fileRef = 93DDA07E973D63230FFA558BDF8DE853 /* pollset.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B8F69C203F26511FCDB8C9380D05868E /* GRXWriter+Immediate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4459C190D83CE397D599C7C484C0AE9C /* GRXWriter+Immediate.m */; }; + B9209F0CB4C1116AF0FA79EF37872FA1 /* deadline_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F14E8008D5285101B0ABCB3AD58378 /* deadline_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B9357B7F64A0643E0E2424B2C7D2A22A /* NSDictionary+GRPC.h in Headers */ = {isa = PBXBuildFile; fileRef = 105EAC36C57900C9905BB64BE92A4368 /* NSDictionary+GRPC.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B962947D406441F7F73C9D025D83FA2C /* byte_buffer_reader.h in Headers */ = {isa = PBXBuildFile; fileRef = AE5E3C78A04D9DF0E1F88C359FC64F4E /* byte_buffer_reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9B30FADBC65DB8F17C8A15427E77719 /* timer_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FBBF8CD1A043CE0552AA4FB740A94F7 /* timer_manager.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + B9CF210D9A00F9E65F9336D93D5B2875 /* avl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA6C53F934EF4DEDD4799F2B509C1EC /* avl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9EB11421BEF775649741F1176234FA8 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EDB771F066C127B157C80BFA27130D9 /* print.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + B9F7F894F1661D4B45CDB5AE753609D6 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = A7EFE7A1FA204712B43E0BDFA271CB28 /* GPBCodedInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BA07677B80AC4EC587D816453C1564BB /* GRPCCall+OAuth2.m in Sources */ = {isa = PBXBuildFile; fileRef = C513CD009149C34B565403BFDE64BCD4 /* GRPCCall+OAuth2.m */; }; + BA2A025F590EF2CA116F319C6E709D34 /* arena.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1578ADAD0A5D9F6C0C7B27CBE29EC3F0 /* arena.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + BA4A56F22C7659244F63BE6E0BE1E7EA /* frame_data.h in Headers */ = {isa = PBXBuildFile; fileRef = D851520C4C89B21C4C9DF3EC45B691AA /* frame_data.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BA73F5B2A3D965465B2AA6581DD88B5A /* ext_dat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0748E4C88A1595DAA83C622B565F8E /* ext_dat.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BAB36FDE9CA7A60EB64A6ECEC2A94F62 /* GRXConcurrentWriteable.h in Headers */ = {isa = PBXBuildFile; fileRef = B5393BC8684DA4F2E14BED8241BF5DEC /* GRXConcurrentWriteable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BAB42D15E1CD8792FA195111878522CD /* frame_window_update.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B56CFE08D00EFAB6EDBFE7125DBAE0E /* frame_window_update.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BB1743526B26BFBAE8FA7F8D6208AC9B /* security_handshaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7204BB7FDACF4C67C4DA966F6A52B04B /* security_handshaker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BB769E09212138D5E102B4FEC82FBF26 /* fork.h in Headers */ = {isa = PBXBuildFile; fileRef = 211B4697965B9AB1D6F7C27099E8CC5D /* fork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB799D9FEE4E00FC0B32D68FA83BFEB4 /* resource.c in Sources */ = {isa = PBXBuildFile; fileRef = 043B3590F40ADB122F20F083977AB9E9 /* resource.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BBEF7D4E7749FA7C297C09E3B1745E37 /* oauth2_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = A5B0AA563236828E1ADD8B258780E63A /* oauth2_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BC5E6C83155612DD821AD66B22D338CA /* iterator_wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA6744FDA649EDBBBE6C7F349C3D486 /* iterator_wrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCA44CC68FA06DDB5DB887E556238FA6 /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = 0945817410DDF5D909FC36BBA5C132C2 /* x_algor.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + BCEEDA3376024AEA41857A1D31312D72 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = 48C3305DB420529695A3055ADC1206C6 /* x509_lu.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + BD0E77EB847F4BBB6000DA44BD7AF96D /* fake_resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 556A7F28A833EE36416A14BCAA73432E /* fake_resolver.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BD86A444DD8C04836F970B765917165F /* d1_srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 909924C129D77CA815F704E302DBA69C /* d1_srtp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + BDE5139A8F7BFAED073BF1224E70EA13 /* pid_controller.c in Sources */ = {isa = PBXBuildFile; fileRef = C33644FA51916D45308B26929414597A /* pid_controller.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BE0A3882DE9BE9B9F000D4C89A2CA932 /* frame_goaway.c in Sources */ = {isa = PBXBuildFile; fileRef = 543364F6493BCA25879D6E8FAE993A5D /* frame_goaway.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BE9CD8BCDC1747E3A7A116079579910D /* error.h in Headers */ = {isa = PBXBuildFile; fileRef = A720103BC73097A9F54504C3C3C6E25C /* error.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BECBB30B3A2E06913286A871625F72A8 /* log_reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0D35627227700E7F2735BA70C5FEAD9B /* log_reader.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + BF0416FA0BBE730B9EB8ADB18C45D8F8 /* handshake_server.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D76E6446B47ED5203577B9D0AA63F9F /* handshake_server.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + BF1C67A99838E923285DB03F6A1DA3D2 /* tls_msvc.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D92545742EC09F0E06DC3F71529C57 /* tls_msvc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF6FCA1BC43C1BACE7CB807DD9DDABC5 /* stats_data.c in Sources */ = {isa = PBXBuildFile; fileRef = E03EB5382577B8B299A8CCD667E46120 /* stats_data.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + BF8512F7C8EC3F2B14EC97A346C2A95E /* dh.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9942D74C5D6FD0BC6BE4CF761AF65A /* dh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF8EBB697AD1C66B0B0C732496B808CC /* atm_gcc_sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C87C12104079A29466FD53D7505A52C /* atm_gcc_sync.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFA9A4E0AB28903555C95ACABC6F157E /* gpr_slice.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8D80091FB13DE6B6A07663A3D9AE7C /* gpr_slice.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFD451E09A4CAEAD20CB32E79B4147AC /* NSData+GRPC.h in Headers */ = {isa = PBXBuildFile; fileRef = 555BFC4398A38A38E03F5A0D960861B0 /* NSData+GRPC.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BFFAF5C787237878C01C715DC20C5F04 /* grpc_plugin_registry.c in Sources */ = {isa = PBXBuildFile; fileRef = 34CC196501265D2063B0B97262E5D178 /* grpc_plugin_registry.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C00E02FBC19A07997B0797157E8C1D47 /* tcp_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = 136AB9B88D406FC1E66E36C0A9F0D0F3 /* tcp_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C02FA5E664B36953FDA69D9AD22D4ADB /* backoff.h in Headers */ = {isa = PBXBuildFile; fileRef = 157BC0FE46CB331EA206B00B2FEA5BD6 /* backoff.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C03984BB981C527A10793E7B55F1F437 /* chttp2_connector.h in Headers */ = {isa = PBXBuildFile; fileRef = 168C1E645F65A8EFF1B4A793150CD410 /* chttp2_connector.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C066F3C2F0FCC716E0C25324F104A694 /* sockaddr_resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C8DFA021BE5B23F9481AECB60FB3F96 /* sockaddr_resolver.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C06F62D3713C0E420C308BF01F9B0935 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 03604E49AC3DE17283B27A49A5B1EFD3 /* x509_req.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C07C011E3A06805D51DA4A5071B23090 /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 902A7BDB7B6FEA7A65BA3D1D15ED6A24 /* chacha.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C11AFADD4AD6F0C6DF507AB1D738936F /* ssl_cert.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FA8E790D65A361C0F344A28C273FA3A /* ssl_cert.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C12BF44C2AEB7C8DAF269332272BBE4F /* err.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B053C7458782C4091A8D385C3362289 /* err.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C13E5BE10CAB496EBF3D591C2009F207 /* comparator.cc in Sources */ = {isa = PBXBuildFile; fileRef = E278D2966CA85E830F63904A34CD0FD3 /* comparator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + C1656E2BE813058969C54F7453986002 /* pbkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = ACBBCCFC870D48999CA45C2A0D5E507E /* pbkdf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C17109B960E623D28E120EFDD24FFEF7 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = 07635331D04DFF92AF4CD34228CBB5BD /* e_des.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C1C57E6183F28596EA66DE63B3C05880 /* cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E0C55C0FC238FEE6347819432DF55D7 /* cast.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1EE2281FC4E53E4FE3B2B85F47F8628 /* sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 3957753AEAB0FDF81144B8814F1CA93C /* sync.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1F5D1D1821B77B189E29B02533E737F /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 623366ADD3558FD2161F846AB8534EFE /* pem_xaux.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C2938819291633B07F9F45610F7DF5C3 /* bio.c in Sources */ = {isa = PBXBuildFile; fileRef = D405B7B9D3D663B76B2C83AB0FAA5420 /* bio.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C2CA0CC9853518F5B24C5FEA19BD4D5B /* retry_throttle.h in Headers */ = {isa = PBXBuildFile; fileRef = 106CDB35A201100C47E8EBC6486C5199 /* retry_throttle.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C3236DCED61D814614369A9AFA94081F /* grpclb.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FD99B1541E6144656BAF019F9747345 /* grpclb.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C3446F19BB5968D8A0DAFB5051E10211 /* BoringSSL-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9682DD546EDAA54098B8BC18C87E98 /* BoringSSL-dummy.m */; }; + C394C78CDDE4EC8501BA9A00D192BCDE /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B095B6F1C6F72C32DC4F5BBC580EBDE3 /* SourceContext.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C3FF84D8E90532434346E85AD3971AA9 /* tcp_server_utils_posix_noifaddrs.c in Sources */ = {isa = PBXBuildFile; fileRef = B09B87AB71CB0BDD0FD70F4CE5C00FF5 /* tcp_server_utils_posix_noifaddrs.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C406B8AB7FBA598A13CCDEA7FC791884 /* basic_timers.c in Sources */ = {isa = PBXBuildFile; fileRef = 38516E65768FE22A3C555B58DDDD6DE0 /* basic_timers.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C4431C37BE8ECBF375F3AB3D14A88F66 /* grpc_ares_ev_driver.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A6CF52524D047FF76B828620B2F7BE /* grpc_ares_ev_driver.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C4BD3AE537E4227E84050C6944F9FA42 /* json_token.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CF2682BC49F3803819F64B44943F5CE /* json_token.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C4D58017736609ADC24B74EAF36925CD /* rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = B28749E8E31D065A93A9B049EC3C966C /* rsa.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C55A9B228FC433884BA8251575DAF3E5 /* wrap_memcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 6827BC9956D2DAD178B581CDD7B58F33 /* wrap_memcpy.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C58BE95F37F13C169C926DF25B1004CD /* ssl_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 7774F98837DC7316391D50D54E88E746 /* ssl_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C63274D40B55F060F685677A924A4C6E /* filter_policy.cc in Sources */ = {isa = PBXBuildFile; fileRef = E8271C8A3C642703491FC9EDB2C8D161 /* filter_policy.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + C67FA4325FB358D7B11CD17D87F04350 /* auth_filters.h in Headers */ = {isa = PBXBuildFile; fileRef = 71610B173616A115557197EBEE0179BE /* auth_filters.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C6F8D98DCE722C8A3DFE79283466F926 /* subchannel.c in Sources */ = {isa = PBXBuildFile; fileRef = 375D8D3CC97472A0F923A970D4AA8963 /* subchannel.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C70EC1AB5BF1806AA90B9149973BB94E /* a_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = C423E4D324B6CB264F503E3F9BDF9226 /* a_enum.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C73A9F1056082E7C938124A352CE0587 /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6C0E43546DD44537D08232E3750785 /* base64.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C74A83F0965BC59CE5A1A140C3B14980 /* backoff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5BC24F8A781D8EF0DC3AA0971BFE467A /* backoff.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C7864B66DE32CC4EA9EE734B2A6AE4B7 /* server_load_reporting_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = E653E59C040A599B62DA8CB926D71811 /* server_load_reporting_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C7BB81C8998F679674E0ED1ECCDC53F3 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ACEAE51EA1183079A3389DFEBB2EB4B /* v3_akey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C7EE7DF198018FF24D4302F552CC68B3 /* resource_quota.h in Headers */ = {isa = PBXBuildFile; fileRef = 356BCC41B52F546012B82710936104B6 /* resource_quota.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C81EA45EA92C4CB907FA153F579A9762 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1827CEF94F48D658494756D2983424ED /* v3_utl.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C8357F59DB0253FE0FE12F016C56B18C /* b64.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F94E8F64CB20FF384C229DBCC1B3D65 /* b64.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C887B71FDF4CFEAED3663DBC54AC7CF7 /* tcp_server_utils_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D33325B69E769673712484F50A5372A /* tcp_server_utils_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C88FEF8B2DAD2CF698E0C8A2F6FE58D1 /* timer_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FC50357B0FB39091953636FBE9F7A05 /* timer_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C8C7549C04E193D411C608CCECB62716 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A309536867B63417975B78564FA2C9A /* a_bitstr.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C8CB10E9EA7A209FEAE4CC8290A3DC6F /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = C153A5B9A8C6603C1FA4B1EB398DD728 /* init.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C8DF34558F1B72344DBB14B65D03F347 /* ssl_transcript.c in Sources */ = {isa = PBXBuildFile; fileRef = B98EA0D4BD3000D519B747996F9AD127 /* ssl_transcript.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C90FEF03D2C026F0EE9105B3B12B34D3 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = 37CD0B9A5AA6CBF7745A97B928540440 /* i2d_pr.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C914A87C764B64044449100630C7AB4C /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = A0903EF92133D7792379E31C50F03FED /* x_val.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + C988820752F5D0FAC28055A4F1056584 /* validate_metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 475D781C028A5F8D5F55FE16CDA88CA8 /* validate_metadata.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C9B9389A9AE783F58456216397DB21FB /* wakeup_fd_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D72A551FDBCBB832BAE7BD74029D4FA /* wakeup_fd_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + C9F3C20808CA9AD5C931B60A1D0FA461 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + CA125C27E764F1D14AB9CC9073652938 /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = ECAFB56E6967A613A861D1B49AE28D76 /* pcy_tree.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CA24815F3454372436508C04A2D57EB0 /* google_default_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = F9EF76A1DA851BF1F4037EAF1A26B8B3 /* google_default_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CA3E0DFD6E8FED9A33AA00F38D363BD1 /* resource_quota.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D7400CCE7EB64269A2C134FEF128610 /* resource_quota.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CADAF1DA5D59FFAFB8336F5543D0062B /* polling_entity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2476A8366F6F044B728D86BEF3CD5F15 /* polling_entity.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CADB663FA576BBDCB48F58FEAF7844B9 /* cpu_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = F35B1A1F0159BF3DB29079D5BA6C8A15 /* cpu_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CAFEBE205725E9157B3B9E8D05F96A93 /* SourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 95ADE9A68DF61C13F4A250417CDCEE51 /* SourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAFEC20183942084025D61335C3B9DF7 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = 4087EDA27568D18921165958B377C448 /* x509rset.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CB1671AB13B5FECC01A6DF1B591835B9 /* thd.h in Headers */ = {isa = PBXBuildFile; fileRef = D46B3E306E3BD7FC767B2833198DD80B /* thd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB1F42392D05F7568B01ADE4547805CD /* ev_poll_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 2940EB4364FF2DFB2585385D23952BF1 /* ev_poll_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CBF3213A74DD822754949C94B06FFC9F /* des.h in Headers */ = {isa = PBXBuildFile; fileRef = CDAFE9B8649828EB90B8A98D11C4A387 /* des.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC1EBA1439677F3FAD7A88656D7774AC /* err_data.c in Sources */ = {isa = PBXBuildFile; fileRef = FC51914E10807B5306AE95DF9DB1542F /* err_data.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CC9ECB313C0173E290FA3F5A48F606FD /* table_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 19EDA4E55AE6545E17DA314CBDAE4159 /* table_cache.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + CC9EF895745720F91675DDB0B48E244C /* arena.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D47B034A7F9E8691066D54D7710A76 /* arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCACF1EF8B86384D5E4F6A87B823F1E3 /* max_age_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 571FBAC7BA2141BE5CEA91824E97209A /* max_age_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CCD6DFBDC2C48307C8F478D690D4BD6A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + CCDDB15A9EA91B3E208B3F2C2C7B1D27 /* Protobuf-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF5C6DEE8AF86F87FD4C44AE381A75AC /* Protobuf-dummy.m */; }; + CCF62A7673C21925943842A2A24FDB32 /* stream_compression_identity.c in Sources */ = {isa = PBXBuildFile; fileRef = C7EDD23E767DE182389A7610104E7270 /* stream_compression_identity.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CD5F0184A33C3F49937192AB5B6D3E3B /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D29C792AB4A1A91471A729C59DEE07D /* v3_conf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CD6EBB2427FED50B54329DEC5BBDAE23 /* x86_64-gcc.c in Sources */ = {isa = PBXBuildFile; fileRef = 95E8AC80293518D017B7B8CC9BB29E48 /* x86_64-gcc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CD7B56F07AD4F5C214AD23C174D02892 /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC0685A4A4B22C118B327819A8E9F4C /* GPBUnknownField.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CD7F3C9849DA047C2C67C78E72C9A7D5 /* channel_stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 137D54FDA933FC5F0082F6AB28F2597B /* channel_stack.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CD9FDE1B3EE329F13C510E205C4659EC /* ev_epollsig_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = EDE097CDF40731505648A330054DDB05 /* ev_epollsig_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CDEF4101562E37880E546A6AA70F659B /* env_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 505E03F04DD5B22D003810C776ADBBDF /* env_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + CE77D64BC18C8509449DC27FD283BD4E /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 393AE23A9DC99D76134A39E5133296DF /* v3_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CF00686490B89D65FC0DB52E89062997 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 4882CE98BBBDE9AC0F91C4BB6723053F /* err.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CF150184335DF1D7C1FF503A3E23AA2E /* channel_args.h in Headers */ = {isa = PBXBuildFile; fileRef = 2265A29CCD2C661A072F30FC27C611C6 /* channel_args.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CF78542820F901B9E6EF54F55CA92BF7 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = F32C7B2A4F9E5BFAF33CC3DBE7CE9E0A /* ec_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + CF7E7B439D17C5FF57B2DBC7C03E10EF /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8CDBA0FED6711112A0F1A405BE0C78 /* GTMSessionFetcherLogging.m */; }; + D015C829999D5B3402D963B73C607884 /* Wrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 08EC22BA8117410D503B3D23BD2BB166 /* Wrappers.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + D04133A59AE1C663B192A73B3B07E3B9 /* status.h in Headers */ = {isa = PBXBuildFile; fileRef = 397240831C988DEE2623B1CFF544F44C /* status.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0568AC2EA9EA2D7E1019084EB4F3ED1 /* merger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0EB7C5372F53A09456F97635F4EB3C /* merger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D06E14750AB98F9E75D2D90213D77AE2 /* pkcs7.h in Headers */ = {isa = PBXBuildFile; fileRef = 814DBB45401603B0F182FC9B6FB85A07 /* pkcs7.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D06F751050A737E1E079AD6D0F132693 /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 91A8117F6A82B40B36EF2051AD577F58 /* t_x509a.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D0D277AF6A9356632ECD2A6729F24CF2 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 540BFF8EC553003C2979DCBD7206E2F0 /* random.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D0DAAB13ADE6229469D3FE1302624EB6 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = EBFCD8E51B16C63C5BD5933896D87E69 /* rsa_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D13B39E7564993346970F004EA3F29A5 /* table_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = 984AFDD67519D41C986469772B485807 /* table_builder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D17CF049E7D5580694E2B9D8751F3F19 /* GRPCCall+ChannelCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = BD62074ECE404C41532A9E0F7984B8D9 /* GRPCCall+ChannelCredentials.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1951EABEB1BB5700432B04DFA865109 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = A4DBF1EFFF35032F56258AD6C5CB94C0 /* v3_extku.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D1D53F4D12AF31034EA887EBB94564FA /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E9B232203F097903397671368D42C17 /* x509_vpm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D203C51D82283B9723BDCBA29F307D06 /* conf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3D34CD78D23008F35A7C9947B7450C /* conf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D218E391E2EB5B37CC19E1BA08271296 /* cipher.h in Headers */ = {isa = PBXBuildFile; fileRef = CF446691E87FFF5803317C2F49582356 /* cipher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D21B3D3380884BCF73F07EBE8F348EC9 /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = D92408AA6116CC109802ABD280766D63 /* ofb.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D2275F7543AEE803CFBBE07BF68FF4DA /* thd_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = DE9487960C07EED77465401ED1FD02F1 /* thd_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D2339A3A43570723D0F34C445CCD8A7D /* transport_security.c in Sources */ = {isa = PBXBuildFile; fileRef = D0FF37F066D2792BB8CA01D71D3A4931 /* transport_security.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D24BCC85783D8027056F9C64FCB97639 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 654062095122A3AC3B1BB569DE826426 /* log.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D264D32357A46A9E68D4A7B3E7117227 /* static_metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C766E5C7DA85B2458F5DA31B05AD46E /* static_metadata.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D26729E050631E0564B6E7FDD33B61F2 /* server_load_reporting_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1302AFACCC5F97A53830091E70910D77 /* server_load_reporting_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D2ABBBF332DB8CAB3610FA5D8187B3B2 /* transport_security_adapter.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB99F86048C22A38EBC3EEC4116C09 /* transport_security_adapter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D2CE34DE4AB436835FBA8BCC7D7B12B3 /* db_iter.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6FD6AC06CA52CC40A3FD52F210297F /* db_iter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2ED6191D40A55DEF5B8ACB01A9E5F1D /* two_level_iterator.cc in Sources */ = {isa = PBXBuildFile; fileRef = CDE309033CC1AD480E00F28FD8D7F86A /* two_level_iterator.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + D33E8EA033727BDD353888F81A0FCD26 /* socket_utils_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = B58806F87C4CA734078B2DCA299AC23D /* socket_utils_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D35A4CB3C6FB1BBFE339EA8407FF3DC5 /* endpoint_pair_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 38FC2BC396B75520CE52E98922B22629 /* endpoint_pair_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D39C0011531304A7FB28E177937CFD12 /* json_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 778245116C62561257D57797718D5533 /* json_common.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D3F5FA0702CCD919106A565C228236BC /* security_connector.h in Headers */ = {isa = PBXBuildFile; fileRef = C7A207515BF9AA3F6CBA62B85B041C31 /* security_connector.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D49CE81A32BAD16241205647E7A105F6 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 515657ED6BD2E98BB5501FABDC2CB72D /* a_print.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D574832AB0B0B5FD11ACA88358BF4877 /* digest.h in Headers */ = {isa = PBXBuildFile; fileRef = 82013E6797634B6D5722A4DD539F4D9D /* digest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D63B7E482AD74281BEAE30215C5DCEC5 /* pollset_set.h in Headers */ = {isa = PBXBuildFile; fileRef = 76959C455C38D1A4980F2201593082D7 /* pollset_set.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D6A76B21F247B5B153741FC43CB08BDA /* tmpfile_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = F07B6990E8B2731E7D2F9D08E7E4DA58 /* tmpfile_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D6B220C57FAFD59887AA707843E6443F /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 64A551D74BC401F265465AA48B8C559A /* v3_int.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D6E16D30D060134E40AA2133C7FC22B6 /* ec_montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A291B6F4F76BE1CD38F30A0C8E074C2 /* ec_montgomery.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D6FAB8C157EF6517781D3DEB33EF673F /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = 757ACD9E05F07AA4F1EE05414984484C /* x509cset.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D74AD9F74A137297B6C0848DF67E6412 /* load_file.h in Headers */ = {isa = PBXBuildFile; fileRef = EF33DEFE63E3534361F34D132C577625 /* load_file.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D772E88F38716734439A3221A503BEA7 /* google_default_credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = E093FF6868D82B87213E4A5513D06969 /* google_default_credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D78F859C22B04C4B086F5948B8950026 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = DC1967CB77F5E5ECFF5425D7526BA0F2 /* pcy_cache.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D7BAF559D3069D0E7243EAD8C0146FD1 /* channel_args.c in Sources */ = {isa = PBXBuildFile; fileRef = C6731AC7D3EB677ADB6755477B70A435 /* channel_args.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D7EB9469D517A39EF1368F869BE0A5D0 /* stack_lockfree.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C975ADFDE8A495918FD4C490E3738C3 /* stack_lockfree.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D84D38955E00345B8C709BCB9128F99E /* context.c in Sources */ = {isa = PBXBuildFile; fileRef = AF6652E3D33931D3D13C8C384245A975 /* context.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D876CEDF0EBBF8D6FB2CACBB7205CBEC /* blowfish.h in Headers */ = {isa = PBXBuildFile; fileRef = 154827A9DC0305873EFA4350A7EB9C44 /* blowfish.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8786F233763786E671070A3FA85B7CD /* bn.h in Headers */ = {isa = PBXBuildFile; fileRef = B28D47E197B9D77E91FF25DD95F610C8 /* bn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D92E30FB9D886CDAF38455822373FAB5 /* bio_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 333A760AF510B50B2AC7A196595F86BF /* bio_mem.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D9559544AC5066A469EDD335FB2F1375 /* atm.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EFA759A522B26D097B61059E84EA9A /* atm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D956A2DBE748A17388007321C702CBDD /* GPBExtensionInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = A157E88A8B05AAFB7B39A03BBCFA67ED /* GPBExtensionInternals.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9E2F2E6A8964EE69333AE6A370E4F50 /* cpu-arm.c in Sources */ = {isa = PBXBuildFile; fileRef = AF5F59F2ECD26A785E1F577D3A8822D4 /* cpu-arm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + D9FA30780367027442BA9FF54F85DB4F /* grpclb_client_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 778E2C67289BE6C29517C8F5F26F9517 /* grpclb_client_stats.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + D9FAC0248A7D042E1EF9741DE8099378 /* buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 461566AA4632A28C95B4AC3A87525AAB /* buffer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA066710B299CF5DF4067F49BD739032 /* server.c in Sources */ = {isa = PBXBuildFile; fileRef = 65C8118AD2F82638E5C5DD447698B21F /* server.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DA0FF452DFD2239FDCEAA763DD0037BB /* options.cc in Sources */ = {isa = PBXBuildFile; fileRef = 966D66E749E86BE45691E6D7A5035A53 /* options.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + DA1BD0F4531F2144E9748A33D68163EA /* fork.c in Sources */ = {isa = PBXBuildFile; fileRef = D058B9539A8A966A11A9C19C76B35CC8 /* fork.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DAD06CBA25E6DD8E03BC41819DDF9AAB /* rsaz_exp.h in Headers */ = {isa = PBXBuildFile; fileRef = 813F0CF252017C21591FD58E08F4D60C /* rsaz_exp.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DAFEC3A0A9A8C30B2783BC5B90623090 /* uri_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = B815712CDD25E9E8C20A1BDA3D6460CE /* uri_parser.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DB8CF66AEE065A185038BCF3133B02FE /* iomgr_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 538D8E96D5CB1B0FD6F0F5EFF9BD4961 /* iomgr_posix.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DBB706471EED1F99A82DC869F756AB24 /* load_reporting.h in Headers */ = {isa = PBXBuildFile; fileRef = FC962F80282693F78B82C8C5788F31CD /* load_reporting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBC96E3DD4224B490910FA60171873A7 /* wakeup_fd_pipe.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A6494BF547856031375AC52E99B4D3 /* wakeup_fd_pipe.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DBD75B52C26F72005A21213437FD7194 /* memtable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4BF007C2467AC2E3A5CE1C1719EF54BF /* memtable.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + DBE7AA73C13B4B5D4E0E2354D356462E /* GRPCChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6753728F75154F93A48A37B9D55F5E74 /* GRPCChannel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DC0C7B5C8390D20900FCE7CD8777043E /* comparator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E43A438374E4878EED8FB17283BD890 /* comparator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC0DCE7241866D6933E6B46B5FD2C0CF /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 84E6166CFFE2C9F4560825E67B5AFC65 /* x509.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DC5A31E9BF6FE4A298E2AF96B83C0B75 /* closure.c in Sources */ = {isa = PBXBuildFile; fileRef = EFB23FD8FB22A60C961FA6822287F087 /* closure.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DC766E0EBD488FDC75B7F3D402202462 /* ossl_typ.h in Headers */ = {isa = PBXBuildFile; fileRef = CB10639680BD7EC92244835F29138C66 /* ossl_typ.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC8B224535E728CFBAE14BE001079AFB /* stack_lockfree.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A91D3DE8846F8BA2EB2071240726135 /* stack_lockfree.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DCD35EFC76A69BBC1FAB6F5814024381 /* GRXWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = D512F7555C2E86C38CE34DD91371931A /* GRXWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCD87349DD2B9E49FE4AC06C680481BD /* pollset_set_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A5F7D6089CB213C48E70A5AA47463D /* pollset_set_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DCE5A6BF9F87F369A676B0B2B7A3F88A /* cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EE3DDCCE536AA95E76F898A6C8434DA /* cmp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DCFF3D6862C0BC61EABD9843530D18FA /* builder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 272DD350DE2CAE7785D1E55AB5F2568A /* builder.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + DD0F3B933CC74BFDEB3043A7FA6AA889 /* pollset_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E36E2C0A929D1AC67B28600A736AE65 /* pollset_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DD31476042AAC9FA7CDCE621A00C378A /* murmur_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = A46736AB2EA75497FD166B926F11751B /* murmur_hash.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + DD5260FBB2F879C4811CB22873546DE6 /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACD7660BE9620CC4DF1362DF72EE722 /* time.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD867D0644C9247FB787161505CFB37D /* format_request.h in Headers */ = {isa = PBXBuildFile; fileRef = B9EA9B912A84F8FC02C201FC44165481 /* format_request.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DDD9B06AC31B2A9B1592F1D209B758C9 /* sys_epoll_wrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8308E2F14F8738B5CD8A6693E0F9BA /* sys_epoll_wrapper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DDEFB49099F578D58A16027294940F11 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = A0862DC4E008C8A0DE964808C55B858D /* aes.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DE14B5EBA6E1B0C77751A1A4BB3C1EB9 /* polyval.c in Sources */ = {isa = PBXBuildFile; fileRef = F67BC193C0FDEDBA2D55F403AD50C5C8 /* polyval.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DE3B4106FE26B4CC434FF5F32A2E0F5B /* kronecker.c in Sources */ = {isa = PBXBuildFile; fileRef = 23656CAC234038375B2233968AEEB16A /* kronecker.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DE94F1C7EC70CE8AD235D7324DFE3AF3 /* tls_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 491E3397313077F27372EADDAF97253E /* tls_cbc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DEA71F1476B0D5284E8C677438A327E7 /* Timestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = D7F4F45FA9F1ECEF0221D67947A966D5 /* Timestamp.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DEC8CA2D00AA2D7D744B280901EBE89B /* GRPCCall+OAuth2.h in Headers */ = {isa = PBXBuildFile; fileRef = 28018A18BA9077AFDFC45C3C97BAB7E5 /* GRPCCall+OAuth2.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF0EB166B449FA95068B4A1CE4ECD984 /* sync_posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 22C827D1A94EB318E135D26CFC753D19 /* sync_posix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF2E8FA6AFB4FE796DB9A576053811FB /* ssl3.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4EE0FB8AC1DFD9DA4BC9D6020C6918 /* ssl3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF56E78E0828693DF63A50B9C7325D96 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = A171D62914B5C3E484707EE2C540754A /* algorithm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DF7662322D65A3245097CC03DDFE93FB /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = D288E21092790CE2BD9402FF51EEA80D /* p5_pbev2.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DF8D964CE387C10232088BD6807DB972 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = 1954043D9A18FA2B2DA7580F32922720 /* x509_att.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + DF912F454FD884B2393F40D2ABAAB50B /* engine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C600A42D9FD365A04C0C4CE276D52CF /* engine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFFE9C737E006DFAC43272482B660C2E /* wakeup_fd_pipe.c in Sources */ = {isa = PBXBuildFile; fileRef = 858908A88315B586772C6D5BBBD6F96C /* wakeup_fd_pipe.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E058F0F410DE3A6BCE4D2A653CB09037 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BAC5F2E50245B4D686B775B73E88B2F /* alloc.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E0886E8A6C14FF94BE610AD435A19B46 /* atm_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 411B3361F71E50C6AE8DA4E34A4D49E2 /* atm_windows.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E08968A8AB6134A883332B3E7579C44F /* Timestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = EE12D681A9221891C175D0BF109A6591 /* Timestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E08A5DB41230445080E5CF8803469A35 /* server.h in Headers */ = {isa = PBXBuildFile; fileRef = 1011B14EB573CB2B2EAE9E6A10BE2786 /* server.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E091E3BBA80EA174C4A3D88AA26C2E2C /* dtls_record.c in Sources */ = {isa = PBXBuildFile; fileRef = 96790E679C6982C73CB687A3DBE4C2A4 /* dtls_record.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E0BBF76EC2E7D27E42BCB3AD8379E719 /* tcp_server_uv.c in Sources */ = {isa = PBXBuildFile; fileRef = BE8DB0B14A692C9CEF803B6AAF731C59 /* tcp_server_uv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E0CA7D95F58EAF61B4356867B69AAFF2 /* GRPCCall+Cronet.h in Headers */ = {isa = PBXBuildFile; fileRef = 77EB368DC25E45C95BC47202693A1353 /* GRPCCall+Cronet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0E022AA01014AA660B28E7D7F5D985A /* wakeup_fd_cv.c in Sources */ = {isa = PBXBuildFile; fileRef = 12205D82288C65C0A2F9672FF29C283D /* wakeup_fd_cv.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E0E46AD997DAA745A7895FFA4AFB38A1 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FE60170A1A1A2A4F5DD6DD173A1B56D /* by_file.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E10F0927AFF37588E2FB687D346F6466 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = D91D9E47913929C61C94F6362CDCF39A /* evp_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E180384241B35D01FEE1E0901A2AEFF6 /* log_writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5AABBA91DB6B17FD557A5B8AEAA802 /* log_writer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E187F5D6E03650C171C794AAB1D7EB2C /* GRXNSBlockEnumerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1DC10AD5A77BE171185301CE4456A8 /* GRXNSBlockEnumerator.m */; }; + E1C87B85FAF2D327CCA6A88256E3A291 /* crc32c.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D18D4A9F734675184331C9AF066F62F /* crc32c.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1EEA9A2BB0D62260F73587169053380 /* asn1.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4E81CB9FC0D816EC05A2919F89BC9E /* asn1.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1FC18DD8EF9B9F1AC52C0F3A1CEA559 /* GRXWriteable.h in Headers */ = {isa = PBXBuildFile; fileRef = C448331B585785F2619A9A554BF3FBFF /* GRXWriteable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E21FAAA81BE28F435CCE0BB570685F39 /* http_connect_handshaker.h in Headers */ = {isa = PBXBuildFile; fileRef = A69ACD2421C61AC38FE0F9D7897B913B /* http_connect_handshaker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E22C05BCFA4C389DDB057FC29EB2E373 /* endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D36ABFC7661454B659E35F8AFE5603 /* endpoint.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E253A863240A813BEEA01C0BE61562C5 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B7740B1EAA9A17BECE2F979179F0855 /* error.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E2AFB991AD0F583F9B290ECAD93555C8 /* slice_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B68D7429AB526FF7D4A7A16753009DB /* slice_buffer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2BAC6DE6BDA7BF919F5D96B8C14718B /* GPBRootObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 432E541D68AA42F6AB81C07CBAD248A0 /* GPBRootObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2C5E5313F146528E266FB2125B3CEBA /* api_trace.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BBE76684FA73C22792B75EBD71B2535 /* api_trace.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E2D4B549A26171FC1F5F6888FD010966 /* refcount_c11.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D193CBE2BDA69525CBAD986B02800E5 /* refcount_c11.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E2F7A2A7C96F392EAC1D175E30A011FA /* bn_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = D844A9BB47AD7478FC9B6B813B2E372C /* bn_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E3248D2CB748B0756F5D53021B8421AF /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = ACD7C8B0E0005D0551E2D699A67C6D98 /* cbc.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E36C32F2438E2DA578F95438471B85AE /* atm.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FD64325D2F637A48B197F516EF3FFC /* atm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3965673E3206709AA5E24AF2C9130C1 /* dns_resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = D9A9BC85B1E321E053CAF77F74C5DD50 /* dns_resolver.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E39F75D2F1839808591AADB12F896CD3 /* spinlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D30F3F093090BD0F49F01C8918C4115 /* spinlock.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E3C6497F18ECE67F86D5498768C65AC7 /* block_annotate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABD77F1D34B730F29CB8543919F7751 /* block_annotate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E3D81CB910B9C395F678B2EB9530D3F7 /* json_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C31D87F41699C567394C468C4642FC4 /* json_reader.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E406F73E8E1DBFA8865A603F1A7E062D /* GRXConcurrentWriteable.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A88DF96BBA2D91938584C217B443D4D /* GRXConcurrentWriteable.m */; }; + E43766C39792FE24EFAF9291C5579176 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 854733834A1FC7745552EB8998FDE35B /* GTMSessionUploadFetcher.m */; }; + E4709B155E135A512386916FF66A7360 /* host_port.c in Sources */ = {isa = PBXBuildFile; fileRef = AE4E4494CC2937387DC297F83ABBDFDB /* host_port.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E4C387608C1866E93B1C47B57E3A4A11 /* x509v3.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A276BD66D8F233F6D322712A0E6778 /* x509v3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4DA035EEB0AF3ACA95AA7C4491AFF1F /* cbb.c in Sources */ = {isa = PBXBuildFile; fileRef = 94C597048C71C43BEFA8E055A1AC007E /* cbb.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E4DDEBB5A76CD4A6A2C8D87C75041033 /* client_load_reporting_filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 25347E571A47F72EF3E3E7E350997EDC /* client_load_reporting_filter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E4E84C9477A908823C8DD28CD9073E7F /* log_android.c in Sources */ = {isa = PBXBuildFile; fileRef = 37505A35B5E940959943F38BEC6C2342 /* log_android.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E52DF5827E8F5C7EBFD3C43DDE837A7B /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF82F7C3D18E298102F9C092D55500E /* x509_set.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E555355A2A7BA0E12505BF220D4877FA /* iam_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E88A1B43B394CD5E9A7B2C6BD596CA /* iam_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E571BA871E3BA0D45D41A407A43B78C0 /* tls.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E440F7813A6BD1AFE287D204C409634 /* tls.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E58FF7E72DE8F719043653126EB97594 /* census_rpc_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = 747EADC4F3F4B094FB52689BEDDAEFC1 /* census_rpc_stats.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E5A6C3D8C482ACFE7DCE619FFE4940A6 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = E89B633EA11B7BFEE9EBB38B6F5D3277 /* a_digest.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E5D90277A6A5BA7C70600ED3F9F9F1FD /* db_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 713C95D3D945F623F9D61FE1E7C547F5 /* db_impl.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + E5F53AED26B01E39BAEBFC4DABA3E9D0 /* initialize.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FA0C4A829DBB165EB65A1FE2EBDB778 /* initialize.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E6097EA0AD144DE7FB6F57390998F948 /* db_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = A93D9131E15DEB99B39BC5D982A497D7 /* db_impl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E659C8C3F98AB1BB965DBE62D03599A1 /* metadata_batch.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6DE376C89C819B1675C82D02F1691C /* metadata_batch.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E6BFE8DE1E372B54F40CBEB8E34F1A34 /* montgomery_inv.c in Sources */ = {isa = PBXBuildFile; fileRef = C5B362F50083C2981E2D7F6EBB37552B /* montgomery_inv.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E6F41E0CFD435CB33444F7697A2A5BA5 /* bdp_estimator.c in Sources */ = {isa = PBXBuildFile; fileRef = 90E2B15DF416F5C868DDB7A00595A976 /* bdp_estimator.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E7506269EF553A17153B221F583510E0 /* ecdh.h in Headers */ = {isa = PBXBuildFile; fileRef = 53C731DF029532D80EDB863767E50EC5 /* ecdh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7AF976684CA0A65418D43C776B9ADF4 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB34E23F39D3EEF76FB0105F6AA4338 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8295197771D2697EA18954B783F2786 /* handshake_client.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D2BF23EE8A85516BE642A739CC29B69 /* handshake_client.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E839C080C04F013591910E68D82796DB /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B21AF31B30AAACD60E94CA65A1B6948 /* md5.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + E84DEF53F8F01BAF747EB387654EC0AC /* GTMNSString+URLArguments.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BF25B180FBAD0AF889A4C5B481148B /* GTMNSString+URLArguments.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E87FC68AE3F6610FABC5F2F23F1CCCCA /* grpc_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 500D376304775DC4C0370BD837A32BC9 /* grpc_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8851DC208C7116D831A5800D621D94D /* Wrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 510AD78258557A561A35FB50C26FC282 /* Wrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E88AC13799BD4514630665316C466BDB /* string.h in Headers */ = {isa = PBXBuildFile; fileRef = B28858F0FE218223A3AFE5BE5CD3D28F /* string.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E8D9C6F0894F26DA23001E84A695A726 /* ev_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = A6A668AD56A65B817A47A8E188786DDD /* ev_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E8DD023074C063169A2286FF250A3156 /* tcp_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = BF25E1C62EF8013828CE58DB96124D94 /* tcp_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E93B508AFA9E90F9E875542F5C505600 /* GRXForwardingWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = D008494B698B4A485570B4CBE17DCB49 /* GRXForwardingWriter.m */; }; + E93FA4D013D1323910A545EF5CB14982 /* ev_epollex_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = D52DEE1FA991B710B63FD42D779FEE51 /* ev_epollex_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + E9823E9027576C42D3A1049564097726 /* resource.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3930E0A2F5FAD06814E83FA3C1BC81 /* resource.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E982A741CDD1A8CC804FC7F20E5C006F /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B5EEF13F98C7804026515CA979360499 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9C7B5B744562E5F2A468CB44F2284CC /* transport_security_adapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 847D5D16385A468704F06F64FB2ED718 /* transport_security_adapter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EA16F70DA25E695C5680133413C0012F /* sync_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 00578D3C55AFB94FB81DC62E8CE5A316 /* sync_windows.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA496396DD619E11AE8A1C7DA6553097 /* workaround_cronet_compression_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B9191E9599149BE4A6DFA5AE223B91B /* workaround_cronet_compression_filter.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EA65933F64F5E2DDF2093FC26B5782A2 /* round_robin.c in Sources */ = {isa = PBXBuildFile; fileRef = 40CC483A4D34D3C74ACA05A28FAF534D /* round_robin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EAB11C49E9C8C094C47A497CD01B3D61 /* crc32c.cc in Sources */ = {isa = PBXBuildFile; fileRef = A0D223A0A649213613C0F31BA8516CA9 /* crc32c.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + EADDD7D7EFEF3EA067FDF1E6EE58B368 /* NSDictionary+GRPC.m in Sources */ = {isa = PBXBuildFile; fileRef = CCAA28B244CA5B6D2D25455E323037F8 /* NSDictionary+GRPC.m */; }; + EAEE11C69A50A887F97B8607107BF8FE /* secure_channel_create.c in Sources */ = {isa = PBXBuildFile; fileRef = FE908CFCF11D0CA21C7E1BD4AEC0AFC1 /* secure_channel_create.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EB169D0CE923BAC3654100844E1D537C /* p_ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = AEF46CB68F820A630B4F03F3581C9B9C /* p_ec_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + EB528F08E4FF305FE058F57C6FD73247 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 85D26A655BABEED7F3A1571F5860DD9F /* pcy_map.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + EB66EE517054A942A42809DC6591DBB5 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A46A508FEC6F0239B6B362EF239AF3DD /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EB7210A2DA552614B42B2510200DF141 /* grpclb.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1009643AFBEDE1A02BE1B093D46190 /* grpclb.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EB90AE31D24F0DE035C9F860D69EA514 /* message_compress.h in Headers */ = {isa = PBXBuildFile; fileRef = C0814C49F800FF000B046EAB451BABC5 /* message_compress.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EBC02B19371D38FD44DEA5D5793295A1 /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 52FA83DD6DAE9EC7C94C057EC1FDDD0A /* a_i2d_fp.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + EBD3B3F783ADB6E075AE23515E40662D /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD847073F2A25EF302902618F22A5AF /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EBF769C180A019D2F9EFCBB8A6F20F6C /* completion_queue.h in Headers */ = {isa = PBXBuildFile; fileRef = A93B6EFCCEA7C99CE96A463924B72F70 /* completion_queue.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EBF9722DD00EBB500B8415AE7108EBC6 /* vpm_int.h in Headers */ = {isa = PBXBuildFile; fileRef = F54984DD760683FABE5638BB72531474 /* vpm_int.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EC27CB148221FA268F03DC906BB0CD9C /* gethostname_host_name_max.c in Sources */ = {isa = PBXBuildFile; fileRef = C69E2938B475787001754B15F8AA02F0 /* gethostname_host_name_max.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EC34DCA1B81549E5D61AE2A02BDCA177 /* iomgr_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A767136747B88B2911B5D62854D329 /* iomgr_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EC36943A12C1ED504332860E27D4AB44 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EB5903585CEE37F2B5D17A3DB83ACC2 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + ED4859C862BE324FC6CDFEEBCAAB211B /* channel_stack_type.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D35F67AB89FF46897D81DFA13022FF3 /* channel_stack_type.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + ED7CFF1F580269D0B0540CF73845BB0F /* atm_gcc_sync.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3DEC0ABD2BABBF952D9530E99F7531 /* atm_gcc_sync.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED9022D77170660519460D37678EB321 /* grpc_context.c in Sources */ = {isa = PBXBuildFile; fileRef = 13A2FF80F2AEF9E823A7F9BCF4CB2ECE /* grpc_context.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EDCADB2BF82BD7F0F969F0C77DF9D814 /* GPBDictionary_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8FCE360D28BFA6A734D2856BFB380A /* GPBDictionary_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDFE97D0A0AB10D957260932B8BFED9E /* census.pb.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E1DA2382830B10035EAC58E3535013 /* census.pb.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EE16DD9AFC5986AC1CBB6505B8D4E3BB /* metadata_array.c in Sources */ = {isa = PBXBuildFile; fileRef = E9AD4F1788BC19AC3406698BC69B07F5 /* metadata_array.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EE3524774143F849C4941CF20A677D93 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = 963ED88B6DD8E5CF6222911BEE589865 /* asn1_par.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + EE4F5069500271F3F138DD4101127C50 /* byte_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = 833D46BC9544806AD28B49807C7FB28D /* byte_stream.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EE611AFDB9BA42D6D8FE3B947F9BB5F3 /* iocp_windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 7732DB945288A4E626D56524CA9B1BFC /* iocp_windows.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EECEF6208B9B8576229C5731C023F4C1 /* GPBUnknownFieldSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A7E16760D1FC5EC191B59E5F2ABC3B /* GPBUnknownFieldSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEDC8571F9CBB7580BBCB8E830D28FBA /* env_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 186E969D5275E18DB336448FE087DE79 /* env_linux.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + EF2A63ABD3785392C19AC5B76F1D135B /* p8_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 04C0494C3326FBE9C9CC55A2A38C781F /* p8_pkey.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + EF7722D72FCA3A27E05EC9D4A716D5FD /* GTMNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = DB28E99936ABFB0599D17202FCA3A126 /* GTMNSData+zlib.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + EFC1AED6846559DDEF1C71C07E4EDB0C /* GRXImmediateWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B0A462B9F177E735AC37B8E2168DEB /* GRXImmediateWriter.m */; }; + F007AB676828FE30E701EE820B695B19 /* channel_create.c in Sources */ = {isa = PBXBuildFile; fileRef = 8AAB8644D154B800CC20536FEBF4E4DD /* channel_create.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F01CA69B7B82905B599D73E2EF908089 /* grpc_security_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D8C87C64CDB3B8D72205CCD9B45CC5F /* grpc_security_constants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F02B548B1A96F92B9E5A9DE8E0B64C14 /* rc4.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4AFF8B3E655CBA544EC54BCBCF4BE0 /* rc4.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0318D0D391DD40F0349A8F42F42B596 /* incoming_metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = 6680C76E8CAC5EF0FC81139D3C94A2B5 /* incoming_metadata.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F06EB70EBECD910524DB537450055030 /* GPBWireFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3357C1861330479894EB63DA89E7FFEE /* GPBWireFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0BBA09891E2862C651225AEEDA65FF0 /* iomgr_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = CE7BD22E0EDF9F1D9331850BC3BE6A98 /* iomgr_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F121A1A7A9594F7A3F9B05F354307CD5 /* ev_epollex_linux.h in Headers */ = {isa = PBXBuildFile; fileRef = 1539EEF8C3422DBED86467C0D4B77E33 /* ev_epollex_linux.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F1719C2450B077397810E1032494DFAD /* histogram.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C879DD1AB5A67CCF70001721A20AE52 /* histogram.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F199DA455C6A844082BAC16CDE323A37 /* tmpfile.h in Headers */ = {isa = PBXBuildFile; fileRef = FA178BE5287B75F0CD0602E794B03796 /* tmpfile.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F1B3DCB850D6DAC5AE20539E92F18808 /* e_chacha20poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 31213811551B6F5C6B4BC774B22459A8 /* e_chacha20poly1305.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F1EC6CF28ADC709881FBF36C92650D13 /* trace.c in Sources */ = {isa = PBXBuildFile; fileRef = 8AAC3DADB3E31BDCED5BE4049AE7CF81 /* trace.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F20FF9F1A95B7BC76C36F5077CDB7491 /* credentials.c in Sources */ = {isa = PBXBuildFile; fileRef = 94B04418629B32DE23A73B3D77BCF0AC /* credentials.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F226E9523ACC07FDC3B7C6536E68E380 /* httpcli.h in Headers */ = {isa = PBXBuildFile; fileRef = 232E50E30675343A8CE7477626BC09D5 /* httpcli.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F26775850DA0E4078548DC4FA3BB8A4D /* pcy_int.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF8AEACB702A5A16D21A06F6DC3D41E /* pcy_int.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F317C157B3B58B64454CEB61073952A5 /* arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 1742F77D9C0A2155D878B9F2D448C50A /* arm_arch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F353DA9C8BD4E0DE493EE6B639939511 /* proxy_mapper_registry.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E3DECD58262DBEAD7DFEFFE50D9CC4 /* proxy_mapper_registry.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F35826F523280575E5CF0806225172DF /* intrusive_hash_map.h in Headers */ = {isa = PBXBuildFile; fileRef = C81B162B0BCC5AFE2B8A00FBEA820513 /* intrusive_hash_map.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F38CC96A07527DB5DEB79F7A6EFAED0A /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = E4433F8588BC376235221E46D74AB2B7 /* pem_pk8.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F39C895290CAC235066A1CA35B288D1B /* custom_extensions.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B7840D881085B9EEC28D0F02F310A35 /* custom_extensions.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F3CF2CFC372C9E27DC3F4509F9049764 /* alarm_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDE62EAA7FCE3E5B5939BDF969EA152 /* alarm_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F3D142CB94AC3BDA97A196F6E7530EA2 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = F74A2A303C7AAAA9E8DAC0BB1D3F15AA /* a_sign.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F40F030FB040B186E1A51E9291750216 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D9AA5009F696639807485C669448125 /* a_strex.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F415B81EF7C7959055B00FF24E036054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */; }; + F440865AE6FA15E7A9CF98ADBEDBB484 /* p256-64.c in Sources */ = {isa = PBXBuildFile; fileRef = A5A19E783EFF0353B8D8BDD15B37A745 /* p256-64.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F443FE21FC71F784A7BFEC09C8710D7F /* string_util_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = FF63054DEAF1F4BBB1FC00D3526C2E8F /* string_util_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F477661AAD1EA621867F7D0DD70BD9FE /* Any.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 608284CC9C3816E4015B21FD1ECC1B23 /* Any.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F488C2B9FD8B33D50DCC5B50EA80E19B /* Type.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B07A3831FF6AD6D970E74FE6542E35D9 /* Type.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F4B1352EEC8D67FEC9DEACB6DBF17750 /* memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDF764186B9B4D0874B0A661E81C6BA /* memory.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F4BBD5B4FCE39CB2E588EBA6420481B2 /* json_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 98347545ED4543730460ED4A14CBE459 /* json_util.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F4CDC51F7D0400107D751252C8FC2741 /* filename.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9AA8958910E281694BEC17735DA41E63 /* filename.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + F5A2B77285FF8DF0A3A40983CD3C8B4F /* table_cache.h in Headers */ = {isa = PBXBuildFile; fileRef = CF52FCE0AB748EA8E9C72D7BFD121A01 /* table_cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5CBFC28CD249529172274025C845DD0 /* subprocess_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F64B75EB3DED2895810F79B294E811 /* subprocess_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F5D8DC06870A10694A42EEF78562F1BF /* GPBMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E0BA7FDEE1B814F5F12957997AC7698 /* GPBMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5E2C53E9D4DD271D2FC3EB310EDB485 /* secure_endpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F06C31641C8743901C1F62248A972C /* secure_endpoint.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F61629F62D31E00FF6BE979D346B26D9 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DE80A220044295560285D700CB2DDA0 /* sha512.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F617733627479A7F70048E5EEDF85C7E /* service_config.c in Sources */ = {isa = PBXBuildFile; fileRef = F05591F6EEF9ECB66FD7EADC84C3BD51 /* service_config.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F63F770DA707C3A74B2F4C0B73E4EB43 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DB408712F5FAC679E6FAF7C6DD0DE52 /* sha256.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F666209150904C7D16BD1B777ED4EB73 /* spake25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 11E164C7A98813BE9EEDE23F680C68A6 /* spake25519.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F688002402DF3B6261F8A51EA55012CD /* fork_windows.c in Sources */ = {isa = PBXBuildFile; fileRef = B629A1208627B716894EFFA984CA2146 /* fork_windows.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F68D718AEDF6AD0E30A76D7F48DAF090 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A8705A9A9B2F45D686F0B871DAE89A96 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F69E10210DEA49CB98F5E680FB972A93 /* frame.h in Headers */ = {isa = PBXBuildFile; fileRef = 15155B2472D02B655E62339E04768732 /* frame.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F6C267769F70D10C16FC3787212DDE6C /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 32D80D2779CAE0C3BEA07DFDA62AB12A /* conf.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F6E3B58DD2F8BB9FD1FB48A04BFED39A /* evp.h in Headers */ = {isa = PBXBuildFile; fileRef = A2012D18664E206634C087E90FBEAF38 /* evp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F724C83644328BF8529DAC9EFAB6699D /* md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C423830047C8DED8BB2C0B3DC2C001 /* md5.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F74D73D00513E32E5E2587036284EBDB /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E521B6E7ACA70B1885115A7F6CB6DDB /* v3_bitst.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F76DB8EE919294B23A6F5DDF89307B6C /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = BEBC2A9E7F1893386A0F735F84394D30 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7C4625204007FA2B78F56E89AA15CAA /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D866C0E32BA635131C5BDD4A1113CFD /* GPBCodedOutputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F807F4F215D923D8B2CD866743776AF9 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = 360F7A079131B83A3A1F27D1D35109D0 /* a_utctm.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + F8722786A4EAF14025DB87AABE805B7C /* hpack_table.h in Headers */ = {isa = PBXBuildFile; fileRef = 412E7732E33BE796E0A1BBA52348C8D1 /* hpack_table.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F8A3D30C09613E25842B84BCBA3CB46A /* aead.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C2EACCE4E7DD957DDB5DE1B8A91F07 /* aead.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8F4A666F04C73CC81242A62231E7775 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E522EECC6E6CA7FD84D282342F923F2 /* aes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F94FA5048BBD031CBFDB0CE50B169A56 /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1529EFF01362F856954446D0803187 /* Empty.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F97DC17CEAC48E0A2C7CAF06F52B32F7 /* frame_data.c in Sources */ = {isa = PBXBuildFile; fileRef = E266BD33110A6BD2053718D5BA7E57D2 /* frame_data.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + F99468E9A12470F5A98065EEBCBBA26A /* jwt_credentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D66EC5FCAFC660FC586480660FD5D91 /* jwt_credentials.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F9DF2648229D2E8E655EA3FBB3A982B5 /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = 67615B15FCF0E2C71A427B322CBE5FD6 /* v3_cpols.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FA0059A316DBE901A886BB9F2E00123D /* Api.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = DE74B4CFFCAE64588348E199FE976278 /* Api.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FA41D7FAE3261B7F84A7501F218567BC /* byte_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D5C1040230A0AB477E4D8BAF4F2809 /* byte_buffer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA6420E8CC3E555E53D747F6447BDA81 /* ProtoRPC.h in Headers */ = {isa = PBXBuildFile; fileRef = E661BBE66B2BFD713AD77DAD97EACDCA /* ProtoRPC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA7FC0F0D70A849A0204F436C155CA23 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = F98B754E703B44E2402C3A1278A8EDC8 /* v3_alt.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FA836E9F9215AA8B797ABBB2497E8982 /* cmac.h in Headers */ = {isa = PBXBuildFile; fileRef = E647161348D554E764CB47B94A9B49B8 /* cmac.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA8F61D3575C43C177A3A87FFF7D9EA6 /* GRPCCall+Tests.h in Headers */ = {isa = PBXBuildFile; fileRef = F83F6CA2EF06623F32DC76A3A5298E81 /* GRPCCall+Tests.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA991FA0587EC2435DBCC83065488F37 /* dumpfile.cc in Sources */ = {isa = PBXBuildFile; fileRef = 55F60F75B1B3CE18135ED85AFF4CA5FC /* dumpfile.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + FB1872BC55F30FE444153786746BA505 /* sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = DB9FDAD398C8AD5BC87AFEA9F8BF36F5 /* sqrt.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FB39F101DD478E8A3F7E273465381F2D /* lhash_macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6C8E73BB2473AD69E2735747FF279C /* lhash_macros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB54584D70F2ED8C1A71383CCA846335 /* grpc_security.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F706D08C2BA6A920D8B0905BFB4EB7 /* grpc_security.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB60BDF749DE73AAA6505F7F9FF1F118 /* grpc_plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4BB940718C4BC6EB45F54C4BE6811 /* grpc_plugin.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FBB7A8876690C0ECB212FE952077D576 /* params.c in Sources */ = {isa = PBXBuildFile; fileRef = 16D310D7218C1735ABB4BBE1BF836DB3 /* params.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FC63C216954740390A8A140B9221994B /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 17CE3E98E6AF712B9D1E0D0383F89ABE /* dsa_asn1.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FC63FF74976E3D5864A1D4B400F917FE /* resolver_registry.c in Sources */ = {isa = PBXBuildFile; fileRef = E1DEB426DAEA4B91EAE196EF025CBCAF /* resolver_registry.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FC7F567AF9C7A76A43F0B6D83D235FC2 /* stream_compression_identity.h in Headers */ = {isa = PBXBuildFile; fileRef = 13545A30AB687A309E5E2E380A41F1F4 /* stream_compression_identity.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FC82C3B7A21C475D86014A6B3AFF7923 /* httpcli_security_connector.c in Sources */ = {isa = PBXBuildFile; fileRef = E155F4BEF7BC968B2FE370A87BB75E74 /* httpcli_security_connector.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FCAAAAA7D2C800AA9969A5CF0B9B6DA3 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D3AED973601ECDCAC5633D3A2D6E7B2F /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FCFF45D971F342188745C9C5BBE3F535 /* blinding.c in Sources */ = {isa = PBXBuildFile; fileRef = 60410A52CBDB1CA3B0128547E8BED80A /* blinding.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FD1EA92E1AFD5B9FBE405F4826BD8CB2 /* cpu_iphone.c in Sources */ = {isa = PBXBuildFile; fileRef = 88924DC70B83834B725ADD8482A32928 /* cpu_iphone.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FD1FCCA5D9A3A4C1CBABCD16709EA840 /* Any.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 104042F1FE090CC5AC2FEE35F06D3679 /* Any.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FD73C1DB4B71BA116BF50731D8B0BF30 /* metadata_batch.c in Sources */ = {isa = PBXBuildFile; fileRef = 8332F989CCFE20F7E96C7DD353EC7EFF /* metadata_batch.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FDBF02AD7F953A77BE3A2C3514B243AE /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4A6AE28D33D2EFEF0D8604CE7D0B21F0 /* logging.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + FDD9914692EFD7CF4A2A09CFDC2EB40A /* hpack_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 82669E7C9BBACBD6B1649A1DD07CB415 /* hpack_parser.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FDDC4E91E4E9959BA945D16BBACCB6C9 /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = F621B940F692443305C77FC895BA629D /* x_spki.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FDE2A06F54D7933367F688CE7792D6E6 /* histogram.cc in Sources */ = {isa = PBXBuildFile; fileRef = 14AF47A4CF71ABB34187533A27B4A079 /* histogram.cc */; settings = {COMPILER_FLAGS = "-DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -fno-objc-arc"; }; }; + FE05DA269E8C5B2C2FA6D2FD48214756 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3970CBE22FB98A209613A02862F892 /* internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FE86DAC4C74AA8411F7FED64D034C189 /* endpoint_pair_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = C1C82D5641B0A598C6F412E23512155F /* endpoint_pair_posix.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FEC7BBDD3A5C7B717E00B89E69D88332 /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = C0EF4A249F274D19F585B2C3CD116CF5 /* x_name.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FEED1AEC8F06E9DC6E66CB2D7CECE8DF /* GRPCWrappedCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB95A5A126141CB2CFBB1C48BA8AE2B /* GRPCWrappedCall.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FEF0BA4A9A47AF5AAC2C36E51080D8AB /* connectivity_state.c in Sources */ = {isa = PBXBuildFile; fileRef = 06A73C272A1CACFA020FDE86AFF986E9 /* connectivity_state.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FEFD1F56BC1707D0DFC6787C98C5914D /* ssl_aead_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 0066A9D9A90D309C38705C747DE2251F /* ssl_aead_ctx.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FF15A14FD124F75F0A4A04CB0987E334 /* ssl_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 5888D125005CFA100B845907BE7E0F90 /* ssl_lib.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FF1962214AF1E9407C8FB2BB39727BE3 /* iomgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 4240978637EA68C3DA390F4180782DD0 /* iomgr.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; + FF234706A75F56173414C33E971EBF55 /* ProtoMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFADECA80E1BA3330FA5FE72516CB12 /* ProtoMethod.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF5142EF95CE5A4E0D048AB12C4F795B /* handshaker_registry.h in Headers */ = {isa = PBXBuildFile; fileRef = CA41D1719C8D905E6E5F616E3E196A0A /* handshaker_registry.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FF5D3CAA66A97CD6398F0DA5333E6E15 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = 73871A370892219B0734D48F91568B9C /* v3_bcons.c */; settings = {COMPILER_FLAGS = "-DOPENSSL_NO_ASM -GCC_WARN_INHIBIT_ALL_WARNINGS -w -fno-objc-arc"; }; }; + FFEBF9B9575C54ADDEDA4A538BD65C5E /* lame_client.h in Headers */ = {isa = PBXBuildFile; fileRef = 550355ADF40156A31874E3A9043A94B4 /* lame_client.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FFF5938496D6FB14E3B16D11586DCF40 /* channel_init.c in Sources */ = {isa = PBXBuildFile; fileRef = DC1ABA5AD4C715D7D027C6B80AB18293 /* channel_init.c */; settings = {COMPILER_FLAGS = "-DGRPC_ARES=0 -fno-objc-arc"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 462BE5A973574BC74D3CA55DC6B3E75A /* PBXContainerItemProxy */ = { + 21F4CF6895F4DEFA1486511C62461268 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = E1BBB76ADBF2EF4EF2CE5DF6BBC77296; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = 1E2176B7896B236A0F58344DC7149A24; + remoteInfo = gRPC; }; - 986E9F434004E9948E894AB73B826CC9 /* PBXContainerItemProxy */ = { + 2B935976B9FC6D9ABE93BF0B9EE4A8E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = CF4B35B9FC819386EB09219BC91827D7; - remoteInfo = nanopb; + remoteGlobalIDString = 1E2176B7896B236A0F58344DC7149A24; + remoteInfo = gRPC; + }; + 48ABB341DEDB1A12E2353CCB6EBC6AF0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 04B2A8DC6A8BE8FB159FC85962E66ACC; + remoteInfo = "gRPC-RxLibrary"; + }; + 518E65643D97E57E8190A36D45754D0C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = DE868725B18AE240E550C5515AE66BC4; + remoteInfo = GTMSessionFetcher; + }; + 5D6A50A665C2CBCEF10E5C766464DF34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4E03646F0CAFF3F5456F5B1F80264C49; + remoteInfo = "gRPC-ProtoRPC"; + }; + 622CAFCCC4214A6FE0B785E73A305809 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 04B2A8DC6A8BE8FB159FC85962E66ACC; + remoteInfo = "gRPC-RxLibrary"; + }; + 673718F2487529CC076EDB41EE0306FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BF781D454CD60AECEDD915723F2ECCB3; + remoteInfo = "gRPC-gRPCCertificates"; }; - E14DE910ACDA20A90FF66B28143D1B7E /* PBXContainerItemProxy */ = { + 687C5138C7440826E0DE01F65EFE17AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 05D233ADADE8575BCCD56101E6039406; remoteInfo = "leveldb-library"; }; + 69C3C33AE02BFF052F0282A468182F5B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADB489DA9DF2B6C270EDB2489C3E7C76; + remoteInfo = Protobuf; + }; + 6DC43C708D4DBC0B56972FD365640B78 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 04B2A8DC6A8BE8FB159FC85962E66ACC; + remoteInfo = "gRPC-RxLibrary"; + }; + 70267570BDF44829D9401BC466AFDB14 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADB489DA9DF2B6C270EDB2489C3E7C76; + remoteInfo = Protobuf; + }; + 749E7E539D0A2CBA4DC9EEC6D465E7DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 58E7450DB13C5ECCE92D3C0DF7CF0903; + remoteInfo = GoogleToolboxForMac; + }; + 8255ACB28B194E2DE1519E103A9D72B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50BC1DB6642D72FC6076EF03143635F3; + remoteInfo = "gRPC-Core"; + }; + 8C169A1C5CFAB9EC89F8B946F5405422 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50BC1DB6642D72FC6076EF03143635F3; + remoteInfo = "gRPC-Core"; + }; + A748C395B34E721735B94407D7A8BBA5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A22164B1A6FF370ED730487A9BAF00EA; + remoteInfo = nanopb; + }; + CAB20FDE2E5220B4AE8BEC923880FDF5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A22164B1A6FF370ED730487A9BAF00EA; + remoteInfo = nanopb; + }; + CE22E379CB3F2136EB5E295920F40246 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 341AE43BECCF63F8848AAC78D2B071F7; + remoteInfo = BoringSSL; + }; + F8F9AB7C66771AA28FB61D8462D5EA45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 341AE43BECCF63F8848AAC78D2B071F7; + remoteInfo = BoringSSL; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 03C6194D1B787C0F191F45BFB829BDA6 /* dbformat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dbformat.h; path = db/dbformat.h; sourceTree = ""; }; - 04251D91C2676147D863CBBBFA3EBDBD /* memtable.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = memtable.cc; path = db/memtable.cc; sourceTree = ""; }; - 099EEC82E42B586089C2F20FA4377648 /* db_iter.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = db_iter.cc; path = db/db_iter.cc; sourceTree = ""; }; + 00578D3C55AFB94FB81DC62E8CE5A316 /* sync_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_windows.h; path = include/grpc/support/sync_windows.h; sourceTree = ""; }; + 0066A9D9A90D309C38705C747DE2251F /* ssl_aead_ctx.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_aead_ctx.c; path = ssl/ssl_aead_ctx.c; sourceTree = ""; }; + 00D5AF59FF624045BCE35F9227B30AAD /* http_proxy.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http_proxy.c; path = src/core/ext/filters/client_channel/http_proxy.c; sourceTree = ""; }; + 00EAA4DE4C43FAF57B82D6C3D282BF69 /* pem_info.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_info.c; path = crypto/pem/pem_info.c; sourceTree = ""; }; + 01A8CAB63A2F43D517780FB9521DA509 /* stream_map.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stream_map.c; path = src/core/ext/transport/chttp2/transport/stream_map.c; sourceTree = ""; }; + 01F48D76362956F7DF20901029DCF838 /* atomic_with_atm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atomic_with_atm.h; path = src/core/lib/support/atomic_with_atm.h; sourceTree = ""; }; + 01FAB14E488885C3ADF78589899459B9 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 0273CC541BCCF25AE5EAC67DE80DD446 /* x509_r2x.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_r2x.c; path = crypto/x509/x509_r2x.c; sourceTree = ""; }; + 0274FCC7A92013517A0B2F3C106BA8C0 /* x_req.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_req.c; path = crypto/x509/x_req.c; sourceTree = ""; }; + 0342165062215E9A71C5E6FB3287B918 /* a_dup.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_dup.c; path = crypto/asn1/a_dup.c; sourceTree = ""; }; + 034E770CE186E577A6C337634C68AB1F /* GRXImmediateSingleWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXImmediateSingleWriter.m; path = "src/objective-c/RxLibrary/GRXImmediateSingleWriter.m"; sourceTree = ""; }; + 03604E49AC3DE17283B27A49A5B1EFD3 /* x509_req.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_req.c; path = crypto/x509/x509_req.c; sourceTree = ""; }; + 03B3BB98ADDBCCDABA959CE9E24D8162 /* hkdf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hkdf.c; path = crypto/hkdf/hkdf.c; sourceTree = ""; }; + 0407098ECCD413F67BF6CB7718E72A65 /* v3_enum.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_enum.c; path = crypto/x509v3/v3_enum.c; sourceTree = ""; }; + 043B3590F40ADB122F20F083977AB9E9 /* resource.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resource.c; path = src/core/ext/census/resource.c; sourceTree = ""; }; + 045DA80FFA02AA54E673E7EAF56B8A46 /* port_platform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_platform.h; path = include/grpc/support/port_platform.h; sourceTree = ""; }; + 047D136A0A1A8581503704508BBC648D /* log_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = log_windows.c; path = src/core/lib/support/log_windows.c; sourceTree = ""; }; + 04B32B9237B6894D3E9F6D54517A4E4E /* dtls_method.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dtls_method.c; path = ssl/dtls_method.c; sourceTree = ""; }; + 04C0494C3326FBE9C9CC55A2A38C781F /* p8_pkey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p8_pkey.c; path = crypto/pkcs8/p8_pkey.c; sourceTree = ""; }; + 04E23C03953278F3D3BD7F69893E0D0C /* time_averaged_stats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = time_averaged_stats.h; path = src/core/lib/iomgr/time_averaged_stats.h; sourceTree = ""; }; + 059188582694600526B95B9023CE46AE /* cmac.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cmac.c; path = crypto/cmac/cmac.c; sourceTree = ""; }; + 0599AAD0FABD34C208D34DEAD045FF2D /* port_example.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_example.h; path = port/port_example.h; sourceTree = ""; }; + 05AB79C953319C38A4351D18691E86E1 /* ssl_transport_security.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_transport_security.c; path = src/core/tsi/ssl_transport_security.c; sourceTree = ""; }; + 066302DC3940B07B112AB0C5346487D6 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/des/internal.h; sourceTree = ""; }; + 06A73C272A1CACFA020FDE86AFF986E9 /* connectivity_state.c */ = {isa = PBXFileReference; includeInIndex = 1; name = connectivity_state.c; path = src/core/lib/transport/connectivity_state.c; sourceTree = ""; }; + 07635331D04DFF92AF4CD34228CBB5BD /* e_des.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_des.c; path = crypto/cipher/e_des.c; sourceTree = ""; }; + 07C3E489B7ED39B70EF1F5C817733AE1 /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; + 07D6252A5C51F4ADEAFA48FF166CAA5D /* urandom.c */ = {isa = PBXFileReference; includeInIndex = 1; name = urandom.c; path = crypto/rand/urandom.c; sourceTree = ""; }; + 08403204C0CD2498706FA1F3C8C4005E /* s3_pkt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = s3_pkt.c; path = ssl/s3_pkt.c; sourceTree = ""; }; + 085EF664F03B3586D56EA1C423E260B8 /* NSData+GRPC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+GRPC.m"; path = "src/objective-c/GRPCClient/private/NSData+GRPC.m"; sourceTree = ""; }; + 08775936A3C546639E334F40441116CA /* json_writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_writer.h; path = src/core/lib/json/json_writer.h; sourceTree = ""; }; + 08B2A4103BBE8FD26746F1D9DD7B0E37 /* libgRPC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libgRPC.a; path = libgRPC.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 08C3B3C452B06E327862B5DE829B1C14 /* string_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = string_posix.c; path = src/core/lib/support/string_posix.c; sourceTree = ""; }; + 08EC22BA8117410D503B3D23BD2BB166 /* Wrappers.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Wrappers.pbobjc.m; path = objectivec/google/protobuf/Wrappers.pbobjc.m; sourceTree = ""; }; + 09363986C4F2C50222BB3DF003EDBA72 /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRuntimeTypes.h; path = objectivec/GPBRuntimeTypes.h; sourceTree = ""; }; + 0945817410DDF5D909FC36BBA5C132C2 /* x_algor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_algor.c; path = crypto/x509/x_algor.c; sourceTree = ""; }; 09BE3DD41DCF12F6847A21FA8D87B686 /* Pods-immobile-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-immobile-resources.sh"; sourceTree = ""; }; - 0B700ECDF40D16F72FE0BDEA3DB02609 /* snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = snapshot.h; path = db/snapshot.h; sourceTree = ""; }; - 0BFD4B5CBC958B99BBB03C39924326FA /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 0E3F0A80B9B2B83BEAA8928BFA760C5C /* table_cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table_cache.h; path = db/table_cache.h; sourceTree = ""; }; - 0EAEB5703A367FE2F4CC0282C82E6BDA /* table_cache.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table_cache.cc; path = db/table_cache.cc; sourceTree = ""; }; - 0F72234FA1AE740EAA6C1485297067D6 /* filter_policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filter_policy.h; path = include/leveldb/filter_policy.h; sourceTree = ""; }; - 10729CBC625104887D82611337842614 /* leveldb-library-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "leveldb-library-prefix.pch"; sourceTree = ""; }; - 137CCEC12BF93F559A0DD79BB3966848 /* version_edit.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = version_edit.cc; path = db/version_edit.cc; sourceTree = ""; }; - 1645630BB62629237B4F3C1F70E53F81 /* builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = builder.cc; path = db/builder.cc; sourceTree = ""; }; - 187512E711041A58B1836F8F74332A21 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 198211ED384C9DB021C8CC076D2486F9 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = util/logging.cc; sourceTree = ""; }; - 19AFC96495B07F13D2D658E177366E66 /* thread_annotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_annotations.h; path = port/thread_annotations.h; sourceTree = ""; }; - 2732DC92C863945F945B0C100743E421 /* port_posix_sse.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = port_posix_sse.cc; path = port/port_posix_sse.cc; sourceTree = ""; }; - 2A0554473EEBDE2C31FE34A1BF7D796A /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 2A0E8BA46C265DA69A10902F4F84BD71 /* hash.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = hash.cc; path = util/hash.cc; sourceTree = ""; }; - 2B27224E149A30184B05FD22596989A2 /* db_impl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db_impl.h; path = db/db_impl.h; sourceTree = ""; }; - 2B7ADD4C11C55D8D351AC0684843BDD1 /* builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = builder.h; path = db/builder.h; sourceTree = ""; }; - 2CFBBCD98F5DF9BC556B48AEFC6425B6 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 2E23B20953B2DAB365F87099034772F1 /* table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table.h; path = include/leveldb/table.h; sourceTree = ""; }; - 2E46E9F9AC227CCCFA006BB5A6F0E175 /* filter_block.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_block.cc; path = table/filter_block.cc; sourceTree = ""; }; - 321E9AC8E1651AF9CF27F8D6E7C5BC16 /* block.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = block.cc; path = table/block.cc; sourceTree = ""; }; - 324B531C2AE6827FB681FE21B3BE4EFC /* atomic_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atomic_pointer.h; path = port/atomic_pointer.h; sourceTree = ""; }; - 32512040CD9971E2C364CAAE50B96F11 /* write_batch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = write_batch.h; path = include/leveldb/write_batch.h; sourceTree = ""; }; - 3406A2ACFDDA55157541C081D8176CED /* hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hash.h; path = util/hash.h; sourceTree = ""; }; - 34ED424F4F57148F025A9C14132793AE /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseInstanceID.framework; path = Frameworks/FirebaseInstanceID.framework; sourceTree = ""; }; - 360741FC425D1C048383DC5CE3FE4151 /* GoogleToolboxForMac.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.xcconfig; sourceTree = ""; }; - 3A8DA89E163A28CE9669228A69735212 /* mutexlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mutexlock.h; path = util/mutexlock.h; sourceTree = ""; }; - 3C5C855F589AC10E458D13D13A064894 /* dumpfile.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = dumpfile.cc; path = db/dumpfile.cc; sourceTree = ""; }; - 3DE55071E55CBE482A0E08CEC248A029 /* libGoogleToolboxForMac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleToolboxForMac.a; path = libGoogleToolboxForMac.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 44211E34EAF89C109F8F743DC1A22949 /* log_writer.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = log_writer.cc; path = db/log_writer.cc; sourceTree = ""; }; - 44F7B2CAC634EF237DEC10F65E7D2BA6 /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCoreDiagnostics.framework; path = Frameworks/FirebaseCoreDiagnostics.framework; sourceTree = ""; }; - 4525B49CB1EE3D455306A55F9F89588F /* iterator_wrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iterator_wrapper.h; path = table/iterator_wrapper.h; sourceTree = ""; }; - 484471235CE9BBEF64D8A2A961CDBA57 /* GTMNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSData+zlib.m"; path = "Foundation/GTMNSData+zlib.m"; sourceTree = ""; }; - 487AB4BA188FB091E4FE65C9037ED29F /* log_reader.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = log_reader.cc; path = db/log_reader.cc; sourceTree = ""; }; - 4A4A557D920B6B6245EFE143F70BB6D3 /* write_batch_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = write_batch_internal.h; path = db/write_batch_internal.h; sourceTree = ""; }; - 4C50E05B0153136F4ED69E32A59915F4 /* status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = status.h; path = include/leveldb/status.h; sourceTree = ""; }; - 4D1A305F03F88857FA041C1D640999ED /* filter_policy.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_policy.cc; path = util/filter_policy.cc; sourceTree = ""; }; - 504F55205B0D3E429476A1ED7CDFDDBE /* filename.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filename.cc; path = db/filename.cc; sourceTree = ""; }; - 53AF028FF690267BDFE48EE7E6B13F02 /* port_posix.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = port_posix.cc; path = port/port_posix.cc; sourceTree = ""; }; - 5591A978D4FB2B0EA7A0F25E431492E6 /* block_builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = block_builder.h; path = table/block_builder.h; sourceTree = ""; }; - 560F92F3503C5B3C105F8093EF2AB660 /* env.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = env.h; path = include/leveldb/env.h; sourceTree = ""; }; + 0A11E1A31676BA40042A63DCB334A33B /* poly1305.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = poly1305.h; path = include/openssl/poly1305.h; sourceTree = ""; }; + 0A68465A9B30CF4E38837D2399C5F23F /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + 0A6F64A2188732276B5FCED98A94CA27 /* GPBArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray.h; path = objectivec/GPBArray.h; sourceTree = ""; }; + 0A7CC6799BEDF0BE14D281E3EB5FC3DB /* a_octet.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_octet.c; path = crypto/asn1/a_octet.c; sourceTree = ""; }; + 0A9F5591D5E12DA65A4A672991BBD028 /* time_precise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = time_precise.h; path = src/core/lib/support/time_precise.h; sourceTree = ""; }; + 0B16A91E569BCA24D1E8BAB783A10FC2 /* socket_factory_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_factory_posix.c; path = src/core/lib/iomgr/socket_factory_posix.c; sourceTree = ""; }; + 0B2E5D58EAB0B964C087615AF39D8F4C /* channel_stack_type.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel_stack_type.h; path = src/core/lib/surface/channel_stack_type.h; sourceTree = ""; }; + 0B88EB78650B20A87317CF13387BB849 /* iomgr_uv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iomgr_uv.h; path = src/core/lib/iomgr/iomgr_uv.h; sourceTree = ""; }; + 0C0BA02D41ED6C59DBD6D0ABBBAF40EF /* x_pkey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_pkey.c; path = crypto/x509/x_pkey.c; sourceTree = ""; }; + 0C194597FB0A972570A028262D05BAB7 /* socket_utils_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_utils_linux.c; path = src/core/lib/iomgr/socket_utils_linux.c; sourceTree = ""; }; + 0C766E5C7DA85B2458F5DA31B05AD46E /* static_metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = static_metadata.h; path = src/core/lib/transport/static_metadata.h; sourceTree = ""; }; + 0C879DD1AB5A67CCF70001721A20AE52 /* histogram.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram.c; path = src/core/lib/support/histogram.c; sourceTree = ""; }; + 0C87C12104079A29466FD53D7505A52C /* atm_gcc_sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_gcc_sync.h; path = include/grpc/support/atm_gcc_sync.h; sourceTree = ""; }; + 0CBAC9B765BB02F86189694E9BAEDBCD /* gts_transport_security.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = gts_transport_security.h; path = src/core/tsi/gts_transport_security.h; sourceTree = ""; }; + 0D0748E4C88A1595DAA83C622B565F8E /* ext_dat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ext_dat.h; path = crypto/x509v3/ext_dat.h; sourceTree = ""; }; + 0D1BB9C546927C5362291FB87BB23F5E /* leveldb-library-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "leveldb-library-prefix.pch"; sourceTree = ""; }; + 0D1DC10AD5A77BE171185301CE4456A8 /* GRXNSBlockEnumerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXNSBlockEnumerator.m; path = "src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.m"; sourceTree = ""; }; + 0D34D4318A640D0A839390DE49449DDF /* iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iterator.h; path = include/leveldb/iterator.h; sourceTree = ""; }; + 0D35627227700E7F2735BA70C5FEAD9B /* log_reader.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = log_reader.cc; path = db/log_reader.cc; sourceTree = ""; }; + 0D35F67AB89FF46897D81DFA13022FF3 /* channel_stack_type.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_stack_type.c; path = src/core/lib/surface/channel_stack_type.c; sourceTree = ""; }; + 0D7400CCE7EB64269A2C134FEF128610 /* resource_quota.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resource_quota.c; path = src/core/lib/iomgr/resource_quota.c; sourceTree = ""; }; + 0DEBEE923B0F4AA6E5C002C8B79FD7FC /* tmpfile_msys.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tmpfile_msys.c; path = src/core/lib/support/tmpfile_msys.c; sourceTree = ""; }; + 0DF4AB0192B0FD86672D9DD1CA09B420 /* mpscq.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mpscq.h; path = src/core/lib/support/mpscq.h; sourceTree = ""; }; + 0E299A5971AC9C950557D9FA1BC322B8 /* tcp_server_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_windows.c; path = src/core/lib/iomgr/tcp_server_windows.c; sourceTree = ""; }; + 0E36E2C0A929D1AC67B28600A736AE65 /* pollset_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pollset_uv.c; path = src/core/lib/iomgr/pollset_uv.c; sourceTree = ""; }; + 0E6B86FE81C1C5558947DE15D54B465E /* completion_queue_factory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = completion_queue_factory.c; path = src/core/lib/surface/completion_queue_factory.c; sourceTree = ""; }; + 0E9BAA715564358A1008A9433153446B /* wakeup_fd_cv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = wakeup_fd_cv.h; path = src/core/lib/iomgr/wakeup_fd_cv.h; sourceTree = ""; }; + 0EB5903585CEE37F2B5D17A3DB83ACC2 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/cipher/internal.h; sourceTree = ""; }; + 0FAF8F5EB85156BBB82DA0DA0428E2E3 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/pool/internal.h; sourceTree = ""; }; + 1011B14EB573CB2B2EAE9E6A10BE2786 /* server.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = server.h; path = src/core/lib/surface/server.h; sourceTree = ""; }; + 104042F1FE090CC5AC2FEE35F06D3679 /* Any.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Any.pbobjc.m; path = objectivec/google/protobuf/Any.pbobjc.m; sourceTree = ""; }; + 105EAC36C57900C9905BB64BE92A4368 /* NSDictionary+GRPC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+GRPC.h"; path = "src/objective-c/GRPCClient/private/NSDictionary+GRPC.h"; sourceTree = ""; }; + 106CDB35A201100C47E8EBC6486C5199 /* retry_throttle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = retry_throttle.h; path = src/core/ext/filters/client_channel/retry_throttle.h; sourceTree = ""; }; + 1070065C43DA856448BB9CE03DFBAF9D /* ProtoMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ProtoMethod.m; path = "src/objective-c/ProtoRPC/ProtoMethod.m"; sourceTree = ""; }; + 10900FD74EDC587A65F6ABD861981D0B /* census.pb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = census.pb.c; path = src/core/ext/census/gen/census.pb.c; sourceTree = ""; }; + 10D92545742EC09F0E06DC3F71529C57 /* tls_msvc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls_msvc.h; path = include/grpc/support/tls_msvc.h; sourceTree = ""; }; + 10E3DECD58262DBEAD7DFEFFE50D9CC4 /* proxy_mapper_registry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = proxy_mapper_registry.h; path = src/core/ext/filters/client_channel/proxy_mapper_registry.h; sourceTree = ""; }; + 11B166F5C48FA8E138094620F167E64A /* a_type.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_type.c; path = crypto/asn1/a_type.c; sourceTree = ""; }; + 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 11E164C7A98813BE9EEDE23F680C68A6 /* spake25519.c */ = {isa = PBXFileReference; includeInIndex = 1; name = spake25519.c; path = crypto/curve25519/spake25519.c; sourceTree = ""; }; + 12205D82288C65C0A2F9672FF29C283D /* wakeup_fd_cv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wakeup_fd_cv.c; path = src/core/lib/iomgr/wakeup_fd_cv.c; sourceTree = ""; }; + 123FF7214966C04DB03E82E6DBB6D460 /* s3_both.c */ = {isa = PBXFileReference; includeInIndex = 1; name = s3_both.c; path = ssl/s3_both.c; sourceTree = ""; }; + 12B2DBB8AC13CAF6944D6446D8D2E022 /* ResourceBundle-gRPCCertificates-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-gRPCCertificates-Info.plist"; sourceTree = ""; }; + 12DECBDBF846D265FB7E40B6F30EAC12 /* log.c */ = {isa = PBXFileReference; includeInIndex = 1; name = log.c; path = src/core/lib/support/log.c; sourceTree = ""; }; + 1302AFACCC5F97A53830091E70910D77 /* server_load_reporting_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_load_reporting_filter.c; path = src/core/ext/filters/load_reporting/server_load_reporting_filter.c; sourceTree = ""; }; + 13360786798B3DF36C8A70DF95330A0E /* poly1305_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = poly1305_arm.c; path = crypto/poly1305/poly1305_arm.c; sourceTree = ""; }; + 13545A30AB687A309E5E2E380A41F1F4 /* stream_compression_identity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stream_compression_identity.h; path = src/core/lib/compression/stream_compression_identity.h; sourceTree = ""; }; + 136AB9B88D406FC1E66E36C0A9F0D0F3 /* tcp_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_uv.c; path = src/core/lib/iomgr/tcp_uv.c; sourceTree = ""; }; + 137D54FDA933FC5F0082F6AB28F2597B /* channel_stack.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_stack.c; path = src/core/lib/channel/channel_stack.c; sourceTree = ""; }; + 13A2FF80F2AEF9E823A7F9BCF4CB2ECE /* grpc_context.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_context.c; path = src/core/ext/census/grpc_context.c; sourceTree = ""; }; + 13AF0A78A15393C0A9DF02ED42F3781E /* histogram.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram.h; path = util/histogram.h; sourceTree = ""; }; + 13DE0A2D42B54532D63114EDC7DE1D49 /* metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = metadata.h; path = src/core/lib/transport/metadata.h; sourceTree = ""; }; + 13E483D3DE431FEA08684113F741B97B /* gRPC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "gRPC-prefix.pch"; sourceTree = ""; }; + 13F565EC4DEDEEF1A325CC675A02267C /* stack.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stack.c; path = crypto/stack/stack.c; sourceTree = ""; }; + 14236B3D6735724E2C0F932BE87B8DEF /* posix_logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = posix_logger.h; path = util/posix_logger.h; sourceTree = ""; }; + 14280E998C4C1544AD6CA0CF79FC04A4 /* lockfree_event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lockfree_event.h; path = src/core/lib/iomgr/lockfree_event.h; sourceTree = ""; }; + 146B903AA200FCFC67FCAF4B0875B6D4 /* digest.c */ = {isa = PBXFileReference; includeInIndex = 1; name = digest.c; path = crypto/digest/digest.c; sourceTree = ""; }; + 149B2BC0DDAB878B3E28E9B4268E1E01 /* p256-x86_64-table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "p256-x86_64-table.h"; path = "crypto/ec/p256-x86_64-table.h"; sourceTree = ""; }; + 14AF47A4CF71ABB34187533A27B4A079 /* histogram.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram.cc; path = util/histogram.cc; sourceTree = ""; }; + 14E0514DEC1090FEA7DAFD5F8F679C57 /* executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = executor.h; path = src/core/lib/iomgr/executor.h; sourceTree = ""; }; + 15155B2472D02B655E62339E04768732 /* frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame.h; path = src/core/ext/transport/chttp2/transport/frame.h; sourceTree = ""; }; + 1539EEF8C3422DBED86467C0D4B77E33 /* ev_epollex_linux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ev_epollex_linux.h; path = src/core/lib/iomgr/ev_epollex_linux.h; sourceTree = ""; }; + 154827A9DC0305873EFA4350A7EB9C44 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = include/openssl/blowfish.h; sourceTree = ""; }; + 155548CF7197CB60ECDFABDA34EDE2E5 /* thread_none.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_none.c; path = crypto/thread_none.c; sourceTree = ""; }; + 1576505DEB3C7324E003FCB8AD490206 /* message_compress_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = message_compress_filter.c; path = src/core/ext/filters/http/message_compress/message_compress_filter.c; sourceTree = ""; }; + 1578ADAD0A5D9F6C0C7B27CBE29EC3F0 /* arena.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = arena.cc; path = util/arena.cc; sourceTree = ""; }; + 157BC0FE46CB331EA206B00B2FEA5BD6 /* backoff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backoff.h; path = src/core/lib/support/backoff.h; sourceTree = ""; }; + 15C8FC966FAEACC69F4734A60000A247 /* sha1-altivec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "sha1-altivec.c"; path = "crypto/sha/sha1-altivec.c"; sourceTree = ""; }; + 1657674FA7818269BF279A420A000441 /* timeout_encoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timeout_encoding.h; path = src/core/lib/transport/timeout_encoding.h; sourceTree = ""; }; + 167EF637763F45477721B9230A606A91 /* frame_window_update.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_window_update.h; path = src/core/ext/transport/chttp2/transport/frame_window_update.h; sourceTree = ""; }; + 168C1E645F65A8EFF1B4A793150CD410 /* chttp2_connector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chttp2_connector.h; path = src/core/ext/transport/chttp2/client/chttp2_connector.h; sourceTree = ""; }; + 1695EA877F2234A100E0621E98599F54 /* grpc_ares_wrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_ares_wrapper.h; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h; sourceTree = ""; }; + 16D310D7218C1735ABB4BBE1BF836DB3 /* params.c */ = {isa = PBXFileReference; includeInIndex = 1; name = params.c; path = crypto/dh/params.c; sourceTree = ""; }; + 16ED3750AC79264CFDBE808E8855E238 /* block.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = block.h; path = table/block.h; sourceTree = ""; }; + 16FE8BF25AB3FF49C52578E6FC9534D5 /* slice_string_helpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice_string_helpers.h; path = src/core/lib/slice/slice_string_helpers.h; sourceTree = ""; }; + 1742F77D9C0A2155D878B9F2D448C50A /* arm_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = arm_arch.h; path = include/openssl/arm_arch.h; sourceTree = ""; }; + 175B30681D4764257B5F9B4E68F2E26B /* GTMNSDictionary+URLArguments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSDictionary+URLArguments.h"; path = "Foundation/GTMNSDictionary+URLArguments.h"; sourceTree = ""; }; + 175D8CA60EB2B463924F89FE8B65B53A /* type_check.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = type_check.h; path = include/openssl/type_check.h; sourceTree = ""; }; + 1780217DC922B27407DD255F714C15AB /* wakeup_fd_eventfd.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wakeup_fd_eventfd.c; path = src/core/lib/iomgr/wakeup_fd_eventfd.c; sourceTree = ""; }; + 17CE3E98E6AF712B9D1E0D0383F89ABE /* dsa_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dsa_asn1.c; path = crypto/dsa/dsa_asn1.c; sourceTree = ""; }; + 17F069A0FBF7262673C40A02967FCA64 /* trace_string.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_string.h; path = src/core/ext/census/trace_string.h; sourceTree = ""; }; + 1827CEF94F48D658494756D2983424ED /* v3_utl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_utl.c; path = crypto/x509v3/v3_utl.c; sourceTree = ""; }; + 183E4EFECDD5D522BF903BD09C7FBA38 /* dbformat.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = dbformat.cc; path = db/dbformat.cc; sourceTree = ""; }; + 186E969D5275E18DB336448FE087DE79 /* env_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = env_linux.c; path = src/core/lib/support/env_linux.c; sourceTree = ""; }; + 189FDE59339E8874AE5862E230ECBC46 /* gRPC-ProtoRPC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "gRPC-ProtoRPC.xcconfig"; sourceTree = ""; }; + 18C9E994F4899D802319F49178C41960 /* security_context.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = security_context.h; path = src/core/lib/security/context/security_context.h; sourceTree = ""; }; + 18D6C9C49E2FBDC4BD71A9141566D708 /* GRXWriter+Immediate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRXWriter+Immediate.h"; path = "src/objective-c/RxLibrary/GRXWriter+Immediate.h"; sourceTree = ""; }; + 1954043D9A18FA2B2DA7580F32922720 /* x509_att.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_att.c; path = crypto/x509/x509_att.c; sourceTree = ""; }; + 19E0710C50E1717A27B3E8BC5BF38A9C /* iomgr_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iomgr_internal.h; path = src/core/lib/iomgr/iomgr_internal.h; sourceTree = ""; }; + 19EDA4E55AE6545E17DA314CBDAE4159 /* table_cache.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table_cache.cc; path = db/table_cache.cc; sourceTree = ""; }; + 1A170836E794916E4E1BD28320E568B3 /* v3_crld.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_crld.c; path = crypto/x509v3/v3_crld.c; sourceTree = ""; }; + 1A3D34CD78D23008F35A7C9947B7450C /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = include/openssl/conf.h; sourceTree = ""; }; + 1A7F552A040D540B8B163778A0C841D5 /* port_platform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_platform.h; path = include/grpc/impl/codegen/port_platform.h; sourceTree = ""; }; + 1A90D30C1169DD340C22FCF08A4E787D /* ec_key.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ec_key.c; path = crypto/ec/ec_key.c; sourceTree = ""; }; + 1AA6C53F934EF4DEDD4799F2B509C1EC /* avl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = avl.h; path = include/grpc/support/avl.h; sourceTree = ""; }; + 1ACD7660BE9620CC4DF1362DF72EE722 /* time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = time.h; path = include/grpc/support/time.h; sourceTree = ""; }; + 1AFD9336391406D1EE7F947998FB04A9 /* asn1_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = asn1_lib.c; path = crypto/asn1/asn1_lib.c; sourceTree = ""; }; + 1AFF5600B0AA9BAC365232EA4B2DDD3F /* varint.c */ = {isa = PBXFileReference; includeInIndex = 1; name = varint.c; path = src/core/ext/transport/chttp2/transport/varint.c; sourceTree = ""; }; + 1B10CF02E832DE0417A1E913F9CFC30A /* tls_method.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls_method.c; path = ssl/tls_method.c; sourceTree = ""; }; + 1B21AF31B30AAACD60E94CA65A1B6948 /* md5.c */ = {isa = PBXFileReference; includeInIndex = 1; name = md5.c; path = crypto/md5/md5.c; sourceTree = ""; }; + 1B4AFF8B3E655CBA544EC54BCBCF4BE0 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = include/openssl/rc4.h; sourceTree = ""; }; + 1B9942D74C5D6FD0BC6BE4CF761AF65A /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = include/openssl/dh.h; sourceTree = ""; }; + 1BA59ECFCD53865872E3DDF454C50AD3 /* rsa_impl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rsa_impl.c; path = crypto/rsa/rsa_impl.c; sourceTree = ""; }; + 1BB6F09ED6CA92682A4DCC1C000D4387 /* http_connect_handshaker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http_connect_handshaker.c; path = src/core/ext/filters/client_channel/http_connect_handshaker.c; sourceTree = ""; }; + 1C2D32018134E59BD8C86DFA13A93A1D /* message_size_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = message_size_filter.h; path = src/core/ext/filters/message_size/message_size_filter.h; sourceTree = ""; }; + 1C381F15EF45389BEB73E9E5C90C7FBA /* api_trace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = api_trace.h; path = src/core/lib/surface/api_trace.h; sourceTree = ""; }; + 1C5178B10921A4748869D8578CF0CC69 /* secure_endpoint.c */ = {isa = PBXFileReference; includeInIndex = 1; name = secure_endpoint.c; path = src/core/lib/security/transport/secure_endpoint.c; sourceTree = ""; }; + 1C6DE376C89C819B1675C82D02F1691C /* metadata_batch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = metadata_batch.h; path = src/core/lib/transport/metadata_batch.h; sourceTree = ""; }; + 1CC76ABF7E41D671B601DEC89DCF6F3A /* socket_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_windows.c; path = src/core/lib/iomgr/socket_windows.c; sourceTree = ""; }; + 1CF2682BC49F3803819F64B44943F5CE /* json_token.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_token.h; path = src/core/lib/security/credentials/jwt/json_token.h; sourceTree = ""; }; + 1CF26D800978D7E12C9197E5F8CE0AF9 /* sockaddr_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sockaddr_utils.h; path = src/core/lib/iomgr/sockaddr_utils.h; sourceTree = ""; }; + 1D0754D9A3583B9BE1DE9CAB6FD4910D /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = include/openssl/x509.h; sourceTree = ""; }; + 1D0C49C0EE97D85ADD001F05FD39D2AF /* alloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alloc.h; path = include/grpc/support/alloc.h; sourceTree = ""; }; + 1D102A2F6DB2B326465B70AFE9E5C890 /* v3_genn.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_genn.c; path = crypto/x509v3/v3_genn.c; sourceTree = ""; }; + 1D29C792AB4A1A91471A729C59DEE07D /* v3_conf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_conf.c; path = crypto/x509v3/v3_conf.c; sourceTree = ""; }; + 1D2BF23EE8A85516BE642A739CC29B69 /* handshake_client.c */ = {isa = PBXFileReference; includeInIndex = 1; name = handshake_client.c; path = ssl/handshake_client.c; sourceTree = ""; }; + 1D30F3F093090BD0F49F01C8918C4115 /* spinlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = spinlock.h; path = src/core/lib/support/spinlock.h; sourceTree = ""; }; + 1D9501992516D0F0C7D1A593FEB74961 /* hpack_encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hpack_encoder.h; path = src/core/ext/transport/chttp2/transport/hpack_encoder.h; sourceTree = ""; }; + 1E4A0FB9033AC281F9F59B7B186D20CC /* libgRPC-ProtoRPC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libgRPC-ProtoRPC.a"; path = "libgRPC-ProtoRPC.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E85DBE01E0D683A93D5E5EBCBE790D0 /* GRXWriter+Transformations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRXWriter+Transformations.m"; path = "src/objective-c/RxLibrary/GRXWriter+Transformations.m"; sourceTree = ""; }; + 1E9FD41ACEDAD27D70D2961C8968A68B /* t1_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t1_enc.c; path = ssl/t1_enc.c; sourceTree = ""; }; + 1EB02FA72482F6B990B31BF3E1B36F8F /* atm_gcc_atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_gcc_atomic.h; path = include/grpc/support/atm_gcc_atomic.h; sourceTree = ""; }; + 1EB34E23F39D3EEF76FB0105F6AA4338 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 1EDF8EF32BE02E7ECC15D904C7477391 /* v3_pku.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_pku.c; path = crypto/x509v3/v3_pku.c; sourceTree = ""; }; + 1EE3DDCCE536AA95E76F898A6C8434DA /* cmp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cmp.c; path = crypto/bn/cmp.c; sourceTree = ""; }; + 1EF5529FA389275E1D4B0BF388457001 /* printf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = printf.c; path = crypto/bio/printf.c; sourceTree = ""; }; + 1F83A751620A790BAF71A52B1CB06150 /* lame_client.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = lame_client.cc; path = src/core/lib/surface/lame_client.cc; sourceTree = ""; }; + 1FA7DA40571A421BFFAA207F87848A60 /* GRXWriteable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXWriteable.m; path = "src/objective-c/RxLibrary/GRXWriteable.m"; sourceTree = ""; }; + 1FF60C970F32F0C3D629EF65C0300AE4 /* GRPCCall+Tests.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+Tests.m"; path = "src/objective-c/GRPCClient/GRPCCall+Tests.m"; sourceTree = ""; }; + 1FFC7B397C6EED882E744E77803C3EE4 /* sockaddr_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sockaddr_utils.c; path = src/core/lib/iomgr/sockaddr_utils.c; sourceTree = ""; }; + 2033AE3B355B51276E3A1E0329E8B209 /* socket_utils_common_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_utils_common_posix.c; path = src/core/lib/iomgr/socket_utils_common_posix.c; sourceTree = ""; }; + 20B7D60216063A91A23AD1BBF2B96CBA /* client_channel_factory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_channel_factory.c; path = src/core/ext/filters/client_channel/client_channel_factory.c; sourceTree = ""; }; + 20EBADF5CEC4B8EEAAE88612B97EA398 /* iomgr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iomgr.h; path = src/core/lib/iomgr/iomgr.h; sourceTree = ""; }; + 20F64B75EB3DED2895810F79B294E811 /* subprocess_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = subprocess_windows.c; path = src/core/lib/support/subprocess_windows.c; sourceTree = ""; }; + 20FD64325D2F637A48B197F516EF3FFC /* atm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm.h; path = include/grpc/support/atm.h; sourceTree = ""; }; + 211B4697965B9AB1D6F7C27099E8CC5D /* fork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fork.h; path = include/grpc/fork.h; sourceTree = ""; }; + 214B4A0B4F74EEBFB41A82336377C8C7 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; + 22252D843FB82064A28C071617FA4DEB /* http2_settings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http2_settings.h; path = src/core/ext/transport/chttp2/transport/http2_settings.h; sourceTree = ""; }; + 223F81E21DCFEED823814AE450714553 /* plugin_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = plugin_credentials.c; path = src/core/lib/security/credentials/plugin/plugin_credentials.c; sourceTree = ""; }; + 2242A6720B0878D1F152E61FDC119CA6 /* random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random.h; path = util/random.h; sourceTree = ""; }; + 2265A29CCD2C661A072F30FC27C611C6 /* channel_args.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel_args.h; path = src/core/lib/channel/channel_args.h; sourceTree = ""; }; + 2266D058CD57845DC45B0D7BBBD11B55 /* table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table.h; path = include/leveldb/table.h; sourceTree = ""; }; + 2285F1E4044D578A87B60CDA52F85AC2 /* bio_ssl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bio_ssl.c; path = ssl/bio_ssl.c; sourceTree = ""; }; + 22C827D1A94EB318E135D26CFC753D19 /* sync_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_posix.h; path = include/grpc/impl/codegen/sync_posix.h; sourceTree = ""; }; + 23220CBDC49BC43B4088BE6F91E3FC6B /* gcd.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gcd.c; path = crypto/bn/gcd.c; sourceTree = ""; }; + 232E50E30675343A8CE7477626BC09D5 /* httpcli.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = httpcli.h; path = src/core/lib/http/httpcli.h; sourceTree = ""; }; + 2350C9BEE41E35B32B55FF8AAEB9D47F /* obj_xref.c */ = {isa = PBXFileReference; includeInIndex = 1; name = obj_xref.c; path = crypto/obj/obj_xref.c; sourceTree = ""; }; + 2357CB99F05102E1F6FB0BA002822784 /* GRPCCompletionQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCCompletionQueue.m; path = "src/objective-c/GRPCClient/private/GRPCCompletionQueue.m"; sourceTree = ""; }; + 23656CAC234038375B2233968AEEB16A /* kronecker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = kronecker.c; path = crypto/bn/kronecker.c; sourceTree = ""; }; + 2370CE86C6659C0668C1849F4B9CB1C9 /* FirebaseFirestore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseFirestore.framework; path = Frameworks/FirebaseFirestore.framework; sourceTree = ""; }; + 23C22156A2B5296A9A890B454EEA4F26 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + 23FDD5718239C97B4A9D4D067C1F9FB6 /* connector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = connector.h; path = src/core/ext/filters/client_channel/connector.h; sourceTree = ""; }; + 2476A8366F6F044B728D86BEF3CD5F15 /* polling_entity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = polling_entity.h; path = src/core/lib/iomgr/polling_entity.h; sourceTree = ""; }; + 24E224499B4EFD2F8E7C873E10A9AD49 /* alpn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alpn.h; path = src/core/ext/transport/chttp2/alpn/alpn.h; sourceTree = ""; }; + 24FEE149AF407C00A2DCEDBB35B99269 /* aggregation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aggregation.h; path = src/core/ext/census/aggregation.h; sourceTree = ""; }; + 250F1A0849A1D0CF1F0C9E8D5921A780 /* transport_op_string.c */ = {isa = PBXFileReference; includeInIndex = 1; name = transport_op_string.c; path = src/core/lib/transport/transport_op_string.c; sourceTree = ""; }; + 2528BD4222DB8D072DD239CF03764DD0 /* ssl_transport_security.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl_transport_security.h; path = src/core/tsi/ssl_transport_security.h; sourceTree = ""; }; + 25347E571A47F72EF3E3E7E350997EDC /* client_load_reporting_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = client_load_reporting_filter.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h; sourceTree = ""; }; + 25399C40BC748A5CE6C0D348D3F456D0 /* simple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = simple.c; path = crypto/ec/simple.c; sourceTree = ""; }; + 253C4951624328E9BB345FA57E3F2BBD /* windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = windows.c; path = crypto/rand/windows.c; sourceTree = ""; }; + 2620DCE8B77C8037020C8EA62B6E957E /* tcp_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_posix.c; path = src/core/lib/iomgr/tcp_posix.c; sourceTree = ""; }; + 267B480754B6ECE1415F23D3D9A9FE13 /* GRXImmediateWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXImmediateWriter.h; path = "src/objective-c/RxLibrary/GRXImmediateWriter.h"; sourceTree = ""; }; + 272DD350DE2CAE7785D1E55AB5F2568A /* builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = builder.cc; path = db/builder.cc; sourceTree = ""; }; + 2775E0ECD69FE43E596F685F6692325C /* x509_txt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_txt.c; path = crypto/x509/x509_txt.c; sourceTree = ""; }; + 27C462D1418A56B789D6FBC1B4697037 /* GRXBufferedPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXBufferedPipe.h; path = "src/objective-c/RxLibrary/GRXBufferedPipe.h"; sourceTree = ""; }; + 27DDAD257108F4CBB4B5079CCB36362A /* json_reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_reader.h; path = src/core/lib/json/json_reader.h; sourceTree = ""; }; + 28018A18BA9077AFDFC45C3C97BAB7E5 /* GRPCCall+OAuth2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+OAuth2.h"; path = "src/objective-c/GRPCClient/GRPCCall+OAuth2.h"; sourceTree = ""; }; + 282AE069AF0E895826B031277D4ECC63 /* socket_utils_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = socket_utils_posix.h; path = src/core/lib/iomgr/socket_utils_posix.h; sourceTree = ""; }; + 282D78C6DC9ED7F0246D31B7151CDD19 /* ctr.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ctr.c; path = crypto/modes/ctr.c; sourceTree = ""; }; + 288DA9C9DAD9F991BF6EF08DD161134A /* GRXNSFastEnumerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXNSFastEnumerator.m; path = "src/objective-c/RxLibrary/private/GRXNSFastEnumerator.m"; sourceTree = ""; }; + 28E01CA490BD6E7B01B9D9B70C24359B /* e_null.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_null.c; path = crypto/cipher/e_null.c; sourceTree = ""; }; + 29103223A7A3D2693433F5209A40C0DA /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/bio/internal.h; sourceTree = ""; }; + 2940EB4364FF2DFB2585385D23952BF1 /* ev_poll_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ev_poll_posix.h; path = src/core/lib/iomgr/ev_poll_posix.h; sourceTree = ""; }; + 296C794751070E27F170DA898E54A6FF /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject_PackagePrivate.h; path = objectivec/GPBRootObject_PackagePrivate.h; sourceTree = ""; }; + 299AD82E186ABCBDD882A674173B1EE9 /* ecdh.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ecdh.c; path = crypto/ecdh/ecdh.c; sourceTree = ""; }; + 2A0D01E2F9872E0A0E73C42A64F1599D /* mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mem.h; path = include/openssl/mem.h; sourceTree = ""; }; + 2A11994B2EDCAE2A35E9F7D2AF8F595A /* ssl_ecdh.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_ecdh.c; path = ssl/ssl_ecdh.c; sourceTree = ""; }; + 2A1820F86A47233E6CBF152B4E6AE871 /* stream_lists.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stream_lists.c; path = src/core/ext/transport/chttp2/transport/stream_lists.c; sourceTree = ""; }; + 2A856589EC88839163BBB68664BE6E39 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/bytestring/internal.h; sourceTree = ""; }; + 2A9A5ECA2EF1F39C878C1B1EABCA1F66 /* ec_key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec_key.h; path = include/openssl/ec_key.h; sourceTree = ""; }; + 2AEDDB09AABDC1B0A2F8DBF7D5CD9D1A /* frame_goaway.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_goaway.h; path = src/core/ext/transport/chttp2/transport/frame_goaway.h; sourceTree = ""; }; + 2AFE287EF3521B77CFA63CD5D1A321E0 /* Empty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = objectivec/google/protobuf/Empty.pbobjc.h; sourceTree = ""; }; + 2B184803C5346B664126B5E29529290A /* socket_mutator.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_mutator.c; path = src/core/lib/iomgr/socket_mutator.c; sourceTree = ""; }; + 2B2D36D541A0A3E62F3D51BDDE6A8FBF /* slice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice.h; path = include/grpc/impl/codegen/slice.h; sourceTree = ""; }; + 2B60D849EB9B24EEBCBAD01AC2F3427B /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 2B7740B1EAA9A17BECE2F979179F0855 /* error.c */ = {isa = PBXFileReference; includeInIndex = 1; name = error.c; path = src/core/lib/iomgr/error.c; sourceTree = ""; }; + 2B7DBD24A191AA45A58ACC073620EBFC /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = include/openssl/hmac.h; sourceTree = ""; }; + 2B82BFE317DE16F573E1C9B4A1077FB0 /* ssl_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl_types.h; path = src/core/tsi/ssl_types.h; sourceTree = ""; }; + 2C8D80091FB13DE6B6A07663A3D9AE7C /* gpr_slice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = gpr_slice.h; path = include/grpc/impl/codegen/gpr_slice.h; sourceTree = ""; }; + 2CCFEFC21D69CE9E894C5BADB1311414 /* x509_ext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_ext.c; path = crypto/x509/x509_ext.c; sourceTree = ""; }; + 2D3624ADD22BBA2E7F76EF1AD1874937 /* sockaddr_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sockaddr_posix.h; path = src/core/lib/iomgr/sockaddr_posix.h; sourceTree = ""; }; + 2D3668541EACFF699F02AB80E6901B5C /* v3_sxnet.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_sxnet.c; path = crypto/x509v3/v3_sxnet.c; sourceTree = ""; }; + 2D3BCF69B628D856280B31924BD03183 /* pollset_uv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pollset_uv.h; path = src/core/lib/iomgr/pollset_uv.h; sourceTree = ""; }; + 2D83CE38CAE28C3E5E6E6990824D7523 /* GRPCCall+ChannelArg.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+ChannelArg.m"; path = "src/objective-c/GRPCClient/GRPCCall+ChannelArg.m"; sourceTree = ""; }; + 2D96D1A72CF276263D25953940631524 /* error_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = error_internal.h; path = src/core/lib/iomgr/error_internal.h; sourceTree = ""; }; + 2DF6AFA92907F10FE158124FE0953DB4 /* coding.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = coding.cc; path = util/coding.cc; sourceTree = ""; }; + 2DFBE13DC40FB6424EE8C9955A50964D /* stream_compression_gzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stream_compression_gzip.c; path = src/core/lib/compression/stream_compression_gzip.c; sourceTree = ""; }; + 2E1FC897FB43F5E8A877A881845B5A8B /* format.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cc; path = table/format.cc; sourceTree = ""; }; + 2E440F7813A6BD1AFE287D204C409634 /* tls.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls.h; path = include/grpc/support/tls.h; sourceTree = ""; }; + 2E621A1A524D6462156D615A62FC1636 /* lb_policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lb_policy.h; path = src/core/ext/filters/client_channel/lb_policy.h; sourceTree = ""; }; + 2E69AF95EFBACDEE9E5E648E6692B998 /* evp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = evp.c; path = crypto/evp/evp.c; sourceTree = ""; }; + 2F42595816A504AB16A71C6716471DB0 /* env_posix.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = env_posix.cc; path = util/env_posix.cc; sourceTree = ""; }; + 2F824ED6878D1F17497EE5C89B531711 /* x509spki.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509spki.c; path = crypto/x509/x509spki.c; sourceTree = ""; }; + 2FC120F4C850DDB7127429DEAA08306D /* tracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tracing.h; path = src/core/ext/census/tracing.h; sourceTree = ""; }; + 2FE5F792530E2A61B2AEF91E4001C304 /* proxy_mapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = proxy_mapper.h; path = src/core/ext/filters/client_channel/proxy_mapper.h; sourceTree = ""; }; + 2FF4BB940718C4BC6EB45F54C4BE6811 /* grpc_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_plugin.c; path = src/core/ext/census/grpc_plugin.c; sourceTree = ""; }; + 3058FD5E9325948695DA2631E254B97F /* FirebaseNanoPB.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseNanoPB.framework; path = Frameworks/FirebaseNanoPB.framework; sourceTree = ""; }; + 3086CB0B01B0240A9270222AC091A7F0 /* workaround_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = workaround_utils.h; path = src/core/ext/filters/workarounds/workaround_utils.h; sourceTree = ""; }; + 309883A88D5EC70FCFEEC970F3595F31 /* grpc_ares_wrapper.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_ares_wrapper.c; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c; sourceTree = ""; }; + 31213811551B6F5C6B4BC774B22459A8 /* e_chacha20poly1305.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_chacha20poly1305.c; path = crypto/cipher/e_chacha20poly1305.c; sourceTree = ""; }; + 312BB4447CFEAEE2079474FD2E7FD974 /* ex_data.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ex_data.h; path = include/openssl/ex_data.h; sourceTree = ""; }; + 3148B7CE6EC626B8118CAD1C5C782AC7 /* percent_encoding.c */ = {isa = PBXFileReference; includeInIndex = 1; name = percent_encoding.c; path = src/core/lib/slice/percent_encoding.c; sourceTree = ""; }; + 314CF67E879E74B1B9BB7F1D3D2AC9BC /* varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = varint.h; path = src/core/ext/transport/chttp2/transport/varint.h; sourceTree = ""; }; + 317365511598B562A94C5D202D6DA803 /* frame_rst_stream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_rst_stream.h; path = src/core/ext/transport/chttp2/transport/frame_rst_stream.h; sourceTree = ""; }; + 31819FFEF025188CC1834585B1B74557 /* rsa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rsa.c; path = crypto/rsa/rsa.c; sourceTree = ""; }; + 319C23D1B3316D12C6C773AA7547000B /* tasn_new.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_new.c; path = crypto/asn1/tasn_new.c; sourceTree = ""; }; + 32055EFA3DBDCF2204C7CDF47B15982A /* b64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = b64.h; path = src/core/lib/slice/b64.h; sourceTree = ""; }; + 32476504AF003B1D5B288BDB3C0E9A48 /* load_balancer_api.c */ = {isa = PBXFileReference; includeInIndex = 1; name = load_balancer_api.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c; sourceTree = ""; }; + 3296EC35877D1A4EF84B89CF538EB2D8 /* libGoogleToolboxForMac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleToolboxForMac.a; path = libGoogleToolboxForMac.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 32D80D2779CAE0C3BEA07DFDA62AB12A /* conf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = conf.c; path = crypto/conf/conf.c; sourceTree = ""; }; + 332C64977E7CE0F5160FB1D5FBD73E0D /* hkdf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hkdf.h; path = include/openssl/hkdf.h; sourceTree = ""; }; + 333A760AF510B50B2AC7A196595F86BF /* bio_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bio_mem.c; path = crypto/bio/bio_mem.c; sourceTree = ""; }; + 3357C1861330479894EB63DA89E7FFEE /* GPBWireFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWireFormat.h; path = objectivec/GPBWireFormat.h; sourceTree = ""; }; + 3398040865885A8906B3A7CC900757E2 /* p256-x86_64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "p256-x86_64.h"; path = "crypto/ec/p256-x86_64.h"; sourceTree = ""; }; + 33A9BCC30BF53111E3AB3A0A9D109FD5 /* FirebaseDatabase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseDatabase.framework; path = Frameworks/FirebaseDatabase.framework; sourceTree = ""; }; + 33ABC2213DB48329005351661187F6A8 /* tls_gcc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls_gcc.h; path = include/grpc/support/tls_gcc.h; sourceTree = ""; }; + 343884B006230E9C2D45164F74D3981E /* socket_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = socket_windows.h; path = src/core/lib/iomgr/socket_windows.h; sourceTree = ""; }; + 3458B64AA7899E0B2310826E6FC713BB /* status.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = status.cc; path = util/status.cc; sourceTree = ""; }; + 348B1BDC42CA9B9EA4C0C74CC35E3611 /* GRXNSScalarEnumerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXNSScalarEnumerator.m; path = "src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.m"; sourceTree = ""; }; + 34B176F52D5086686063CE2C600A1F05 /* atm_gcc_atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_gcc_atomic.h; path = include/grpc/impl/codegen/atm_gcc_atomic.h; sourceTree = ""; }; + 34CC196501265D2063B0B97262E5D178 /* grpc_plugin_registry.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_plugin_registry.c; path = src/core/plugin_registry/grpc_plugin_registry.c; sourceTree = ""; }; + 35221E1061E9CF3D36D4A090CC3125E0 /* builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = builder.h; path = db/builder.h; sourceTree = ""; }; + 3535D32BBA7E1A293C6E3CBD8A08F3F7 /* http_filters_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http_filters_plugin.c; path = src/core/ext/filters/http/http_filters_plugin.c; sourceTree = ""; }; + 356BCC41B52F546012B82710936104B6 /* resource_quota.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resource_quota.h; path = src/core/lib/iomgr/resource_quota.h; sourceTree = ""; }; + 358ABAF721F945072C58FAEAEC6A1B3B /* f_int.c */ = {isa = PBXFileReference; includeInIndex = 1; name = f_int.c; path = crypto/asn1/f_int.c; sourceTree = ""; }; + 360F7A079131B83A3A1F27D1D35109D0 /* a_utctm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_utctm.c; path = crypto/asn1/a_utctm.c; sourceTree = ""; }; + 365820030877609EE090F033FD42263C /* md32_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md32_common.h; path = crypto/digest/md32_common.h; sourceTree = ""; }; + 3691B058B7C9073E806224C39D34A47D /* port.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port.h; path = src/core/lib/iomgr/port.h; sourceTree = ""; }; + 369311EF3B846EF3CFFFB585F8D78031 /* GPBDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor.h; path = objectivec/GPBDescriptor.h; sourceTree = ""; }; + 369F104E554D4435724018E000594945 /* p_rsa_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p_rsa_asn1.c; path = crypto/evp/p_rsa_asn1.c; sourceTree = ""; }; + 3749780F6A72BEA7A4C6A19F02D20D01 /* udp_server.c */ = {isa = PBXFileReference; includeInIndex = 1; name = udp_server.c; path = src/core/lib/iomgr/udp_server.c; sourceTree = ""; }; + 37505A35B5E940959943F38BEC6C2342 /* log_android.c */ = {isa = PBXFileReference; includeInIndex = 1; name = log_android.c; path = src/core/lib/support/log_android.c; sourceTree = ""; }; + 375D8D3CC97472A0F923A970D4AA8963 /* subchannel.c */ = {isa = PBXFileReference; includeInIndex = 1; name = subchannel.c; path = src/core/ext/filters/client_channel/subchannel.c; sourceTree = ""; }; + 37CD0B9A5AA6CBF7745A97B928540440 /* i2d_pr.c */ = {isa = PBXFileReference; includeInIndex = 1; name = i2d_pr.c; path = crypto/x509/i2d_pr.c; sourceTree = ""; }; + 37D5C1040230A0AB477E4D8BAF4F2809 /* byte_buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = byte_buffer.h; path = include/grpc/impl/codegen/byte_buffer.h; sourceTree = ""; }; + 38462D2F53B77501B28D3EFFD8E05639 /* GTMSessionFetcher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-prefix.pch"; sourceTree = ""; }; + 38516E65768FE22A3C555B58DDDD6DE0 /* basic_timers.c */ = {isa = PBXFileReference; includeInIndex = 1; name = basic_timers.c; path = src/core/lib/profiling/basic_timers.c; sourceTree = ""; }; + 38D3968C654C30361818994460009559 /* client_load_reporting_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_load_reporting_filter.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c; sourceTree = ""; }; + 38FC2BC396B75520CE52E98922B22629 /* endpoint_pair_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = endpoint_pair_windows.c; path = src/core/lib/iomgr/endpoint_pair_windows.c; sourceTree = ""; }; + 393AE23A9DC99D76134A39E5133296DF /* v3_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_lib.c; path = crypto/x509v3/v3_lib.c; sourceTree = ""; }; + 3957753AEAB0FDF81144B8814F1CA93C /* sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync.h; path = include/grpc/impl/codegen/sync.h; sourceTree = ""; }; + 397240831C988DEE2623B1CFF544F44C /* status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = status.h; path = include/grpc/impl/codegen/status.h; sourceTree = ""; }; + 39B7E91E1E0C8ED5689A6A615A9F7853 /* block.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = block.cc; path = table/block.cc; sourceTree = ""; }; + 39EC770F68BD3EBEDC6F15C4C48AE705 /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream_PackagePrivate.h; path = objectivec/GPBCodedOutputStream_PackagePrivate.h; sourceTree = ""; }; + 39F4D98ABC8B82EF2FE45A7CCA0FEFDE /* rc4.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rc4.c; path = crypto/rc4/rc4.c; sourceTree = ""; }; + 39F4FE676EBE8441757AF18E11FEB996 /* tcp_server_utils_posix_ifaddrs.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_utils_posix_ifaddrs.c; path = src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c; sourceTree = ""; }; + 39FAFDD5C5EAD0E76FF48A554DB0505E /* init_secure.c */ = {isa = PBXFileReference; includeInIndex = 1; name = init_secure.c; path = src/core/lib/surface/init_secure.c; sourceTree = ""; }; + 3A1AD29F7249A99CF4C9179477D365E4 /* incoming_metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = incoming_metadata.h; path = src/core/ext/transport/chttp2/transport/incoming_metadata.h; sourceTree = ""; }; + 3A36076A371EAEAEA3EBDF7E96D7CE32 /* digests.c */ = {isa = PBXFileReference; includeInIndex = 1; name = digests.c; path = crypto/digest/digests.c; sourceTree = ""; }; + 3A42B6A0B8DC60DFF1E537D2B9AF5448 /* timer_uv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timer_uv.h; path = src/core/lib/iomgr/timer_uv.h; sourceTree = ""; }; + 3A83FE3FAF09159504B1710B6F6985F2 /* iam_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iam_credentials.c; path = src/core/lib/security/credentials/iam/iam_credentials.c; sourceTree = ""; }; + 3A88DF96BBA2D91938584C217B443D4D /* GRXConcurrentWriteable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXConcurrentWriteable.m; path = "src/objective-c/RxLibrary/GRXConcurrentWriteable.m"; sourceTree = ""; }; + 3A8AE339A7332C45A5F1DC2346E6CBF8 /* lb_targets_info.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lb_targets_info.c; path = src/core/lib/security/transport/lb_targets_info.c; sourceTree = ""; }; + 3AEF3C2440D69F24BC67702FF498ED97 /* uri_parser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = uri_parser.h; path = src/core/ext/filters/client_channel/uri_parser.h; sourceTree = ""; }; + 3B5AABBA91DB6B17FD557A5B8AEAA802 /* log_writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_writer.h; path = db/log_writer.h; sourceTree = ""; }; + 3B78D177E73792A72D010D348A9A7734 /* grpclb_client_stats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpclb_client_stats.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h; sourceTree = ""; }; + 3BFABBA2A9A53D1E827BBDCB7F49BBB8 /* load_balancer.pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = load_balancer.pb.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h; sourceTree = ""; }; + 3C0D439DE5F74E047D1A79B00F354454 /* trace_propagation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_propagation.h; path = src/core/ext/census/trace_propagation.h; sourceTree = ""; }; + 3C4C51E4D19425FA554D49184154D08B /* p256-x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "p256-x86_64.c"; path = "crypto/ec/p256-x86_64.c"; sourceTree = ""; }; + 3C62D19ECBD6FFCE8CCA7569A77405CF /* dh.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dh.c; path = crypto/dh/dh.c; sourceTree = ""; }; + 3C80BDCD26583C82B8FFB923F7A8A198 /* connectivity_state.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = connectivity_state.h; path = src/core/lib/transport/connectivity_state.h; sourceTree = ""; }; + 3C975ADFDE8A495918FD4C490E3738C3 /* stack_lockfree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack_lockfree.h; path = src/core/lib/support/stack_lockfree.h; sourceTree = ""; }; + 3CDAA104969585EAB48CB23F59C6E6A9 /* format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format.h; path = table/format.h; sourceTree = ""; }; + 3CDF764186B9B4D0874B0A661E81C6BA /* memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = memory.h; path = src/core/lib/support/memory.h; sourceTree = ""; }; + 3D0E0119ECF2F2E83E85E6F0C02641B8 /* message_size_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = message_size_filter.c; path = src/core/ext/filters/message_size/message_size_filter.c; sourceTree = ""; }; + 3D28247AEE36D8165C6B1B2F15F34D45 /* GRPCChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCChannel.m; path = "src/objective-c/GRPCClient/private/GRPCChannel.m"; sourceTree = ""; }; + 3DB408712F5FAC679E6FAF7C6DD0DE52 /* sha256.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sha256.c; path = crypto/sha/sha256.c; sourceTree = ""; }; + 3DC6E3081BECC974EE9E3E50761BBFC7 /* inproc_transport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = inproc_transport.c; path = src/core/ext/transport/inproc/inproc_transport.c; sourceTree = ""; }; + 3DC7A22DDF3B4E672BFC5DC9C1C0E7BB /* cbs.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cbs.c; path = crypto/bytestring/cbs.c; sourceTree = ""; }; + 3DE99600681A9A12C94C574F5CFB6CB1 /* ProtoService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ProtoService.m; path = "src/objective-c/ProtoRPC/ProtoService.m"; sourceTree = ""; }; + 3E0C55C0FC238FEE6347819432DF55D7 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = include/openssl/cast.h; sourceTree = ""; }; + 3E604E7031E0C710137D1DA88AFB5E2A /* json_writer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json_writer.c; path = src/core/lib/json/json_writer.c; sourceTree = ""; }; + 3E9B232203F097903397671368D42C17 /* x509_vpm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_vpm.c; path = crypto/x509/x509_vpm.c; sourceTree = ""; }; + 3ECDABC763BAF8294C39B95392A03C10 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = include/openssl/sha.h; sourceTree = ""; }; + 3EDB771F066C127B157C80BFA27130D9 /* print.c */ = {isa = PBXFileReference; includeInIndex = 1; name = print.c; path = crypto/evp/print.c; sourceTree = ""; }; + 3EFB99F86048C22A38EBC3EEC4116C09 /* transport_security_adapter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = transport_security_adapter.c; path = src/core/tsi/transport_security_adapter.c; sourceTree = ""; }; + 3F4F63C3F2463D4C2190ECCAC1C3DBCE /* channel_ping.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_ping.c; path = src/core/lib/surface/channel_ping.c; sourceTree = ""; }; + 3F5567206635779D10551B7104B9AC74 /* unix_sockets_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unix_sockets_posix.c; path = src/core/lib/iomgr/unix_sockets_posix.c; sourceTree = ""; }; + 3F66F24904AA83FB572EEC746D1373D1 /* grpc_ares_wrapper_fallback.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_ares_wrapper_fallback.c; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c; sourceTree = ""; }; + 3F9D09019FFBF7B7FFDF54B1AF422355 /* sync_generic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_generic.h; path = include/grpc/support/sync_generic.h; sourceTree = ""; }; + 3FD95F113DF4B1AA1DE78B0A1426FEE7 /* call_test_only.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = call_test_only.h; path = src/core/lib/surface/call_test_only.h; sourceTree = ""; }; + 3FD99B1541E6144656BAF019F9747345 /* grpclb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpclb.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c; sourceTree = ""; }; + 3FF74909E15137E509B2C794F7DA4892 /* load_balancer_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = load_balancer_api.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h; sourceTree = ""; }; + 405930BC61B1F54689282375734989B1 /* stats.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stats.c; path = src/core/lib/debug/stats.c; sourceTree = ""; }; + 406002944AA652C70476F69CCCF04A1C /* cpu-aarch64-linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "cpu-aarch64-linux.c"; path = "crypto/cpu-aarch64-linux.c"; sourceTree = ""; }; + 4087EDA27568D18921165958B377C448 /* x509rset.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509rset.c; path = crypto/x509/x509rset.c; sourceTree = ""; }; + 40B9CD33CAABF4C65AC76C6E6EA3413B /* cache.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = cache.cc; path = util/cache.cc; sourceTree = ""; }; + 40CC483A4D34D3C74ACA05A28FAF534D /* round_robin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = round_robin.c; path = src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c; sourceTree = ""; }; + 40E5A68AE8D51D1E4E4C978A9A80DF26 /* ssl_stat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_stat.c; path = ssl/ssl_stat.c; sourceTree = ""; }; + 411B3361F71E50C6AE8DA4E34A4D49E2 /* atm_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_windows.h; path = include/grpc/impl/codegen/atm_windows.h; sourceTree = ""; }; + 412E7732E33BE796E0A1BBA52348C8D1 /* hpack_table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hpack_table.h; path = src/core/ext/transport/chttp2/transport/hpack_table.h; sourceTree = ""; }; + 4138D552AB0E29D820C0C0C82271DB14 /* thd_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thd_windows.c; path = src/core/lib/support/thd_windows.c; sourceTree = ""; }; + 418817C2488BC030F27F42AEF69BB7B5 /* ssl_file.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_file.c; path = ssl/ssl_file.c; sourceTree = ""; }; + 419F733708D476B0E30856C984B2BCC6 /* slice.c */ = {isa = PBXFileReference; includeInIndex = 1; name = slice.c; path = src/core/lib/slice/slice.c; sourceTree = ""; }; + 41A112BE50FD1C04CA915168243F05EF /* GRXNSScalarEnumerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXNSScalarEnumerator.h; path = "src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.h"; sourceTree = ""; }; + 41F1F5E0ADCBA831C118C69899A9EC89 /* roots.pem */ = {isa = PBXFileReference; includeInIndex = 1; name = roots.pem; path = etc/roots.pem; sourceTree = ""; }; + 4240978637EA68C3DA390F4180782DD0 /* iomgr.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iomgr.c; path = src/core/lib/iomgr/iomgr.c; sourceTree = ""; }; + 424B253BE061CCA51015C78FA02FED26 /* tsi_error.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tsi_error.c; path = src/core/lib/security/transport/tsi_error.c; sourceTree = ""; }; + 42909C74B24558C63A85F382DC1B0CDB /* handshaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = handshaker.h; path = src/core/lib/channel/handshaker.h; sourceTree = ""; }; + 42BA9BEFD14AA64A289F6DA481A77A74 /* p_rsa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p_rsa.c; path = crypto/evp/p_rsa.c; sourceTree = ""; }; + 42F94A3B2C0ECEFD510A0618C83C53C3 /* client_channel.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_channel.c; path = src/core/ext/filters/client_channel/client_channel.c; sourceTree = ""; }; + 431C258BBA92C6EE109986E6503839D4 /* ssl_x509.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_x509.c; path = ssl/ssl_x509.c; sourceTree = ""; }; + 432E541D68AA42F6AB81C07CBAD248A0 /* GPBRootObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject.h; path = objectivec/GPBRootObject.h; sourceTree = ""; }; + 4399939BC614256ABED633B1681E51C1 /* x509_vfy.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_vfy.c; path = crypto/x509/x509_vfy.c; sourceTree = ""; }; + 43F44C289FF1A46EE00C290F1DF8B4F5 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/aes/internal.h; sourceTree = ""; }; + 443F9C13901FD7C8DC25318C1E404E92 /* resolve_address.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resolve_address.h; path = src/core/lib/iomgr/resolve_address.h; sourceTree = ""; }; + 4459C190D83CE397D599C7C484C0AE9C /* GRXWriter+Immediate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRXWriter+Immediate.m"; path = "src/objective-c/RxLibrary/GRXWriter+Immediate.m"; sourceTree = ""; }; + 445C6AD7EE201F816D894173AFE96692 /* socket.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket.c; path = crypto/bio/socket.c; sourceTree = ""; }; + 446ED560952EB5DCF41AFB357900DB73 /* call_combiner.c */ = {isa = PBXFileReference; includeInIndex = 1; name = call_combiner.c; path = src/core/lib/iomgr/call_combiner.c; sourceTree = ""; }; + 456504EF6D8742B99FFB27A3AD018B1D /* fd.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fd.c; path = crypto/bio/fd.c; sourceTree = ""; }; + 45770B597C6FC52A67E3DE2336F59C78 /* memtable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = memtable.h; path = db/memtable.h; sourceTree = ""; }; + 459B7275C00AF74DE37BE8FD94B09D05 /* oauth2_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = oauth2_credentials.c; path = src/core/lib/security/credentials/oauth2/oauth2_credentials.c; sourceTree = ""; }; + 45A54727D44AF6830246CCC317839D67 /* server_chttp2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_chttp2.c; path = src/core/ext/transport/chttp2/server/insecure/server_chttp2.c; sourceTree = ""; }; + 45FFAD7A76F24A17A5B56B8C95523D5F /* trace_context.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_context.h; path = src/core/ext/census/trace_context.h; sourceTree = ""; }; + 46155BB3BCB074B821A3CD47E2A2FEEA /* chttp2_server.c */ = {isa = PBXFileReference; includeInIndex = 1; name = chttp2_server.c; path = src/core/ext/transport/chttp2/server/chttp2_server.c; sourceTree = ""; }; + 461566AA4632A28C95B4AC3A87525AAB /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = include/openssl/buffer.h; sourceTree = ""; }; + 4640DACC792CEB16189B6D519E4945F9 /* p_dsa_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p_dsa_asn1.c; path = crypto/evp/p_dsa_asn1.c; sourceTree = ""; }; + 475D781C028A5F8D5F55FE16CDA88CA8 /* validate_metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = validate_metadata.h; path = src/core/lib/surface/validate_metadata.h; sourceTree = ""; }; + 478C31A18299B645A552E2F554FA2235 /* s3_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = s3_lib.c; path = ssl/s3_lib.c; sourceTree = ""; }; + 47B2E1150A0974D2A82FAC8F16261682 /* GTMSessionFetcher.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.xcconfig; sourceTree = ""; }; + 483E77067139507ADB0077893CA75084 /* sockaddr_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sockaddr_windows.h; path = src/core/lib/iomgr/sockaddr_windows.h; sourceTree = ""; }; + 484CE286E92EB4415746A4851955AA2F /* resolver_factory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resolver_factory.h; path = src/core/ext/filters/client_channel/resolver_factory.h; sourceTree = ""; }; + 4859571B3500C4C9A9000127D8E48153 /* GoogleToolboxForMac.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.xcconfig; sourceTree = ""; }; + 4882CE98BBBDE9AC0F91C4BB6723053F /* err.c */ = {isa = PBXFileReference; includeInIndex = 1; name = err.c; path = crypto/err/err.c; sourceTree = ""; }; + 488E93EA546AA37A93211C5B8164BB6B /* gcm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gcm.c; path = crypto/modes/gcm.c; sourceTree = ""; }; + 48C3305DB420529695A3055ADC1206C6 /* x509_lu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_lu.c; path = crypto/x509/x509_lu.c; sourceTree = ""; }; + 49098FA86D85B10E9436DDD48A9D78EE /* x509_d2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_d2.c; path = crypto/x509/x509_d2.c; sourceTree = ""; }; + 491064C4A84958FB2435A891702EBA0B /* sync_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_windows.h; path = include/grpc/impl/codegen/sync_windows.h; sourceTree = ""; }; + 491E3397313077F27372EADDAF97253E /* tls_cbc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls_cbc.c; path = crypto/cipher/tls_cbc.c; sourceTree = ""; }; + 498C83373A6594AEE68B2372CB1233F9 /* compression_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compression_types.h; path = include/grpc/impl/codegen/compression_types.h; sourceTree = ""; }; + 49B8CF1AC71060E88E170F137D895694 /* credentials_metadata.c */ = {isa = PBXFileReference; includeInIndex = 1; name = credentials_metadata.c; path = src/core/lib/security/credentials/credentials_metadata.c; sourceTree = ""; }; + 4A2216EFC1F47FD69407D656425337D9 /* parser.c */ = {isa = PBXFileReference; includeInIndex = 1; name = parser.c; path = src/core/lib/http/parser.c; sourceTree = ""; }; + 4A6AE28D33D2EFEF0D8604CE7D0B21F0 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = util/logging.cc; sourceTree = ""; }; + 4ABD77F1D34B730F29CB8543919F7751 /* block_annotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = block_annotate.h; path = src/core/lib/support/block_annotate.h; sourceTree = ""; }; + 4B56CFE08D00EFAB6EDBFE7125DBAE0E /* frame_window_update.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_window_update.c; path = src/core/ext/transport/chttp2/transport/frame_window_update.c; sourceTree = ""; }; + 4B71BDC45858C532C3A96F7499BA7FA8 /* curve25519.c */ = {isa = PBXFileReference; includeInIndex = 1; name = curve25519.c; path = crypto/curve25519/curve25519.c; sourceTree = ""; }; + 4B9191E9599149BE4A6DFA5AE223B91B /* workaround_cronet_compression_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = workaround_cronet_compression_filter.c; path = src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c; sourceTree = ""; }; + 4BAC5F2E50245B4D686B775B73E88B2F /* alloc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alloc.c; path = src/core/lib/support/alloc.c; sourceTree = ""; }; + 4BBE76684FA73C22792B75EBD71B2535 /* api_trace.c */ = {isa = PBXFileReference; includeInIndex = 1; name = api_trace.c; path = src/core/lib/surface/api_trace.c; sourceTree = ""; }; + 4BE3D631ECB9DED9B38E8F55CF422BAC /* channel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel.h; path = src/core/lib/surface/channel.h; sourceTree = ""; }; + 4BF007C2467AC2E3A5CE1C1719EF54BF /* memtable.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = memtable.cc; path = db/memtable.cc; sourceTree = ""; }; + 4C1D6CAD476574752324F90C2D1F1E17 /* transport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport.h; path = src/core/lib/transport/transport.h; sourceTree = ""; }; + 4C3F2C3776222F0D7F85C78144BCB0B8 /* GRPCConnectivityMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCConnectivityMonitor.h; path = "src/objective-c/GRPCClient/private/GRPCConnectivityMonitor.h"; sourceTree = ""; }; + 4C45CC865CB807D8C7BD9CD2CC50A961 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities_PackagePrivate.h; path = objectivec/GPBUtilities_PackagePrivate.h; sourceTree = ""; }; + 4C48629A6AB9A8EEDE0AD849A9A33001 /* GRXForwardingWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXForwardingWriter.h; path = "src/objective-c/RxLibrary/GRXForwardingWriter.h"; sourceTree = ""; }; + 4C5235BC68EF69A794DD698A35A856EB /* v3_skey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_skey.c; path = crypto/x509v3/v3_skey.c; sourceTree = ""; }; + 4C600A42D9FD365A04C0C4CE276D52CF /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = include/openssl/engine.h; sourceTree = ""; }; + 4C8758B3DAE0571A463C76F538D3817C /* ev_epollsig_linux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ev_epollsig_linux.h; path = src/core/lib/iomgr/ev_epollsig_linux.h; sourceTree = ""; }; + 4C8F2C6762CAF7483B38C9004D921F74 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/digest/internal.h; sourceTree = ""; }; + 4D13CFC7AFEA3CAB07C60BD8905CF476 /* div.c */ = {isa = PBXFileReference; includeInIndex = 1; name = div.c; path = crypto/bn/div.c; sourceTree = ""; }; + 4D4447F735D012D086E5D7FF2966FC14 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + 4DB95A5A126141CB2CFBB1C48BA8AE2B /* GRPCWrappedCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCWrappedCall.h; path = "src/objective-c/GRPCClient/private/GRPCWrappedCall.h"; sourceTree = ""; }; + 4DBB9C85DE3AD1C17275ECF128A00CC8 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = include/openssl/x509_vfy.h; sourceTree = ""; }; + 4DE85670FBB37DA90226CF1DA38B5046 /* c.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = c.cc; path = db/c.cc; sourceTree = ""; }; + 4E521B6E7ACA70B1885115A7F6CB6DDB /* v3_bitst.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_bitst.c; path = crypto/x509v3/v3_bitst.c; sourceTree = ""; }; + 4E74059B7BDAE3779964734B741B643C /* polling_entity.c */ = {isa = PBXFileReference; includeInIndex = 1; name = polling_entity.c; path = src/core/lib/iomgr/polling_entity.c; sourceTree = ""; }; + 4E9A0381020BBF02E101D7EFF95AC0F6 /* GRXMappingWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXMappingWriter.h; path = "src/objective-c/RxLibrary/transformations/GRXMappingWriter.h"; sourceTree = ""; }; + 4EA3A131154FC8E8FC1F8AD4AD9328E3 /* x_sig.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_sig.c; path = crypto/x509/x_sig.c; sourceTree = ""; }; + 4EB21F418B1E32B358867749CCC89597 /* libleveldb-library.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libleveldb-library.a"; path = "libleveldb-library.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4EC9D5785136F4B14F7B59B194155C76 /* stap_timers.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stap_timers.c; path = src/core/lib/profiling/stap_timers.c; sourceTree = ""; }; + 4EED134E7B4FB3D3B6165E6015893A9E /* BoringSSL.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BoringSSL.xcconfig; sourceTree = ""; }; + 4F1529EFF01362F856954446D0803187 /* Empty.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Empty.pbobjc.m; path = objectivec/google/protobuf/Empty.pbobjc.m; sourceTree = ""; }; + 4F8F30566310D75818E3E36740494184 /* mlog.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mlog.c; path = src/core/ext/census/mlog.c; sourceTree = ""; }; + 4FABF1C2EE2D049C763DDB20C0322884 /* status_conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = status_conversion.h; path = src/core/lib/transport/status_conversion.h; sourceTree = ""; }; + 4FC50357B0FB39091953636FBE9F7A05 /* timer_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = timer_uv.c; path = src/core/lib/iomgr/timer_uv.c; sourceTree = ""; }; + 500D376304775DC4C0370BD837A32BC9 /* grpc_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_types.h; path = include/grpc/impl/codegen/grpc_types.h; sourceTree = ""; }; + 5024989FAA4D4220C70FE3A507C77DCC /* timers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timers.h; path = src/core/lib/profiling/timers.h; sourceTree = ""; }; + 504DBE623C2DEE360441DC1C60413C74 /* GPBWireFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWireFormat.m; path = objectivec/GPBWireFormat.m; sourceTree = ""; }; + 505E03F04DD5B22D003810C776ADBBDF /* env_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = env_windows.c; path = src/core/lib/support/env_windows.c; sourceTree = ""; }; + 50ABA45996BA45C25B1D4B4ACE43F2C4 /* sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync.h; path = include/grpc/support/sync.h; sourceTree = ""; }; + 50B1AD4AA8796BA262B77895D21A1B3F /* pem_all.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_all.c; path = crypto/pem/pem_all.c; sourceTree = ""; }; + 50CE8D4C881C817F9ABAC70669586F23 /* Protobuf-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-prefix.pch"; sourceTree = ""; }; + 510AD78258557A561A35FB50C26FC282 /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = objectivec/google/protobuf/Wrappers.pbobjc.h; sourceTree = ""; }; + 515657ED6BD2E98BB5501FABDC2CB72D /* a_print.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_print.c; path = crypto/asn1/a_print.c; sourceTree = ""; }; + 519481C99367DB1811F13117AD0F035E /* is_epollexclusive_available.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = is_epollexclusive_available.h; path = src/core/lib/iomgr/is_epollexclusive_available.h; sourceTree = ""; }; + 51D8CCCFBDE0CAEDAA16D633B33886AE /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = include/openssl/pem.h; sourceTree = ""; }; + 51EA8B965ABB8AF24D0B68AC8B36A34A /* log_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_windows.h; path = include/grpc/support/log_windows.h; sourceTree = ""; }; + 52359E5E78A2C722284781ECBF6897C8 /* connected_channel.c */ = {isa = PBXFileReference; includeInIndex = 1; name = connected_channel.c; path = src/core/lib/channel/connected_channel.c; sourceTree = ""; }; + 5261B65AD7C01CC3D6218724A838E2D2 /* d1_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = d1_lib.c; path = ssl/d1_lib.c; sourceTree = ""; }; + 52B086167FB91410382111D9DDA1FCCA /* server_chttp2_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_chttp2_posix.c; path = src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c; sourceTree = ""; }; + 52FA83DD6DAE9EC7C94C057EC1FDDD0A /* a_i2d_fp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_i2d_fp.c; path = crypto/asn1/a_i2d_fp.c; sourceTree = ""; }; + 533D4C1DE924ED5AF50E4A9384F26F96 /* atomic_with_std.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atomic_with_std.h; path = src/core/lib/support/atomic_with_std.h; sourceTree = ""; }; + 534D9E690350BF747AAF2583BBFB49DC /* GTMNSString+URLArguments.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSString+URLArguments.m"; path = "Foundation/GTMNSString+URLArguments.m"; sourceTree = ""; }; + 5356D41329260046F77F9A891330C5A0 /* v3_info.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_info.c; path = crypto/x509v3/v3_info.c; sourceTree = ""; }; + 538D8E96D5CB1B0FD6F0F5EFF9BD4961 /* iomgr_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iomgr_posix.h; path = src/core/lib/iomgr/iomgr_posix.h; sourceTree = ""; }; + 53C731DF029532D80EDB863767E50EC5 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = include/openssl/ecdh.h; sourceTree = ""; }; + 540BFF8EC553003C2979DCBD7206E2F0 /* random.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random.c; path = crypto/bn/random.c; sourceTree = ""; }; + 541A04C959C46E554C7EEFC5064D87AD /* x509_cmp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_cmp.c; path = crypto/x509/x509_cmp.c; sourceTree = ""; }; + 543364F6493BCA25879D6E8FAE993A5D /* frame_goaway.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_goaway.c; path = src/core/ext/transport/chttp2/transport/frame_goaway.c; sourceTree = ""; }; + 548ED92BAE8EA1631D2A31BC05DED439 /* pem_x509.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_x509.c; path = crypto/pem/pem_x509.c; sourceTree = ""; }; + 550355ADF40156A31874E3A9043A94B4 /* lame_client.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lame_client.h; path = src/core/lib/surface/lame_client.h; sourceTree = ""; }; + 555BFC4398A38A38E03F5A0D960861B0 /* NSData+GRPC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+GRPC.h"; path = "src/objective-c/GRPCClient/private/NSData+GRPC.h"; sourceTree = ""; }; + 556A7F28A833EE36416A14BCAA73432E /* fake_resolver.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fake_resolver.c; path = src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c; sourceTree = ""; }; + 55D1EA396B8131D2287E02D166BCEA97 /* iterator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator.cc; path = table/iterator.cc; sourceTree = ""; }; + 55F60F75B1B3CE18135ED85AFF4CA5FC /* dumpfile.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = dumpfile.cc; path = db/dumpfile.cc; sourceTree = ""; }; + 5606B96B31C6EC323571FE053146DC60 /* asn_pack.c */ = {isa = PBXFileReference; includeInIndex = 1; name = asn_pack.c; path = crypto/asn1/asn_pack.c; sourceTree = ""; }; + 563497AD0AA25E19F4B522201A0DFE39 /* tcp_client_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_client_posix.c; path = src/core/lib/iomgr/tcp_client_posix.c; sourceTree = ""; }; + 5653363137E6B6130FE5B8228F1E2169 /* murmur_hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = murmur_hash.h; path = src/core/lib/support/murmur_hash.h; sourceTree = ""; }; + 56690F885A9142AACAED2533981DCA39 /* http_client_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http_client_filter.c; path = src/core/ext/filters/http/client/http_client_filter.c; sourceTree = ""; }; + 5699E0BC6A2EBA11C5E2D86C1000B20E /* base_resources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base_resources.h; path = src/core/ext/census/base_resources.h; sourceTree = ""; }; + 571390FF3F56944B8E4AD3CD6F3589F8 /* x_exten.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_exten.c; path = crypto/x509/x_exten.c; sourceTree = ""; }; + 571FBAC7BA2141BE5CEA91824E97209A /* max_age_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = max_age_filter.c; path = src/core/ext/filters/max_age/max_age_filter.c; sourceTree = ""; }; + 573949B0FF80E40650A869E4D7570453 /* thread_pthread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_pthread.c; path = crypto/thread_pthread.c; sourceTree = ""; }; + 576E64D44A0D53C4532B6BF79A6B73CB /* pool.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pool.c; path = crypto/pool/pool.c; sourceTree = ""; }; + 57C2EACCE4E7DD957DDB5DE1B8A91F07 /* aead.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aead.h; path = include/openssl/aead.h; sourceTree = ""; }; + 57C72E9039F223A76BFAF1FF167AD150 /* two_level_iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = two_level_iterator.h; path = table/two_level_iterator.h; sourceTree = ""; }; + 5800C69F513AE597C6E801ECE9E72894 /* chttp2_server.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chttp2_server.h; path = src/core/ext/transport/chttp2/server/chttp2_server.h; sourceTree = ""; }; + 580CF2F283D5A1BB667294B63619BCBD /* tcp_server.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_server.h; path = src/core/lib/iomgr/tcp_server.h; sourceTree = ""; }; + 58449F925D32D4B6C0A542E82AC62BCC /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = include/openssl/dtls1.h; sourceTree = ""; }; + 58456636F83E2B01448FB6A1948848EB /* stream_compression_gzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stream_compression_gzip.h; path = src/core/lib/compression/stream_compression_gzip.h; sourceTree = ""; }; + 58490604B1FEE67471DEBF0FC21816C2 /* fake_transport_security.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fake_transport_security.c; path = src/core/tsi/fake_transport_security.c; sourceTree = ""; }; + 58516B15A027B89A4BFE3304F379FE47 /* derive_key.c */ = {isa = PBXFileReference; includeInIndex = 1; name = derive_key.c; path = crypto/cipher/derive_key.c; sourceTree = ""; }; + 586BBAC3A056EB4E7F74993224DA70A9 /* Api.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = objectivec/google/protobuf/Api.pbobjc.h; sourceTree = ""; }; 588558396C9D86C78B2B12DF986EF5A7 /* Pods-immobile-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-immobile-dummy.m"; sourceTree = ""; }; - 5BCC694C797913F378EAFDA27C30BFE0 /* block_builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = block_builder.cc; path = table/block_builder.cc; sourceTree = ""; }; - 610B5923913EC95DE59BA22A135E1AF2 /* coding.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = coding.cc; path = util/coding.cc; sourceTree = ""; }; - 6144E46CD67B26114EF2E44A568D9A72 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = util/logging.h; sourceTree = ""; }; - 650BD4E8DDDE84A4ADF7E759BB8A1752 /* testutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = testutil.h; path = util/testutil.h; sourceTree = ""; }; - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 667D43AB0A4B627FC92A212827726F0B /* GTMNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSData+zlib.h"; path = "Foundation/GTMNSData+zlib.h"; sourceTree = ""; }; - 66B4ACBEB90C70C8DAAB34BCEA1DF724 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 67C0317F45EACB7FC46476C76B88A3A0 /* write_batch.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = write_batch.cc; path = db/write_batch.cc; sourceTree = ""; }; - 6BB77E99F92199AA111EB08B3D4CE364 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = Core/Sources/Firebase.h; sourceTree = ""; }; - 6BBE3A6DB63516EE54B2510D0530F30B /* crc32c.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = crc32c.cc; path = util/crc32c.cc; sourceTree = ""; }; - 6BD309A270ADC00317655A461945069F /* comparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comparator.h; path = include/leveldb/comparator.h; sourceTree = ""; }; - 6C1F0280729AA728DE0698D2B607EE76 /* leveldb-library.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "leveldb-library.xcconfig"; sourceTree = ""; }; - 6F7998B878AA10D38672C3FF72689572 /* leveldb-library-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "leveldb-library-dummy.m"; sourceTree = ""; }; - 73C611FF177A38E39DAEE179A35BDDA7 /* table_builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table_builder.h; path = include/leveldb/table_builder.h; sourceTree = ""; }; - 76927A72480BAD0FE7F2A7B09F4B3159 /* options.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = options.h; path = include/leveldb/options.h; sourceTree = ""; }; - 7AB0F63FF37BABE708E6348B929D1BFE /* options.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = options.cc; path = util/options.cc; sourceTree = ""; }; - 7CBC871E00336655BD9F2B9A8A86538B /* skiplist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = skiplist.h; path = db/skiplist.h; sourceTree = ""; }; - 7DE6F6B4F21FB52327DCA1A4EBE2D8E8 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 7F96D42AC13EA3C8161D18A88FD3282B /* log_reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_reader.h; path = db/log_reader.h; sourceTree = ""; }; - 7FE2501D511E4326F6F35085AD3ED264 /* status.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = status.cc; path = util/status.cc; sourceTree = ""; }; - 80333BD4DE3484D85C18D4392C66A5DC /* db_impl.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = db_impl.cc; path = db/db_impl.cc; sourceTree = ""; }; - 826D467A74DC56B165BD92B444B4EB06 /* histogram.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram.h; path = util/histogram.h; sourceTree = ""; }; - 83FBF0BA5633F926608896DA02E4411B /* testutil.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = testutil.cc; path = util/testutil.cc; sourceTree = ""; }; - 842E6E9C046490B1DBE720A8B7010F05 /* GoogleToolboxForMac-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-prefix.pch"; sourceTree = ""; }; - 85C5D4CD83492BE0F254586129C3ACB6 /* two_level_iterator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = two_level_iterator.cc; path = table/two_level_iterator.cc; sourceTree = ""; }; - 87552A4999D624E92E2DA64DB7EC6238 /* c.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = c.cc; path = db/c.cc; sourceTree = ""; }; - 888700F70181FCA1DAB8080D61935BE8 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 8A6EDF35C42C089246B0366D148B459D /* bloom.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bloom.cc; path = util/bloom.cc; sourceTree = ""; }; - 90786BBEC4724A0AF2C0DFA31EA2B621 /* repair.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = repair.cc; path = db/repair.cc; sourceTree = ""; }; - 9152A507DEE50C9C46BC2CF9578893C6 /* crc32c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crc32c.h; path = util/crc32c.h; sourceTree = ""; }; - 9191D33DC6DFD3987DCD4A8CB5A2A8A7 /* two_level_iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = two_level_iterator.h; path = table/two_level_iterator.h; sourceTree = ""; }; - 92C3E41CB0ED70B76490134C33B12EA7 /* merger.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = merger.cc; path = table/merger.cc; sourceTree = ""; }; + 5888D125005CFA100B845907BE7E0F90 /* ssl_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_lib.c; path = ssl/ssl_lib.c; sourceTree = ""; }; + 58A6CF52524D047FF76B828620B2F7BE /* grpc_ares_ev_driver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_ares_ev_driver.h; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h; sourceTree = ""; }; + 58C796CD67FDC390044F40263E865BB3 /* host_port.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = host_port.h; path = include/grpc/support/host_port.h; sourceTree = ""; }; + 58CE7A98438E710916A9FA577ADF2941 /* huffsyms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffsyms.h; path = src/core/ext/transport/chttp2/transport/huffsyms.h; sourceTree = ""; }; + 58D50A791D4787BE0A1195CBB0F1DF8D /* chttp2_transport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = chttp2_transport.c; path = src/core/ext/transport/chttp2/transport/chttp2_transport.c; sourceTree = ""; }; + 590CBF19172352B14849A6E19F112049 /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = include/openssl/ripemd.h; sourceTree = ""; }; + 5944EDFD8665D850104AA742D5B29428 /* grpc_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_posix.h; path = include/grpc/grpc_posix.h; sourceTree = ""; }; + 594832E871C130751700534ECA3F24A7 /* string_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = string_windows.c; path = src/core/lib/support/string_windows.c; sourceTree = ""; }; + 5A27E3D3BB76374F0EAC06D6C8DB2405 /* f_enum.c */ = {isa = PBXFileReference; includeInIndex = 1; name = f_enum.c; path = crypto/asn1/f_enum.c; sourceTree = ""; }; + 5A31E58A1DA20C89BFCCAEA88100C51A /* compression.c */ = {isa = PBXFileReference; includeInIndex = 1; name = compression.c; path = src/core/lib/compression/compression.c; sourceTree = ""; }; + 5A3970CBE22FB98A209613A02862F892 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/conf/internal.h; sourceTree = ""; }; + 5A4850FC02A4F639500E85AD3BC5575C /* e_ssl3.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_ssl3.c; path = crypto/cipher/e_ssl3.c; sourceTree = ""; }; + 5AC109D2E48F9461DACC95667E5A75C4 /* frame_ping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_ping.h; path = src/core/ext/transport/chttp2/transport/frame_ping.h; sourceTree = ""; }; + 5AF31B41F1D2E4BB8FB51AD5C94923DD /* wakeup_fd_nospecial.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wakeup_fd_nospecial.c; path = src/core/lib/iomgr/wakeup_fd_nospecial.c; sourceTree = ""; }; + 5B68D7429AB526FF7D4A7A16753009DB /* slice_buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice_buffer.h; path = include/grpc/slice_buffer.h; sourceTree = ""; }; + 5B8EC0A942ECA90938C5509E4487CFBB /* tasn_utl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_utl.c; path = crypto/asn1/tasn_utl.c; sourceTree = ""; }; + 5BC24F8A781D8EF0DC3AA0971BFE467A /* backoff.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backoff.c; path = src/core/lib/support/backoff.c; sourceTree = ""; }; + 5BD5B200D55DA6E4FBB480C53711A7A7 /* event_string.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_string.h; path = src/core/lib/surface/event_string.h; sourceTree = ""; }; + 5BF8AEACB702A5A16D21A06F6DC3D41E /* pcy_int.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pcy_int.h; path = crypto/x509v3/pcy_int.h; sourceTree = ""; }; + 5C4FAE59BB7B10D99C6AEE3942D244DA /* db_iter.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = db_iter.cc; path = db/db_iter.cc; sourceTree = ""; }; + 5C52D0E94128A5CE0DB422CBB7CABA18 /* operation.c */ = {isa = PBXFileReference; includeInIndex = 1; name = operation.c; path = src/core/ext/census/operation.c; sourceTree = ""; }; + 5C8786F2092F86E04DC0DAF96B63224B /* proxy_mapper.c */ = {isa = PBXFileReference; includeInIndex = 1; name = proxy_mapper.c; path = src/core/ext/filters/client_channel/proxy_mapper.c; sourceTree = ""; }; + 5C900E09ADF4C4CF01E3344DCEEF4715 /* exponentiation.c */ = {isa = PBXFileReference; includeInIndex = 1; name = exponentiation.c; path = crypto/bn/exponentiation.c; sourceTree = ""; }; + 5D2439B0320C8AB947CF6D7FA78CC308 /* a_d2i_fp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_d2i_fp.c; path = crypto/asn1/a_d2i_fp.c; sourceTree = ""; }; + 5D2F6AD17230108F11E137C4450511B5 /* transport_security_grpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport_security_grpc.h; path = src/core/tsi/transport_security_grpc.h; sourceTree = ""; }; + 5D56273CAD51E377F66892EFE5E66C5B /* gRPC-RxLibrary.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "gRPC-RxLibrary.xcconfig"; sourceTree = ""; }; + 5D66EC5FCAFC660FC586480660FD5D91 /* jwt_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jwt_credentials.h; path = src/core/lib/security/credentials/jwt/jwt_credentials.h; sourceTree = ""; }; + 5D76E6446B47ED5203577B9D0AA63F9F /* handshake_server.c */ = {isa = PBXFileReference; includeInIndex = 1; name = handshake_server.c; path = ssl/handshake_server.c; sourceTree = ""; }; + 5E17DF5CBB46951C59C093904C20023D /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/curve25519/internal.h; sourceTree = ""; }; + 5E324B29D846C166AF4F00298281F407 /* stream_map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stream_map.h; path = src/core/ext/transport/chttp2/transport/stream_map.h; sourceTree = ""; }; + 5E43A438374E4878EED8FB17283BD890 /* comparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comparator.h; path = include/leveldb/comparator.h; sourceTree = ""; }; + 5F89DFACF16CEF7076F1C8E0B6570A2E /* GRPCCall+Cronet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+Cronet.m"; path = "src/objective-c/GRPCClient/GRPCCall+Cronet.m"; sourceTree = ""; }; + 5F9DC29E1FC2ED42E855A99293241D75 /* e_aes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_aes.c; path = crypto/cipher/e_aes.c; sourceTree = ""; }; + 5FA0C4A829DBB165EB65A1FE2EBDB778 /* initialize.c */ = {isa = PBXFileReference; includeInIndex = 1; name = initialize.c; path = src/core/ext/census/initialize.c; sourceTree = ""; }; + 5FBBF8CD1A043CE0552AA4FB740A94F7 /* timer_manager.c */ = {isa = PBXFileReference; includeInIndex = 1; name = timer_manager.c; path = src/core/lib/iomgr/timer_manager.c; sourceTree = ""; }; + 5FD421F1E8611A533EAA2FB13E15C96D /* time.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time.c; path = src/core/lib/support/time.c; sourceTree = ""; }; + 5FE60170A1A1A2A4F5DD6DD173A1B56D /* by_file.c */ = {isa = PBXFileReference; includeInIndex = 1; name = by_file.c; path = crypto/x509/by_file.c; sourceTree = ""; }; + 60410A52CBDB1CA3B0128547E8BED80A /* blinding.c */ = {isa = PBXFileReference; includeInIndex = 1; name = blinding.c; path = crypto/rsa/blinding.c; sourceTree = ""; }; + 608284CC9C3816E4015B21FD1ECC1B23 /* Any.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = objectivec/google/protobuf/Any.pbobjc.h; sourceTree = ""; }; + 60B724778C25CE7CC6AEE4439870C866 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = Core/Sources/Firebase.h; sourceTree = ""; }; + 60C4E339496D82E3C9807E6DB9D3678E /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = include/openssl/rand.h; sourceTree = ""; }; + 610C85AFA592989F68E7ED2A774AAF9D /* string_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = string_windows.h; path = src/core/lib/support/string_windows.h; sourceTree = ""; }; + 6113FAE5E23AE3B2B742E139829C56CD /* x_pubkey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_pubkey.c; path = crypto/x509/x_pubkey.c; sourceTree = ""; }; + 622DCBA5687AF0219542F8140DB9B699 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 623366ADD3558FD2161F846AB8534EFE /* pem_xaux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_xaux.c; path = crypto/pem/pem_xaux.c; sourceTree = ""; }; + 62421A3098BF1694207C81C2FDD41E1B /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWellKnownTypes.m; path = objectivec/GPBWellKnownTypes.m; sourceTree = ""; }; + 62484775EE7BBDE1B7FB85194A3157C7 /* log_format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_format.h; path = db/log_format.h; sourceTree = ""; }; + 6251B3221141E075C621AAFF59B81D57 /* algorithm_metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = algorithm_metadata.h; path = src/core/lib/compression/algorithm_metadata.h; sourceTree = ""; }; + 6281C298BFE836B4223F37B79E29D3BB /* x25519-x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "x25519-x86_64.c"; path = "crypto/curve25519/x25519-x86_64.c"; sourceTree = ""; }; + 62832438AFE52394F7BAD62B2FDD082F /* dns_resolver_ares.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dns_resolver_ares.c; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c; sourceTree = ""; }; + 62E334C36DD86252253205EBCB50F984 /* wakeup_fd_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = wakeup_fd_posix.h; path = src/core/lib/iomgr/wakeup_fd_posix.h; sourceTree = ""; }; + 6301B997F28905F2E4D0117F61D4BF6D /* cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cache.h; path = include/leveldb/cache.h; sourceTree = ""; }; + 630A17010A225CB6DD15DAA41272BB74 /* version.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = version.h; path = "src/objective-c/GRPCClient/private/version.h"; sourceTree = ""; }; + 638100CEE2D59B79D501B2B8F3A76075 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/internal.h; sourceTree = ""; }; + 63A304C1F584806D4D8AC9F7C5718407 /* t_x509.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t_x509.c; path = crypto/x509/t_x509.c; sourceTree = ""; }; + 63B8C234ED2139FC9AF23650B829DA3D /* socket_factory_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = socket_factory_posix.h; path = src/core/lib/iomgr/socket_factory_posix.h; sourceTree = ""; }; + 63BAD0B10C5FC42F2FC8B8E2C8AFF3BE /* GRXImmediateSingleWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXImmediateSingleWriter.h; path = "src/objective-c/RxLibrary/GRXImmediateSingleWriter.h"; sourceTree = ""; }; + 63BD1EC297EEF27F9CBFB098E22CB556 /* resolver_registry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resolver_registry.h; path = src/core/ext/filters/client_channel/resolver_registry.h; sourceTree = ""; }; + 643E0D6D3A6D102A5289F46A651B2F0D /* parser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = parser.h; path = src/core/lib/http/parser.h; sourceTree = ""; }; + 64A551D74BC401F265465AA48B8C559A /* v3_int.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_int.c; path = crypto/x509v3/v3_int.c; sourceTree = ""; }; + 64E88A1B43B394CD5E9A7B2C6BD596CA /* iam_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iam_credentials.h; path = src/core/lib/security/credentials/iam/iam_credentials.h; sourceTree = ""; }; + 651406B77E8F5D247F9B7E6F64EF1421 /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor_PackagePrivate.h; path = objectivec/GPBDescriptor_PackagePrivate.h; sourceTree = ""; }; + 651478042F2620AB8F103B7246B7CBE2 /* stack_macros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack_macros.h; path = include/openssl/stack_macros.h; sourceTree = ""; }; + 654062095122A3AC3B1BB569DE826426 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = include/grpc/support/log.h; sourceTree = ""; }; + 655656DE080A574131D782AFE77A0DCA /* pcy_data.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_data.c; path = crypto/x509v3/pcy_data.c; sourceTree = ""; }; + 655860B50D11C2A339DD42E256E94C9D /* pool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pool.h; path = include/openssl/pool.h; sourceTree = ""; }; + 6565C6BDBBFE011C47E3B65AE392E4B8 /* env.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = env.h; path = include/leveldb/env.h; sourceTree = ""; }; + 6577E641CAFCD4997EA844FD53CDE827 /* md4.c */ = {isa = PBXFileReference; includeInIndex = 1; name = md4.c; path = crypto/md4/md4.c; sourceTree = ""; }; + 65BBA4140F724A1CCAF76568436B4DB0 /* generic.c */ = {isa = PBXFileReference; includeInIndex = 1; name = generic.c; path = crypto/bn/generic.c; sourceTree = ""; }; + 65C423830047C8DED8BB2C0B3DC2C001 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = include/openssl/md5.h; sourceTree = ""; }; + 65C8118AD2F82638E5C5DD447698B21F /* server.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server.c; path = src/core/lib/surface/server.c; sourceTree = ""; }; + 6680C76E8CAC5EF0FC81139D3C94A2B5 /* incoming_metadata.c */ = {isa = PBXFileReference; includeInIndex = 1; name = incoming_metadata.c; path = src/core/ext/transport/chttp2/transport/incoming_metadata.c; sourceTree = ""; }; + 668754BC8A7C726D5E88550235003E9E /* ProtoRPC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ProtoRPC.m; path = "src/objective-c/ProtoRPC/ProtoRPC.m"; sourceTree = ""; }; + 66AC9C72FBDDB360F48F7EF187BC9F22 /* trace_context.pb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = trace_context.pb.c; path = src/core/ext/census/gen/trace_context.pb.c; sourceTree = ""; }; + 66B00C729D39A5E1F86ECD218D1FC9EA /* tcp_uv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_uv.h; path = src/core/lib/iomgr/tcp_uv.h; sourceTree = ""; }; + 66C2280EF50780B6E988D47A7B00FDEF /* nid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = nid.h; path = include/openssl/nid.h; sourceTree = ""; }; + 66CDD4AC9B4053EDF7751E381D3F3690 /* des.c */ = {isa = PBXFileReference; includeInIndex = 1; name = des.c; path = crypto/des/des.c; sourceTree = ""; }; + 671B4530305FF20E7AD27F90AC927C11 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = src/core/ext/transport/chttp2/transport/internal.h; sourceTree = ""; }; + 6753728F75154F93A48A37B9D55F5E74 /* GRPCChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCChannel.h; path = "src/objective-c/GRPCClient/private/GRPCChannel.h"; sourceTree = ""; }; + 67615B15FCF0E2C71A427B322CBE5FD6 /* v3_cpols.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_cpols.c; path = crypto/x509v3/v3_cpols.c; sourceTree = ""; }; + 67EB7F83D12400163F4E49ECB810F768 /* testharness.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = testharness.h; path = util/testharness.h; sourceTree = ""; }; + 6827BC9956D2DAD178B581CDD7B58F33 /* wrap_memcpy.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wrap_memcpy.c; path = src/core/lib/support/wrap_memcpy.c; sourceTree = ""; }; + 68305397BF4A2B058B1898AC3932FBC9 /* hpack_table.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hpack_table.c; path = src/core/ext/transport/chttp2/transport/hpack_table.c; sourceTree = ""; }; + 684BCA8B1382A7503A840B05F4E09D7E /* a_mbstr.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_mbstr.c; path = crypto/asn1/a_mbstr.c; sourceTree = ""; }; + 68EF49D0B68A9355A95403933A983703 /* shift.c */ = {isa = PBXFileReference; includeInIndex = 1; name = shift.c; path = crypto/bn/shift.c; sourceTree = ""; }; + 6926C5EB5724EE10AF08A50910A776E7 /* cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cpu.h; path = include/openssl/cpu.h; sourceTree = ""; }; + 693065D012F8B9CF5890BBB7EFFB1457 /* composite_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = composite_credentials.h; path = src/core/lib/security/credentials/composite/composite_credentials.h; sourceTree = ""; }; + 69533552D81CB9558C94A699BBB18886 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/modes/internal.h; sourceTree = ""; }; + 696516FE5B09359AF89BBFCF868EAE84 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = include/openssl/stack.h; sourceTree = ""; }; + 69A25F9891CEE4D56494F20F0B058BB4 /* fake_transport_security.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fake_transport_security.h; path = src/core/tsi/fake_transport_security.h; sourceTree = ""; }; + 69CAB77E3C242107D884F3F43E91CF7D /* libBoringSSL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBoringSSL.a; path = libBoringSSL.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 69F833A43DA0CD8C2B148AC4347BF19B /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream.h; path = objectivec/GPBCodedOutputStream.h; sourceTree = ""; }; + 69FF89E324D4C8FD3CF7930EBAD216A9 /* http_client_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_client_filter.h; path = src/core/ext/filters/http/client/http_client_filter.h; sourceTree = ""; }; + 6A32AF7194F85D72A524344E83052FEE /* Struct.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Struct.pbobjc.m; path = objectivec/google/protobuf/Struct.pbobjc.m; sourceTree = ""; }; + 6A72F9E47D6D321BE5BD298FF7536CEA /* byte_buffer_reader.c */ = {isa = PBXFileReference; includeInIndex = 1; name = byte_buffer_reader.c; path = src/core/lib/surface/byte_buffer_reader.c; sourceTree = ""; }; + 6A7AFD4428F4D0A1B2E47390FDD69249 /* load_file.c */ = {isa = PBXFileReference; includeInIndex = 1; name = load_file.c; path = src/core/lib/iomgr/load_file.c; sourceTree = ""; }; + 6A7C634C9A1CB74BCD40285039A779A7 /* frame_settings.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_settings.c; path = src/core/ext/transport/chttp2/transport/frame_settings.c; sourceTree = ""; }; + 6A85FDD00FA7FC7BE922923D5C273073 /* libgRPC-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libgRPC-Core.a"; path = "libgRPC-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6A91D3DE8846F8BA2EB2071240726135 /* stack_lockfree.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stack_lockfree.c; path = src/core/lib/support/stack_lockfree.c; sourceTree = ""; }; + 6B5A94C1F8CC1B25CF7E00493B96A950 /* GRPCConnectivityMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCConnectivityMonitor.m; path = "src/objective-c/GRPCClient/private/GRPCConnectivityMonitor.m"; sourceTree = ""; }; + 6B7840D881085B9EEC28D0F02F310A35 /* custom_extensions.c */ = {isa = PBXFileReference; includeInIndex = 1; name = custom_extensions.c; path = ssl/custom_extensions.c; sourceTree = ""; }; + 6B8476981DA05B22EECD765DD3B95788 /* executor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = executor.c; path = src/core/lib/iomgr/executor.c; sourceTree = ""; }; + 6BF42135688D8A55CE846E397C345495 /* GPBRootObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBRootObject.m; path = objectivec/GPBRootObject.m; sourceTree = ""; }; + 6C4698B84FCFCAB463A3EA24808D3A87 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/bn/internal.h; sourceTree = ""; }; + 6C4EE0FB8AC1DFD9DA4BC9D6020C6918 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = include/openssl/ssl3.h; sourceTree = ""; }; + 6C596F5E303E1EEE1B73A37CC179A92A /* v3_pcons.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_pcons.c; path = crypto/x509v3/v3_pcons.c; sourceTree = ""; }; + 6C88B06E9C6943C4A1565BCA5DCF8840 /* trace_context.c */ = {isa = PBXFileReference; includeInIndex = 1; name = trace_context.c; path = src/core/ext/census/trace_context.c; sourceTree = ""; }; + 6C8DFA021BE5B23F9481AECB60FB3F96 /* sockaddr_resolver.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sockaddr_resolver.c; path = src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c; sourceTree = ""; }; + 6D33325B69E769673712484F50A5372A /* tcp_server_utils_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_server_utils_posix.h; path = src/core/lib/iomgr/tcp_server_utils_posix.h; sourceTree = ""; }; + 6D72A551FDBCBB832BAE7BD74029D4FA /* wakeup_fd_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wakeup_fd_posix.c; path = src/core/lib/iomgr/wakeup_fd_posix.c; sourceTree = ""; }; + 6D9D4C4BBCAFCDCE800950A03AF7E12C /* transport_impl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport_impl.h; path = src/core/lib/transport/transport_impl.h; sourceTree = ""; }; + 6DB4F7330DD80000F59DDE73AB3E6A83 /* pem_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_lib.c; path = crypto/pem/pem_lib.c; sourceTree = ""; }; + 6DCB315D7B972E0A2B8A4219C35E72C1 /* call_combiner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = call_combiner.h; path = src/core/lib/iomgr/call_combiner.h; sourceTree = ""; }; + 6DDE62EAA7FCE3E5B5939BDF969EA152 /* alarm_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alarm_internal.h; path = src/core/lib/surface/alarm_internal.h; sourceTree = ""; }; + 6DE80A220044295560285D700CB2DDA0 /* sha512.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sha512.c; path = crypto/sha/sha512.c; sourceTree = ""; }; + 6E30B597B4B7CB0EA06997495AA78AC8 /* socket_utils_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_utils_windows.c; path = src/core/lib/iomgr/socket_utils_windows.c; sourceTree = ""; }; + 6EBB020E689460AA8E2B31D917F973C9 /* env_posix_test_helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = env_posix_test_helper.h; path = util/env_posix_test_helper.h; sourceTree = ""; }; + 6EF20F775A463DEA91832F3A8471253E /* gpr_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = gpr_types.h; path = include/grpc/impl/codegen/gpr_types.h; sourceTree = ""; }; + 6F06EEC61915E60A16651A38BDC0AF1A /* x_attrib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_attrib.c; path = crypto/x509/x_attrib.c; sourceTree = ""; }; + 6F0AC0FF2B048D2D64A07CB240A4563F /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = src/core/lib/json/json.h; sourceTree = ""; }; + 6F5D92CE94B62F9534E854DF6D322264 /* write_batch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = write_batch.h; path = include/leveldb/write_batch.h; sourceTree = ""; }; + 6FFBA7E349EBBB7B7EABD8BE35DC14BB /* thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread.h; path = include/openssl/thread.h; sourceTree = ""; }; + 70255F8A43FA807C10CAFE62EC14B798 /* thread_annotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_annotations.h; path = port/thread_annotations.h; sourceTree = ""; }; + 703C627EF81D6F0A80B7A7667C4184D3 /* x_bignum.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_bignum.c; path = crypto/asn1/x_bignum.c; sourceTree = ""; }; + 70A5B1C0CA258666DCE9E7AF13C26F2C /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = include/openssl/opensslconf.h; sourceTree = ""; }; + 70B9C8BA4BA1186C7BCC6A7C4DE1386A /* proxy_mapper_registry.c */ = {isa = PBXFileReference; includeInIndex = 1; name = proxy_mapper_registry.c; path = src/core/ext/filters/client_channel/proxy_mapper_registry.c; sourceTree = ""; }; + 712AABCC6EFCE75ADDCBCED4D90A1EA4 /* lb_policy_factory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lb_policy_factory.c; path = src/core/ext/filters/client_channel/lb_policy_factory.c; sourceTree = ""; }; + 713C95D3D945F623F9D61FE1E7C547F5 /* db_impl.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = db_impl.cc; path = db/db_impl.cc; sourceTree = ""; }; + 71610B173616A115557197EBEE0179BE /* auth_filters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = auth_filters.h; path = src/core/lib/security/transport/auth_filters.h; sourceTree = ""; }; + 719AD2D50387E78B1016E8F03C20E3A6 /* error_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = error_utils.c; path = src/core/lib/transport/error_utils.c; sourceTree = ""; }; + 7204BB7FDACF4C67C4DA966F6A52B04B /* security_handshaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = security_handshaker.h; path = src/core/lib/security/transport/security_handshaker.h; sourceTree = ""; }; + 7213C7849850A5BD7E9D40812DF74CD6 /* transport_security.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport_security.h; path = src/core/tsi/transport_security.h; sourceTree = ""; }; + 7232F24125199F7072098D3B13A5C1EA /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = include/openssl/objects.h; sourceTree = ""; }; + 731E6A959D24CE460D930B3F55379B25 /* socket_mutator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = socket_mutator.h; path = src/core/lib/iomgr/socket_mutator.h; sourceTree = ""; }; + 73481C099AF8D9935C63009A32C2634E /* obj.c */ = {isa = PBXFileReference; includeInIndex = 1; name = obj.c; path = crypto/obj/obj.c; sourceTree = ""; }; + 736590E2A621BDF77473CF08486FD2C5 /* channel.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel.c; path = src/core/lib/surface/channel.c; sourceTree = ""; }; + 73871A370892219B0734D48F91568B9C /* v3_bcons.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_bcons.c; path = crypto/x509v3/v3_bcons.c; sourceTree = ""; }; + 73977F48626B3B588CF43711B94EB050 /* wnaf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wnaf.c; path = crypto/ec/wnaf.c; sourceTree = ""; }; + 73C008CA7B67AB78B57FAA9840D340E7 /* connectivity_state.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = connectivity_state.h; path = include/grpc/impl/codegen/connectivity_state.h; sourceTree = ""; }; + 746992875D0625F23EB5B159CDB66017 /* security_connector.c */ = {isa = PBXFileReference; includeInIndex = 1; name = security_connector.c; path = src/core/lib/security/transport/security_connector.c; sourceTree = ""; }; + 74773ADBC28EF39632E156A06D50B9A4 /* client_auth_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_auth_filter.c; path = src/core/lib/security/transport/client_auth_filter.c; sourceTree = ""; }; + 747EADC4F3F4B094FB52689BEDDAEFC1 /* census_rpc_stats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = census_rpc_stats.h; path = src/core/ext/census/census_rpc_stats.h; sourceTree = ""; }; + 74B76A3984BE07EDDEDCC49C789D955A /* util-64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "util-64.c"; path = "crypto/ec/util-64.c"; sourceTree = ""; }; + 756195B355D240F2760FC84EF3875BBB /* slice_hash_table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice_hash_table.h; path = src/core/lib/slice/slice_hash_table.h; sourceTree = ""; }; + 7575911C0AEA98FBDB42E6BDAD752E95 /* v3_ia5.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_ia5.c; path = crypto/x509v3/v3_ia5.c; sourceTree = ""; }; + 7577FF768ED58D383BE9009E9D635794 /* chacha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chacha.h; path = include/openssl/chacha.h; sourceTree = ""; }; + 7579AC929F6CBAF69B71A89377805113 /* subchannel_index.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = subchannel_index.h; path = src/core/ext/filters/client_channel/subchannel_index.h; sourceTree = ""; }; + 757ACD9E05F07AA4F1EE05414984484C /* x509cset.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509cset.c; path = crypto/x509/x509cset.c; sourceTree = ""; }; + 767C3815C5BBD8904633BDB687643FE0 /* stream_compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stream_compression.h; path = src/core/lib/compression/stream_compression.h; sourceTree = ""; }; + 76959C455C38D1A4980F2201593082D7 /* pollset_set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pollset_set.h; path = src/core/lib/iomgr/pollset_set.h; sourceTree = ""; }; + 7732DB945288A4E626D56524CA9B1BFC /* iocp_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iocp_windows.h; path = src/core/lib/iomgr/iocp_windows.h; sourceTree = ""; }; + 776B1E774D7A7052E7B574BA9D7EF3E8 /* subchannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = subchannel.h; path = src/core/ext/filters/client_channel/subchannel.h; sourceTree = ""; }; + 776E86C8147108AD1D851DDB504F1203 /* sockaddr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sockaddr.h; path = src/core/lib/iomgr/sockaddr.h; sourceTree = ""; }; + 7774F98837DC7316391D50D54E88E746 /* ssl_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_credentials.c; path = src/core/lib/security/credentials/ssl/ssl_credentials.c; sourceTree = ""; }; + 778245116C62561257D57797718D5533 /* json_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_common.h; path = src/core/lib/json/json_common.h; sourceTree = ""; }; + 778E2C67289BE6C29517C8F5F26F9517 /* grpclb_client_stats.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpclb_client_stats.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c; sourceTree = ""; }; + 77BF25B180FBAD0AF889A4C5B481148B /* GTMNSString+URLArguments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSString+URLArguments.h"; path = "Foundation/GTMNSString+URLArguments.h"; sourceTree = ""; }; + 77C6D60CB83A22EF2B14F717ACFD9158 /* arena.c */ = {isa = PBXFileReference; includeInIndex = 1; name = arena.c; path = src/core/lib/support/arena.c; sourceTree = ""; }; + 77C985BC6AB38144E9DE82BFC0AAAED6 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 77EB368DC25E45C95BC47202693A1353 /* GRPCCall+Cronet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+Cronet.h"; path = "src/objective-c/GRPCClient/GRPCCall+Cronet.h"; sourceTree = ""; }; + 786BB727FFD1AAC5F7708B9B7DF18295 /* a_utf8.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_utf8.c; path = crypto/asn1/a_utf8.c; sourceTree = ""; }; + 78E268EBFDF5C0FB17A24470E71A8B62 /* NSEnumerator+GRXUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+GRXUtil.m"; path = "src/objective-c/RxLibrary/NSEnumerator+GRXUtil.m"; sourceTree = ""; }; + 790D4139D7508E4633209A46FA3062CD /* load_balancer.pb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = load_balancer.pb.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c; sourceTree = ""; }; + 79342EEFFADB8A885DB6CD44BFB452C0 /* slice_hash_table.c */ = {isa = PBXFileReference; includeInIndex = 1; name = slice_hash_table.c; path = src/core/lib/slice/slice_hash_table.c; sourceTree = ""; }; + 79FF1DC19C8349EBCA96211D7CE1AF94 /* GRPCWrappedCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCWrappedCall.m; path = "src/objective-c/GRPCClient/private/GRPCWrappedCall.m"; sourceTree = ""; }; + 7A0EB7C5372F53A09456F97635F4EB3C /* merger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = merger.h; path = table/merger.h; sourceTree = ""; }; + 7A171B741467B4231145B016C34D5CAC /* cpu_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu_linux.c; path = src/core/lib/support/cpu_linux.c; sourceTree = ""; }; + 7A35FB73478BBF27350924A290013067 /* retry_throttle.c */ = {isa = PBXFileReference; includeInIndex = 1; name = retry_throttle.c; path = src/core/ext/filters/client_channel/retry_throttle.c; sourceTree = ""; }; + 7AA2D5B0B322BE6ACFDB9AF7A6369322 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = include/openssl/obj_mac.h; sourceTree = ""; }; + 7B201ADB745CBB696A01FF3139A3FBEC /* alpn.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpn.c; path = src/core/ext/transport/chttp2/alpn/alpn.c; sourceTree = ""; }; + 7B20ACCBABB67309E9DAC6F34BD89A1B /* gRPC-ProtoRPC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "gRPC-ProtoRPC-dummy.m"; sourceTree = ""; }; + 7B97D1D6472527F317920F531F3FAE33 /* client_channel_factory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = client_channel_factory.h; path = src/core/ext/filters/client_channel/client_channel_factory.h; sourceTree = ""; }; + 7BB07ED7D510BFBB89C3DB1E57BE60A1 /* write_batch.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = write_batch.cc; path = db/write_batch.cc; sourceTree = ""; }; + 7BBC88352DD1286ECB5ED7A079BC4002 /* base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base.h; path = include/openssl/base.h; sourceTree = ""; }; + 7BC67F2DBC37679EF06CC4AFF526D6E9 /* frame_ping.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_ping.c; path = src/core/ext/transport/chttp2/transport/frame_ping.c; sourceTree = ""; }; + 7C316DC96F7AA75F87BA981D2291177E /* FirebaseAuth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAuth.framework; path = Frameworks/FirebaseAuth.framework; sourceTree = ""; }; + 7C31D87F41699C567394C468C4642FC4 /* json_reader.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json_reader.c; path = src/core/lib/json/json_reader.c; sourceTree = ""; }; + 7C4B4A8342165F6ABB77A9DF4304E0C0 /* exec_ctx.c */ = {isa = PBXFileReference; includeInIndex = 1; name = exec_ctx.c; path = src/core/lib/iomgr/exec_ctx.c; sourceTree = ""; }; + 7CAE3C619F922D7BCB638A9EA1743395 /* asn1_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_locl.h; path = crypto/asn1/asn1_locl.h; sourceTree = ""; }; + 7D18D4A9F734675184331C9AF066F62F /* crc32c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crc32c.h; path = util/crc32c.h; sourceTree = ""; }; + 7D193CBE2BDA69525CBAD986B02800E5 /* refcount_c11.c */ = {isa = PBXFileReference; includeInIndex = 1; name = refcount_c11.c; path = crypto/refcount_c11.c; sourceTree = ""; }; + 7D4DFA19CFA0BFA3A7708F759F243D72 /* frame_settings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_settings.h; path = src/core/ext/transport/chttp2/transport/frame_settings.h; sourceTree = ""; }; + 7D5E3D5E9155CF1167CFB1B461A6C232 /* a_int.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_int.c; path = crypto/asn1/a_int.c; sourceTree = ""; }; + 7D866C0E32BA635131C5BDD4A1113CFD /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedOutputStream.m; path = objectivec/GPBCodedOutputStream.m; sourceTree = ""; }; + 7D8C87C64CDB3B8D72205CCD9B45CC5F /* grpc_security_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_security_constants.h; path = include/grpc/grpc_security_constants.h; sourceTree = ""; }; + 7D9AA5009F696639807485C669448125 /* a_strex.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_strex.c; path = crypto/x509/a_strex.c; sourceTree = ""; }; + 7DEC70A8219AFC8655DD53473431789E /* slice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice.h; path = include/grpc/slice.h; sourceTree = ""; }; + 7E00C38AAC5C2622C048051B07B711F4 /* grpclb_channel_secure.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpclb_channel_secure.c; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c; sourceTree = ""; }; + 7E50061DB6BE1ED1401348989FA6FB97 /* tasn_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_enc.c; path = crypto/asn1/tasn_enc.c; sourceTree = ""; }; + 7E522EECC6E6CA7FD84D282342F923F2 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = include/openssl/aes.h; sourceTree = ""; }; + 7E6E42EF101941DFD416195C01CCB7D5 /* cfb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cfb.c; path = crypto/modes/cfb.c; sourceTree = ""; }; + 7EEAB576A0FD67026EE1546CA9C63184 /* tcp_client.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_client.h; path = src/core/lib/iomgr/tcp_client.h; sourceTree = ""; }; + 7F2BD427C415F2813B28890E41368420 /* x_info.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_info.c; path = crypto/x509/x_info.c; sourceTree = ""; }; + 7F4AABC6697923A17E986872BB48676D /* ex_data.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ex_data.c; path = crypto/ex_data.c; sourceTree = ""; }; + 7FFCB1CAF8CCE3796F1C463809DB4ADC /* GRXNSBlockEnumerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXNSBlockEnumerator.h; path = "src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.h"; sourceTree = ""; }; + 802C098EF228E276FEE0CD726011F15C /* GRPCCall+InternalTests.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+InternalTests.h"; path = "src/objective-c/GRPCClient/internal_testing/GRPCCall+InternalTests.h"; sourceTree = ""; }; + 803BE9DD104D827F2A9039EC35766B15 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/evp/internal.h; sourceTree = ""; }; + 8064158705036F1E601DE8F4F24B566D /* a_object.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_object.c; path = crypto/asn1/a_object.c; sourceTree = ""; }; + 807287BA3D7C26D6CEE2B4D555EFA8BC /* ev_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ev_posix.h; path = src/core/lib/iomgr/ev_posix.h; sourceTree = ""; }; + 80E657543BA1C2823D8AB9CEF95A1354 /* tmpfile_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tmpfile_posix.c; path = src/core/lib/support/tmpfile_posix.c; sourceTree = ""; }; + 813F0CF252017C21591FD58E08F4D60C /* rsaz_exp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsaz_exp.h; path = crypto/bn/rsaz_exp.h; sourceTree = ""; }; + 814DBB45401603B0F182FC9B6FB85A07 /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = include/openssl/pkcs7.h; sourceTree = ""; }; + 815C633A0A9A88752118098399F250C9 /* dh_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dh_asn1.c; path = crypto/dh/dh_asn1.c; sourceTree = ""; }; + 817804AF0A294CC825D06F6D2E09AE82 /* rsaz_exp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rsaz_exp.c; path = crypto/bn/rsaz_exp.c; sourceTree = ""; }; + 81E7E5A036E9B3BA27B47FFE5618E08D /* bin_decoder.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bin_decoder.c; path = src/core/ext/transport/chttp2/transport/bin_decoder.c; sourceTree = ""; }; + 82013E6797634B6D5722A4DD539F4D9D /* digest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = digest.h; path = include/openssl/digest.h; sourceTree = ""; }; + 82111B7933C6EC95ED7C311DBBEFCE89 /* mpscq.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mpscq.c; path = src/core/lib/support/mpscq.c; sourceTree = ""; }; + 82669E7C9BBACBD6B1649A1DD07CB415 /* hpack_parser.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hpack_parser.c; path = src/core/ext/transport/chttp2/transport/hpack_parser.c; sourceTree = ""; }; + 82A7E16760D1FC5EC191B59E5F2ABC3B /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet.h; path = objectivec/GPBUnknownFieldSet.h; sourceTree = ""; }; + 82B004B6AFDC49F935D30C25FBC227BF /* gRPC-RxLibrary-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "gRPC-RxLibrary-prefix.pch"; sourceTree = ""; }; + 82CEDF79021F21C247EBDCD8FD599D4C /* prime.c */ = {isa = PBXFileReference; includeInIndex = 1; name = prime.c; path = crypto/bn/prime.c; sourceTree = ""; }; + 82E3643483EE4A545ED71F7BA0F34481 /* pollset_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pollset_windows.h; path = src/core/lib/iomgr/pollset_windows.h; sourceTree = ""; }; + 82E7CCF800740ADAB8353C2BB91B6C20 /* tls13_both.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls13_both.c; path = ssl/tls13_both.c; sourceTree = ""; }; + 8332F989CCFE20F7E96C7DD353EC7EFF /* metadata_batch.c */ = {isa = PBXFileReference; includeInIndex = 1; name = metadata_batch.c; path = src/core/lib/transport/metadata_batch.c; sourceTree = ""; }; + 833D46BC9544806AD28B49807C7FB28D /* byte_stream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = byte_stream.h; path = src/core/lib/transport/byte_stream.h; sourceTree = ""; }; + 8383E0DF17B56745F301DDB96E8A93B9 /* timer_heap.c */ = {isa = PBXFileReference; includeInIndex = 1; name = timer_heap.c; path = src/core/lib/iomgr/timer_heap.c; sourceTree = ""; }; + 83E998331CA5FEF39D868E84617E6F19 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = include/openssl/srtp.h; sourceTree = ""; }; + 84436BC8EE496B7DAB3B108F9FBAE3F4 /* cmdline.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cmdline.c; path = src/core/lib/support/cmdline.c; sourceTree = ""; }; + 847D5D16385A468704F06F64FB2ED718 /* transport_security_adapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport_security_adapter.h; path = src/core/tsi/transport_security_adapter.h; sourceTree = ""; }; + 84B1CDA5C678CC6CD1A3E6567D475A17 /* v3_ncons.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_ncons.c; path = crypto/x509v3/v3_ncons.c; sourceTree = ""; }; + 84BE5DE23AE5EDC0128982EC26F80684 /* fake_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fake_credentials.c; path = src/core/lib/security/credentials/fake/fake_credentials.c; sourceTree = ""; }; + 84E6166CFFE2C9F4560825E67B5AFC65 /* x509.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509.c; path = crypto/x509/x509.c; sourceTree = ""; }; + 84FFCFC3C34209E30538C8B0A9510030 /* t1_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t1_lib.c; path = ssl/t1_lib.c; sourceTree = ""; }; + 854733834A1FC7745552EB8998FDE35B /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Source/GTMSessionUploadFetcher.m; sourceTree = ""; }; + 858908A88315B586772C6D5BBBD6F96C /* wakeup_fd_pipe.c */ = {isa = PBXFileReference; includeInIndex = 1; name = wakeup_fd_pipe.c; path = src/core/lib/iomgr/wakeup_fd_pipe.c; sourceTree = ""; }; + 85D26A655BABEED7F3A1571F5860DD9F /* pcy_map.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_map.c; path = crypto/x509v3/pcy_map.c; sourceTree = ""; }; + 85EF49C0287A3B0CE82EC4AE91AD995B /* security_context.c */ = {isa = PBXFileReference; includeInIndex = 1; name = security_context.c; path = src/core/lib/security/context/security_context.c; sourceTree = ""; }; + 861D87972228F4903F4854091C4569B2 /* gts_transport_security.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gts_transport_security.c; path = src/core/tsi/gts_transport_security.c; sourceTree = ""; }; + 866F231194E3CB77A5DA4E9790FB1B47 /* conf_def.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_def.h; path = crypto/conf/conf_def.h; sourceTree = ""; }; + 8680E0AC04FADAC9959FB74283893838 /* channel_stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel_stack.h; path = src/core/lib/channel/channel_stack.h; sourceTree = ""; }; + 86AFEA3DCB2AA5C034DEA349B334F835 /* ber.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ber.c; path = crypto/bytestring/ber.c; sourceTree = ""; }; + 86BDE252ADA568EA9ADDCEF7B21F7EFE /* check.c */ = {isa = PBXFileReference; includeInIndex = 1; name = check.c; path = crypto/dh/check.c; sourceTree = ""; }; + 86EC04B2805F1D5C76FE24FC71BF783A /* message_compress.c */ = {isa = PBXFileReference; includeInIndex = 1; name = message_compress.c; path = src/core/lib/compression/message_compress.c; sourceTree = ""; }; + 87606B4A1A94FD2AFF2A6DDE29EF0F6D /* connector.c */ = {isa = PBXFileReference; includeInIndex = 1; name = connector.c; path = src/core/ext/filters/client_channel/connector.c; sourceTree = ""; }; + 87A276BD66D8F233F6D322712A0E6778 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = include/openssl/x509v3.h; sourceTree = ""; }; + 87F1534C1DB75B2576C83A3014D24B38 /* obj_dat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_dat.h; path = crypto/obj/obj_dat.h; sourceTree = ""; }; + 8817A565C2CB6687D8540EE1134C8829 /* format_request.c */ = {isa = PBXFileReference; includeInIndex = 1; name = format_request.c; path = src/core/lib/http/format_request.c; sourceTree = ""; }; + 8863C67A9776AF2A7E5CA96CFB46E65E /* tcp_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_windows.c; path = src/core/lib/iomgr/tcp_windows.c; sourceTree = ""; }; + 88924DC70B83834B725ADD8482A32928 /* cpu_iphone.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu_iphone.c; path = src/core/lib/support/cpu_iphone.c; sourceTree = ""; }; + 8984D5B0147B1440EFEB83DC6BD8580C /* iocp_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iocp_windows.c; path = src/core/lib/iomgr/iocp_windows.c; sourceTree = ""; }; + 89A520EB8FFC8A8C499E008A15202730 /* a_time.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_time.c; path = crypto/asn1/a_time.c; sourceTree = ""; }; + 8A2289FAF99875871D95180B40A71F9C /* security_handshaker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = security_handshaker.c; path = src/core/lib/security/transport/security_handshaker.c; sourceTree = ""; }; + 8A291B6F4F76BE1CD38F30A0C8E074C2 /* ec_montgomery.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ec_montgomery.c; path = crypto/ec/ec_montgomery.c; sourceTree = ""; }; + 8A9949CE02E0DAF656B6D34A75F005DF /* service_config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = service_config.h; path = src/core/lib/transport/service_config.h; sourceTree = ""; }; + 8A9C4AFCEDA0887F3CD1DF48D7EF7B5D /* transport_security_grpc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = transport_security_grpc.c; path = src/core/tsi/transport_security_grpc.c; sourceTree = ""; }; + 8AA04BAEF06840CFCA4737B7FFA371C7 /* slice_intern.c */ = {isa = PBXFileReference; includeInIndex = 1; name = slice_intern.c; path = src/core/lib/slice/slice_intern.c; sourceTree = ""; }; + 8AAB8644D154B800CC20536FEBF4E4DD /* channel_create.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_create.c; path = src/core/ext/transport/chttp2/client/insecure/channel_create.c; sourceTree = ""; }; + 8AAC3947D06D0A9BF3ACE2ADCBAA7D2E /* a_gentm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_gentm.c; path = crypto/asn1/a_gentm.c; sourceTree = ""; }; + 8AAC3DADB3E31BDCED5BE4049AE7CF81 /* trace.c */ = {isa = PBXFileReference; includeInIndex = 1; name = trace.c; path = src/core/lib/debug/trace.c; sourceTree = ""; }; + 8B053C7458782C4091A8D385C3362289 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = include/openssl/err.h; sourceTree = ""; }; + 8B384C7F53603FE83241F22CA00C1B9C /* v3_akeya.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_akeya.c; path = crypto/x509v3/v3_akeya.c; sourceTree = ""; }; + 8B6C0E43546DD44537D08232E3750785 /* base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base64.h; path = include/openssl/base64.h; sourceTree = ""; }; + 8B95DD85C0187DE4A8F9907A550C3843 /* x_x509a.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_x509a.c; path = crypto/x509/x_x509a.c; sourceTree = ""; }; + 8C14B05C78F9B5F6B14EDD9AD1DCE4BB /* string_util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = string_util.h; path = include/grpc/support/string_util.h; sourceTree = ""; }; + 8C2D5B52EF753FE8437ECA05C4E6FB5D /* GRPCCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCCall.m; path = "src/objective-c/GRPCClient/GRPCCall.m"; sourceTree = ""; }; + 8C7929C469E3E0F8D4BD65756F33480C /* log_reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_reader.h; path = db/log_reader.h; sourceTree = ""; }; + 8D93D3DF754111E868DAFAB72860150C /* completion_queue.c */ = {isa = PBXFileReference; includeInIndex = 1; name = completion_queue.c; path = src/core/lib/surface/completion_queue.c; sourceTree = ""; }; + 8E3FBE4BF38150CB9CBED3F2819A3F22 /* huffsyms.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffsyms.c; path = src/core/ext/transport/chttp2/transport/huffsyms.c; sourceTree = ""; }; + 8EF6FA0D20591E8321B2548662D8E9C1 /* atm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = atm.c; path = src/core/lib/support/atm.c; sourceTree = ""; }; + 8F36E55B2CFB782D06BDC64D79E3CAFB /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Source/GTMSessionUploadFetcher.h; sourceTree = ""; }; + 8F5A449434D239A4832DC461A2B0B28B /* log_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = log_posix.c; path = src/core/lib/support/log_posix.c; sourceTree = ""; }; + 8FDB6BCDE67D5FEDD8B6A515ED4FD92A /* ssl_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_asn1.c; path = ssl/ssl_asn1.c; sourceTree = ""; }; + 8FFFBCD2D0D3629AE522CB890CF3124C /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/poly1305/internal.h; sourceTree = ""; }; + 902A7BDB7B6FEA7A65BA3D1D15ED6A24 /* chacha.c */ = {isa = PBXFileReference; includeInIndex = 1; name = chacha.c; path = crypto/chacha/chacha.c; sourceTree = ""; }; + 909924C129D77CA815F704E302DBA69C /* d1_srtp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = d1_srtp.c; path = ssl/d1_srtp.c; sourceTree = ""; }; + 90C987A85C8370F837DE6BD29EFD0599 /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sha1.c; path = crypto/sha/sha1.c; sourceTree = ""; }; + 90E2B15DF416F5C868DDB7A00595A976 /* bdp_estimator.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bdp_estimator.c; path = src/core/lib/transport/bdp_estimator.c; sourceTree = ""; }; + 90EFA759A522B26D097B61059E84EA9A /* atm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm.h; path = include/grpc/impl/codegen/atm.h; sourceTree = ""; }; + 90F871EE60A4E4816E0C9C54DD75B06D /* pcy_node.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_node.c; path = crypto/x509v3/pcy_node.c; sourceTree = ""; }; + 90F8987BFBD1C651F7148EE2FDF512EF /* rand.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rand.c; path = crypto/rand/rand.c; sourceTree = ""; }; + 9168264A13513D673F2B1FE5E7577D7B /* padding.c */ = {isa = PBXFileReference; includeInIndex = 1; name = padding.c; path = crypto/rsa/padding.c; sourceTree = ""; }; + 91A8117F6A82B40B36EF2051AD577F58 /* t_x509a.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t_x509a.c; path = crypto/x509/t_x509a.c; sourceTree = ""; }; + 91DAEE3D7B70C3BC2A3F5B0CEC9089FE /* intrusive_hash_map_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = intrusive_hash_map_internal.h; path = src/core/ext/census/intrusive_hash_map_internal.h; sourceTree = ""; }; + 923A86D23EE0A788F6C410C9D5FDB6ED /* unix_sockets_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unix_sockets_posix.h; path = src/core/lib/iomgr/unix_sockets_posix.h; sourceTree = ""; }; + 93405CED4399AB996F2DC84D398A4C14 /* GPBDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary.h; path = objectivec/GPBDictionary.h; sourceTree = ""; }; + 9376D3921CA08E4215B81FE0427E7D70 /* grpc_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_filter.c; path = src/core/ext/census/grpc_filter.c; sourceTree = ""; }; + 9399E4B73AB7BAB1E3F570E873DA03EC /* GRXNSFastEnumerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXNSFastEnumerator.h; path = "src/objective-c/RxLibrary/private/GRXNSFastEnumerator.h"; sourceTree = ""; }; + 939E8D3D4674571DAE92123AE99B861D /* handshaker_factory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = handshaker_factory.h; path = src/core/lib/channel/handshaker_factory.h; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 950BD890D918EE0D58095A56A99DB982 /* format.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cc; path = table/format.cc; sourceTree = ""; }; - 95F08B9313CB3812F7D292E478080DEC /* log_format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_format.h; path = db/log_format.h; sourceTree = ""; }; - 990595D53198F39C55F769BF77B838E8 /* random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random.h; path = util/random.h; sourceTree = ""; }; - 9AA6DCA73722551197EA10C01CC365CA /* table_builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table_builder.cc; path = table/table_builder.cc; sourceTree = ""; }; + 93DDA07E973D63230FFA558BDF8DE853 /* pollset.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pollset.h; path = src/core/lib/iomgr/pollset.h; sourceTree = ""; }; + 947E788C61A8DDC2ECC5B76A37564DAD /* bin_encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bin_encoder.h; path = src/core/ext/transport/chttp2/transport/bin_encoder.h; sourceTree = ""; }; + 94B04418629B32DE23A73B3D77BCF0AC /* credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = credentials.c; path = src/core/lib/security/credentials/credentials.c; sourceTree = ""; }; + 94BA50E0D51EF815276ABFB985747715 /* timer_manager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timer_manager.h; path = src/core/lib/iomgr/timer_manager.h; sourceTree = ""; }; + 94C597048C71C43BEFA8E055A1AC007E /* cbb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cbb.c; path = crypto/bytestring/cbb.c; sourceTree = ""; }; + 952CBE49EA9C9824DECCA8D42AC28774 /* writing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = writing.c; path = src/core/ext/transport/chttp2/transport/writing.c; sourceTree = ""; }; + 95AD16D49F4DC85CADE370F07C0CABAB /* slice_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice_internal.h; path = src/core/lib/slice/slice_internal.h; sourceTree = ""; }; + 95ADE9A68DF61C13F4A250417CDCEE51 /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = objectivec/google/protobuf/SourceContext.pbobjc.h; sourceTree = ""; }; + 95B9981C4FC4E6D24B6B4D7E460CBAF9 /* timeout_encoding.c */ = {isa = PBXFileReference; includeInIndex = 1; name = timeout_encoding.c; path = src/core/lib/transport/timeout_encoding.c; sourceTree = ""; }; + 95DC7515183A15CD66B3626295A9B707 /* Struct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = objectivec/google/protobuf/Struct.pbobjc.h; sourceTree = ""; }; + 95E8AC80293518D017B7B8CC9BB29E48 /* x86_64-gcc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "x86_64-gcc.c"; path = "crypto/bn/asm/x86_64-gcc.c"; sourceTree = ""; }; + 960523D6F8C20197C676411D7DA9C645 /* workaround_list.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = workaround_list.h; path = include/grpc/support/workaround_list.h; sourceTree = ""; }; + 9633B7CBA7309F28ECA154B52D7B5B0C /* evp_ctx.c */ = {isa = PBXFileReference; includeInIndex = 1; name = evp_ctx.c; path = crypto/evp/evp_ctx.c; sourceTree = ""; }; + 963ED88B6DD8E5CF6222911BEE589865 /* asn1_par.c */ = {isa = PBXFileReference; includeInIndex = 1; name = asn1_par.c; path = crypto/asn1/asn1_par.c; sourceTree = ""; }; + 96496D2DCB38D2F78255373F6157BF39 /* sync_custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_custom.h; path = include/grpc/support/sync_custom.h; sourceTree = ""; }; + 966D66E749E86BE45691E6D7A5035A53 /* options.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = options.cc; path = util/options.cc; sourceTree = ""; }; + 96790E679C6982C73CB687A3DBE4C2A4 /* dtls_record.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dtls_record.c; path = ssl/dtls_record.c; sourceTree = ""; }; + 968D3E9B54595FB5FDBA88FFAB959E28 /* GPBExtensionInternals.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionInternals.m; path = objectivec/GPBExtensionInternals.m; sourceTree = ""; }; + 96F3F4193FD4BAEA021C2C6AC3F912C7 /* fork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fork.h; path = include/grpc/impl/codegen/fork.h; sourceTree = ""; }; + 9743FF48C7F375C0B516184D2F43AED8 /* chttp2_transport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chttp2_transport.h; path = src/core/ext/transport/chttp2/transport/chttp2_transport.h; sourceTree = ""; }; + 976D45EFA4D01B8C91CBAB778C6D8232 /* compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compression.h; path = include/grpc/compression.h; sourceTree = ""; }; + 97DB996467F293E0A6131EB81E91DE3D /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Source/GTMSessionFetcherService.h; sourceTree = ""; }; + 98347545ED4543730460ED4A14CBE459 /* json_util.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json_util.c; path = src/core/lib/security/util/json_util.c; sourceTree = ""; }; + 984AFDD67519D41C986469772B485807 /* table_builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table_builder.h; path = include/leveldb/table_builder.h; sourceTree = ""; }; + 9855FE5CAFCD6C0EA04194B3E08818C2 /* subprocess_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = subprocess_posix.c; path = src/core/lib/support/subprocess_posix.c; sourceTree = ""; }; + 98939150471BEB46B08332BE3B4D100C /* sync_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sync_windows.c; path = src/core/lib/support/sync_windows.c; sourceTree = ""; }; + 98FBF7274D34EA261CB3F4F8BDE66FE5 /* poly1305.c */ = {isa = PBXFileReference; includeInIndex = 1; name = poly1305.c; path = crypto/poly1305/poly1305.c; sourceTree = ""; }; + 9931B2ACBE68945B6A78EC120222A987 /* libGTMSessionFetcher.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGTMSessionFetcher.a; path = libGTMSessionFetcher.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 99418796DEDD66675794248ED3138CDF /* lb_targets_info.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lb_targets_info.h; path = src/core/lib/security/transport/lb_targets_info.h; sourceTree = ""; }; + 9969EACAAB8881F71376A251324E64BE /* tracing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tracing.c; path = src/core/ext/census/tracing.c; sourceTree = ""; }; + 99C549FC6A85A94B262355789E3D32A5 /* channel_connectivity.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_connectivity.c; path = src/core/ext/filters/client_channel/channel_connectivity.c; sourceTree = ""; }; + 99F82E02B9E8D184EF1BCE4B58A7F3C0 /* time_averaged_stats.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time_averaged_stats.c; path = src/core/lib/iomgr/time_averaged_stats.c; sourceTree = ""; }; + 99FEB82404731E89AC64CD37EB170B32 /* base64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = base64.c; path = crypto/base64/base64.c; sourceTree = ""; }; + 9A309536867B63417975B78564FA2C9A /* a_bitstr.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_bitstr.c; path = crypto/asn1/a_bitstr.c; sourceTree = ""; }; + 9A37C19A3A147180B8099F17925338A4 /* filter_block.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filter_block.h; path = table/filter_block.h; sourceTree = ""; }; + 9A6C8E73BB2473AD69E2735747FF279C /* lhash_macros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash_macros.h; path = include/openssl/lhash_macros.h; sourceTree = ""; }; + 9A8266B2EC9107754721208808007A14 /* hpack_parser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hpack_parser.h; path = src/core/ext/transport/chttp2/transport/hpack_parser.h; sourceTree = ""; }; + 9AA8958910E281694BEC17735DA41E63 /* filename.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filename.cc; path = db/filename.cc; sourceTree = ""; }; + 9AB18274667F2456CA7AA6C89A65DBE0 /* table.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table.cc; path = table/table.cc; sourceTree = ""; }; + 9ACEAE51EA1183079A3389DFEBB2EB4B /* v3_akey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_akey.c; path = crypto/x509v3/v3_akey.c; sourceTree = ""; }; + 9AE105D2FEA33FA1C4EDE3F128DC6651 /* fuchsia.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fuchsia.c; path = crypto/rand/fuchsia.c; sourceTree = ""; }; + 9AFADECA80E1BA3330FA5FE72516CB12 /* ProtoMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtoMethod.h; path = "src/objective-c/ProtoRPC/ProtoMethod.h"; sourceTree = ""; }; + 9B28EA72FC508186575DC914B25258B6 /* hash.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = hash.cc; path = util/hash.cc; sourceTree = ""; }; + 9B50EDE61351E68B8C27837816FBCE5E /* trace_status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_status.h; path = src/core/ext/census/trace_status.h; sourceTree = ""; }; + 9B58352A80EA117321249D5BB3B0C498 /* alarm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alarm.c; path = src/core/lib/surface/alarm.c; sourceTree = ""; }; 9B6AEB7272379F0B0203E7EFF2FE33D6 /* Pods-immobile-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-immobile-acknowledgements.plist"; sourceTree = ""; }; - 9B70FB79811AA909F58A01124850D2B4 /* histogram.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram.cc; path = util/histogram.cc; sourceTree = ""; }; - A1D412CFB5EEE836CF4DF70B92B3FDB0 /* env_posix_test_helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = env_posix_test_helper.h; path = util/env_posix_test_helper.h; sourceTree = ""; }; - A627FB1E79A9417D0A3409C7211056E3 /* coding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = coding.h; path = util/coding.h; sourceTree = ""; }; - A742069F11B2B53AD2B068398DFA10B9 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - A825AC2AC414AAAACD9A10B1C0D12D8D /* env_posix.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = env_posix.cc; path = util/env_posix.cc; sourceTree = ""; }; - AE053B6F5866B408B77E5B715DFF1A7F /* version_set.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = version_set.cc; path = db/version_set.cc; sourceTree = ""; }; - AE0F0F4BD2BA43A073B11C0C75C0AAB8 /* FirebaseNanoPB.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseNanoPB.framework; path = Frameworks/FirebaseNanoPB.framework; sourceTree = ""; }; - AEA76CB7A73A1659FADDEAA48C014EDC /* format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format.h; path = table/format.h; sourceTree = ""; }; - AF9FEA62B7E719F68BA35B1AD2413ACA /* table.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table.cc; path = table/table.cc; sourceTree = ""; }; - B255E92D2E27E7DC9C93ED4E85E29A72 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - B3FD6DC0A6E7110FDDCF41826F1DADE8 /* iterator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator.cc; path = table/iterator.cc; sourceTree = ""; }; + 9B744E55374D70CDFE2DFF402C7267D2 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = include/openssl/opensslv.h; sourceTree = ""; }; + 9BFB1142DF140BF6FF928246E9538EF0 /* atomic_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atomic_pointer.h; path = port/atomic_pointer.h; sourceTree = ""; }; + 9C0DA583A91F3429082A36FB32A7D93A /* t_crl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t_crl.c; path = crypto/x509/t_crl.c; sourceTree = ""; }; + 9C5ECC4E9890E6830B42BC89DE85846D /* handshaker_factory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = handshaker_factory.c; path = src/core/lib/channel/handshaker_factory.c; sourceTree = ""; }; + 9C71AD6D4D6D51977352B60F456B7323 /* tcp_client_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_client_posix.h; path = src/core/lib/iomgr/tcp_client_posix.h; sourceTree = ""; }; + 9C8308E2F14F8738B5CD8A6693E0F9BA /* sys_epoll_wrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sys_epoll_wrapper.h; path = src/core/lib/iomgr/sys_epoll_wrapper.h; sourceTree = ""; }; + 9C8E8876E3EE34056AAB4927614F1975 /* gethostname_fallback.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gethostname_fallback.c; path = src/core/lib/iomgr/gethostname_fallback.c; sourceTree = ""; }; + 9C9434265493AECCE46885B17590E27F /* call_details.c */ = {isa = PBXFileReference; includeInIndex = 1; name = call_details.c; path = src/core/lib/surface/call_details.c; sourceTree = ""; }; + 9D371FB9F5BBE54F079F7878079D6262 /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Source/GTMSessionFetcherService.m; sourceTree = ""; }; + 9DB80FF27A9411FB479B7385F3DD4DF4 /* context.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = context.h; path = src/core/lib/channel/context.h; sourceTree = ""; }; + 9DE0A7C8BC160AD3F839F3949CE7EFA2 /* testutil.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = testutil.cc; path = util/testutil.cc; sourceTree = ""; }; + 9E0BA7FDEE1B814F5F12957997AC7698 /* GPBMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage.h; path = objectivec/GPBMessage.h; sourceTree = ""; }; + 9E8A0D6DD15566C9347D59554EEA69D2 /* cpu-intel.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "cpu-intel.c"; path = "crypto/cpu-intel.c"; sourceTree = ""; }; + 9EC15E970EC5251584C6DF9F3534C2B8 /* jwt_verifier.c */ = {isa = PBXFileReference; includeInIndex = 1; name = jwt_verifier.c; path = src/core/lib/security/credentials/jwt/jwt_verifier.c; sourceTree = ""; }; + 9EEDFAE224EE854B8F0BCBA932A9C8EF /* ev_epoll1_linux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ev_epoll1_linux.h; path = src/core/lib/iomgr/ev_epoll1_linux.h; sourceTree = ""; }; + 9F8F2B6AB2013B4DE6D9F4F16F6299A7 /* channel_create_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_create_posix.c; path = src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c; sourceTree = ""; }; + 9F94E8F64CB20FF384C229DBCC1B3D65 /* b64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = b64.c; path = src/core/lib/slice/b64.c; sourceTree = ""; }; + 9FA8E790D65A361C0F344A28C273FA3A /* ssl_cert.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_cert.c; path = ssl/ssl_cert.c; sourceTree = ""; }; + 9FE0941A4F3B06D3E2C4F1450EB23A6D /* grpc_ares_ev_driver_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = grpc_ares_ev_driver_posix.c; path = src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c; sourceTree = ""; }; + 9FF83789900715FD1FBF46264C60A6FA /* GRPCCall+InternalTests.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+InternalTests.m"; path = "src/objective-c/GRPCClient/internal_testing/GRPCCall+InternalTests.m"; sourceTree = ""; }; + A050B8D8424FBF0B9A36D7366A87EDBC /* NSEnumerator+GRXUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+GRXUtil.h"; path = "src/objective-c/RxLibrary/NSEnumerator+GRXUtil.h"; sourceTree = ""; }; + A0725D3DF7819F96CFB3C756E01D2C4B /* e_rc4.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_rc4.c; path = crypto/cipher/e_rc4.c; sourceTree = ""; }; + A0862DC4E008C8A0DE964808C55B858D /* aes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aes.c; path = crypto/aes/aes.c; sourceTree = ""; }; + A0903EF92133D7792379E31C50F03FED /* x_val.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_val.c; path = crypto/x509/x_val.c; sourceTree = ""; }; + A0D223A0A649213613C0F31BA8516CA9 /* crc32c.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = crc32c.cc; path = util/crc32c.cc; sourceTree = ""; }; + A11482C526F45CB824FFF15EC86632DF /* http_server_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http_server_filter.c; path = src/core/ext/filters/http/server/http_server_filter.c; sourceTree = ""; }; + A157E88A8B05AAFB7B39A03BBCFA67ED /* GPBExtensionInternals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionInternals.h; path = objectivec/GPBExtensionInternals.h; sourceTree = ""; }; + A171D62914B5C3E484707EE2C540754A /* algorithm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = algorithm.c; path = crypto/x509/algorithm.c; sourceTree = ""; }; + A1F71B021B12CF5D1CBB45AF96AAF4ED /* hexdump.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hexdump.c; path = crypto/bio/hexdump.c; sourceTree = ""; }; + A1FB6A7DBEF4D04DE17E123C8E370A08 /* e_rc2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_rc2.c; path = crypto/cipher/e_rc2.c; sourceTree = ""; }; + A2012D18664E206634C087E90FBEAF38 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = include/openssl/evp.h; sourceTree = ""; }; + A2152D46DA8F5B0CF2BD6BDD81DC36A5 /* status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = status.h; path = include/leveldb/status.h; sourceTree = ""; }; + A21605B0E6867C77BC47C262E378ECA3 /* closure.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = closure.h; path = src/core/lib/iomgr/closure.h; sourceTree = ""; }; + A2B2490AEF216879DC606BC30270934D /* cipher.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cipher.c; path = crypto/cipher/cipher.c; sourceTree = ""; }; + A2BDDEC03EF4450866EE6B1013BC2E57 /* GRPCRequestHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCRequestHeaders.h; path = "src/objective-c/GRPCClient/private/GRPCRequestHeaders.h"; sourceTree = ""; }; + A2E60987EF488E080A59B8818342512D /* x509_trs.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_trs.c; path = crypto/x509/x509_trs.c; sourceTree = ""; }; + A2F161068343E34C838F6C454381C58D /* tcp_server_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_posix.c; path = src/core/lib/iomgr/tcp_server_posix.c; sourceTree = ""; }; + A3084B5E158B0A95AA0581A40BAF98B1 /* env.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = env.h; path = src/core/lib/support/env.h; sourceTree = ""; }; + A34F1D3DBDA96612EC5FB8BE34353E6E /* network_status_tracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = network_status_tracker.h; path = src/core/lib/iomgr/network_status_tracker.h; sourceTree = ""; }; + A3503FC3A7D67C66A8DF40252C901FFD /* Type.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = objectivec/google/protobuf/Type.pbobjc.h; sourceTree = ""; }; + A37F230AF23403AB4CC40BF8D98AE884 /* init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = init.h; path = src/core/lib/surface/init.h; sourceTree = ""; }; + A3D35066631C75A3EABCAB4E21AFDB74 /* bloom.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bloom.cc; path = util/bloom.cc; sourceTree = ""; }; + A40A2EDB252A39143B41AD7AA2F31BC8 /* mlog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mlog.h; path = src/core/ext/census/mlog.h; sourceTree = ""; }; + A46736AB2EA75497FD166B926F11751B /* murmur_hash.c */ = {isa = PBXFileReference; includeInIndex = 1; name = murmur_hash.c; path = src/core/lib/support/murmur_hash.c; sourceTree = ""; }; + A46A508FEC6F0239B6B362EF239AF3DD /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/rand/internal.h; sourceTree = ""; }; + A4A3C1F1F0CBB226854CCB6724134F6E /* unix_sockets_posix_noop.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unix_sockets_posix_noop.c; path = src/core/lib/iomgr/unix_sockets_posix_noop.c; sourceTree = ""; }; + A4D47B034A7F9E8691066D54D7710A76 /* arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = arena.h; path = util/arena.h; sourceTree = ""; }; + A4DBF1EFFF35032F56258AD6C5CB94C0 /* v3_extku.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_extku.c; path = crypto/x509v3/v3_extku.c; sourceTree = ""; }; + A5A19E783EFF0353B8D8BDD15B37A745 /* p256-64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "p256-64.c"; path = "crypto/ec/p256-64.c"; sourceTree = ""; }; + A5B0AA563236828E1ADD8B258780E63A /* oauth2_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = oauth2_credentials.h; path = src/core/lib/security/credentials/oauth2/oauth2_credentials.h; sourceTree = ""; }; + A63056A7CA319D8DC7D6C982427B061C /* tasn_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_dec.c; path = crypto/asn1/tasn_dec.c; sourceTree = ""; }; + A641359223F779723DF563CDD45F9336 /* time_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time_posix.c; path = src/core/lib/support/time_posix.c; sourceTree = ""; }; + A69ACD2421C61AC38FE0F9D7897B913B /* http_connect_handshaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_connect_handshaker.h; path = src/core/ext/filters/client_channel/http_connect_handshaker.h; sourceTree = ""; }; + A69E9533E106FA72108C54646715EBA1 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + A6A668AD56A65B817A47A8E188786DDD /* ev_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_posix.c; path = src/core/lib/iomgr/ev_posix.c; sourceTree = ""; }; + A6CEFA19C9FF2BD629E059D83BDDA80B /* propagation_bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propagation_bits.h; path = include/grpc/impl/codegen/propagation_bits.h; sourceTree = ""; }; + A6D8F8E2515DAF8DF6A9BEAEDA85A0A7 /* cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cpu.h; path = include/grpc/support/cpu.h; sourceTree = ""; }; + A720103BC73097A9F54504C3C3C6E25C /* error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = error.h; path = src/core/lib/iomgr/error.h; sourceTree = ""; }; + A76C2FBB1057390EC44C9183A1547D9B /* pem_oth.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_oth.c; path = crypto/pem/pem_oth.c; sourceTree = ""; }; + A7C488BED63668904CF7680CD97B08C2 /* dbformat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dbformat.h; path = db/dbformat.h; sourceTree = ""; }; + A7EFE7A1FA204712B43E0BDFA271CB28 /* GPBCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedInputStream.m; path = objectivec/GPBCodedInputStream.m; sourceTree = ""; }; + A806D06A4B44F1E262C16A1976417C36 /* montgomery.c */ = {isa = PBXFileReference; includeInIndex = 1; name = montgomery.c; path = crypto/bn/montgomery.c; sourceTree = ""; }; + A812F6286FCD8A92540BCAAB78D8AB83 /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = include/openssl/ecdsa.h; sourceTree = ""; }; + A820FF3D3C8D081198B0C0171E89568A /* dumpfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dumpfile.h; path = include/leveldb/dumpfile.h; sourceTree = ""; }; + A8705A9A9B2F45D686F0B871DAE89A96 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/x509/internal.h; sourceTree = ""; }; + A88C0ACFD01C0334CCAFFD5B991F56C4 /* event_string.c */ = {isa = PBXFileReference; includeInIndex = 1; name = event_string.c; path = src/core/lib/surface/event_string.c; sourceTree = ""; }; + A8B99366C9B7F0017E34580F497E877C /* p_ec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p_ec.c; path = crypto/evp/p_ec.c; sourceTree = ""; }; + A8C94FD2C324C81BC774D9C318859431 /* composite_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = composite_credentials.c; path = src/core/lib/security/credentials/composite/composite_credentials.c; sourceTree = ""; }; + A9123A8A0AA9086D9A9E6F613B31228C /* tasn_typ.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_typ.c; path = crypto/asn1/tasn_typ.c; sourceTree = ""; }; + A93B6EFCCEA7C99CE96A463924B72F70 /* completion_queue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = completion_queue.h; path = src/core/lib/surface/completion_queue.h; sourceTree = ""; }; + A93D9131E15DEB99B39BC5D982A497D7 /* db_impl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db_impl.h; path = db/db_impl.h; sourceTree = ""; }; + A9CA9759189D4087CDA22D89B72AB25A /* base_resources.c */ = {isa = PBXFileReference; includeInIndex = 1; name = base_resources.c; path = src/core/ext/census/base_resources.c; sourceTree = ""; }; + AA00395B8668748B7FA0A3E05D47C477 /* Protobuf.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.xcconfig; sourceTree = ""; }; + AA1E845E9701C2EAF02DF4AFC9D9C731 /* static_metadata.c */ = {isa = PBXFileReference; includeInIndex = 1; name = static_metadata.c; path = src/core/lib/transport/static_metadata.c; sourceTree = ""; }; + AA52F1F0F88756407DA13A7564C6D4D5 /* pollset_set_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pollset_set_windows.c; path = src/core/lib/iomgr/pollset_set_windows.c; sourceTree = ""; }; + AB2551D85E489D83021399859B4B1C24 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + AB71AE14EED1DDE9B347181F33CEFF99 /* bin_encoder.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bin_encoder.c; path = src/core/ext/transport/chttp2/transport/bin_encoder.c; sourceTree = ""; }; + AC0714C5D8A146401380E06287A3DAE7 /* tls13_server.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls13_server.c; path = ssl/tls13_server.c; sourceTree = ""; }; + AC25422621D54F4BD2BA0E726D22CBF0 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hmac.c; path = crypto/hmac/hmac.c; sourceTree = ""; }; + AC882EF40B521EA22EACACD72A877A6F /* credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = credentials.h; path = src/core/lib/security/credentials/credentials.h; sourceTree = ""; }; + ACBBCCFC870D48999CA45C2A0D5E507E /* pbkdf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pbkdf.c; path = crypto/evp/pbkdf.c; sourceTree = ""; }; + ACD35D89508AF7BA73886E784FF3B6BF /* umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = umbrella.h; path = include/openssl/umbrella.h; sourceTree = ""; }; + ACD7C8B0E0005D0551E2D699A67C6D98 /* cbc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cbc.c; path = crypto/modes/cbc.c; sourceTree = ""; }; + AD1009643AFBEDE1A02BE1B093D46190 /* grpclb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpclb.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h; sourceTree = ""; }; + AD4932F168AE66A200E94885B1CDEF38 /* buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buf.c; path = crypto/buf/buf.c; sourceTree = ""; }; + AD586184A53DDFC243F7BD329032E806 /* hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hash.h; path = util/hash.h; sourceTree = ""; }; + AD620D3B1D0150B139BF381BB765C136 /* thd_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thd_internal.h; path = src/core/lib/support/thd_internal.h; sourceTree = ""; }; + AD81BC203841980026F551ABF0AE417A /* atm_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_windows.h; path = include/grpc/support/atm_windows.h; sourceTree = ""; }; + AE0EC3B57B90F5385286D4C48FC7A61A /* grpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc.h; path = include/grpc/grpc.h; sourceTree = ""; }; + AE1DAE000029384C2CB20C7A396BF76D /* cpu-ppc64le.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "cpu-ppc64le.c"; path = "crypto/cpu-ppc64le.c"; sourceTree = ""; }; + AE4E4494CC2937387DC297F83ABBDFDB /* host_port.c */ = {isa = PBXFileReference; includeInIndex = 1; name = host_port.c; path = src/core/lib/support/host_port.c; sourceTree = ""; }; + AE5E3C78A04D9DF0E1F88C359FC64F4E /* byte_buffer_reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = byte_buffer_reader.h; path = include/grpc/byte_buffer_reader.h; sourceTree = ""; }; + AED88633BE7952A4227C7258B28CD64C /* ssl_session.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_session.c; path = ssl/ssl_session.c; sourceTree = ""; }; + AEF46CB68F820A630B4F03F3581C9B9C /* p_ec_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p_ec_asn1.c; path = crypto/evp/p_ec_asn1.c; sourceTree = ""; }; + AF10F991A9255583EADA1AF2A4390F68 /* tcp_server_utils_posix_common.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_utils_posix_common.c; path = src/core/lib/iomgr/tcp_server_utils_posix_common.c; sourceTree = ""; }; + AF5F59F2ECD26A785E1F577D3A8822D4 /* cpu-arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "cpu-arm.c"; path = "crypto/cpu-arm.c"; sourceTree = ""; }; + AF6652E3D33931D3D13C8C384245A975 /* context.c */ = {isa = PBXFileReference; includeInIndex = 1; name = context.c; path = src/core/ext/census/context.c; sourceTree = ""; }; + AFA246B86C5592BA5EEA7D954BCC7EAA /* connected_channel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = connected_channel.h; path = src/core/lib/channel/connected_channel.h; sourceTree = ""; }; + AFEDFA6A51A78ACC6F9AD63D297F2D34 /* GPBDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDictionary.m; path = objectivec/GPBDictionary.m; sourceTree = ""; }; + AFF79FB038783E1633076A93E138AA4D /* stats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stats.h; path = src/core/lib/debug/stats.h; sourceTree = ""; }; + B045189E69A4657787C96DCC5CEF1689 /* workaround_cronet_compression_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = workaround_cronet_compression_filter.h; path = src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h; sourceTree = ""; }; + B06F5AFB77819B3DE194B6C13C685F75 /* server_load_reporting_plugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = server_load_reporting_plugin.h; path = src/core/ext/filters/load_reporting/server_load_reporting_plugin.h; sourceTree = ""; }; + B07A3831FF6AD6D970E74FE6542E35D9 /* Type.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Type.pbobjc.m; path = objectivec/google/protobuf/Type.pbobjc.m; sourceTree = ""; }; + B085F12E62DEB26015EB06E8531970C1 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = include/openssl/tls1.h; sourceTree = ""; }; + B095B6F1C6F72C32DC4F5BBC580EBDE3 /* SourceContext.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SourceContext.pbobjc.m; path = objectivec/google/protobuf/SourceContext.pbobjc.m; sourceTree = ""; }; + B09B87AB71CB0BDD0FD70F4CE5C00FF5 /* tcp_server_utils_posix_noifaddrs.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_utils_posix_noifaddrs.c; path = src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c; sourceTree = ""; }; + B0B6215C8F84262E0E02D4C481BC3996 /* GoogleToolboxForMac-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleToolboxForMac-dummy.m"; sourceTree = ""; }; + B0DE6B2F337F49CC155379426FBD0868 /* http_proxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_proxy.h; path = src/core/ext/filters/client_channel/http_proxy.h; sourceTree = ""; }; + B1031B6DAD7DB0BA54AB015F9F8FF57F /* endpoint_pair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endpoint_pair.h; path = src/core/lib/iomgr/endpoint_pair.h; sourceTree = ""; }; + B1A33C46C530901DB8379A93C5796658 /* cmdline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmdline.h; path = include/grpc/support/cmdline.h; sourceTree = ""; }; + B1E76EDCE24CDA2F2CEB2E4416703BC1 /* network_status_tracker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = network_status_tracker.c; path = src/core/lib/iomgr/network_status_tracker.c; sourceTree = ""; }; + B23134AC4E28BAE5A609ED35432420F4 /* port_posix.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = port_posix.cc; path = port/port_posix.cc; sourceTree = ""; }; + B28749E8E31D065A93A9B049EC3C966C /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = include/openssl/rsa.h; sourceTree = ""; }; + B28858F0FE218223A3AFE5BE5CD3D28F /* string.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = string.h; path = src/core/lib/support/string.h; sourceTree = ""; }; + B28D47E197B9D77E91FF25DD95F610C8 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = include/openssl/bn.h; sourceTree = ""; }; + B29062EB6A35B4CE8E003262FC705510 /* port.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port.h; path = port/port.h; sourceTree = ""; }; + B2D1B29A3BD2903EE3FB3C3007EEF15E /* example_mul.c */ = {isa = PBXFileReference; includeInIndex = 1; name = example_mul.c; path = crypto/ec/example_mul.c; sourceTree = ""; }; + B2FE2615F2C66C9BAC47B1767C2DB75D /* pkcs8.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pkcs8.c; path = crypto/pkcs8/pkcs8.c; sourceTree = ""; }; + B30164A8B52D423F7FED52533BA4FC33 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet_PackagePrivate.h; path = objectivec/GPBUnknownFieldSet_PackagePrivate.h; sourceTree = ""; }; + B3043D1AD857E4B6DFC2C63B8AB81513 /* time_precise.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time_precise.c; path = src/core/lib/support/time_precise.c; sourceTree = ""; }; + B30E28EBDAB3C948C985F444112B6477 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/ec/internal.h; sourceTree = ""; }; + B3357712FEE85F6DA12F43589FE247B3 /* FieldMask.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FieldMask.pbobjc.m; path = objectivec/google/protobuf/FieldMask.pbobjc.m; sourceTree = ""; }; + B361E60805533957376D47A3841FD880 /* bytestring.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bytestring.h; path = include/openssl/bytestring.h; sourceTree = ""; }; + B3E1DA2382830B10035EAC58E3535013 /* census.pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = census.pb.h; path = src/core/ext/census/gen/census.pb.h; sourceTree = ""; }; B435F285BBC9A96E55BB72FC782D43B7 /* Pods-immobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-immobile.debug.xcconfig"; sourceTree = ""; }; - B58F8FBB305F6C2EA761DB8F6EAC8DB9 /* cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cache.h; path = include/leveldb/cache.h; sourceTree = ""; }; - B7C5A6A7E5048A8D6BE1B4B79E8B9445 /* arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = arena.h; path = util/arena.h; sourceTree = ""; }; - B7DEF85134A8A2AE2676EA8EC6698EF5 /* arena.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = arena.cc; path = util/arena.cc; sourceTree = ""; }; - BBC52BD5AB2253AE0EB7DE98E49C4BD6 /* env.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = env.cc; path = util/env.cc; sourceTree = ""; }; - C397C2679953C248FA0DF94185748C2C /* comparator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = comparator.cc; path = util/comparator.cc; sourceTree = ""; }; - CC0F8029C22A6ABB2DDE937B8D681CDD /* dumpfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dumpfile.h; path = include/leveldb/dumpfile.h; sourceTree = ""; }; - CDCB2EFF50BAE3624C71FD7C5EAE599D /* slice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice.h; path = include/leveldb/slice.h; sourceTree = ""; }; - CEE497D44D98486AA74EC69FB60B84AC /* version_edit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = version_edit.h; path = db/version_edit.h; sourceTree = ""; }; - D0F9B7AD848BD25B8836E5CE253BB964 /* port.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port.h; path = port/port.h; sourceTree = ""; }; + B452141E1A0923BCCA34D59B5363B5CC /* GTMNSDictionary+URLArguments.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSDictionary+URLArguments.m"; path = "Foundation/GTMNSDictionary+URLArguments.m"; sourceTree = ""; }; + B46DFBFF2393C286D8F8AA2171DCA1CB /* udp_server.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = udp_server.h; path = src/core/lib/iomgr/udp_server.h; sourceTree = ""; }; + B5393BC8684DA4F2E14BED8241BF5DEC /* GRXConcurrentWriteable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXConcurrentWriteable.h; path = "src/objective-c/RxLibrary/GRXConcurrentWriteable.h"; sourceTree = ""; }; + B58806F87C4CA734078B2DCA299AC23D /* socket_utils_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_utils_uv.c; path = src/core/lib/iomgr/socket_utils_uv.c; sourceTree = ""; }; + B5EEF13F98C7804026515CA979360499 /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Source/GTMSessionFetcher.h; sourceTree = ""; }; + B5F405C093DC4F170A8907BE08E3ED46 /* gRPCCertificates.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = gRPCCertificates.bundle; path = gRPCCertificates.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + B5FC23901626F82DF40296AB2D90FC10 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionRegistry.h; path = objectivec/GPBExtensionRegistry.h; sourceTree = ""; }; + B6098912C54AC0BDFF29C4C66A4C25EB /* log_writer.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = log_writer.cc; path = db/log_writer.cc; sourceTree = ""; }; + B629A1208627B716894EFFA984CA2146 /* fork_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fork_windows.c; path = src/core/lib/iomgr/fork_windows.c; sourceTree = ""; }; + B66B03C5327E992B90A8571E60563C78 /* transport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = transport.c; path = src/core/lib/transport/transport.c; sourceTree = ""; }; + B696DC3481072C2AC5233876517100B7 /* skiplist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = skiplist.h; path = db/skiplist.h; sourceTree = ""; }; + B815712CDD25E9E8C20A1BDA3D6460CE /* uri_parser.c */ = {isa = PBXFileReference; includeInIndex = 1; name = uri_parser.c; path = src/core/ext/filters/client_channel/uri_parser.c; sourceTree = ""; }; + B82F0ACB2543F8346CAD8969C5887917 /* timer_generic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timer_generic.h; path = src/core/lib/iomgr/timer_generic.h; sourceTree = ""; }; + B859013FD1212D66C70F1F9822D4A4FF /* resolver.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolver.c; path = src/core/ext/filters/client_channel/resolver.c; sourceTree = ""; }; + B8693D82AC7A1BBE9D78ABCBA42310C5 /* gethostname_sysconf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gethostname_sysconf.c; path = src/core/lib/iomgr/gethostname_sysconf.c; sourceTree = ""; }; + B8D29B4B0D5465391C7134DCD89D45CF /* mutexlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mutexlock.h; path = util/mutexlock.h; sourceTree = ""; }; + B8D4A0E00066BB0378F22827E69628E4 /* tcp_client_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_client_windows.c; path = src/core/lib/iomgr/tcp_client_windows.c; sourceTree = ""; }; + B9453095512391B0C26FFF7D032769AC /* ec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ec.c; path = crypto/ec/ec.c; sourceTree = ""; }; + B96F5F471AEDAF3AC5D4D9EF518A666F /* metadata.c */ = {isa = PBXFileReference; includeInIndex = 1; name = metadata.c; path = src/core/lib/transport/metadata.c; sourceTree = ""; }; + B97CD80D7C6C2B190918CA617F2ED6E4 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = include/openssl/crypto.h; sourceTree = ""; }; + B98EA0D4BD3000D519B747996F9AD127 /* ssl_transcript.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_transcript.c; path = ssl/ssl_transcript.c; sourceTree = ""; }; + B9A558EA0C6E17A9419434B5E714D61A /* leveldb-library.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "leveldb-library.xcconfig"; sourceTree = ""; }; + B9CC0AFFFC276447739037C739044CCB /* d1_pkt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = d1_pkt.c; path = ssl/d1_pkt.c; sourceTree = ""; }; + B9DE96723C29A106AF587DCC0F93D1F2 /* exec_ctx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = exec_ctx.h; path = src/core/lib/iomgr/exec_ctx.h; sourceTree = ""; }; + B9EA9B912A84F8FC02C201FC44165481 /* format_request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_request.h; path = src/core/lib/http/format_request.h; sourceTree = ""; }; + BA23F8D548B397F6CDF1FA1A6FF34605 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = include/openssl/lhash.h; sourceTree = ""; }; + BA31AFD2E6D4C1A5D7892274C94D926F /* env.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = env.cc; path = util/env.cc; sourceTree = ""; }; + BA6876C1C58FE7684B930F27B207FE63 /* lhash.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lhash.c; path = crypto/lhash/lhash.c; sourceTree = ""; }; + BAECFD589C31A85617E96AA09A7287B1 /* server_load_reporting_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = server_load_reporting_filter.h; path = src/core/ext/filters/load_reporting/server_load_reporting_filter.h; sourceTree = ""; }; + BAF131906EB706C9B68B55EAF85756E0 /* v3_pmaps.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_pmaps.c; path = crypto/x509v3/v3_pmaps.c; sourceTree = ""; }; + BB1CC8240026B944CE57302BEAA27AC5 /* tls13_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls13_enc.c; path = ssl/tls13_enc.c; sourceTree = ""; }; + BB21CC8C7966E7E9651B7DEF04C8680D /* lb_policy_factory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lb_policy_factory.h; path = src/core/ext/filters/client_channel/lb_policy_factory.h; sourceTree = ""; }; + BB49A0C60942D9F8DA153EACB1C639EE /* subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = subprocess.h; path = include/grpc/support/subprocess.h; sourceTree = ""; }; + BB6D4C42AA5A2A185C480D4148202F7E /* db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db.h; path = include/leveldb/db.h; sourceTree = ""; }; + BB77469329FA756D44A374D5D0B85487 /* f_string.c */ = {isa = PBXFileReference; includeInIndex = 1; name = f_string.c; path = crypto/asn1/f_string.c; sourceTree = ""; }; + BBFF8229B5A3A3F01AABBAFA27A83DFE /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = include/openssl/asn1_mac.h; sourceTree = ""; }; + BC3BB0EA4C44A910FA61274DCCB7B48E /* subchannel_index.c */ = {isa = PBXFileReference; includeInIndex = 1; name = subchannel_index.c; path = src/core/ext/filters/client_channel/subchannel_index.c; sourceTree = ""; }; + BC7C5FCC3443DFD922EE1941CDD6361E /* sync_generic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_generic.h; path = include/grpc/impl/codegen/sync_generic.h; sourceTree = ""; }; + BC8CDBA0FED6711112A0F1A405BE0C78 /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Source/GTMSessionFetcherLogging.m; sourceTree = ""; }; + BCE2588A011CC2C6D619419EF5872A3B /* oct.c */ = {isa = PBXFileReference; includeInIndex = 1; name = oct.c; path = crypto/ec/oct.c; sourceTree = ""; }; + BD0D51F992E31E864F4995EA81A8C9E3 /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseInstanceID.framework; path = Frameworks/FirebaseInstanceID.framework; sourceTree = ""; }; + BD1BBFC055EF42B188B1E5A4E7BB056B /* write_batch_internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = write_batch_internal.h; path = db/write_batch_internal.h; sourceTree = ""; }; + BD62074ECE404C41532A9E0F7984B8D9 /* GRPCCall+ChannelCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+ChannelCredentials.h"; path = "src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.h"; sourceTree = ""; }; + BDC4AEF62283B6C6EF50857BC35D034A /* resolve_address_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolve_address_posix.c; path = src/core/lib/iomgr/resolve_address_posix.c; sourceTree = ""; }; + BE3EF274B0A49667135DD2B66D272999 /* dsa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dsa.c; path = crypto/dsa/dsa.c; sourceTree = ""; }; + BE8DB0B14A692C9CEF803B6AAF731C59 /* tcp_server_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_server_uv.c; path = src/core/lib/iomgr/tcp_server_uv.c; sourceTree = ""; }; + BE930A64EFB8C4151699BB5E2654F6A4 /* flow_control.c */ = {isa = PBXFileReference; includeInIndex = 1; name = flow_control.c; path = src/core/ext/transport/chttp2/transport/flow_control.c; sourceTree = ""; }; + BEBC2A9E7F1893386A0F735F84394D30 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = util/logging.h; sourceTree = ""; }; + BEBFD8F90786E00C449A11D7D35B151B /* GPBCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream.h; path = objectivec/GPBCodedInputStream.h; sourceTree = ""; }; + BF25E1C62EF8013828CE58DB96124D94 /* tcp_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_windows.h; path = src/core/lib/iomgr/tcp_windows.h; sourceTree = ""; }; + BF3BAA8A3BCD27108831D7D3DC77D908 /* rpc_metric_id.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_metric_id.h; path = src/core/ext/census/rpc_metric_id.h; sourceTree = ""; }; + BF4625A253AC81B7091418D40DB57F39 /* table_builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = table_builder.cc; path = table/table_builder.cc; sourceTree = ""; }; + BFA948359D02DC7F7AC08EE151F37DA0 /* x509_def.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_def.c; path = crypto/x509/x509_def.c; sourceTree = ""; }; + BFC4B9F08064A803A3DDF98B4D4DAD7F /* GRPCReachabilityFlagNames.xmacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCReachabilityFlagNames.xmacro.h; path = "src/objective-c/GRPCClient/private/GRPCReachabilityFlagNames.xmacro.h"; sourceTree = ""; }; + C019E09A7ED84933CCF854E8D700FE8C /* mul.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mul.c; path = crypto/bn/mul.c; sourceTree = ""; }; + C03EAA8FDEFB12838AE828AC6F50E7C3 /* GRPCCall+ChannelCredentials.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+ChannelCredentials.m"; path = "src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.m"; sourceTree = ""; }; + C072843256C0EFD93A6971DF5AC1923F /* GTMDebugThreadValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugThreadValidation.h; path = DebugUtils/GTMDebugThreadValidation.h; sourceTree = ""; }; + C0814C49F800FF000B046EAB451BABC5 /* message_compress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = message_compress.h; path = src/core/lib/compression/message_compress.h; sourceTree = ""; }; + C084240DB55347D24835A50A2876242E /* gRPC-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "gRPC-Core-dummy.m"; sourceTree = ""; }; + C085E02FF89804F50ADDA04F5A586E94 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + C0900B449932FBED025991ECE65FF1E1 /* curve25519.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = curve25519.h; path = include/openssl/curve25519.h; sourceTree = ""; }; + C091451A0C4EF2C493EE5431E379103E /* histogram.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram.h; path = include/grpc/support/histogram.h; sourceTree = ""; }; + C0E7FD0891330642B7A1C913D2F0879B /* repair.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = repair.cc; path = db/repair.cc; sourceTree = ""; }; + C0E8103FA87C780834D1A299A7C813E8 /* useful.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = useful.h; path = include/grpc/support/useful.h; sourceTree = ""; }; + C0EF4A249F274D19F585B2C3CD116CF5 /* x_name.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_name.c; path = crypto/x509/x_name.c; sourceTree = ""; }; + C10C21A20E1BC4F803B61F12E62E24B1 /* bn.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bn.c; path = crypto/bn/bn.c; sourceTree = ""; }; + C13404DA6CFE4FADF2F84EC5ACA6C1D7 /* census.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = census.h; path = include/grpc/census.h; sourceTree = ""; }; + C145305F89AA5BAE5233FA45084E3F5A /* port_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_posix.h; path = port/port_posix.h; sourceTree = ""; }; + C153A5B9A8C6603C1FA4B1EB398DD728 /* init.c */ = {isa = PBXFileReference; includeInIndex = 1; name = init.c; path = src/core/lib/surface/init.c; sourceTree = ""; }; + C19E1F1CAEF4B1CFD1DD6C94A67AB066 /* x509name.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509name.c; path = crypto/x509/x509name.c; sourceTree = ""; }; + C1C82D5641B0A598C6F412E23512155F /* endpoint_pair_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = endpoint_pair_posix.c; path = src/core/lib/iomgr/endpoint_pair_posix.c; sourceTree = ""; }; + C21F10A476DECCBE298105E36CD8B36C /* ssl_buffer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_buffer.c; path = ssl/ssl_buffer.c; sourceTree = ""; }; + C22053EB286D7CAAE6D0ADDCF7475B12 /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = include/openssl/ec.h; sourceTree = ""; }; + C2422416803BA4D29B61E685142873A8 /* fake_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fake_credentials.h; path = src/core/lib/security/credentials/fake/fake_credentials.h; sourceTree = ""; }; + C2635B742F57032F16C47AA7F44A0626 /* pollset_set_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pollset_set_uv.c; path = src/core/lib/iomgr/pollset_set_uv.c; sourceTree = ""; }; + C2A5F7D6089CB213C48E70A5AA47463D /* pollset_set_windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pollset_set_windows.h; path = src/core/lib/iomgr/pollset_set_windows.h; sourceTree = ""; }; + C2F0D5107081D97A5FBB1AA8C2ABBC07 /* slice_buffer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = slice_buffer.c; path = src/core/lib/slice/slice_buffer.c; sourceTree = ""; }; + C3140F3336DEEF837AB711D7C1BE7562 /* v3_pcia.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_pcia.c; path = crypto/x509v3/v3_pcia.c; sourceTree = ""; }; + C324B91E21E9660783AEF22EB6FEF473 /* combiner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = combiner.h; path = src/core/lib/iomgr/combiner.h; sourceTree = ""; }; + C33644FA51916D45308B26929414597A /* pid_controller.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pid_controller.c; path = src/core/lib/transport/pid_controller.c; sourceTree = ""; }; + C360A07210AF9003FD42BBBCBEF6FE5E /* rsa_pss.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rsa_pss.c; path = crypto/x509/rsa_pss.c; sourceTree = ""; }; + C36151646AA6896EDB8E056E7117A20D /* exec_ctx_fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = exec_ctx_fwd.h; path = include/grpc/impl/codegen/exec_ctx_fwd.h; sourceTree = ""; }; + C366E482D1C7462F1874FC515D9240B6 /* handshaker_registry.c */ = {isa = PBXFileReference; includeInIndex = 1; name = handshaker_registry.c; path = src/core/lib/channel/handshaker_registry.c; sourceTree = ""; }; + C3A0B533C94522230DBD5475BB5FCFAA /* socket_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = socket_utils.h; path = src/core/lib/iomgr/socket_utils.h; sourceTree = ""; }; + C3F06C31641C8743901C1F62248A972C /* secure_endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = secure_endpoint.h; path = src/core/lib/security/transport/secure_endpoint.h; sourceTree = ""; }; + C423E4D324B6CB264F503E3F9BDF9226 /* a_enum.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_enum.c; path = crypto/asn1/a_enum.c; sourceTree = ""; }; + C448331B585785F2619A9A554BF3FBFF /* GRXWriteable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXWriteable.h; path = "src/objective-c/RxLibrary/GRXWriteable.h"; sourceTree = ""; }; + C490FAFD72F9D6951590D6DE1F1A8A0F /* testharness.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = testharness.cc; path = util/testharness.cc; sourceTree = ""; }; + C4A0AD305D39CE72FD678E4DCAF04C76 /* fork_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fork_posix.c; path = src/core/lib/iomgr/fork_posix.c; sourceTree = ""; }; + C4AAF8142751A292A2C7C9570FC83320 /* x_all.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_all.c; path = crypto/x509/x_all.c; sourceTree = ""; }; + C4C0D316571BFC48330244AFC6996849 /* gRPC-ProtoRPC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "gRPC-ProtoRPC-prefix.pch"; sourceTree = ""; }; + C513CD009149C34B565403BFDE64BCD4 /* GRPCCall+OAuth2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GRPCCall+OAuth2.m"; path = "src/objective-c/GRPCClient/GRPCCall+OAuth2.m"; sourceTree = ""; }; + C5337A67C403F35CC136569F8B542B12 /* gethostname.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = gethostname.h; path = src/core/lib/iomgr/gethostname.h; sourceTree = ""; }; + C5570C4633109C7C712C477E032CA01D /* resolver_factory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolver_factory.c; path = src/core/ext/filters/client_channel/resolver_factory.c; sourceTree = ""; }; + C58B4BAFEA20319AB6C1BBDF5EBB91E7 /* iomgr_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iomgr_uv.c; path = src/core/lib/iomgr/iomgr_uv.c; sourceTree = ""; }; + C5B362F50083C2981E2D7F6EBB37552B /* montgomery_inv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = montgomery_inv.c; path = crypto/bn/montgomery_inv.c; sourceTree = ""; }; + C5DFB5D14A5101A7EB094280DB097E86 /* server_auth_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_auth_filter.c; path = src/core/lib/security/transport/server_auth_filter.c; sourceTree = ""; }; + C638F8106C133FA48C8D16EB26584750 /* grpclb_channel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpclb_channel.h; path = src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h; sourceTree = ""; }; + C66F17115E7E97B3B8672B4B9CF9D66A /* placeholders.c */ = {isa = PBXFileReference; includeInIndex = 1; name = placeholders.c; path = src/core/ext/census/placeholders.c; sourceTree = ""; }; + C6731AC7D3EB677ADB6755477B70A435 /* channel_args.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_args.c; path = src/core/lib/channel/channel_args.c; sourceTree = ""; }; + C69E2938B475787001754B15F8AA02F0 /* gethostname_host_name_max.c */ = {isa = PBXFileReference; includeInIndex = 1; name = gethostname_host_name_max.c; path = src/core/lib/iomgr/gethostname_host_name_max.c; sourceTree = ""; }; + C6A4421D964E326CCC905C6619998A92 /* BoringSSL-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BoringSSL-prefix.pch"; sourceTree = ""; }; + C6C5D12BB95CB2896B0F6A0AD0C90888 /* NSError+GRPC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+GRPC.h"; path = "src/objective-c/GRPCClient/private/NSError+GRPC.h"; sourceTree = ""; }; + C6D74BA5226A49FB561C77182FAF365E /* message_compress_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = message_compress_filter.h; path = src/core/ext/filters/http/message_compress/message_compress_filter.h; sourceTree = ""; }; + C6F14E8008D5285101B0ABCB3AD58378 /* deadline_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = deadline_filter.h; path = src/core/ext/filters/deadline/deadline_filter.h; sourceTree = ""; }; + C6F706D08C2BA6A920D8B0905BFB4EB7 /* grpc_security.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_security.h; path = include/grpc/grpc_security.h; sourceTree = ""; }; + C746E89F59D201F9E6E20A6FEF6D82D9 /* options.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = options.h; path = include/leveldb/options.h; sourceTree = ""; }; + C7A207515BF9AA3F6CBA62B85B041C31 /* security_connector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = security_connector.h; path = src/core/lib/security/transport/security_connector.h; sourceTree = ""; }; + C7EDD23E767DE182389A7610104E7270 /* stream_compression_identity.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stream_compression_identity.c; path = src/core/lib/compression/stream_compression_identity.c; sourceTree = ""; }; + C7F072AB383224FAFBEE2037DFABF681 /* GPBBootstrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBBootstrap.h; path = objectivec/GPBBootstrap.h; sourceTree = ""; }; + C7FE5B1F115AEC7AD2E13A85AE236D6A /* pollset_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pollset_windows.c; path = src/core/lib/iomgr/pollset_windows.c; sourceTree = ""; }; + C81B162B0BCC5AFE2B8A00FBEA820513 /* intrusive_hash_map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = intrusive_hash_map.h; path = src/core/ext/census/intrusive_hash_map.h; sourceTree = ""; }; + C8443168EC97F43B81C015D4CB2263FB /* server_secure_chttp2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_secure_chttp2.c; path = src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c; sourceTree = ""; }; + C89C6A30CB5628BB1760F2DC81BB5982 /* tasn_fre.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tasn_fre.c; path = crypto/asn1/tasn_fre.c; sourceTree = ""; }; + C8DE9C275A27DE58033D51727AD097F2 /* a_verify.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_verify.c; path = crypto/x509/a_verify.c; sourceTree = ""; }; + C8E5A1905AEF83A59452B677FA135AC2 /* byte_stream.c */ = {isa = PBXFileReference; includeInIndex = 1; name = byte_stream.c; path = src/core/lib/transport/byte_stream.c; sourceTree = ""; }; + C95A71EC10A8171D1BAD738847D8883A /* timer_heap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timer_heap.h; path = src/core/lib/iomgr/timer_heap.h; sourceTree = ""; }; + C96E0CC773E03266D2AB24D6ED97F3D4 /* c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = c.h; path = include/leveldb/c.h; sourceTree = ""; }; + C9A767136747B88B2911B5D62854D329 /* iomgr_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iomgr_posix.c; path = src/core/lib/iomgr/iomgr_posix.c; sourceTree = ""; }; + C9BA671F9C9757EAE981A4E36C95D644 /* deterministic.c */ = {isa = PBXFileReference; includeInIndex = 1; name = deterministic.c; path = crypto/rand/deterministic.c; sourceTree = ""; }; + CA41D1719C8D905E6E5F616E3E196A0A /* handshaker_registry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = handshaker_registry.h; path = src/core/lib/channel/handshaker_registry.h; sourceTree = ""; }; + CAA3233514E359733E11EC7A5DDCEEE6 /* FirebaseCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCore.framework; path = Frameworks/FirebaseCore.framework; sourceTree = ""; }; + CAC5B35AEF68960A12E7764EF74EB6CB /* d1_both.c */ = {isa = PBXFileReference; includeInIndex = 1; name = d1_both.c; path = ssl/d1_both.c; sourceTree = ""; }; + CB10639680BD7EC92244835F29138C66 /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = include/openssl/ossl_typ.h; sourceTree = ""; }; + CB154CCE77C4723BFF73061ACE8D599D /* arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = arena.h; path = src/core/lib/support/arena.h; sourceTree = ""; }; + CB169E3682B8891E4423F4E78E2BC6EF /* ssl_privkey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_privkey.c; path = ssl/ssl_privkey.c; sourceTree = ""; }; + CB1FFF21E801D679B9BB0C9CEA670441 /* gRPC-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "gRPC-Core.xcconfig"; sourceTree = ""; }; + CB8DEC1BED755D3F31CF674CC2898F8F /* snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = snapshot.h; path = db/snapshot.h; sourceTree = ""; }; + CB915C4AE278C289114A375CBA5E99CF /* GRPCRequestHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCRequestHeaders.m; path = "src/objective-c/GRPCClient/private/GRPCRequestHeaders.m"; sourceTree = ""; }; + CBAE602D0BD11970BFBFB987A48138F6 /* GRPCCall+ChannelArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+ChannelArg.h"; path = "src/objective-c/GRPCClient/GRPCCall+ChannelArg.h"; sourceTree = ""; }; + CBCC692D3D535DCF47483DAD78F42F11 /* grpc_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = grpc_filter.h; path = src/core/ext/census/grpc_filter.h; sourceTree = ""; }; + CBDE3172485CD176CC63EA100CB80275 /* time_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time_windows.c; path = src/core/lib/support/time_windows.c; sourceTree = ""; }; + CC149DC93D840261D4C40E23223169C9 /* GRXMappingWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXMappingWriter.m; path = "src/objective-c/RxLibrary/transformations/GRXMappingWriter.m"; sourceTree = ""; }; + CC33AA99541B2620C50254716158916A /* lockfree_event.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lockfree_event.c; path = src/core/lib/iomgr/lockfree_event.c; sourceTree = ""; }; + CC8CCD0505E075F57A825AFD50198233 /* channel_stack_builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel_stack_builder.h; path = src/core/lib/channel/channel_stack_builder.h; sourceTree = ""; }; + CCAA28B244CA5B6D2D25455E323037F8 /* NSDictionary+GRPC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+GRPC.m"; path = "src/objective-c/GRPCClient/private/NSDictionary+GRPC.m"; sourceTree = ""; }; + CD24520D1FD881B3CA46578298E1E70D /* sync_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_posix.h; path = include/grpc/support/sync_posix.h; sourceTree = ""; }; + CD2927AC61B7E42BEA71A18A2F03C976 /* chttp2_connector.c */ = {isa = PBXFileReference; includeInIndex = 1; name = chttp2_connector.c; path = src/core/ext/transport/chttp2/client/chttp2_connector.c; sourceTree = ""; }; + CD35F22E1E3CE3326FF429DB9FF6741A /* port_posix_sse.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = port_posix_sse.cc; path = port/port_posix_sse.cc; sourceTree = ""; }; + CD55CCD395BA2555C019C1283F6AD557 /* lb_policy_registry.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lb_policy_registry.c; path = src/core/ext/filters/client_channel/lb_policy_registry.c; sourceTree = ""; }; + CD6FD6AC06CA52CC40A3FD52F210297F /* db_iter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db_iter.h; path = db/db_iter.h; sourceTree = ""; }; + CDAFE9B8649828EB90B8A98D11C4A387 /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = include/openssl/des.h; sourceTree = ""; }; + CDBBA93A5CBC33C2180C919CB8532021 /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Source/GTMSessionFetcher.m; sourceTree = ""; }; + CDD847073F2A25EF302902618F22A5AF /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/rsa/internal.h; sourceTree = ""; }; + CDD9B605363B81AEC4DAC668DA122C81 /* http_server_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_server_filter.h; path = src/core/ext/filters/http/server/http_server_filter.h; sourceTree = ""; }; + CDE309033CC1AD480E00F28FD8D7F86A /* two_level_iterator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = two_level_iterator.cc; path = table/two_level_iterator.cc; sourceTree = ""; }; + CE1766D1D9774597BA75B1D2455BD59C /* status_conversion.c */ = {isa = PBXFileReference; includeInIndex = 1; name = status_conversion.c; path = src/core/lib/transport/status_conversion.c; sourceTree = ""; }; + CE1FD2B0C809E49986C1EF950EE3A803 /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistry.m; path = objectivec/GPBExtensionRegistry.m; sourceTree = ""; }; + CE3906B0E1C048B8877CEB385D637B12 /* resolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resolver.h; path = src/core/ext/filters/client_channel/resolver.h; sourceTree = ""; }; + CE7BD22E0EDF9F1D9331850BC3BE6A98 /* iomgr_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iomgr_windows.c; path = src/core/lib/iomgr/iomgr_windows.c; sourceTree = ""; }; + CF0FC17565C92B3B8D44F9E05B6879BC /* pick_first.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pick_first.c; path = src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c; sourceTree = ""; }; + CF446691E87FFF5803317C2F49582356 /* cipher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cipher.h; path = include/openssl/cipher.h; sourceTree = ""; }; + CF52FCE0AB748EA8E9C72D7BFD121A01 /* table_cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = table_cache.h; path = db/table_cache.h; sourceTree = ""; }; + CF75C27CA14194BA15D80DFCDF06A1E7 /* ecdsa_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ecdsa_asn1.c; path = crypto/ecdsa/ecdsa_asn1.c; sourceTree = ""; }; + D008494B698B4A485570B4CBE17DCB49 /* GRXForwardingWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXForwardingWriter.m; path = "src/objective-c/RxLibrary/GRXForwardingWriter.m"; sourceTree = ""; }; + D03BFEA6BA06FA19981228EA6BCA8366 /* x509_v3.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_v3.c; path = crypto/x509/x509_v3.c; sourceTree = ""; }; + D054FC2D1713E8BA8E150234E5B66E9B /* byte_buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = byte_buffer.h; path = include/grpc/byte_buffer.h; sourceTree = ""; }; + D058B9539A8A966A11A9C19C76B35CC8 /* fork.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fork.c; path = src/core/lib/support/fork.c; sourceTree = ""; }; + D06DE87CC72A327564022D06D2A90626 /* http2_settings.c */ = {isa = PBXFileReference; includeInIndex = 1; name = http2_settings.c; path = src/core/ext/transport/chttp2/transport/http2_settings.c; sourceTree = ""; }; + D0ADC79501FAD6C05AB6F24570067FCF /* Duration.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Duration.pbobjc.m; path = objectivec/google/protobuf/Duration.pbobjc.m; sourceTree = ""; }; + D0ADEF56CD52808BF29BC24E391D9BF4 /* is_epollexclusive_available.c */ = {isa = PBXFileReference; includeInIndex = 1; name = is_epollexclusive_available.c; path = src/core/lib/iomgr/is_epollexclusive_available.c; sourceTree = ""; }; + D0F024F46741409D2387FC904E84F526 /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFieldSet.m; path = objectivec/GPBUnknownFieldSet.m; sourceTree = ""; }; + D0F3158A5F5CF33104ABA19CB4037089 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = include/openssl/asn1t.h; sourceTree = ""; }; + D0FF37F066D2792BB8CA01D71D3A4931 /* transport_security.c */ = {isa = PBXFileReference; includeInIndex = 1; name = transport_security.c; path = src/core/tsi/transport_security.c; sourceTree = ""; }; + D1018BF00F27AF6621BF07BAC2F712D6 /* GRPCCompletionQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCCompletionQueue.h; path = "src/objective-c/GRPCClient/private/GRPCCompletionQueue.h"; sourceTree = ""; }; + D110D733A8E0BFB2A4261D3E56CF4B0C /* workaround_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = workaround_utils.c; path = src/core/ext/filters/workarounds/workaround_utils.c; sourceTree = ""; }; + D12FECFE959FFE965F2FDD37C5660AFA /* libPods-immobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-immobile.a"; path = "libPods-immobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D16D22030AB50AF505F8276E027B15C1 /* crypto.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crypto.c; path = crypto/crypto.c; sourceTree = ""; }; + D17B2C0E7530B4B3209BC2E5280113E2 /* gRPC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "gRPC-dummy.m"; sourceTree = ""; }; + D18031816E0E2A62E28176CF058232D3 /* byte_buffer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = byte_buffer.c; path = src/core/lib/surface/byte_buffer.c; sourceTree = ""; }; + D1AB35E571D78FCEA269B5092ACB71BA /* tls_record.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls_record.c; path = ssl/tls_record.c; sourceTree = ""; }; + D288E21092790CE2BD9402FF51EEA80D /* p5_pbev2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = p5_pbev2.c; path = crypto/pkcs8/p5_pbev2.c; sourceTree = ""; }; + D2C7F5796D8085BCF984AAE5461EEE8B /* ev_poll_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_poll_posix.c; path = src/core/lib/iomgr/ev_poll_posix.c; sourceTree = ""; }; + D3331C9EE3D28E07E6253190F5C600E4 /* max_age_filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = max_age_filter.h; path = src/core/ext/filters/max_age/max_age_filter.h; sourceTree = ""; }; + D3996D33C6BDE3BC1A766C70AF1D9A5B /* pem_pkey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_pkey.c; path = crypto/pem/pem_pkey.c; sourceTree = ""; }; + D3AED973601ECDCAC5633D3A2D6E7B2F /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ssl/internal.h; sourceTree = ""; }; + D3C8230B78B6C8634CFF6BC88D1616DE /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = include/openssl/safestack.h; sourceTree = ""; }; + D3C8D90370FAE308128E992601AA144E /* charmap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = charmap.h; path = crypto/x509/charmap.h; sourceTree = ""; }; + D3ED97F478968759354024615D626DB1 /* testutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = testutil.h; path = util/testutil.h; sourceTree = ""; }; + D3EDA81A8C6027C1B61E0B7CFBCAE689 /* GRPCHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCHost.m; path = "src/objective-c/GRPCClient/private/GRPCHost.m"; sourceTree = ""; }; + D405B7B9D3D663B76B2C83AB0FAA5420 /* bio.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bio.c; path = crypto/bio/bio.c; sourceTree = ""; }; + D44FFD82961DA2FE1D25084AB2AEAB31 /* asn1_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = asn1_compat.c; path = crypto/bytestring/asn1_compat.c; sourceTree = ""; }; + D4646448520F59A90C2CB09A6E9088CB /* jwt_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = jwt_credentials.c; path = src/core/lib/security/credentials/jwt/jwt_credentials.c; sourceTree = ""; }; + D46B3E306E3BD7FC767B2833198DD80B /* thd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thd.h; path = include/grpc/support/thd.h; sourceTree = ""; }; + D4709F4302927D0F36784DFD17341099 /* client_channel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = client_channel.h; path = src/core/ext/filters/client_channel/client_channel.h; sourceTree = ""; }; + D4775188D9FA07CAFE4E311E0943BCF7 /* census_interface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = census_interface.h; path = src/core/ext/census/census_interface.h; sourceTree = ""; }; + D512F7555C2E86C38CE34DD91371931A /* GRXWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRXWriter.h; path = "src/objective-c/RxLibrary/GRXWriter.h"; sourceTree = ""; }; + D517525F5BD4408A6FB61B58F8820890 /* json_string.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json_string.c; path = src/core/lib/json/json_string.c; sourceTree = ""; }; + D51928DF8B1613735F377AD924734977 /* block_builder.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = block_builder.cc; path = table/block_builder.cc; sourceTree = ""; }; + D5198D7C3A936FF0C87C6268148BE55F /* a_bool.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_bool.c; path = crypto/asn1/a_bool.c; sourceTree = ""; }; + D52DEE1FA991B710B63FD42D779FEE51 /* ev_epollex_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_epollex_linux.c; path = src/core/lib/iomgr/ev_epollex_linux.c; sourceTree = ""; }; + D5414AB06676758912B30AC23D61AA24 /* ProtoService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtoService.h; path = "src/objective-c/ProtoRPC/ProtoService.h"; sourceTree = ""; }; + D55DA69B95CBCA31BAF5A33140382AB3 /* call.c */ = {isa = PBXFileReference; includeInIndex = 1; name = call.c; path = src/core/lib/surface/call.c; sourceTree = ""; }; + D5753FF165CDF7F13C0A8CA39536860C /* pkcs7.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pkcs7.c; path = crypto/x509/pkcs7.c; sourceTree = ""; }; + D5A40E797CCA43D15339F474AEA696B6 /* p224-64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "p224-64.c"; path = "crypto/ec/p224-64.c"; sourceTree = ""; }; + D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = gRPC.xcconfig; sourceTree = ""; }; + D6268F803705F98B1BBCFC854BDE0B70 /* resolve_address_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolve_address_windows.c; path = src/core/lib/iomgr/resolve_address_windows.c; sourceTree = ""; }; + D67572915DBDBDFEC234A773D02A01E4 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream_PackagePrivate.h; path = objectivec/GPBCodedInputStream_PackagePrivate.h; sourceTree = ""; }; D69A3ABB8EECAF0CB9719C6137D36501 /* Pods-immobile-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-immobile-acknowledgements.markdown"; sourceTree = ""; }; - D7E74F1082A37AE501B799007ED7C9E6 /* port_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_posix.h; path = port/port_posix.h; sourceTree = ""; }; - D82D26B1341106CEF3737BBDDF0251AE /* filename.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filename.h; path = db/filename.h; sourceTree = ""; }; - DB26BB7062743F303B23529123B45031 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - DCBDDE4307AA64E9A7278C3D4C4AD3DF /* posix_logger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = posix_logger.h; path = util/posix_logger.h; sourceTree = ""; }; + D6F97C56DA5D5E7CA6F601978A94C203 /* NSError+GRPC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+GRPC.m"; path = "src/objective-c/GRPCClient/private/NSError+GRPC.m"; sourceTree = ""; }; + D71975CB08E4E0E28583DE23F7CF7586 /* sign.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sign.c; path = crypto/evp/sign.c; sourceTree = ""; }; + D720A3DA06B03761D48A757E3E93C02B /* GRPCCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCCall.h; path = "src/objective-c/GRPCClient/GRPCCall.h"; sourceTree = ""; }; + D779469CB97ED38E56C853E7444429B6 /* pid_controller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pid_controller.h; path = src/core/lib/transport/pid_controller.h; sourceTree = ""; }; + D7F16AE378AD2D8AF92BA7A7703DD479 /* digestsign.c */ = {isa = PBXFileReference; includeInIndex = 1; name = digestsign.c; path = crypto/evp/digestsign.c; sourceTree = ""; }; + D7F4F45FA9F1ECEF0221D67947A966D5 /* Timestamp.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Timestamp.pbobjc.m; path = objectivec/google/protobuf/Timestamp.pbobjc.m; sourceTree = ""; }; + D8042CD4CC326BDE429155A1185F66FE /* x_x509.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_x509.c; path = crypto/x509/x_x509.c; sourceTree = ""; }; + D814EBEDCA8EAAC51BFD3B952A8562DF /* e_tls.c */ = {isa = PBXFileReference; includeInIndex = 1; name = e_tls.c; path = crypto/cipher/e_tls.c; sourceTree = ""; }; + D82391780BBF677E981422B3F0CB62C5 /* credentials_generic.c */ = {isa = PBXFileReference; includeInIndex = 1; name = credentials_generic.c; path = src/core/lib/security/credentials/google_default/credentials_generic.c; sourceTree = ""; }; + D844A9BB47AD7478FC9B6B813B2E372C /* bn_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bn_asn1.c; path = crypto/bn/bn_asn1.c; sourceTree = ""; }; + D851520C4C89B21C4C9DF3EC45B691AA /* frame_data.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = frame_data.h; path = src/core/ext/transport/chttp2/transport/frame_data.h; sourceTree = ""; }; + D8B3C5BA01333E95186B4A31BCAA8DFA /* convert.c */ = {isa = PBXFileReference; includeInIndex = 1; name = convert.c; path = crypto/bn/convert.c; sourceTree = ""; }; + D8F8644B90D8238E2549FD1F0BE9EA51 /* nameser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = nameser.h; path = src/core/lib/iomgr/nameser.h; sourceTree = ""; }; + D91D9E47913929C61C94F6362CDCF39A /* evp_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = evp_asn1.c; path = crypto/evp/evp_asn1.c; sourceTree = ""; }; + D92408AA6116CC109802ABD280766D63 /* ofb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ofb.c; path = crypto/modes/ofb.c; sourceTree = ""; }; + D9A6494BF547856031375AC52E99B4D3 /* wakeup_fd_pipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = wakeup_fd_pipe.h; path = src/core/lib/iomgr/wakeup_fd_pipe.h; sourceTree = ""; }; + D9A9BC85B1E321E053CAF77F74C5DD50 /* dns_resolver.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dns_resolver.c; path = src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c; sourceTree = ""; }; + D9C5B841C39B020B350404CD01F63B6C /* poly1305_vec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = poly1305_vec.c; path = crypto/poly1305/poly1305_vec.c; sourceTree = ""; }; + D9DE4D08D8B5AC5E462DC0ECBC89212F /* trace_label.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_label.h; path = src/core/ext/census/trace_label.h; sourceTree = ""; }; + DA02C3DBB7EC420CB7CBDA21215D875F /* pcy_lib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_lib.c; path = crypto/x509v3/pcy_lib.c; sourceTree = ""; }; + DA3DEC0ABD2BABBF952D9530E99F7531 /* atm_gcc_sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atm_gcc_sync.h; path = include/grpc/impl/codegen/atm_gcc_sync.h; sourceTree = ""; }; + DA93162F431F7528331884CFC9A00A51 /* engine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = engine.c; path = crypto/engine/engine.c; sourceTree = ""; }; + DAA9B455C270BEF9E11F17896B0EF6CA /* GTMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = ""; }; + DAF82F7C3D18E298102F9C092D55500E /* x509_set.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_set.c; path = crypto/x509/x509_set.c; sourceTree = ""; }; + DB24695F1587563AE724721A59736E02 /* sync_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sync_posix.c; path = src/core/lib/support/sync_posix.c; sourceTree = ""; }; + DB28E99936ABFB0599D17202FCA3A126 /* GTMNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSData+zlib.m"; path = "Foundation/GTMNSData+zlib.m"; sourceTree = ""; }; + DB8A00B4964C7DC3815DDEF21C03EC3C /* ssl_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl_credentials.h; path = src/core/lib/security/credentials/ssl/ssl_credentials.h; sourceTree = ""; }; + DB8FCE360D28BFA6A734D2856BFB380A /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary_PackagePrivate.h; path = objectivec/GPBDictionary_PackagePrivate.h; sourceTree = ""; }; + DB9FDAD398C8AD5BC87AFEA9F8BF36F5 /* sqrt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sqrt.c; path = crypto/bn/sqrt.c; sourceTree = ""; }; + DBBA8EF5587BD516EF84A106EDE414E7 /* a_strnid.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_strnid.c; path = crypto/asn1/a_strnid.c; sourceTree = ""; }; + DBF38607A834FA4F8F61196F9B127FC4 /* handshaker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = handshaker.c; path = src/core/lib/channel/handshaker.c; sourceTree = ""; }; + DC1967CB77F5E5ECFF5425D7526BA0F2 /* pcy_cache.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_cache.c; path = crypto/x509v3/pcy_cache.c; sourceTree = ""; }; + DC1ABA5AD4C715D7D027C6B80AB18293 /* channel_init.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_init.c; path = src/core/lib/surface/channel_init.c; sourceTree = ""; }; + DC3930E0A2F5FAD06814E83FA3C1BC81 /* resource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = resource.h; path = src/core/ext/census/resource.h; sourceTree = ""; }; + DC731254F1301465D627EB8C3DD9D5B0 /* ev_epoll1_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_epoll1_linux.c; path = src/core/lib/iomgr/ev_epoll1_linux.c; sourceTree = ""; }; + DCD89A9CA76205B740901E7251907EC4 /* by_dir.c */ = {isa = PBXFileReference; includeInIndex = 1; name = by_dir.c; path = crypto/x509/by_dir.c; sourceTree = ""; }; + DD0FE2EB22C01CB74CBDC995E9F69A8F /* socket_utils_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_utils_posix.c; path = src/core/lib/iomgr/socket_utils_posix.c; sourceTree = ""; }; + DD4D607A616513204ED2E9EFF94CF46D /* status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = status.h; path = include/grpc/status.h; sourceTree = ""; }; + DD9682DD546EDAA54098B8BC18C87E98 /* BoringSSL-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BoringSSL-dummy.m"; sourceTree = ""; }; + DD9D474D790AD5BBA9607AC01DF918AF /* http2_errors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http2_errors.h; path = src/core/lib/transport/http2_errors.h; sourceTree = ""; }; + DDA16DD2CE64F2A8FE0C79619A0C2A44 /* chttp2_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = chttp2_plugin.c; path = src/core/ext/transport/chttp2/transport/chttp2_plugin.c; sourceTree = ""; }; + DDA1F30E11914DFBFE97A2C94BA18091 /* gRPC-RxLibrary-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "gRPC-RxLibrary-dummy.m"; sourceTree = ""; }; + DDC2F955A81F71240C619342DE5DFAD8 /* lb_policy_registry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lb_policy_registry.h; path = src/core/ext/filters/client_channel/lb_policy_registry.h; sourceTree = ""; }; + DDE0DD2A047CF88CEE81827EAF71DA51 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers.h; path = objectivec/GPBProtocolBuffers.h; sourceTree = ""; }; + DE1D04D0A1CA70BB30324B2F23A70481 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = include/openssl/ssl.h; sourceTree = ""; }; + DE499280161E0990C0E2FFD98FDF1A7F /* jwt_verifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jwt_verifier.h; path = src/core/lib/security/credentials/jwt/jwt_verifier.h; sourceTree = ""; }; + DE4E81CB9FC0D816EC05A2919F89BC9E /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = include/openssl/asn1.h; sourceTree = ""; }; + DE5FC9C570EA7EDDAE4EE1B966092499 /* GPBDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDescriptor.m; path = objectivec/GPBDescriptor.m; sourceTree = ""; }; + DE74B4CFFCAE64588348E199FE976278 /* Api.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Api.pbobjc.m; path = objectivec/google/protobuf/Api.pbobjc.m; sourceTree = ""; }; + DE7CDF362598804ACDEEAD25C616D607 /* GRPCOpBatchLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCOpBatchLog.h; path = "src/objective-c/GRPCClient/private/GRPCOpBatchLog.h"; sourceTree = ""; }; + DE807BB2DD0B5B040E0191F2CDCE350E /* frame_rst_stream.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_rst_stream.c; path = src/core/ext/transport/chttp2/transport/frame_rst_stream.c; sourceTree = ""; }; + DE9487960C07EED77465401ED1FD02F1 /* thd_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thd_posix.c; path = src/core/lib/support/thd_posix.c; sourceTree = ""; }; + DEC32ADE895749405C78D8BD81060292 /* GRXWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXWriter.m; path = "src/objective-c/RxLibrary/GRXWriter.m"; sourceTree = ""; }; DF1A80D6E5F404D1E251CFF53B0DE079 /* Pods-immobile-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-immobile-frameworks.sh"; sourceTree = ""; }; - DF371D26152A3994743C6B4C71053405 /* dbformat.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = dbformat.cc; path = db/dbformat.cc; sourceTree = ""; }; + DF330AC23CBD980DD92BB04FDF26DB5C /* GRPCHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GRPCHost.h; path = "src/objective-c/GRPCClient/private/GRPCHost.h"; sourceTree = ""; }; + DF4CF26A4CABD2F7575B2B5B65C18AEF /* thread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread.c; path = crypto/thread.c; sourceTree = ""; }; DF8B9F03C4F68E488AED393E6329C401 /* Pods-immobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-immobile.release.xcconfig"; sourceTree = ""; }; - E0BC37C83D19CE3079CCEE1A4D76024F /* version_set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = version_set.h; path = db/version_set.h; sourceTree = ""; }; - E367E562A2759908B97CC6C773285DCE /* GoogleToolboxForMac-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleToolboxForMac-dummy.m"; sourceTree = ""; }; - E45D3A1ED94D75380E50BBF516E71EAB /* log_writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_writer.h; path = db/log_writer.h; sourceTree = ""; }; - E8105168BE674EA127BC2D84455BFBDA /* memtable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = memtable.h; path = db/memtable.h; sourceTree = ""; }; - E91C32F827F018723E63EDB7F4F5F451 /* merger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = merger.h; path = table/merger.h; sourceTree = ""; }; - EB11D665E746C12A9510788C97C1CF41 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - EB3DC85749CBF9FBB7AEBA564CCD43F6 /* block.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = block.h; path = table/block.h; sourceTree = ""; }; - EB6A7E2F32AAAE32C08998162FEDA7A7 /* db_iter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db_iter.h; path = db/db_iter.h; sourceTree = ""; }; - EB73C36B3AA23F3EA170A4AB97300368 /* db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = db.h; path = include/leveldb/db.h; sourceTree = ""; }; - ED5450AB84570E5CDA0FF492D8EB082F /* cache.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = cache.cc; path = util/cache.cc; sourceTree = ""; }; - EF5B1399A7337F62AA339AEECFAAD618 /* testharness.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = testharness.cc; path = util/testharness.cc; sourceTree = ""; }; - EF822DDDC9929BE73DD43E96EE426944 /* libPods-immobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-immobile.a"; path = "libPods-immobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F1F2632A0611EDF668769CE380D0D4F2 /* testharness.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = testharness.h; path = util/testharness.h; sourceTree = ""; }; - F3136BDA44FF0406E6EEF4BC1304D770 /* GTMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = ""; }; - F4AFE3AB5863F4DA836827BFC7B4FA0D /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; - F5F1700CD905734FFF15414A36821B27 /* iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iterator.h; path = include/leveldb/iterator.h; sourceTree = ""; }; - F827A184BA0CD2D043FC9341C3AE6F5A /* FirebaseDatabase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseDatabase.framework; path = Frameworks/FirebaseDatabase.framework; sourceTree = ""; }; - FA197D0D90BCEA23AD3CD1EA1E2F1EB3 /* c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = c.h; path = include/leveldb/c.h; sourceTree = ""; }; - FB0DBAB621E03E16E120EA9AEE0FF36F /* filter_block.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filter_block.h; path = table/filter_block.h; sourceTree = ""; }; - FC2A781371FB3D85B308CB5B64E59BFF /* port_example.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = port_example.h; path = port/port_example.h; sourceTree = ""; }; - FDDE928C5B3875DD28D02CB7E02EFD41 /* FirebaseCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCore.framework; path = Frameworks/FirebaseCore.framework; sourceTree = ""; }; - FF881EB99D3C65610C57B129AE010DDE /* libleveldb-library.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libleveldb-library.a"; path = "libleveldb-library.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DF906A1B0C2E5814DF8699905E2208E7 /* trace_context.pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace_context.pb.h; path = src/core/ext/census/gen/trace_context.pb.h; sourceTree = ""; }; + DFACCCD380CFD20204E1F968A8DF2A53 /* tsi_error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tsi_error.h; path = src/core/lib/security/transport/tsi_error.h; sourceTree = ""; }; + DFD58502D0B6AF7C85D977DC9D86A626 /* call_log_batch.c */ = {isa = PBXFileReference; includeInIndex = 1; name = call_log_batch.c; path = src/core/lib/surface/call_log_batch.c; sourceTree = ""; }; + DFE282C6E67A53EB4E8E298199060671 /* aead.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aead.c; path = crypto/cipher/aead.c; sourceTree = ""; }; + E03EB5382577B8B299A8CCD667E46120 /* stats_data.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stats_data.c; path = src/core/lib/debug/stats_data.c; sourceTree = ""; }; + E06CAE19C28F380267F9B3485ECDBB11 /* stream_compression.c */ = {isa = PBXFileReference; includeInIndex = 1; name = stream_compression.c; path = src/core/lib/compression/stream_compression.c; sourceTree = ""; }; + E093FF6868D82B87213E4A5513D06969 /* google_default_credentials.c */ = {isa = PBXFileReference; includeInIndex = 1; name = google_default_credentials.c; path = src/core/lib/security/credentials/google_default/google_default_credentials.c; sourceTree = ""; }; + E0D3A7B3E0773CCEBD04F8B278B97790 /* time_support.c */ = {isa = PBXFileReference; includeInIndex = 1; name = time_support.c; path = crypto/asn1/time_support.c; sourceTree = ""; }; + E0E855F8A9C8366C83DFCB978B666FEE /* bin_decoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bin_decoder.h; path = src/core/ext/transport/chttp2/transport/bin_decoder.h; sourceTree = ""; }; + E1123EAA9047CBBDEBB4A13A36677F71 /* GoogleToolboxForMac-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-prefix.pch"; sourceTree = ""; }; + E155F4BEF7BC968B2FE370A87BB75E74 /* httpcli_security_connector.c */ = {isa = PBXFileReference; includeInIndex = 1; name = httpcli_security_connector.c; path = src/core/lib/http/httpcli_security_connector.c; sourceTree = ""; }; + E18EFD5595375ACB1818B03081866688 /* internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = internal.h; path = crypto/pkcs8/internal.h; sourceTree = ""; }; + E19ED5B2BADFFFDFAC0930F11D00FB6E /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Source/GTMSessionFetcherLogging.h; sourceTree = ""; }; + E1A524B8AD3CF9B3AAD378E6D28725F4 /* libgRPC-RxLibrary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libgRPC-RxLibrary.a"; path = "libgRPC-RxLibrary.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E1B08E5DD957262858734BFB387F176F /* inproc_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = inproc_plugin.c; path = src/core/ext/transport/inproc/inproc_plugin.c; sourceTree = ""; }; + E1DEB426DAEA4B91EAE196EF025CBCAF /* resolver_registry.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolver_registry.c; path = src/core/ext/filters/client_channel/resolver_registry.c; sourceTree = ""; }; + E231A48430CAEC2736EFE1C77C4C8948 /* byte_buffer_reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = byte_buffer_reader.h; path = include/grpc/impl/codegen/byte_buffer_reader.h; sourceTree = ""; }; + E24573C69E555CDD1A317AB878DE127F /* x_long.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_long.c; path = crypto/asn1/x_long.c; sourceTree = ""; }; + E25923972EEECEB55A71FD675B3A635B /* cpu_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu_posix.c; path = src/core/lib/support/cpu_posix.c; sourceTree = ""; }; + E264695B9D941EFE3BE5CA59893D67BB /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = include/openssl/md4.h; sourceTree = ""; }; + E266BD33110A6BD2053718D5BA7E57D2 /* frame_data.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_data.c; path = src/core/ext/transport/chttp2/transport/frame_data.c; sourceTree = ""; }; + E26C4CFE79BA12F91437D791E1282428 /* pair.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pair.c; path = crypto/bio/pair.c; sourceTree = ""; }; + E278D2966CA85E830F63904A34CD0FD3 /* comparator.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = comparator.cc; path = util/comparator.cc; sourceTree = ""; }; + E2C0E911C7C64CD7C84D0FD3EC7E5860 /* version.c */ = {isa = PBXFileReference; includeInIndex = 1; name = version.c; path = src/core/lib/surface/version.c; sourceTree = ""; }; + E2E9B0BA424C46F097F59334ED6752C5 /* socket_helper.c */ = {isa = PBXFileReference; includeInIndex = 1; name = socket_helper.c; path = crypto/bio/socket_helper.c; sourceTree = ""; }; + E3763DE28A165FCED2B12C544BDD1BFA /* tcp_client_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tcp_client_uv.c; path = src/core/lib/iomgr/tcp_client_uv.c; sourceTree = ""; }; + E382C05E9F06C7800EE133CE6FD4AABA /* mode_wrappers.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mode_wrappers.c; path = crypto/aes/mode_wrappers.c; sourceTree = ""; }; + E393FEEBD02C5CC87C729D6DE5776F02 /* ssl_cipher.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssl_cipher.c; path = ssl/ssl_cipher.c; sourceTree = ""; }; + E39AE8287DEC76888FFCE8C9D1BB3341 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = include/openssl/pkcs12.h; sourceTree = ""; }; + E3D33A6BA0F27225E2D2F4AE08A9EF10 /* filter_block.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_block.cc; path = table/filter_block.cc; sourceTree = ""; }; + E417E10FBBFEE4BE1AD3B7FF8B8806D5 /* json.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json.c; path = src/core/lib/json/json.c; sourceTree = ""; }; + E42A9A3C2337D0014363114410A76E17 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWellKnownTypes.h; path = objectivec/GPBWellKnownTypes.h; sourceTree = ""; }; + E4433F8588BC376235221E46D74AB2B7 /* pem_pk8.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pem_pk8.c; path = crypto/pem/pem_pk8.c; sourceTree = ""; }; + E49FD5E3106F1297A01ED32BAE75086D /* mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mem.c; path = crypto/mem.c; sourceTree = ""; }; + E4AB292A7FB3C46D5C9C9C79C4D011D6 /* GPBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities.h; path = objectivec/GPBUtilities.h; sourceTree = ""; }; + E4C4F62117DD264A018E78AEDAF03DE2 /* x509type.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509type.c; path = crypto/x509/x509type.c; sourceTree = ""; }; + E4C7569C04A200B20E2F23BBE9428ED2 /* x_crl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_crl.c; path = crypto/x509/x_crl.c; sourceTree = ""; }; + E527B85337B9CC26A6C31228D08AC14F /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage_PackagePrivate.h; path = objectivec/GPBMessage_PackagePrivate.h; sourceTree = ""; }; + E554729804327CFF9A999B18EE4600D9 /* endpoint.c */ = {isa = PBXFileReference; includeInIndex = 1; name = endpoint.c; path = src/core/lib/iomgr/endpoint.c; sourceTree = ""; }; + E61B95872CFE166477355FAC44F6EDE8 /* connect.c */ = {isa = PBXFileReference; includeInIndex = 1; name = connect.c; path = crypto/bio/connect.c; sourceTree = ""; }; + E61FC8183C3D2EFDBC16AC0A1B2C6C40 /* key_wrap.c */ = {isa = PBXFileReference; includeInIndex = 1; name = key_wrap.c; path = crypto/aes/key_wrap.c; sourceTree = ""; }; + E647161348D554E764CB47B94A9B49B8 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = include/openssl/cmac.h; sourceTree = ""; }; + E653E59C040A599B62DA8CB926D71811 /* server_load_reporting_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = server_load_reporting_plugin.c; path = src/core/ext/filters/load_reporting/server_load_reporting_plugin.c; sourceTree = ""; }; + E655AA49BC22CA4FE5392FF96A385BCB /* file.c */ = {isa = PBXFileReference; includeInIndex = 1; name = file.c; path = crypto/bio/file.c; sourceTree = ""; }; + E661BBE66B2BFD713AD77DAD97EACDCA /* ProtoRPC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtoRPC.h; path = "src/objective-c/ProtoRPC/ProtoRPC.h"; sourceTree = ""; }; + E664A4A3F449EDE294DF9D6C33D4C2B2 /* merger.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = merger.cc; path = table/merger.cc; sourceTree = ""; }; + E66B785032449D9240E8E33F6D373AB5 /* gRPC-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "gRPC-Core-prefix.pch"; sourceTree = ""; }; + E67A21C7B7D37FF0C519A80BC076313E /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers_RuntimeSupport.h; path = objectivec/GPBProtocolBuffers_RuntimeSupport.h; sourceTree = ""; }; + E6EF727BDA27241E624BAB2A05B567D7 /* GPBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUtilities.m; path = objectivec/GPBUtilities.m; sourceTree = ""; }; + E7976DF99778CA98445BCA67B472E2A8 /* ecdsa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ecdsa.c; path = crypto/ecdsa/ecdsa.c; sourceTree = ""; }; + E8271C8A3C642703491FC9EDB2C8D161 /* filter_policy.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_policy.cc; path = util/filter_policy.cc; sourceTree = ""; }; + E8437529EB0812F360752E09D4BF3C33 /* slice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = slice.h; path = include/leveldb/slice.h; sourceTree = ""; }; + E85F2ADE3D3834E01C0CA9EE18ECB5A9 /* percent_encoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = percent_encoding.h; path = src/core/lib/slice/percent_encoding.h; sourceTree = ""; }; + E89B633EA11B7BFEE9EBB38B6F5D3277 /* a_digest.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_digest.c; path = crypto/x509/a_digest.c; sourceTree = ""; }; + E8BC6C45EAAF4C8AD057FE198AA63E3E /* channel_init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = channel_init.h; path = src/core/lib/surface/channel_init.h; sourceTree = ""; }; + E8BD1ADBA7CBE67A0D1013E1CB58C2E7 /* validate_metadata.c */ = {isa = PBXFileReference; includeInIndex = 1; name = validate_metadata.c; path = src/core/lib/surface/validate_metadata.c; sourceTree = ""; }; + E9674BCB50957B3BF8B6423683B4ED20 /* timer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = timer.h; path = src/core/lib/iomgr/timer.h; sourceTree = ""; }; + E996D506FC10280F74B6F7C60E3D9A3F /* version_set.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = version_set.cc; path = db/version_set.cc; sourceTree = ""; }; + E9AD4F1788BC19AC3406698BC69B07F5 /* metadata_array.c */ = {isa = PBXFileReference; includeInIndex = 1; name = metadata_array.c; path = src/core/lib/surface/metadata_array.c; sourceTree = ""; }; + E9CB13B90A73838A80F2BC00DDB96AFB /* endpoint_pair_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = endpoint_pair_uv.c; path = src/core/lib/iomgr/endpoint_pair_uv.c; sourceTree = ""; }; + EA0500E051B64071D877C32EC7221F30 /* log_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = log_linux.c; path = src/core/lib/support/log_linux.c; sourceTree = ""; }; + EA22D5157B561E318CFCE17FB297FF08 /* sync_custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sync_custom.h; path = include/grpc/impl/codegen/sync_custom.h; sourceTree = ""; }; + EA9D18144F6498E44B6A6ED60CD4AD95 /* GPBUnknownField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField.h; path = objectivec/GPBUnknownField.h; sourceTree = ""; }; + EACB17F730D8716FA1239070ABFD2B75 /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray_PackagePrivate.h; path = objectivec/GPBArray_PackagePrivate.h; sourceTree = ""; }; + EADAB69C9DE5DB238127DA740F4B8B71 /* version_set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = version_set.h; path = db/version_set.h; sourceTree = ""; }; + EAE496BB2CEB8E2B94E406F208E0C79F /* timer_generic.c */ = {isa = PBXFileReference; includeInIndex = 1; name = timer_generic.c; path = src/core/lib/iomgr/timer_generic.c; sourceTree = ""; }; + EB33E9C3364A220C51C5034DE9CE214B /* httpcli.c */ = {isa = PBXFileReference; includeInIndex = 1; name = httpcli.c; path = src/core/lib/http/httpcli.c; sourceTree = ""; }; + EB8A21A26F9C6CA304FB7DD5AC60A5F5 /* combiner.c */ = {isa = PBXFileReference; includeInIndex = 1; name = combiner.c; path = src/core/lib/iomgr/combiner.c; sourceTree = ""; }; + EBFCD8E51B16C63C5BD5933896D87E69 /* rsa_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rsa_asn1.c; path = crypto/rsa/rsa_asn1.c; sourceTree = ""; }; + EC8F3830EF5D3A33B4DB59C1930FF360 /* leveldb-library-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "leveldb-library-dummy.m"; sourceTree = ""; }; + ECA039B22DA4008F6DBA76589FE47BF1 /* GPBArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBArray.m; path = objectivec/GPBArray.m; sourceTree = ""; }; + ECAFB56E6967A613A861D1B49AE28D76 /* pcy_tree.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pcy_tree.c; path = crypto/x509v3/pcy_tree.c; sourceTree = ""; }; + ECC0685A4A4B22C118B327819A8E9F4C /* GPBUnknownField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownField.m; path = objectivec/GPBUnknownField.m; sourceTree = ""; }; + ECC5336B129D357DDA4BEBEAEF7295ED /* filename.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filename.h; path = db/filename.h; sourceTree = ""; }; + ECDB6719183029CAE4EDFF72CD625501 /* stats_data.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stats_data.h; path = src/core/lib/debug/stats_data.h; sourceTree = ""; }; + EDE097CDF40731505648A330054DDB05 /* ev_epollsig_linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_epollsig_linux.c; path = src/core/lib/iomgr/ev_epollsig_linux.c; sourceTree = ""; }; + EE0CA8B90048044EA65389CD273F2438 /* libProtobuf.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libProtobuf.a; path = libProtobuf.a; sourceTree = BUILT_PRODUCTS_DIR; }; + EE12D681A9221891C175D0BF109A6591 /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = objectivec/google/protobuf/Timestamp.pbobjc.h; sourceTree = ""; }; + EE528B39B8AA43ADCEA2C66044EAE2FA /* buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buf.h; path = include/openssl/buf.h; sourceTree = ""; }; + EEE9CC3AFD3D0E2A5AFDC674BEFDD00C /* ctx.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ctx.c; path = crypto/bn/ctx.c; sourceTree = ""; }; + EF33DEFE63E3534361F34D132C577625 /* load_file.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = load_file.h; path = src/core/lib/iomgr/load_file.h; sourceTree = ""; }; + EF84DDBBB1211C0421C49DA4CC09806B /* parse_address.c */ = {isa = PBXFileReference; includeInIndex = 1; name = parse_address.c; path = src/core/ext/filters/client_channel/parse_address.c; sourceTree = ""; }; + EF9D9306C8C07C9BCCAADD45813D51BF /* t_bitst.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t_bitst.c; path = crypto/asn1/t_bitst.c; sourceTree = ""; }; + EFB23FD8FB22A60C961FA6822287F087 /* closure.c */ = {isa = PBXFileReference; includeInIndex = 1; name = closure.c; path = src/core/lib/iomgr/closure.c; sourceTree = ""; }; + F05591F6EEF9ECB66FD7EADC84C3BD51 /* service_config.c */ = {isa = PBXFileReference; includeInIndex = 1; name = service_config.c; path = src/core/lib/transport/service_config.c; sourceTree = ""; }; + F05915271746819580F6B91AAD37E050 /* coding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = coding.h; path = util/coding.h; sourceTree = ""; }; + F07B6990E8B2731E7D2F9D08E7E4DA58 /* tmpfile_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tmpfile_windows.c; path = src/core/lib/support/tmpfile_windows.c; sourceTree = ""; }; + F0A3A8ABBC1C1E2137AC5C4067B08316 /* resolve_address_uv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = resolve_address_uv.c; path = src/core/lib/iomgr/resolve_address_uv.c; sourceTree = ""; }; + F0CA77087A327CF7AAAF450C000544F1 /* trace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = trace.h; path = src/core/lib/debug/trace.h; sourceTree = ""; }; + F0E0E4425E7364B3C92E6A5248817673 /* env_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = env_posix.c; path = src/core/lib/support/env_posix.c; sourceTree = ""; }; + F11765A5056A8184A224E1C518DF4894 /* sync.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sync.c; path = src/core/lib/support/sync.c; sourceTree = ""; }; + F176D6F7C6A9E620DAF5360E268E5583 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = include/openssl/bio.h; sourceTree = ""; }; + F20699D8E8D88E85828F4C759ABF0EEC /* fork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fork.h; path = src/core/lib/support/fork.h; sourceTree = ""; }; + F2AA53260B46682300AFD8E1FA510D91 /* lb_policy.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lb_policy.c; path = src/core/ext/filters/client_channel/lb_policy.c; sourceTree = ""; }; + F2ECCE6FDC34FF204FD1C2C9FE64A114 /* block_builder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = block_builder.h; path = table/block_builder.h; sourceTree = ""; }; + F3120F39BD26D54B106334BC41B80129 /* tls_pthread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls_pthread.c; path = src/core/lib/support/tls_pthread.c; sourceTree = ""; }; + F32C7B2A4F9E5BFAF33CC3DBE7CE9E0A /* ec_asn1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ec_asn1.c; path = crypto/ec/ec_asn1.c; sourceTree = ""; }; + F34C5E11C6E1A9E312B15D5C1C2478B3 /* parsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = parsing.c; path = src/core/ext/transport/chttp2/transport/parsing.c; sourceTree = ""; }; + F35B1A1F0159BF3DB29079D5BA6C8A15 /* cpu_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu_windows.c; path = src/core/lib/support/cpu_windows.c; sourceTree = ""; }; + F39D49B34296B3A83DEF06E8081D69B1 /* plugin_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = plugin_credentials.h; path = src/core/lib/security/credentials/plugin/plugin_credentials.h; sourceTree = ""; }; + F3C956796A4E8818031C1C151335D5C5 /* GTMMethodCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMethodCheck.h; path = DebugUtils/GTMMethodCheck.h; sourceTree = ""; }; + F3CC0A69DD7C3D810C094E991C531769 /* slice_string_helpers.c */ = {isa = PBXFileReference; includeInIndex = 1; name = slice_string_helpers.c; path = src/core/lib/slice/slice_string_helpers.c; sourceTree = ""; }; + F3D867C941A17553D4BC5CC7BDBE9891 /* refcount_lock.c */ = {isa = PBXFileReference; includeInIndex = 1; name = refcount_lock.c; path = crypto/refcount_lock.c; sourceTree = ""; }; + F4043D2946288FE1CB97870B4E347082 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F4614BFFECB29A891F3136D05D4C9FCF /* inproc_transport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = inproc_transport.h; path = src/core/ext/transport/inproc/inproc_transport.h; sourceTree = ""; }; + F47F02B6696AA12CF6073DEFADC9388A /* tls_pthread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls_pthread.h; path = include/grpc/support/tls_pthread.h; sourceTree = ""; }; + F4953B4867CDE073A418B6EB844B54D5 /* call.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = call.h; path = src/core/lib/surface/call.h; sourceTree = ""; }; + F4A61A2CCC8596DD7985146C37FDB038 /* pkcs8.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs8.h; path = include/openssl/pkcs8.h; sourceTree = ""; }; + F53240957A9AF183619C2AB2D3EF15EF /* fake_resolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fake_resolver.h; path = src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h; sourceTree = ""; }; + F54984DD760683FABE5638BB72531474 /* vpm_int.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vpm_int.h; path = crypto/x509/vpm_int.h; sourceTree = ""; }; + F56AA4B9AE125DD2674FBF8BFC6A1710 /* version_edit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = version_edit.h; path = db/version_edit.h; sourceTree = ""; }; + F5A5CA975805264C0E23A13C66E6ED3F /* json_token.c */ = {isa = PBXFileReference; includeInIndex = 1; name = json_token.c; path = src/core/lib/security/credentials/jwt/json_token.c; sourceTree = ""; }; + F5B03337DC7865C4BBDE5D2125569829 /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = objectivec/google/protobuf/FieldMask.pbobjc.h; sourceTree = ""; }; + F5B0A462B9F177E735AC37B8E2168DEB /* GRXImmediateWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXImmediateWriter.m; path = "src/objective-c/RxLibrary/GRXImmediateWriter.m"; sourceTree = ""; }; + F5D36ABFC7661454B659E35F8AFE5603 /* endpoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endpoint.h; path = src/core/lib/iomgr/endpoint.h; sourceTree = ""; }; + F621B940F692443305C77FC895BA629D /* x_spki.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x_spki.c; path = crypto/x509/x_spki.c; sourceTree = ""; }; + F62E99A593F8A7EE2A9631EF302E4FA0 /* add.c */ = {isa = PBXFileReference; includeInIndex = 1; name = add.c; path = crypto/bn/add.c; sourceTree = ""; }; + F6485FF3BD76AD99B0D52C40D194D622 /* tls13_client.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tls13_client.c; path = ssl/tls13_client.c; sourceTree = ""; }; + F67BC193C0FDEDBA2D55F403AD50C5C8 /* polyval.c */ = {isa = PBXFileReference; includeInIndex = 1; name = polyval.c; path = crypto/modes/polyval.c; sourceTree = ""; }; + F68D383BE35BEACF07F155FCB21FE469 /* asn1_gen.c */ = {isa = PBXFileReference; includeInIndex = 1; name = asn1_gen.c; path = crypto/x509/asn1_gen.c; sourceTree = ""; }; + F6A92C1DAE073965E3321BCB671D334C /* GTMNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSData+zlib.h"; path = "Foundation/GTMNSData+zlib.h"; sourceTree = ""; }; + F706760DC746F1466C449C1B797E6368 /* GRXWriter+Transformations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRXWriter+Transformations.h"; path = "src/objective-c/RxLibrary/GRXWriter+Transformations.h"; sourceTree = ""; }; + F73D3478B1BDF49EB3E384A264934611 /* json_util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_util.h; path = src/core/lib/security/util/json_util.h; sourceTree = ""; }; + F74A2A303C7AAAA9E8DAC0BB1D3F15AA /* a_sign.c */ = {isa = PBXFileReference; includeInIndex = 1; name = a_sign.c; path = crypto/x509/a_sign.c; sourceTree = ""; }; + F77D4DFDF3D740A85E572CDD65B60A57 /* transport_security_interface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = transport_security_interface.h; path = src/core/tsi/transport_security_interface.h; sourceTree = ""; }; + F7906D555A47E76785545E3DB53401A7 /* GRXBufferedPipe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRXBufferedPipe.m; path = "src/objective-c/RxLibrary/GRXBufferedPipe.m"; sourceTree = ""; }; + F7980CEF376BDD6D5E5330517C0D19D8 /* string.c */ = {isa = PBXFileReference; includeInIndex = 1; name = string.c; path = src/core/lib/support/string.c; sourceTree = ""; }; + F79D504499AE304DFD9A810570CDDD78 /* intrusive_hash_map.c */ = {isa = PBXFileReference; includeInIndex = 1; name = intrusive_hash_map.c; path = src/core/ext/census/intrusive_hash_map.c; sourceTree = ""; }; + F7A0BF3A9DE3F706FDB1B370A0E53281 /* v3_prn.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_prn.c; path = crypto/x509v3/v3_prn.c; sourceTree = ""; }; + F7A2845E61E241927E62448A5C00490B /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = include/openssl/dsa.h; sourceTree = ""; }; + F7A6C13DCD282DDCF51A61DF5151E709 /* cpu-arm-linux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = "cpu-arm-linux.c"; path = "crypto/cpu-arm-linux.c"; sourceTree = ""; }; + F7B5A18B3D087ED3D74A763B97BB0DE2 /* x509_obj.c */ = {isa = PBXFileReference; includeInIndex = 1; name = x509_obj.c; path = crypto/x509/x509_obj.c; sourceTree = ""; }; + F83CB855331261E9EFA1D56CCE2B70A0 /* version_edit.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = version_edit.cc; path = db/version_edit.cc; sourceTree = ""; }; + F83F6CA2EF06623F32DC76A3A5298E81 /* GRPCCall+Tests.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GRPCCall+Tests.h"; path = "src/objective-c/GRPCClient/GRPCCall+Tests.h"; sourceTree = ""; }; + F8682AF241DF3EA3879872AD4B585699 /* client_channel_plugin.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_channel_plugin.c; path = src/core/ext/filters/client_channel/client_channel_plugin.c; sourceTree = ""; }; + F9045DFE40CFF466C99C0DDC1222AF9C /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField_PackagePrivate.h; path = objectivec/GPBUnknownField_PackagePrivate.h; sourceTree = ""; }; + F92139651289AF6431E9ED2E668830F0 /* parse_address.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = parse_address.h; path = src/core/ext/filters/client_channel/parse_address.h; sourceTree = ""; }; + F927EDCE5DB95992FFEE531A32CA3B2B /* thd.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thd.c; path = src/core/lib/support/thd.c; sourceTree = ""; }; + F94901CC24D2DB62040FA45C3ED09AB6 /* completion_queue_factory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = completion_queue_factory.h; path = src/core/lib/surface/completion_queue_factory.h; sourceTree = ""; }; + F98B754E703B44E2402C3A1278A8EDC8 /* v3_alt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_alt.c; path = crypto/x509v3/v3_alt.c; sourceTree = ""; }; + F9B844BB5BE722C4FADB918100F1A60B /* v3_purp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_purp.c; path = crypto/x509v3/v3_purp.c; sourceTree = ""; }; + F9B912E964B1F8C2818FFC01DA778B57 /* deadline_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; name = deadline_filter.c; path = src/core/ext/filters/deadline/deadline_filter.c; sourceTree = ""; }; + F9EF76A1DA851BF1F4037EAF1A26B8B3 /* google_default_credentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = google_default_credentials.h; path = src/core/lib/security/credentials/google_default/google_default_credentials.h; sourceTree = ""; }; + FA178BE5287B75F0CD0602E794B03796 /* tmpfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tmpfile.h; path = src/core/lib/support/tmpfile.h; sourceTree = ""; }; + FA595CAA526E37698443FF0B813C1087 /* t_req.c */ = {isa = PBXFileReference; includeInIndex = 1; name = t_req.c; path = crypto/x509/t_req.c; sourceTree = ""; }; + FA81F143D20C32BE5C22DEFB2691F25E /* channel_stack_builder.c */ = {isa = PBXFileReference; includeInIndex = 1; name = channel_stack_builder.c; path = src/core/lib/channel/channel_stack_builder.c; sourceTree = ""; }; + FAECE9D2FFED7CF65D695A0244ED38CA /* GPBMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBMessage.m; path = objectivec/GPBMessage.m; sourceTree = ""; }; + FB0F2070FFC745F86C3EAB729CE3038B /* ev_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ev_windows.c; path = src/core/lib/iomgr/ev_windows.c; sourceTree = ""; }; + FB5DA8AFDD14E90E896E23EF3A5BA563 /* bdp_estimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bdp_estimator.h; path = src/core/lib/transport/bdp_estimator.h; sourceTree = ""; }; + FBCE6D4674A8E4EAF839BCDE31DFD983 /* hpack_encoder.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hpack_encoder.c; path = src/core/ext/transport/chttp2/transport/hpack_encoder.c; sourceTree = ""; }; + FC51914E10807B5306AE95DF9DB1542F /* err_data.c */ = {isa = PBXFileReference; includeInIndex = 1; path = err_data.c; sourceTree = ""; }; + FC962F80282693F78B82C8C5788F31CD /* load_reporting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = load_reporting.h; path = include/grpc/load_reporting.h; sourceTree = ""; }; + FCA6744FDA649EDBBBE6C7F349C3D486 /* iterator_wrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iterator_wrapper.h; path = table/iterator_wrapper.h; sourceTree = ""; }; + FD07C8DBD66F4D226CDF07414747B388 /* obj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj.h; path = include/openssl/obj.h; sourceTree = ""; }; + FD1156E753E0B936F8D2FC1E6071B9D1 /* atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = atomic.h; path = src/core/lib/support/atomic.h; sourceTree = ""; }; + FD1785CD03F4EA3AFB739B0236CD1983 /* tcp_posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tcp_posix.h; path = src/core/lib/iomgr/tcp_posix.h; sourceTree = ""; }; + FD1AFDE0C8EA53AF46B4EFB8235AA2D9 /* avl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = avl.c; path = src/core/lib/support/avl.c; sourceTree = ""; }; + FD24C4204688AB880441E3C4AB4DB29E /* Duration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = objectivec/google/protobuf/Duration.pbobjc.h; sourceTree = ""; }; + FD94868318F1CA35C86E99CC92E1D0B3 /* thread_win.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_win.c; path = crypto/thread_win.c; sourceTree = ""; }; + FE1E587AA3AD7EE266B86D5F7BCD4033 /* GTMDebugSelectorValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugSelectorValidation.h; path = DebugUtils/GTMDebugSelectorValidation.h; sourceTree = ""; }; + FE257012D4F2F2DEAA89AFF9E34A1147 /* filter_policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filter_policy.h; path = include/leveldb/filter_policy.h; sourceTree = ""; }; + FE5358712CB7CAA70F8CF2B5B90D3E21 /* v3_pci.c */ = {isa = PBXFileReference; includeInIndex = 1; name = v3_pci.c; path = crypto/x509v3/v3_pci.c; sourceTree = ""; }; + FE908CFCF11D0CA21C7E1BD4AEC0AFC1 /* secure_channel_create.c */ = {isa = PBXFileReference; includeInIndex = 1; name = secure_channel_create.c; path = src/core/ext/transport/chttp2/client/secure/secure_channel_create.c; sourceTree = ""; }; + FE9997DB94D734487BA6DDC137AAA05A /* error_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = error_utils.h; path = src/core/lib/transport/error_utils.h; sourceTree = ""; }; + FF00ADB59080D823052C19080B62ABA0 /* GRPCOpBatchLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GRPCOpBatchLog.m; path = "src/objective-c/GRPCClient/private/GRPCOpBatchLog.m"; sourceTree = ""; }; + FF4009819572B7AEAA891844659FEAAF /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCoreDiagnostics.framework; path = Frameworks/FirebaseCoreDiagnostics.framework; sourceTree = ""; }; + FF5C6DEE8AF86F87FD4C44AE381A75AC /* Protobuf-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Protobuf-dummy.m"; sourceTree = ""; }; + FF63054DEAF1F4BBB1FC00D3526C2E8F /* string_util_windows.c */ = {isa = PBXFileReference; includeInIndex = 1; name = string_util_windows.c; path = src/core/lib/support/string_util_windows.c; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 021EC693353D8A5E9127D7A6A2A9F47F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F415B81EF7C7959055B00FF24E036054 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 102D29B486A219865937F949FEBA80EE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 201E00AF692EEED9CF439777D25CA3D8 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 10AFA553144F5990253DCAD744A00060 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A3C581F26C603CAA0F26FAE8CC7F8DE4 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 250C92015B6EDE99794950DF19FFBF81 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 46C5DF21FDEB73F05647536EDE486D50 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 29B243A693B5EE1CE8F7902131C76DA1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3069C798B22A88CF85B7DF302D60F71A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 863F0BDA698ED4E2EA63E653274EE2E9 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5BE18002E8A23C624FA15312F88735D7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -292,170 +2828,1049 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 736872D0F6BFBDB3F36ED73405DE4E29 /* Frameworks */ = { + 83D4DE5C547673DFF48B87EECD6FAAB5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 087B8815B0FB7A037EDA388E65957A96 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D2BE8CE5663DF1EA1CF1CC5269C6067 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C9F3C20808CA9AD5C931B60A1D0FA461 /* Foundation.framework in Frameworks */, + 2089C7C2B78C35F067C3C93170D7F7B4 /* Security.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BB2B62FA7E6FC9A13410382A88026665 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AE40968E45EB75088481466E4E7671A3 /* Foundation.framework in Frameworks */, + 942E9F9D14E5F0458A74A95227B6A6B0 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 94EB8A8937D61E8CED1F3C819230AE4D /* Frameworks */ = { + E468DEE3816A9E9ED082166AC0F3EAAB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F2A71EFF37214BF8F060F8710E7358A8 /* Foundation.framework in Frameworks */, + CCD6DFBDC2C48307C8F478D690D4BD6A /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B68BEDA0C89DAD4E2CDACB25FB93AD04 /* Frameworks */ = { + E5050449F0186CA41769F2CB1D35242A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 98621F723121B044E50B2855085D7903 /* Foundation.framework in Frameworks */, + 045669F013BA5F64690A24405D1FA7C5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 1445C597EAD06F242BD3600EE2C2404D /* encode */ = { + 02A986817B95F0DC17D40B12FDAF64FC /* NSData+zlib */ = { isa = PBXGroup; children = ( + F6A92C1DAE073965E3321BCB671D334C /* GTMNSData+zlib.h */, + DB28E99936ABFB0599D17202FCA3A126 /* GTMNSData+zlib.m */, ); - name = encode; + name = "NSData+zlib"; sourceTree = ""; }; - 1DF5DC688F03B90AF71F92A41391FE53 /* Firebase */ = { + 06E0C2DA661E245E36D21E478C8DFBF1 /* leveldb-library */ = { isa = PBXGroup; children = ( - 682E897EE3A37D093C015A374F10DE51 /* Core */, + 1578ADAD0A5D9F6C0C7B27CBE29EC3F0 /* arena.cc */, + A4D47B034A7F9E8691066D54D7710A76 /* arena.h */, + 9BFB1142DF140BF6FF928246E9538EF0 /* atomic_pointer.h */, + 39B7E91E1E0C8ED5689A6A615A9F7853 /* block.cc */, + 16ED3750AC79264CFDBE808E8855E238 /* block.h */, + D51928DF8B1613735F377AD924734977 /* block_builder.cc */, + F2ECCE6FDC34FF204FD1C2C9FE64A114 /* block_builder.h */, + A3D35066631C75A3EABCAB4E21AFDB74 /* bloom.cc */, + 272DD350DE2CAE7785D1E55AB5F2568A /* builder.cc */, + 35221E1061E9CF3D36D4A090CC3125E0 /* builder.h */, + 4DE85670FBB37DA90226CF1DA38B5046 /* c.cc */, + C96E0CC773E03266D2AB24D6ED97F3D4 /* c.h */, + 40B9CD33CAABF4C65AC76C6E6EA3413B /* cache.cc */, + 6301B997F28905F2E4D0117F61D4BF6D /* cache.h */, + 2DF6AFA92907F10FE158124FE0953DB4 /* coding.cc */, + F05915271746819580F6B91AAD37E050 /* coding.h */, + E278D2966CA85E830F63904A34CD0FD3 /* comparator.cc */, + 5E43A438374E4878EED8FB17283BD890 /* comparator.h */, + A0D223A0A649213613C0F31BA8516CA9 /* crc32c.cc */, + 7D18D4A9F734675184331C9AF066F62F /* crc32c.h */, + BB6D4C42AA5A2A185C480D4148202F7E /* db.h */, + 713C95D3D945F623F9D61FE1E7C547F5 /* db_impl.cc */, + A93D9131E15DEB99B39BC5D982A497D7 /* db_impl.h */, + 5C4FAE59BB7B10D99C6AEE3942D244DA /* db_iter.cc */, + CD6FD6AC06CA52CC40A3FD52F210297F /* db_iter.h */, + 183E4EFECDD5D522BF903BD09C7FBA38 /* dbformat.cc */, + A7C488BED63668904CF7680CD97B08C2 /* dbformat.h */, + 55F60F75B1B3CE18135ED85AFF4CA5FC /* dumpfile.cc */, + A820FF3D3C8D081198B0C0171E89568A /* dumpfile.h */, + BA31AFD2E6D4C1A5D7892274C94D926F /* env.cc */, + 6565C6BDBBFE011C47E3B65AE392E4B8 /* env.h */, + 2F42595816A504AB16A71C6716471DB0 /* env_posix.cc */, + 6EBB020E689460AA8E2B31D917F973C9 /* env_posix_test_helper.h */, + 9AA8958910E281694BEC17735DA41E63 /* filename.cc */, + ECC5336B129D357DDA4BEBEAEF7295ED /* filename.h */, + E3D33A6BA0F27225E2D2F4AE08A9EF10 /* filter_block.cc */, + 9A37C19A3A147180B8099F17925338A4 /* filter_block.h */, + E8271C8A3C642703491FC9EDB2C8D161 /* filter_policy.cc */, + FE257012D4F2F2DEAA89AFF9E34A1147 /* filter_policy.h */, + 2E1FC897FB43F5E8A877A881845B5A8B /* format.cc */, + 3CDAA104969585EAB48CB23F59C6E6A9 /* format.h */, + 9B28EA72FC508186575DC914B25258B6 /* hash.cc */, + AD586184A53DDFC243F7BD329032E806 /* hash.h */, + 14AF47A4CF71ABB34187533A27B4A079 /* histogram.cc */, + 13AF0A78A15393C0A9DF02ED42F3781E /* histogram.h */, + 55D1EA396B8131D2287E02D166BCEA97 /* iterator.cc */, + 0D34D4318A640D0A839390DE49449DDF /* iterator.h */, + FCA6744FDA649EDBBBE6C7F349C3D486 /* iterator_wrapper.h */, + 62484775EE7BBDE1B7FB85194A3157C7 /* log_format.h */, + 0D35627227700E7F2735BA70C5FEAD9B /* log_reader.cc */, + 8C7929C469E3E0F8D4BD65756F33480C /* log_reader.h */, + B6098912C54AC0BDFF29C4C66A4C25EB /* log_writer.cc */, + 3B5AABBA91DB6B17FD557A5B8AEAA802 /* log_writer.h */, + 4A6AE28D33D2EFEF0D8604CE7D0B21F0 /* logging.cc */, + BEBC2A9E7F1893386A0F735F84394D30 /* logging.h */, + 4BF007C2467AC2E3A5CE1C1719EF54BF /* memtable.cc */, + 45770B597C6FC52A67E3DE2336F59C78 /* memtable.h */, + E664A4A3F449EDE294DF9D6C33D4C2B2 /* merger.cc */, + 7A0EB7C5372F53A09456F97635F4EB3C /* merger.h */, + B8D29B4B0D5465391C7134DCD89D45CF /* mutexlock.h */, + 966D66E749E86BE45691E6D7A5035A53 /* options.cc */, + C746E89F59D201F9E6E20A6FEF6D82D9 /* options.h */, + B29062EB6A35B4CE8E003262FC705510 /* port.h */, + 0599AAD0FABD34C208D34DEAD045FF2D /* port_example.h */, + B23134AC4E28BAE5A609ED35432420F4 /* port_posix.cc */, + C145305F89AA5BAE5233FA45084E3F5A /* port_posix.h */, + CD35F22E1E3CE3326FF429DB9FF6741A /* port_posix_sse.cc */, + 14236B3D6735724E2C0F932BE87B8DEF /* posix_logger.h */, + 2242A6720B0878D1F152E61FDC119CA6 /* random.h */, + C0E7FD0891330642B7A1C913D2F0879B /* repair.cc */, + B696DC3481072C2AC5233876517100B7 /* skiplist.h */, + E8437529EB0812F360752E09D4BF3C33 /* slice.h */, + CB8DEC1BED755D3F31CF674CC2898F8F /* snapshot.h */, + 3458B64AA7899E0B2310826E6FC713BB /* status.cc */, + A2152D46DA8F5B0CF2BD6BDD81DC36A5 /* status.h */, + 9AB18274667F2456CA7AA6C89A65DBE0 /* table.cc */, + 2266D058CD57845DC45B0D7BBBD11B55 /* table.h */, + BF4625A253AC81B7091418D40DB57F39 /* table_builder.cc */, + 984AFDD67519D41C986469772B485807 /* table_builder.h */, + 19EDA4E55AE6545E17DA314CBDAE4159 /* table_cache.cc */, + CF52FCE0AB748EA8E9C72D7BFD121A01 /* table_cache.h */, + C490FAFD72F9D6951590D6DE1F1A8A0F /* testharness.cc */, + 67EB7F83D12400163F4E49ECB810F768 /* testharness.h */, + 9DE0A7C8BC160AD3F839F3949CE7EFA2 /* testutil.cc */, + D3ED97F478968759354024615D626DB1 /* testutil.h */, + 70255F8A43FA807C10CAFE62EC14B798 /* thread_annotations.h */, + CDE309033CC1AD480E00F28FD8D7F86A /* two_level_iterator.cc */, + 57C72E9039F223A76BFAF1FF167AD150 /* two_level_iterator.h */, + F83CB855331261E9EFA1D56CCE2B70A0 /* version_edit.cc */, + F56AA4B9AE125DD2674FBF8BFC6A1710 /* version_edit.h */, + E996D506FC10280F74B6F7C60E3D9A3F /* version_set.cc */, + EADAB69C9DE5DB238127DA740F4B8B71 /* version_set.h */, + 7BB07ED7D510BFBB89C3DB1E57BE60A1 /* write_batch.cc */, + 6F5D92CE94B62F9534E854DF6D322264 /* write_batch.h */, + BD1BBFC055EF42B188B1E5A4E7BB056B /* write_batch_internal.h */, + F0AAF247DA8F2D8AF4CB094DCA804199 /* Support Files */, ); - name = Firebase; - path = Firebase; + name = "leveldb-library"; + path = "leveldb-library"; sourceTree = ""; }; - 2287AB4CD1D3B12DE14F59C2FEE5974A /* FirebaseInstanceID */ = { + 1DD98B77057AE87B4EECB8C052AA35B3 /* FirebaseInstanceID */ = { isa = PBXGroup; children = ( - 5852112B86C7AA38D09831824DC26639 /* Frameworks */, + 74A3A955BAB928D88455B77B7E552B74 /* Frameworks */, ); name = FirebaseInstanceID; path = FirebaseInstanceID; sourceTree = ""; }; - 2A12EB2C446250BB2D73AC3C3BCA7D0C /* GoogleToolboxForMac */ = { + 21E271EF47007920D06BFB338F1077C4 /* Implementation */ = { isa = PBXGroup; children = ( - 66AAC939DF7FB9AD7678C5837798287C /* Defines */, - 3701AEC0A16EDA75DC58A95573F2EB9A /* NSData+zlib */, - C0ECD357BF3A9A6804E06CD8FF7CF81F /* Support Files */, + 24FEE149AF407C00A2DCEDBB35B99269 /* aggregation.h */, + 9B58352A80EA117321249D5BB3B0C498 /* alarm.c */, + 6DDE62EAA7FCE3E5B5939BDF969EA152 /* alarm_internal.h */, + 6251B3221141E075C621AAFF59B81D57 /* algorithm_metadata.h */, + 4BAC5F2E50245B4D686B775B73E88B2F /* alloc.c */, + 7B201ADB745CBB696A01FF3139A3FBEC /* alpn.c */, + 24E224499B4EFD2F8E7C873E10A9AD49 /* alpn.h */, + 4BBE76684FA73C22792B75EBD71B2535 /* api_trace.c */, + 1C381F15EF45389BEB73E9E5C90C7FBA /* api_trace.h */, + 77C6D60CB83A22EF2B14F717ACFD9158 /* arena.c */, + CB154CCE77C4723BFF73061ACE8D599D /* arena.h */, + 8EF6FA0D20591E8321B2548662D8E9C1 /* atm.c */, + FD1156E753E0B936F8D2FC1E6071B9D1 /* atomic.h */, + 01F48D76362956F7DF20901029DCF838 /* atomic_with_atm.h */, + 533D4C1DE924ED5AF50E4A9384F26F96 /* atomic_with_std.h */, + 71610B173616A115557197EBEE0179BE /* auth_filters.h */, + FD1AFDE0C8EA53AF46B4EFB8235AA2D9 /* avl.c */, + 9F94E8F64CB20FF384C229DBCC1B3D65 /* b64.c */, + 32055EFA3DBDCF2204C7CDF47B15982A /* b64.h */, + 5BC24F8A781D8EF0DC3AA0971BFE467A /* backoff.c */, + 157BC0FE46CB331EA206B00B2FEA5BD6 /* backoff.h */, + A9CA9759189D4087CDA22D89B72AB25A /* base_resources.c */, + 5699E0BC6A2EBA11C5E2D86C1000B20E /* base_resources.h */, + 38516E65768FE22A3C555B58DDDD6DE0 /* basic_timers.c */, + 90E2B15DF416F5C868DDB7A00595A976 /* bdp_estimator.c */, + FB5DA8AFDD14E90E896E23EF3A5BA563 /* bdp_estimator.h */, + 81E7E5A036E9B3BA27B47FFE5618E08D /* bin_decoder.c */, + E0E855F8A9C8366C83DFCB978B666FEE /* bin_decoder.h */, + AB71AE14EED1DDE9B347181F33CEFF99 /* bin_encoder.c */, + 947E788C61A8DDC2ECC5B76A37564DAD /* bin_encoder.h */, + 4ABD77F1D34B730F29CB8543919F7751 /* block_annotate.h */, + D18031816E0E2A62E28176CF058232D3 /* byte_buffer.c */, + 6A72F9E47D6D321BE5BD298FF7536CEA /* byte_buffer_reader.c */, + C8E5A1905AEF83A59452B677FA135AC2 /* byte_stream.c */, + 833D46BC9544806AD28B49807C7FB28D /* byte_stream.h */, + D55DA69B95CBCA31BAF5A33140382AB3 /* call.c */, + F4953B4867CDE073A418B6EB844B54D5 /* call.h */, + 446ED560952EB5DCF41AFB357900DB73 /* call_combiner.c */, + 6DCB315D7B972E0A2B8A4219C35E72C1 /* call_combiner.h */, + 9C9434265493AECCE46885B17590E27F /* call_details.c */, + DFD58502D0B6AF7C85D977DC9D86A626 /* call_log_batch.c */, + 3FD95F113DF4B1AA1DE78B0A1426FEE7 /* call_test_only.h */, + 10900FD74EDC587A65F6ABD861981D0B /* census.pb.c */, + B3E1DA2382830B10035EAC58E3535013 /* census.pb.h */, + D4775188D9FA07CAFE4E311E0943BCF7 /* census_interface.h */, + 747EADC4F3F4B094FB52689BEDDAEFC1 /* census_rpc_stats.h */, + 736590E2A621BDF77473CF08486FD2C5 /* channel.c */, + 4BE3D631ECB9DED9B38E8F55CF422BAC /* channel.h */, + C6731AC7D3EB677ADB6755477B70A435 /* channel_args.c */, + 2265A29CCD2C661A072F30FC27C611C6 /* channel_args.h */, + 99C549FC6A85A94B262355789E3D32A5 /* channel_connectivity.c */, + 8AAB8644D154B800CC20536FEBF4E4DD /* channel_create.c */, + 9F8F2B6AB2013B4DE6D9F4F16F6299A7 /* channel_create_posix.c */, + DC1ABA5AD4C715D7D027C6B80AB18293 /* channel_init.c */, + E8BC6C45EAAF4C8AD057FE198AA63E3E /* channel_init.h */, + 3F4F63C3F2463D4C2190ECCAC1C3DBCE /* channel_ping.c */, + 137D54FDA933FC5F0082F6AB28F2597B /* channel_stack.c */, + 8680E0AC04FADAC9959FB74283893838 /* channel_stack.h */, + FA81F143D20C32BE5C22DEFB2691F25E /* channel_stack_builder.c */, + CC8CCD0505E075F57A825AFD50198233 /* channel_stack_builder.h */, + 0D35F67AB89FF46897D81DFA13022FF3 /* channel_stack_type.c */, + 0B2E5D58EAB0B964C087615AF39D8F4C /* channel_stack_type.h */, + CD2927AC61B7E42BEA71A18A2F03C976 /* chttp2_connector.c */, + 168C1E645F65A8EFF1B4A793150CD410 /* chttp2_connector.h */, + DDA16DD2CE64F2A8FE0C79619A0C2A44 /* chttp2_plugin.c */, + 46155BB3BCB074B821A3CD47E2A2FEEA /* chttp2_server.c */, + 5800C69F513AE597C6E801ECE9E72894 /* chttp2_server.h */, + 58D50A791D4787BE0A1195CBB0F1DF8D /* chttp2_transport.c */, + 9743FF48C7F375C0B516184D2F43AED8 /* chttp2_transport.h */, + 74773ADBC28EF39632E156A06D50B9A4 /* client_auth_filter.c */, + 42F94A3B2C0ECEFD510A0618C83C53C3 /* client_channel.c */, + D4709F4302927D0F36784DFD17341099 /* client_channel.h */, + 20B7D60216063A91A23AD1BBF2B96CBA /* client_channel_factory.c */, + 7B97D1D6472527F317920F531F3FAE33 /* client_channel_factory.h */, + F8682AF241DF3EA3879872AD4B585699 /* client_channel_plugin.c */, + 38D3968C654C30361818994460009559 /* client_load_reporting_filter.c */, + 25347E571A47F72EF3E3E7E350997EDC /* client_load_reporting_filter.h */, + EFB23FD8FB22A60C961FA6822287F087 /* closure.c */, + A21605B0E6867C77BC47C262E378ECA3 /* closure.h */, + 84436BC8EE496B7DAB3B108F9FBAE3F4 /* cmdline.c */, + EB8A21A26F9C6CA304FB7DD5AC60A5F5 /* combiner.c */, + C324B91E21E9660783AEF22EB6FEF473 /* combiner.h */, + 8D93D3DF754111E868DAFAB72860150C /* completion_queue.c */, + A93B6EFCCEA7C99CE96A463924B72F70 /* completion_queue.h */, + 0E6B86FE81C1C5558947DE15D54B465E /* completion_queue_factory.c */, + F94901CC24D2DB62040FA45C3ED09AB6 /* completion_queue_factory.h */, + A8C94FD2C324C81BC774D9C318859431 /* composite_credentials.c */, + 693065D012F8B9CF5890BBB7EFFB1457 /* composite_credentials.h */, + 5A31E58A1DA20C89BFCCAEA88100C51A /* compression.c */, + 52359E5E78A2C722284781ECBF6897C8 /* connected_channel.c */, + AFA246B86C5592BA5EEA7D954BCC7EAA /* connected_channel.h */, + 06A73C272A1CACFA020FDE86AFF986E9 /* connectivity_state.c */, + 3C80BDCD26583C82B8FFB923F7A8A198 /* connectivity_state.h */, + 87606B4A1A94FD2AFF2A6DDE29EF0F6D /* connector.c */, + 23FDD5718239C97B4A9D4D067C1F9FB6 /* connector.h */, + AF6652E3D33931D3D13C8C384245A975 /* context.c */, + 9DB80FF27A9411FB479B7385F3DD4DF4 /* context.h */, + 88924DC70B83834B725ADD8482A32928 /* cpu_iphone.c */, + 7A171B741467B4231145B016C34D5CAC /* cpu_linux.c */, + E25923972EEECEB55A71FD675B3A635B /* cpu_posix.c */, + F35B1A1F0159BF3DB29079D5BA6C8A15 /* cpu_windows.c */, + 94B04418629B32DE23A73B3D77BCF0AC /* credentials.c */, + AC882EF40B521EA22EACACD72A877A6F /* credentials.h */, + D82391780BBF677E981422B3F0CB62C5 /* credentials_generic.c */, + 49B8CF1AC71060E88E170F137D895694 /* credentials_metadata.c */, + F9B912E964B1F8C2818FFC01DA778B57 /* deadline_filter.c */, + C6F14E8008D5285101B0ABCB3AD58378 /* deadline_filter.h */, + D9A9BC85B1E321E053CAF77F74C5DD50 /* dns_resolver.c */, + 62832438AFE52394F7BAD62B2FDD082F /* dns_resolver_ares.c */, + E554729804327CFF9A999B18EE4600D9 /* endpoint.c */, + F5D36ABFC7661454B659E35F8AFE5603 /* endpoint.h */, + B1031B6DAD7DB0BA54AB015F9F8FF57F /* endpoint_pair.h */, + C1C82D5641B0A598C6F412E23512155F /* endpoint_pair_posix.c */, + E9CB13B90A73838A80F2BC00DDB96AFB /* endpoint_pair_uv.c */, + 38FC2BC396B75520CE52E98922B22629 /* endpoint_pair_windows.c */, + A3084B5E158B0A95AA0581A40BAF98B1 /* env.h */, + 186E969D5275E18DB336448FE087DE79 /* env_linux.c */, + F0E0E4425E7364B3C92E6A5248817673 /* env_posix.c */, + 505E03F04DD5B22D003810C776ADBBDF /* env_windows.c */, + 2B7740B1EAA9A17BECE2F979179F0855 /* error.c */, + A720103BC73097A9F54504C3C3C6E25C /* error.h */, + 2D96D1A72CF276263D25953940631524 /* error_internal.h */, + 719AD2D50387E78B1016E8F03C20E3A6 /* error_utils.c */, + FE9997DB94D734487BA6DDC137AAA05A /* error_utils.h */, + DC731254F1301465D627EB8C3DD9D5B0 /* ev_epoll1_linux.c */, + 9EEDFAE224EE854B8F0BCBA932A9C8EF /* ev_epoll1_linux.h */, + D52DEE1FA991B710B63FD42D779FEE51 /* ev_epollex_linux.c */, + 1539EEF8C3422DBED86467C0D4B77E33 /* ev_epollex_linux.h */, + EDE097CDF40731505648A330054DDB05 /* ev_epollsig_linux.c */, + 4C8758B3DAE0571A463C76F538D3817C /* ev_epollsig_linux.h */, + D2C7F5796D8085BCF984AAE5461EEE8B /* ev_poll_posix.c */, + 2940EB4364FF2DFB2585385D23952BF1 /* ev_poll_posix.h */, + A6A668AD56A65B817A47A8E188786DDD /* ev_posix.c */, + 807287BA3D7C26D6CEE2B4D555EFA8BC /* ev_posix.h */, + FB0F2070FFC745F86C3EAB729CE3038B /* ev_windows.c */, + A88C0ACFD01C0334CCAFFD5B991F56C4 /* event_string.c */, + 5BD5B200D55DA6E4FBB480C53711A7A7 /* event_string.h */, + 7C4B4A8342165F6ABB77A9DF4304E0C0 /* exec_ctx.c */, + B9DE96723C29A106AF587DCC0F93D1F2 /* exec_ctx.h */, + 6B8476981DA05B22EECD765DD3B95788 /* executor.c */, + 14E0514DEC1090FEA7DAFD5F8F679C57 /* executor.h */, + 84BE5DE23AE5EDC0128982EC26F80684 /* fake_credentials.c */, + C2422416803BA4D29B61E685142873A8 /* fake_credentials.h */, + 556A7F28A833EE36416A14BCAA73432E /* fake_resolver.c */, + F53240957A9AF183619C2AB2D3EF15EF /* fake_resolver.h */, + 58490604B1FEE67471DEBF0FC21816C2 /* fake_transport_security.c */, + 69A25F9891CEE4D56494F20F0B058BB4 /* fake_transport_security.h */, + BE930A64EFB8C4151699BB5E2654F6A4 /* flow_control.c */, + D058B9539A8A966A11A9C19C76B35CC8 /* fork.c */, + F20699D8E8D88E85828F4C759ABF0EEC /* fork.h */, + C4A0AD305D39CE72FD678E4DCAF04C76 /* fork_posix.c */, + B629A1208627B716894EFFA984CA2146 /* fork_windows.c */, + 8817A565C2CB6687D8540EE1134C8829 /* format_request.c */, + B9EA9B912A84F8FC02C201FC44165481 /* format_request.h */, + 15155B2472D02B655E62339E04768732 /* frame.h */, + E266BD33110A6BD2053718D5BA7E57D2 /* frame_data.c */, + D851520C4C89B21C4C9DF3EC45B691AA /* frame_data.h */, + 543364F6493BCA25879D6E8FAE993A5D /* frame_goaway.c */, + 2AEDDB09AABDC1B0A2F8DBF7D5CD9D1A /* frame_goaway.h */, + 7BC67F2DBC37679EF06CC4AFF526D6E9 /* frame_ping.c */, + 5AC109D2E48F9461DACC95667E5A75C4 /* frame_ping.h */, + DE807BB2DD0B5B040E0191F2CDCE350E /* frame_rst_stream.c */, + 317365511598B562A94C5D202D6DA803 /* frame_rst_stream.h */, + 6A7C634C9A1CB74BCD40285039A779A7 /* frame_settings.c */, + 7D4DFA19CFA0BFA3A7708F759F243D72 /* frame_settings.h */, + 4B56CFE08D00EFAB6EDBFE7125DBAE0E /* frame_window_update.c */, + 167EF637763F45477721B9230A606A91 /* frame_window_update.h */, + C5337A67C403F35CC136569F8B542B12 /* gethostname.h */, + 9C8E8876E3EE34056AAB4927614F1975 /* gethostname_fallback.c */, + C69E2938B475787001754B15F8AA02F0 /* gethostname_host_name_max.c */, + B8693D82AC7A1BBE9D78ABCBA42310C5 /* gethostname_sysconf.c */, + E093FF6868D82B87213E4A5513D06969 /* google_default_credentials.c */, + F9EF76A1DA851BF1F4037EAF1A26B8B3 /* google_default_credentials.h */, + 58A6CF52524D047FF76B828620B2F7BE /* grpc_ares_ev_driver.h */, + 9FE0941A4F3B06D3E2C4F1450EB23A6D /* grpc_ares_ev_driver_posix.c */, + 309883A88D5EC70FCFEEC970F3595F31 /* grpc_ares_wrapper.c */, + 1695EA877F2234A100E0621E98599F54 /* grpc_ares_wrapper.h */, + 3F66F24904AA83FB572EEC746D1373D1 /* grpc_ares_wrapper_fallback.c */, + 13A2FF80F2AEF9E823A7F9BCF4CB2ECE /* grpc_context.c */, + 9376D3921CA08E4215B81FE0427E7D70 /* grpc_filter.c */, + CBCC692D3D535DCF47483DAD78F42F11 /* grpc_filter.h */, + 2FF4BB940718C4BC6EB45F54C4BE6811 /* grpc_plugin.c */, + 34CC196501265D2063B0B97262E5D178 /* grpc_plugin_registry.c */, + 3FD99B1541E6144656BAF019F9747345 /* grpclb.c */, + AD1009643AFBEDE1A02BE1B093D46190 /* grpclb.h */, + C638F8106C133FA48C8D16EB26584750 /* grpclb_channel.h */, + 7E00C38AAC5C2622C048051B07B711F4 /* grpclb_channel_secure.c */, + 778E2C67289BE6C29517C8F5F26F9517 /* grpclb_client_stats.c */, + 3B78D177E73792A72D010D348A9A7734 /* grpclb_client_stats.h */, + 861D87972228F4903F4854091C4569B2 /* gts_transport_security.c */, + 0CBAC9B765BB02F86189694E9BAEDBCD /* gts_transport_security.h */, + DBF38607A834FA4F8F61196F9B127FC4 /* handshaker.c */, + 42909C74B24558C63A85F382DC1B0CDB /* handshaker.h */, + 9C5ECC4E9890E6830B42BC89DE85846D /* handshaker_factory.c */, + 939E8D3D4674571DAE92123AE99B861D /* handshaker_factory.h */, + C366E482D1C7462F1874FC515D9240B6 /* handshaker_registry.c */, + CA41D1719C8D905E6E5F616E3E196A0A /* handshaker_registry.h */, + 0C879DD1AB5A67CCF70001721A20AE52 /* histogram.c */, + AE4E4494CC2937387DC297F83ABBDFDB /* host_port.c */, + FBCE6D4674A8E4EAF839BCDE31DFD983 /* hpack_encoder.c */, + 1D9501992516D0F0C7D1A593FEB74961 /* hpack_encoder.h */, + 82669E7C9BBACBD6B1649A1DD07CB415 /* hpack_parser.c */, + 9A8266B2EC9107754721208808007A14 /* hpack_parser.h */, + 68305397BF4A2B058B1898AC3932FBC9 /* hpack_table.c */, + 412E7732E33BE796E0A1BBA52348C8D1 /* hpack_table.h */, + DD9D474D790AD5BBA9607AC01DF918AF /* http2_errors.h */, + D06DE87CC72A327564022D06D2A90626 /* http2_settings.c */, + 22252D843FB82064A28C071617FA4DEB /* http2_settings.h */, + 56690F885A9142AACAED2533981DCA39 /* http_client_filter.c */, + 69FF89E324D4C8FD3CF7930EBAD216A9 /* http_client_filter.h */, + 1BB6F09ED6CA92682A4DCC1C000D4387 /* http_connect_handshaker.c */, + A69ACD2421C61AC38FE0F9D7897B913B /* http_connect_handshaker.h */, + 3535D32BBA7E1A293C6E3CBD8A08F3F7 /* http_filters_plugin.c */, + 00D5AF59FF624045BCE35F9227B30AAD /* http_proxy.c */, + B0DE6B2F337F49CC155379426FBD0868 /* http_proxy.h */, + A11482C526F45CB824FFF15EC86632DF /* http_server_filter.c */, + CDD9B605363B81AEC4DAC668DA122C81 /* http_server_filter.h */, + EB33E9C3364A220C51C5034DE9CE214B /* httpcli.c */, + 232E50E30675343A8CE7477626BC09D5 /* httpcli.h */, + E155F4BEF7BC968B2FE370A87BB75E74 /* httpcli_security_connector.c */, + 8E3FBE4BF38150CB9CBED3F2819A3F22 /* huffsyms.c */, + 58CE7A98438E710916A9FA577ADF2941 /* huffsyms.h */, + 3A83FE3FAF09159504B1710B6F6985F2 /* iam_credentials.c */, + 64E88A1B43B394CD5E9A7B2C6BD596CA /* iam_credentials.h */, + 6680C76E8CAC5EF0FC81139D3C94A2B5 /* incoming_metadata.c */, + 3A1AD29F7249A99CF4C9179477D365E4 /* incoming_metadata.h */, + C153A5B9A8C6603C1FA4B1EB398DD728 /* init.c */, + A37F230AF23403AB4CC40BF8D98AE884 /* init.h */, + 39FAFDD5C5EAD0E76FF48A554DB0505E /* init_secure.c */, + 5FA0C4A829DBB165EB65A1FE2EBDB778 /* initialize.c */, + E1B08E5DD957262858734BFB387F176F /* inproc_plugin.c */, + 3DC6E3081BECC974EE9E3E50761BBFC7 /* inproc_transport.c */, + F4614BFFECB29A891F3136D05D4C9FCF /* inproc_transport.h */, + 671B4530305FF20E7AD27F90AC927C11 /* internal.h */, + F79D504499AE304DFD9A810570CDDD78 /* intrusive_hash_map.c */, + C81B162B0BCC5AFE2B8A00FBEA820513 /* intrusive_hash_map.h */, + 91DAEE3D7B70C3BC2A3F5B0CEC9089FE /* intrusive_hash_map_internal.h */, + 8984D5B0147B1440EFEB83DC6BD8580C /* iocp_windows.c */, + 7732DB945288A4E626D56524CA9B1BFC /* iocp_windows.h */, + 4240978637EA68C3DA390F4180782DD0 /* iomgr.c */, + 20EBADF5CEC4B8EEAAE88612B97EA398 /* iomgr.h */, + 19E0710C50E1717A27B3E8BC5BF38A9C /* iomgr_internal.h */, + C9A767136747B88B2911B5D62854D329 /* iomgr_posix.c */, + 538D8E96D5CB1B0FD6F0F5EFF9BD4961 /* iomgr_posix.h */, + C58B4BAFEA20319AB6C1BBDF5EBB91E7 /* iomgr_uv.c */, + 0B88EB78650B20A87317CF13387BB849 /* iomgr_uv.h */, + CE7BD22E0EDF9F1D9331850BC3BE6A98 /* iomgr_windows.c */, + D0ADEF56CD52808BF29BC24E391D9BF4 /* is_epollexclusive_available.c */, + 519481C99367DB1811F13117AD0F035E /* is_epollexclusive_available.h */, + E417E10FBBFEE4BE1AD3B7FF8B8806D5 /* json.c */, + 6F0AC0FF2B048D2D64A07CB240A4563F /* json.h */, + 778245116C62561257D57797718D5533 /* json_common.h */, + 7C31D87F41699C567394C468C4642FC4 /* json_reader.c */, + 27DDAD257108F4CBB4B5079CCB36362A /* json_reader.h */, + D517525F5BD4408A6FB61B58F8820890 /* json_string.c */, + F5A5CA975805264C0E23A13C66E6ED3F /* json_token.c */, + 1CF2682BC49F3803819F64B44943F5CE /* json_token.h */, + 98347545ED4543730460ED4A14CBE459 /* json_util.c */, + F73D3478B1BDF49EB3E384A264934611 /* json_util.h */, + 3E604E7031E0C710137D1DA88AFB5E2A /* json_writer.c */, + 08775936A3C546639E334F40441116CA /* json_writer.h */, + D4646448520F59A90C2CB09A6E9088CB /* jwt_credentials.c */, + 5D66EC5FCAFC660FC586480660FD5D91 /* jwt_credentials.h */, + 9EC15E970EC5251584C6DF9F3534C2B8 /* jwt_verifier.c */, + DE499280161E0990C0E2FFD98FDF1A7F /* jwt_verifier.h */, + 1F83A751620A790BAF71A52B1CB06150 /* lame_client.cc */, + 550355ADF40156A31874E3A9043A94B4 /* lame_client.h */, + F2AA53260B46682300AFD8E1FA510D91 /* lb_policy.c */, + 2E621A1A524D6462156D615A62FC1636 /* lb_policy.h */, + 712AABCC6EFCE75ADDCBCED4D90A1EA4 /* lb_policy_factory.c */, + BB21CC8C7966E7E9651B7DEF04C8680D /* lb_policy_factory.h */, + CD55CCD395BA2555C019C1283F6AD557 /* lb_policy_registry.c */, + DDC2F955A81F71240C619342DE5DFAD8 /* lb_policy_registry.h */, + 3A8AE339A7332C45A5F1DC2346E6CBF8 /* lb_targets_info.c */, + 99418796DEDD66675794248ED3138CDF /* lb_targets_info.h */, + 790D4139D7508E4633209A46FA3062CD /* load_balancer.pb.c */, + 3BFABBA2A9A53D1E827BBDCB7F49BBB8 /* load_balancer.pb.h */, + 32476504AF003B1D5B288BDB3C0E9A48 /* load_balancer_api.c */, + 3FF74909E15137E509B2C794F7DA4892 /* load_balancer_api.h */, + 6A7AFD4428F4D0A1B2E47390FDD69249 /* load_file.c */, + EF33DEFE63E3534361F34D132C577625 /* load_file.h */, + CC33AA99541B2620C50254716158916A /* lockfree_event.c */, + 14280E998C4C1544AD6CA0CF79FC04A4 /* lockfree_event.h */, + 12DECBDBF846D265FB7E40B6F30EAC12 /* log.c */, + 37505A35B5E940959943F38BEC6C2342 /* log_android.c */, + EA0500E051B64071D877C32EC7221F30 /* log_linux.c */, + 8F5A449434D239A4832DC461A2B0B28B /* log_posix.c */, + 047D136A0A1A8581503704508BBC648D /* log_windows.c */, + 571FBAC7BA2141BE5CEA91824E97209A /* max_age_filter.c */, + D3331C9EE3D28E07E6253190F5C600E4 /* max_age_filter.h */, + 3CDF764186B9B4D0874B0A661E81C6BA /* memory.h */, + 86EC04B2805F1D5C76FE24FC71BF783A /* message_compress.c */, + C0814C49F800FF000B046EAB451BABC5 /* message_compress.h */, + 1576505DEB3C7324E003FCB8AD490206 /* message_compress_filter.c */, + C6D74BA5226A49FB561C77182FAF365E /* message_compress_filter.h */, + 3D0E0119ECF2F2E83E85E6F0C02641B8 /* message_size_filter.c */, + 1C2D32018134E59BD8C86DFA13A93A1D /* message_size_filter.h */, + B96F5F471AEDAF3AC5D4D9EF518A666F /* metadata.c */, + 13DE0A2D42B54532D63114EDC7DE1D49 /* metadata.h */, + E9AD4F1788BC19AC3406698BC69B07F5 /* metadata_array.c */, + 8332F989CCFE20F7E96C7DD353EC7EFF /* metadata_batch.c */, + 1C6DE376C89C819B1675C82D02F1691C /* metadata_batch.h */, + 4F8F30566310D75818E3E36740494184 /* mlog.c */, + A40A2EDB252A39143B41AD7AA2F31BC8 /* mlog.h */, + 82111B7933C6EC95ED7C311DBBEFCE89 /* mpscq.c */, + 0DF4AB0192B0FD86672D9DD1CA09B420 /* mpscq.h */, + A46736AB2EA75497FD166B926F11751B /* murmur_hash.c */, + 5653363137E6B6130FE5B8228F1E2169 /* murmur_hash.h */, + D8F8644B90D8238E2549FD1F0BE9EA51 /* nameser.h */, + B1E76EDCE24CDA2F2CEB2E4416703BC1 /* network_status_tracker.c */, + A34F1D3DBDA96612EC5FB8BE34353E6E /* network_status_tracker.h */, + 459B7275C00AF74DE37BE8FD94B09D05 /* oauth2_credentials.c */, + A5B0AA563236828E1ADD8B258780E63A /* oauth2_credentials.h */, + 5C52D0E94128A5CE0DB422CBB7CABA18 /* operation.c */, + EF84DDBBB1211C0421C49DA4CC09806B /* parse_address.c */, + F92139651289AF6431E9ED2E668830F0 /* parse_address.h */, + 4A2216EFC1F47FD69407D656425337D9 /* parser.c */, + 643E0D6D3A6D102A5289F46A651B2F0D /* parser.h */, + F34C5E11C6E1A9E312B15D5C1C2478B3 /* parsing.c */, + 3148B7CE6EC626B8118CAD1C5C782AC7 /* percent_encoding.c */, + E85F2ADE3D3834E01C0CA9EE18ECB5A9 /* percent_encoding.h */, + CF0FC17565C92B3B8D44F9E05B6879BC /* pick_first.c */, + C33644FA51916D45308B26929414597A /* pid_controller.c */, + D779469CB97ED38E56C853E7444429B6 /* pid_controller.h */, + C66F17115E7E97B3B8672B4B9CF9D66A /* placeholders.c */, + 223F81E21DCFEED823814AE450714553 /* plugin_credentials.c */, + F39D49B34296B3A83DEF06E8081D69B1 /* plugin_credentials.h */, + 4E74059B7BDAE3779964734B741B643C /* polling_entity.c */, + 2476A8366F6F044B728D86BEF3CD5F15 /* polling_entity.h */, + 93DDA07E973D63230FFA558BDF8DE853 /* pollset.h */, + 76959C455C38D1A4980F2201593082D7 /* pollset_set.h */, + C2635B742F57032F16C47AA7F44A0626 /* pollset_set_uv.c */, + AA52F1F0F88756407DA13A7564C6D4D5 /* pollset_set_windows.c */, + C2A5F7D6089CB213C48E70A5AA47463D /* pollset_set_windows.h */, + 0E36E2C0A929D1AC67B28600A736AE65 /* pollset_uv.c */, + 2D3BCF69B628D856280B31924BD03183 /* pollset_uv.h */, + C7FE5B1F115AEC7AD2E13A85AE236D6A /* pollset_windows.c */, + 82E3643483EE4A545ED71F7BA0F34481 /* pollset_windows.h */, + 3691B058B7C9073E806224C39D34A47D /* port.h */, + 5C8786F2092F86E04DC0DAF96B63224B /* proxy_mapper.c */, + 2FE5F792530E2A61B2AEF91E4001C304 /* proxy_mapper.h */, + 70B9C8BA4BA1186C7BCC6A7C4DE1386A /* proxy_mapper_registry.c */, + 10E3DECD58262DBEAD7DFEFFE50D9CC4 /* proxy_mapper_registry.h */, + 443F9C13901FD7C8DC25318C1E404E92 /* resolve_address.h */, + BDC4AEF62283B6C6EF50857BC35D034A /* resolve_address_posix.c */, + F0A3A8ABBC1C1E2137AC5C4067B08316 /* resolve_address_uv.c */, + D6268F803705F98B1BBCFC854BDE0B70 /* resolve_address_windows.c */, + B859013FD1212D66C70F1F9822D4A4FF /* resolver.c */, + CE3906B0E1C048B8877CEB385D637B12 /* resolver.h */, + C5570C4633109C7C712C477E032CA01D /* resolver_factory.c */, + 484CE286E92EB4415746A4851955AA2F /* resolver_factory.h */, + E1DEB426DAEA4B91EAE196EF025CBCAF /* resolver_registry.c */, + 63BD1EC297EEF27F9CBFB098E22CB556 /* resolver_registry.h */, + 043B3590F40ADB122F20F083977AB9E9 /* resource.c */, + DC3930E0A2F5FAD06814E83FA3C1BC81 /* resource.h */, + 0D7400CCE7EB64269A2C134FEF128610 /* resource_quota.c */, + 356BCC41B52F546012B82710936104B6 /* resource_quota.h */, + 7A35FB73478BBF27350924A290013067 /* retry_throttle.c */, + 106CDB35A201100C47E8EBC6486C5199 /* retry_throttle.h */, + 40CC483A4D34D3C74ACA05A28FAF534D /* round_robin.c */, + BF3BAA8A3BCD27108831D7D3DC77D908 /* rpc_metric_id.h */, + FE908CFCF11D0CA21C7E1BD4AEC0AFC1 /* secure_channel_create.c */, + 1C5178B10921A4748869D8578CF0CC69 /* secure_endpoint.c */, + C3F06C31641C8743901C1F62248A972C /* secure_endpoint.h */, + 746992875D0625F23EB5B159CDB66017 /* security_connector.c */, + C7A207515BF9AA3F6CBA62B85B041C31 /* security_connector.h */, + 85EF49C0287A3B0CE82EC4AE91AD995B /* security_context.c */, + 18C9E994F4899D802319F49178C41960 /* security_context.h */, + 8A2289FAF99875871D95180B40A71F9C /* security_handshaker.c */, + 7204BB7FDACF4C67C4DA966F6A52B04B /* security_handshaker.h */, + 65C8118AD2F82638E5C5DD447698B21F /* server.c */, + 1011B14EB573CB2B2EAE9E6A10BE2786 /* server.h */, + C5DFB5D14A5101A7EB094280DB097E86 /* server_auth_filter.c */, + 45A54727D44AF6830246CCC317839D67 /* server_chttp2.c */, + 52B086167FB91410382111D9DDA1FCCA /* server_chttp2_posix.c */, + 1302AFACCC5F97A53830091E70910D77 /* server_load_reporting_filter.c */, + BAECFD589C31A85617E96AA09A7287B1 /* server_load_reporting_filter.h */, + E653E59C040A599B62DA8CB926D71811 /* server_load_reporting_plugin.c */, + B06F5AFB77819B3DE194B6C13C685F75 /* server_load_reporting_plugin.h */, + C8443168EC97F43B81C015D4CB2263FB /* server_secure_chttp2.c */, + F05591F6EEF9ECB66FD7EADC84C3BD51 /* service_config.c */, + 8A9949CE02E0DAF656B6D34A75F005DF /* service_config.h */, + 419F733708D476B0E30856C984B2BCC6 /* slice.c */, + C2F0D5107081D97A5FBB1AA8C2ABBC07 /* slice_buffer.c */, + 79342EEFFADB8A885DB6CD44BFB452C0 /* slice_hash_table.c */, + 756195B355D240F2760FC84EF3875BBB /* slice_hash_table.h */, + 8AA04BAEF06840CFCA4737B7FFA371C7 /* slice_intern.c */, + 95AD16D49F4DC85CADE370F07C0CABAB /* slice_internal.h */, + F3CC0A69DD7C3D810C094E991C531769 /* slice_string_helpers.c */, + 16FE8BF25AB3FF49C52578E6FC9534D5 /* slice_string_helpers.h */, + 776E86C8147108AD1D851DDB504F1203 /* sockaddr.h */, + 2D3624ADD22BBA2E7F76EF1AD1874937 /* sockaddr_posix.h */, + 6C8DFA021BE5B23F9481AECB60FB3F96 /* sockaddr_resolver.c */, + 1FFC7B397C6EED882E744E77803C3EE4 /* sockaddr_utils.c */, + 1CF26D800978D7E12C9197E5F8CE0AF9 /* sockaddr_utils.h */, + 483E77067139507ADB0077893CA75084 /* sockaddr_windows.h */, + 0B16A91E569BCA24D1E8BAB783A10FC2 /* socket_factory_posix.c */, + 63B8C234ED2139FC9AF23650B829DA3D /* socket_factory_posix.h */, + 2B184803C5346B664126B5E29529290A /* socket_mutator.c */, + 731E6A959D24CE460D930B3F55379B25 /* socket_mutator.h */, + C3A0B533C94522230DBD5475BB5FCFAA /* socket_utils.h */, + 2033AE3B355B51276E3A1E0329E8B209 /* socket_utils_common_posix.c */, + 0C194597FB0A972570A028262D05BAB7 /* socket_utils_linux.c */, + DD0FE2EB22C01CB74CBDC995E9F69A8F /* socket_utils_posix.c */, + 282AE069AF0E895826B031277D4ECC63 /* socket_utils_posix.h */, + B58806F87C4CA734078B2DCA299AC23D /* socket_utils_uv.c */, + 6E30B597B4B7CB0EA06997495AA78AC8 /* socket_utils_windows.c */, + 1CC76ABF7E41D671B601DEC89DCF6F3A /* socket_windows.c */, + 343884B006230E9C2D45164F74D3981E /* socket_windows.h */, + 1D30F3F093090BD0F49F01C8918C4115 /* spinlock.h */, + 7774F98837DC7316391D50D54E88E746 /* ssl_credentials.c */, + DB8A00B4964C7DC3815DDEF21C03EC3C /* ssl_credentials.h */, + 05AB79C953319C38A4351D18691E86E1 /* ssl_transport_security.c */, + 2528BD4222DB8D072DD239CF03764DD0 /* ssl_transport_security.h */, + 2B82BFE317DE16F573E1C9B4A1077FB0 /* ssl_types.h */, + 6A91D3DE8846F8BA2EB2071240726135 /* stack_lockfree.c */, + 3C975ADFDE8A495918FD4C490E3738C3 /* stack_lockfree.h */, + 4EC9D5785136F4B14F7B59B194155C76 /* stap_timers.c */, + AA1E845E9701C2EAF02DF4AFC9D9C731 /* static_metadata.c */, + 0C766E5C7DA85B2458F5DA31B05AD46E /* static_metadata.h */, + 405930BC61B1F54689282375734989B1 /* stats.c */, + AFF79FB038783E1633076A93E138AA4D /* stats.h */, + E03EB5382577B8B299A8CCD667E46120 /* stats_data.c */, + ECDB6719183029CAE4EDFF72CD625501 /* stats_data.h */, + CE1766D1D9774597BA75B1D2455BD59C /* status_conversion.c */, + 4FABF1C2EE2D049C763DDB20C0322884 /* status_conversion.h */, + E06CAE19C28F380267F9B3485ECDBB11 /* stream_compression.c */, + 767C3815C5BBD8904633BDB687643FE0 /* stream_compression.h */, + 2DFBE13DC40FB6424EE8C9955A50964D /* stream_compression_gzip.c */, + 58456636F83E2B01448FB6A1948848EB /* stream_compression_gzip.h */, + C7EDD23E767DE182389A7610104E7270 /* stream_compression_identity.c */, + 13545A30AB687A309E5E2E380A41F1F4 /* stream_compression_identity.h */, + 2A1820F86A47233E6CBF152B4E6AE871 /* stream_lists.c */, + 01A8CAB63A2F43D517780FB9521DA509 /* stream_map.c */, + 5E324B29D846C166AF4F00298281F407 /* stream_map.h */, + F7980CEF376BDD6D5E5330517C0D19D8 /* string.c */, + B28858F0FE218223A3AFE5BE5CD3D28F /* string.h */, + 08C3B3C452B06E327862B5DE829B1C14 /* string_posix.c */, + FF63054DEAF1F4BBB1FC00D3526C2E8F /* string_util_windows.c */, + 594832E871C130751700534ECA3F24A7 /* string_windows.c */, + 610C85AFA592989F68E7ED2A774AAF9D /* string_windows.h */, + 375D8D3CC97472A0F923A970D4AA8963 /* subchannel.c */, + 776B1E774D7A7052E7B574BA9D7EF3E8 /* subchannel.h */, + BC3BB0EA4C44A910FA61274DCCB7B48E /* subchannel_index.c */, + 7579AC929F6CBAF69B71A89377805113 /* subchannel_index.h */, + 9855FE5CAFCD6C0EA04194B3E08818C2 /* subprocess_posix.c */, + 20F64B75EB3DED2895810F79B294E811 /* subprocess_windows.c */, + F11765A5056A8184A224E1C518DF4894 /* sync.c */, + DB24695F1587563AE724721A59736E02 /* sync_posix.c */, + 98939150471BEB46B08332BE3B4D100C /* sync_windows.c */, + 9C8308E2F14F8738B5CD8A6693E0F9BA /* sys_epoll_wrapper.h */, + 7EEAB576A0FD67026EE1546CA9C63184 /* tcp_client.h */, + 563497AD0AA25E19F4B522201A0DFE39 /* tcp_client_posix.c */, + 9C71AD6D4D6D51977352B60F456B7323 /* tcp_client_posix.h */, + E3763DE28A165FCED2B12C544BDD1BFA /* tcp_client_uv.c */, + B8D4A0E00066BB0378F22827E69628E4 /* tcp_client_windows.c */, + 2620DCE8B77C8037020C8EA62B6E957E /* tcp_posix.c */, + FD1785CD03F4EA3AFB739B0236CD1983 /* tcp_posix.h */, + 580CF2F283D5A1BB667294B63619BCBD /* tcp_server.h */, + A2F161068343E34C838F6C454381C58D /* tcp_server_posix.c */, + 6D33325B69E769673712484F50A5372A /* tcp_server_utils_posix.h */, + AF10F991A9255583EADA1AF2A4390F68 /* tcp_server_utils_posix_common.c */, + 39F4FE676EBE8441757AF18E11FEB996 /* tcp_server_utils_posix_ifaddrs.c */, + B09B87AB71CB0BDD0FD70F4CE5C00FF5 /* tcp_server_utils_posix_noifaddrs.c */, + BE8DB0B14A692C9CEF803B6AAF731C59 /* tcp_server_uv.c */, + 0E299A5971AC9C950557D9FA1BC322B8 /* tcp_server_windows.c */, + 136AB9B88D406FC1E66E36C0A9F0D0F3 /* tcp_uv.c */, + 66B00C729D39A5E1F86ECD218D1FC9EA /* tcp_uv.h */, + 8863C67A9776AF2A7E5CA96CFB46E65E /* tcp_windows.c */, + BF25E1C62EF8013828CE58DB96124D94 /* tcp_windows.h */, + F927EDCE5DB95992FFEE531A32CA3B2B /* thd.c */, + AD620D3B1D0150B139BF381BB765C136 /* thd_internal.h */, + DE9487960C07EED77465401ED1FD02F1 /* thd_posix.c */, + 4138D552AB0E29D820C0C0C82271DB14 /* thd_windows.c */, + 5FD421F1E8611A533EAA2FB13E15C96D /* time.c */, + 99F82E02B9E8D184EF1BCE4B58A7F3C0 /* time_averaged_stats.c */, + 04E23C03953278F3D3BD7F69893E0D0C /* time_averaged_stats.h */, + A641359223F779723DF563CDD45F9336 /* time_posix.c */, + B3043D1AD857E4B6DFC2C63B8AB81513 /* time_precise.c */, + 0A9F5591D5E12DA65A4A672991BBD028 /* time_precise.h */, + CBDE3172485CD176CC63EA100CB80275 /* time_windows.c */, + 95B9981C4FC4E6D24B6B4D7E460CBAF9 /* timeout_encoding.c */, + 1657674FA7818269BF279A420A000441 /* timeout_encoding.h */, + E9674BCB50957B3BF8B6423683B4ED20 /* timer.h */, + EAE496BB2CEB8E2B94E406F208E0C79F /* timer_generic.c */, + B82F0ACB2543F8346CAD8969C5887917 /* timer_generic.h */, + 8383E0DF17B56745F301DDB96E8A93B9 /* timer_heap.c */, + C95A71EC10A8171D1BAD738847D8883A /* timer_heap.h */, + 5FBBF8CD1A043CE0552AA4FB740A94F7 /* timer_manager.c */, + 94BA50E0D51EF815276ABFB985747715 /* timer_manager.h */, + 4FC50357B0FB39091953636FBE9F7A05 /* timer_uv.c */, + 3A42B6A0B8DC60DFF1E537D2B9AF5448 /* timer_uv.h */, + 5024989FAA4D4220C70FE3A507C77DCC /* timers.h */, + F3120F39BD26D54B106334BC41B80129 /* tls_pthread.c */, + FA178BE5287B75F0CD0602E794B03796 /* tmpfile.h */, + 0DEBEE923B0F4AA6E5C002C8B79FD7FC /* tmpfile_msys.c */, + 80E657543BA1C2823D8AB9CEF95A1354 /* tmpfile_posix.c */, + F07B6990E8B2731E7D2F9D08E7E4DA58 /* tmpfile_windows.c */, + 8AAC3DADB3E31BDCED5BE4049AE7CF81 /* trace.c */, + F0CA77087A327CF7AAAF450C000544F1 /* trace.h */, + 6C88B06E9C6943C4A1565BCA5DCF8840 /* trace_context.c */, + 45FFAD7A76F24A17A5B56B8C95523D5F /* trace_context.h */, + 66AC9C72FBDDB360F48F7EF187BC9F22 /* trace_context.pb.c */, + DF906A1B0C2E5814DF8699905E2208E7 /* trace_context.pb.h */, + D9DE4D08D8B5AC5E462DC0ECBC89212F /* trace_label.h */, + 3C0D439DE5F74E047D1A79B00F354454 /* trace_propagation.h */, + 9B50EDE61351E68B8C27837816FBCE5E /* trace_status.h */, + 17F069A0FBF7262673C40A02967FCA64 /* trace_string.h */, + 9969EACAAB8881F71376A251324E64BE /* tracing.c */, + 2FC120F4C850DDB7127429DEAA08306D /* tracing.h */, + B66B03C5327E992B90A8571E60563C78 /* transport.c */, + 4C1D6CAD476574752324F90C2D1F1E17 /* transport.h */, + 6D9D4C4BBCAFCDCE800950A03AF7E12C /* transport_impl.h */, + 250F1A0849A1D0CF1F0C9E8D5921A780 /* transport_op_string.c */, + D0FF37F066D2792BB8CA01D71D3A4931 /* transport_security.c */, + 7213C7849850A5BD7E9D40812DF74CD6 /* transport_security.h */, + 3EFB99F86048C22A38EBC3EEC4116C09 /* transport_security_adapter.c */, + 847D5D16385A468704F06F64FB2ED718 /* transport_security_adapter.h */, + 8A9C4AFCEDA0887F3CD1DF48D7EF7B5D /* transport_security_grpc.c */, + 5D2F6AD17230108F11E137C4450511B5 /* transport_security_grpc.h */, + F77D4DFDF3D740A85E572CDD65B60A57 /* transport_security_interface.h */, + 424B253BE061CCA51015C78FA02FED26 /* tsi_error.c */, + DFACCCD380CFD20204E1F968A8DF2A53 /* tsi_error.h */, + 3749780F6A72BEA7A4C6A19F02D20D01 /* udp_server.c */, + B46DFBFF2393C286D8F8AA2171DCA1CB /* udp_server.h */, + 3F5567206635779D10551B7104B9AC74 /* unix_sockets_posix.c */, + 923A86D23EE0A788F6C410C9D5FDB6ED /* unix_sockets_posix.h */, + A4A3C1F1F0CBB226854CCB6724134F6E /* unix_sockets_posix_noop.c */, + B815712CDD25E9E8C20A1BDA3D6460CE /* uri_parser.c */, + 3AEF3C2440D69F24BC67702FF498ED97 /* uri_parser.h */, + E8BD1ADBA7CBE67A0D1013E1CB58C2E7 /* validate_metadata.c */, + 475D781C028A5F8D5F55FE16CDA88CA8 /* validate_metadata.h */, + 1AFF5600B0AA9BAC365232EA4B2DDD3F /* varint.c */, + 314CF67E879E74B1B9BB7F1D3D2AC9BC /* varint.h */, + E2C0E911C7C64CD7C84D0FD3EC7E5860 /* version.c */, + 12205D82288C65C0A2F9672FF29C283D /* wakeup_fd_cv.c */, + 0E9BAA715564358A1008A9433153446B /* wakeup_fd_cv.h */, + 1780217DC922B27407DD255F714C15AB /* wakeup_fd_eventfd.c */, + 5AF31B41F1D2E4BB8FB51AD5C94923DD /* wakeup_fd_nospecial.c */, + 858908A88315B586772C6D5BBBD6F96C /* wakeup_fd_pipe.c */, + D9A6494BF547856031375AC52E99B4D3 /* wakeup_fd_pipe.h */, + 6D72A551FDBCBB832BAE7BD74029D4FA /* wakeup_fd_posix.c */, + 62E334C36DD86252253205EBCB50F984 /* wakeup_fd_posix.h */, + 4B9191E9599149BE4A6DFA5AE223B91B /* workaround_cronet_compression_filter.c */, + B045189E69A4657787C96DCC5CEF1689 /* workaround_cronet_compression_filter.h */, + D110D733A8E0BFB2A4261D3E56CF4B0C /* workaround_utils.c */, + 3086CB0B01B0240A9270222AC091A7F0 /* workaround_utils.h */, + 6827BC9956D2DAD178B581CDD7B58F33 /* wrap_memcpy.c */, + 952CBE49EA9C9824DECCA8D42AC28774 /* writing.c */, ); - name = GoogleToolboxForMac; - path = GoogleToolboxForMac; + name = Implementation; sourceTree = ""; }; - 2BB067EE979E1FA36B8FE31F13E58D1A /* Frameworks */ = { + 2465BCA988523603DF921258FF10263F /* Support Files */ = { isa = PBXGroup; children = ( - 888700F70181FCA1DAB8080D61935BE8 /* FirebaseAnalytics.framework */, + 07C3E489B7ED39B70EF1F5C817733AE1 /* nanopb.xcconfig */, + 77C985BC6AB38144E9DE82BFC0AAAED6 /* nanopb-dummy.m */, + AB2551D85E489D83021399859B4B1C24 /* nanopb-prefix.pch */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - 2BC4D3F44A76299A8D4A66D0046BE439 /* FirebaseCore */ = { + 25C94D7620DF3348466916F6F1435005 /* encode */ = { isa = PBXGroup; children = ( - D22CB426793C9BCB55D4CE529657A72C /* Frameworks */, ); - name = FirebaseCore; - path = FirebaseCore; + name = encode; sourceTree = ""; }; - 3701AEC0A16EDA75DC58A95573F2EB9A /* NSData+zlib */ = { + 272637CC3E3AF77598A7154BE64C0978 /* FirebaseAnalytics */ = { isa = PBXGroup; children = ( - 667D43AB0A4B627FC92A212827726F0B /* GTMNSData+zlib.h */, - 484471235CE9BBEF64D8A2A961CDBA57 /* GTMNSData+zlib.m */, + 8B0835D45AFD6A560429EAD632C7B6B9 /* Frameworks */, ); - name = "NSData+zlib"; + name = FirebaseAnalytics; + path = FirebaseAnalytics; sourceTree = ""; }; - 4B81A80EABA320A9D73E24C72D86E364 /* Frameworks */ = { + 2B6C48C372CDC8026D46AF24B7BA7065 /* Support Files */ = { isa = PBXGroup; children = ( - F827A184BA0CD2D043FC9341C3AE6F5A /* FirebaseDatabase.framework */, + 47B2E1150A0974D2A82FAC8F16261682 /* GTMSessionFetcher.xcconfig */, + 214B4A0B4F74EEBFB41A82336377C8C7 /* GTMSessionFetcher-dummy.m */, + 38462D2F53B77501B28D3EFFD8E05639 /* GTMSessionFetcher-prefix.pch */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/GTMSessionFetcher"; sourceTree = ""; }; - 5852112B86C7AA38D09831824DC26639 /* Frameworks */ = { + 30907C9FEE0440BDE5FB17E5DAC9991A /* Frameworks */ = { isa = PBXGroup; children = ( - 34ED424F4F57148F025A9C14132793AE /* FirebaseInstanceID.framework */, + CAA3233514E359733E11EC7A5DDCEEE6 /* FirebaseCore.framework */, + FF4009819572B7AEAA891844659FEAAF /* FirebaseCoreDiagnostics.framework */, + 3058FD5E9325948695DA2631E254B97F /* FirebaseNanoPB.framework */, ); name = Frameworks; sourceTree = ""; }; - 66AAC939DF7FB9AD7678C5837798287C /* Defines */ = { + 3C394F29EA389BD8FDBE06C54CBBFAA4 /* DebugUtils */ = { isa = PBXGroup; children = ( - F3136BDA44FF0406E6EEF4BC1304D770 /* GTMDefines.h */, + FE1E587AA3AD7EE266B86D5F7BCD4033 /* GTMDebugSelectorValidation.h */, + C072843256C0EFD93A6971DF5AC1923F /* GTMDebugThreadValidation.h */, + F3C956796A4E8818031C1C151335D5C5 /* GTMMethodCheck.h */, ); - name = Defines; + name = DebugUtils; + sourceTree = ""; + }; + 3DCC09347EAEA317D41865E91C8C6963 /* Pods */ = { + isa = PBXGroup; + children = ( + 835C9BE66778470F98C56E7DDA45851F /* BoringSSL */, + 410E6DDD7E1F1C973D0CF84984232B48 /* Firebase */, + 272637CC3E3AF77598A7154BE64C0978 /* FirebaseAnalytics */, + A78492B4E7459D1128BB41C7690531C1 /* FirebaseAuth */, + DE44F45C68033EB4DC77945ACEC9624E /* FirebaseCore */, + 4C6AFDAB7960CCED4FE38F078FBF7C07 /* FirebaseDatabase */, + E59341287D64AB0EDFCEA6A090EC3E1B /* FirebaseFirestore */, + 1DD98B77057AE87B4EECB8C052AA35B3 /* FirebaseInstanceID */, + A6BC2EA9B5C7CAB91689B9437C6D2D58 /* GoogleToolboxForMac */, + 587A382F9C4CFCD5112CF06C2FBEB708 /* gRPC */, + C0A8F309D0C9177BE6CFDE67A67E4804 /* gRPC-Core */, + 6CCEE6853453903E82203BDA4AFCA28B /* gRPC-ProtoRPC */, + ED217A72708521190CA143E2EA4CDE39 /* gRPC-RxLibrary */, + D51D1FB0587E33BEFA915E3C2398FA3A /* GTMSessionFetcher */, + 06E0C2DA661E245E36D21E478C8DFBF1 /* leveldb-library */, + 8E31BB2FA099DC325F62944217D51532 /* nanopb */, + 91657A9F94CA68F3649DDEDC977A40B1 /* Protobuf */, + ); + name = Pods; sourceTree = ""; }; - 682E897EE3A37D093C015A374F10DE51 /* Core */ = { + 405D39B7D93A92C1359453DF07083BB2 /* Core */ = { isa = PBXGroup; children = ( - 6BB77E99F92199AA111EB08B3D4CE364 /* Firebase.h */, + 60B724778C25CE7CC6AEE4439870C866 /* Firebase.h */, ); name = Core; sourceTree = ""; }; - 6D976756F5664B379F3673FFF52FD128 /* nanopb */ = { + 410E6DDD7E1F1C973D0CF84984232B48 /* Firebase */ = { isa = PBXGroup; children = ( - 187512E711041A58B1836F8F74332A21 /* pb.h */, - DB26BB7062743F303B23529123B45031 /* pb_common.c */, - 2A0554473EEBDE2C31FE34A1BF7D796A /* pb_common.h */, - 2CFBBCD98F5DF9BC556B48AEFC6425B6 /* pb_decode.c */, - 0BFD4B5CBC958B99BBB03C39924326FA /* pb_decode.h */, - EB11D665E746C12A9510788C97C1CF41 /* pb_encode.c */, - B255E92D2E27E7DC9C93ED4E85E29A72 /* pb_encode.h */, - 84AA2C56480D4F2D5F2B0DA748BB7200 /* decode */, - 1445C597EAD06F242BD3600EE2C2404D /* encode */, - 98D15580D5D473C8CD68BB31DC7C6B32 /* Support Files */, + 405D39B7D93A92C1359453DF07083BB2 /* Core */, ); - name = nanopb; - path = nanopb; + name = Firebase; + path = Firebase; + sourceTree = ""; + }; + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4F990579C2E52276FD3C28227B49D60B /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + 4B1974BC6137423A78C001DA4A31562B /* Support Files */ = { + isa = PBXGroup; + children = ( + 5D56273CAD51E377F66892EFE5E66C5B /* gRPC-RxLibrary.xcconfig */, + DDA1F30E11914DFBFE97A2C94BA18091 /* gRPC-RxLibrary-dummy.m */, + 82B004B6AFDC49F935D30C25FBC227BF /* gRPC-RxLibrary-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/gRPC-RxLibrary"; + sourceTree = ""; + }; + 4B2133BD06AB3A5CE0EA37267BCF914D /* Interface */ = { + isa = PBXGroup; + children = ( + 1D0C49C0EE97D85ADD001F05FD39D2AF /* alloc.h */, + 90EFA759A522B26D097B61059E84EA9A /* atm.h */, + 20FD64325D2F637A48B197F516EF3FFC /* atm.h */, + 34B176F52D5086686063CE2C600A1F05 /* atm_gcc_atomic.h */, + 1EB02FA72482F6B990B31BF3E1B36F8F /* atm_gcc_atomic.h */, + 0C87C12104079A29466FD53D7505A52C /* atm_gcc_sync.h */, + DA3DEC0ABD2BABBF952D9530E99F7531 /* atm_gcc_sync.h */, + AD81BC203841980026F551ABF0AE417A /* atm_windows.h */, + 411B3361F71E50C6AE8DA4E34A4D49E2 /* atm_windows.h */, + 1AA6C53F934EF4DEDD4799F2B509C1EC /* avl.h */, + 37D5C1040230A0AB477E4D8BAF4F2809 /* byte_buffer.h */, + D054FC2D1713E8BA8E150234E5B66E9B /* byte_buffer.h */, + E231A48430CAEC2736EFE1C77C4C8948 /* byte_buffer_reader.h */, + AE5E3C78A04D9DF0E1F88C359FC64F4E /* byte_buffer_reader.h */, + C13404DA6CFE4FADF2F84EC5ACA6C1D7 /* census.h */, + B1A33C46C530901DB8379A93C5796658 /* cmdline.h */, + 976D45EFA4D01B8C91CBAB778C6D8232 /* compression.h */, + 498C83373A6594AEE68B2372CB1233F9 /* compression_types.h */, + 73C008CA7B67AB78B57FAA9840D340E7 /* connectivity_state.h */, + A6D8F8E2515DAF8DF6A9BEAEDA85A0A7 /* cpu.h */, + C36151646AA6896EDB8E056E7117A20D /* exec_ctx_fwd.h */, + 211B4697965B9AB1D6F7C27099E8CC5D /* fork.h */, + 96F3F4193FD4BAEA021C2C6AC3F912C7 /* fork.h */, + 2C8D80091FB13DE6B6A07663A3D9AE7C /* gpr_slice.h */, + 6EF20F775A463DEA91832F3A8471253E /* gpr_types.h */, + AE0EC3B57B90F5385286D4C48FC7A61A /* grpc.h */, + 5944EDFD8665D850104AA742D5B29428 /* grpc_posix.h */, + C6F706D08C2BA6A920D8B0905BFB4EB7 /* grpc_security.h */, + 7D8C87C64CDB3B8D72205CCD9B45CC5F /* grpc_security_constants.h */, + 500D376304775DC4C0370BD837A32BC9 /* grpc_types.h */, + C091451A0C4EF2C493EE5431E379103E /* histogram.h */, + 58C796CD67FDC390044F40263E865BB3 /* host_port.h */, + FC962F80282693F78B82C8C5788F31CD /* load_reporting.h */, + 654062095122A3AC3B1BB569DE826426 /* log.h */, + 51EA8B965ABB8AF24D0B68AC8B36A34A /* log_windows.h */, + 1A7F552A040D540B8B163778A0C841D5 /* port_platform.h */, + 045DA80FFA02AA54E673E7EAF56B8A46 /* port_platform.h */, + A6CEFA19C9FF2BD629E059D83BDDA80B /* propagation_bits.h */, + 7DEC70A8219AFC8655DD53473431789E /* slice.h */, + 2B2D36D541A0A3E62F3D51BDDE6A8FBF /* slice.h */, + 5B68D7429AB526FF7D4A7A16753009DB /* slice_buffer.h */, + 397240831C988DEE2623B1CFF544F44C /* status.h */, + DD4D607A616513204ED2E9EFF94CF46D /* status.h */, + 8C14B05C78F9B5F6B14EDD9AD1DCE4BB /* string_util.h */, + BB49A0C60942D9F8DA153EACB1C639EE /* subprocess.h */, + 50ABA45996BA45C25B1D4B4ACE43F2C4 /* sync.h */, + 3957753AEAB0FDF81144B8814F1CA93C /* sync.h */, + 96496D2DCB38D2F78255373F6157BF39 /* sync_custom.h */, + EA22D5157B561E318CFCE17FB297FF08 /* sync_custom.h */, + BC7C5FCC3443DFD922EE1941CDD6361E /* sync_generic.h */, + 3F9D09019FFBF7B7FFDF54B1AF422355 /* sync_generic.h */, + 22C827D1A94EB318E135D26CFC753D19 /* sync_posix.h */, + CD24520D1FD881B3CA46578298E1E70D /* sync_posix.h */, + 491064C4A84958FB2435A891702EBA0B /* sync_windows.h */, + 00578D3C55AFB94FB81DC62E8CE5A316 /* sync_windows.h */, + D46B3E306E3BD7FC767B2833198DD80B /* thd.h */, + 1ACD7660BE9620CC4DF1362DF72EE722 /* time.h */, + 2E440F7813A6BD1AFE287D204C409634 /* tls.h */, + 33ABC2213DB48329005351661187F6A8 /* tls_gcc.h */, + 10D92545742EC09F0E06DC3F71529C57 /* tls_msvc.h */, + F47F02B6696AA12CF6073DEFADC9388A /* tls_pthread.h */, + C0E8103FA87C780834D1A299A7C813E8 /* useful.h */, + 960523D6F8C20197C676411D7DA9C645 /* workaround_list.h */, + ); + name = Interface; sourceTree = ""; }; - 7D646772894B9F01BAD3E0BB844EDA0F /* FirebaseDatabase */ = { + 4C6AFDAB7960CCED4FE38F078FBF7C07 /* FirebaseDatabase */ = { isa = PBXGroup; children = ( - 4B81A80EABA320A9D73E24C72D86E364 /* Frameworks */, + FEA3F23518F529DB163C034ED8DF7CE4 /* Frameworks */, ); name = FirebaseDatabase; path = FirebaseDatabase; sourceTree = ""; }; + 4F990579C2E52276FD3C28227B49D60B /* iOS */ = { + isa = PBXGroup; + children = ( + 11C10A31CD5CFA3EFE266394471B152E /* Foundation.framework */, + C085E02FF89804F50ADDA04F5A586E94 /* Security.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 4FDCD930860AF98D6648142B4379485B /* Support Files */ = { + isa = PBXGroup; + children = ( + AA00395B8668748B7FA0A3E05D47C477 /* Protobuf.xcconfig */, + FF5C6DEE8AF86F87FD4C44AE381A75AC /* Protobuf-dummy.m */, + 50CE8D4C881C817F9ABAC70669586F23 /* Protobuf-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/Protobuf"; + sourceTree = ""; + }; + 4FFD171C1E293453E661FEADE46CF256 /* Support Files */ = { + isa = PBXGroup; + children = ( + CB1FFF21E801D679B9BB0C9CEA670441 /* gRPC-Core.xcconfig */, + C084240DB55347D24835A50A2876242E /* gRPC-Core-dummy.m */, + E66B785032449D9240E8E33F6D373AB5 /* gRPC-Core-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/gRPC-Core"; + sourceTree = ""; + }; + 587A382F9C4CFCD5112CF06C2FBEB708 /* gRPC */ = { + isa = PBXGroup; + children = ( + B74B37269FE904D560EEE16F79E9F593 /* Main */, + 9C866094502E7645F1D654CA0476B164 /* Resources */, + 685951544751C96E89EF41AC3955E2B6 /* Support Files */, + ); + name = gRPC; + path = gRPC; + sourceTree = ""; + }; + 58EA2A4E5896239CE666F0AD27281C3C /* NSDictionary+URLArguments */ = { + isa = PBXGroup; + children = ( + 175B30681D4764257B5F9B4E68F2E26B /* GTMNSDictionary+URLArguments.h */, + B452141E1A0923BCCA34D59B5363B5CC /* GTMNSDictionary+URLArguments.m */, + ); + name = "NSDictionary+URLArguments"; + sourceTree = ""; + }; + 685951544751C96E89EF41AC3955E2B6 /* Support Files */ = { + isa = PBXGroup; + children = ( + D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */, + D17B2C0E7530B4B3209BC2E5280113E2 /* gRPC-dummy.m */, + 13E483D3DE431FEA08684113F741B97B /* gRPC-prefix.pch */, + 12B2DBB8AC13CAF6944D6446D8D2E022 /* ResourceBundle-gRPCCertificates-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/gRPC"; + sourceTree = ""; + }; + 6925C0198A22D8C1A240E387B37101E1 /* decode */ = { + isa = PBXGroup; + children = ( + ); + name = decode; + sourceTree = ""; + }; + 6CCEE6853453903E82203BDA4AFCA28B /* gRPC-ProtoRPC */ = { + isa = PBXGroup; + children = ( + 9AFADECA80E1BA3330FA5FE72516CB12 /* ProtoMethod.h */, + 1070065C43DA856448BB9CE03DFBAF9D /* ProtoMethod.m */, + E661BBE66B2BFD713AD77DAD97EACDCA /* ProtoRPC.h */, + 668754BC8A7C726D5E88550235003E9E /* ProtoRPC.m */, + D5414AB06676758912B30AC23D61AA24 /* ProtoService.h */, + 3DE99600681A9A12C94C574F5CFB6CB1 /* ProtoService.m */, + AC62F0A9FE0094141FB78EEAE4B6EA4F /* Support Files */, + ); + name = "gRPC-ProtoRPC"; + path = "gRPC-ProtoRPC"; + sourceTree = ""; + }; + 74A3A955BAB928D88455B77B7E552B74 /* Frameworks */ = { + isa = PBXGroup; + children = ( + BD0D51F992E31E864F4995EA81A8C9E3 /* FirebaseInstanceID.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - B4854C7D57D429998095AA911400950C /* Pods */, - E3D9A0A294F5A5EF606C2F41D2BE1077 /* Products */, + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, + 3DCC09347EAEA317D41865E91C8C6963 /* Pods */, + A681DBD064FF81DF0FC3C83E0204D20A /* Products */, F2BD730C36A270A1063D842CB27FAA95 /* Targets Support Files */, ); sourceTree = ""; }; - 84AA2C56480D4F2D5F2B0DA748BB7200 /* decode */ = { + 835C9BE66778470F98C56E7DDA45851F /* BoringSSL */ = { isa = PBXGroup; children = ( + B12EDB6A8D3F9400506F66E04BEBFB10 /* Implementation */, + AA2F51FFF77B606FF1B24B96D38D63DC /* Interface */, + 83BC894EA7E0FDD0F8062B66FD9515D8 /* Support Files */, ); - name = decode; + name = BoringSSL; + path = BoringSSL; + sourceTree = ""; + }; + 83BC894EA7E0FDD0F8062B66FD9515D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4EED134E7B4FB3D3B6165E6015893A9E /* BoringSSL.xcconfig */, + DD9682DD546EDAA54098B8BC18C87E98 /* BoringSSL-dummy.m */, + C6A4421D964E326CCC905C6619998A92 /* BoringSSL-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/BoringSSL"; sourceTree = ""; }; 88CDBB84C1531860C4D0E405DCBBB67F /* Pods-immobile */ = { @@ -473,232 +3888,1238 @@ path = "Target Support Files/Pods-immobile"; sourceTree = ""; }; - 986EB575EFED8273CB9A645CFC2D7FD2 /* Support Files */ = { + 8B0835D45AFD6A560429EAD632C7B6B9 /* Frameworks */ = { isa = PBXGroup; children = ( - 6C1F0280729AA728DE0698D2B607EE76 /* leveldb-library.xcconfig */, - 6F7998B878AA10D38672C3FF72689572 /* leveldb-library-dummy.m */, - 10729CBC625104887D82611337842614 /* leveldb-library-prefix.pch */, + 4D4447F735D012D086E5D7FF2966FC14 /* FirebaseAnalytics.framework */, ); - name = "Support Files"; - path = "../Target Support Files/leveldb-library"; + name = Frameworks; sourceTree = ""; }; - 98D15580D5D473C8CD68BB31DC7C6B32 /* Support Files */ = { + 8E31BB2FA099DC325F62944217D51532 /* nanopb */ = { isa = PBXGroup; children = ( - F4AFE3AB5863F4DA836827BFC7B4FA0D /* nanopb.xcconfig */, - A742069F11B2B53AD2B068398DFA10B9 /* nanopb-dummy.m */, - 7DE6F6B4F21FB52327DCA1A4EBE2D8E8 /* nanopb-prefix.pch */, + 2B60D849EB9B24EEBCBAD01AC2F3427B /* pb.h */, + 01FAB14E488885C3ADF78589899459B9 /* pb_common.c */, + 1EB34E23F39D3EEF76FB0105F6AA4338 /* pb_common.h */, + 23C22156A2B5296A9A890B454EEA4F26 /* pb_decode.c */, + A69E9533E106FA72108C54646715EBA1 /* pb_decode.h */, + 0A68465A9B30CF4E38837D2399C5F23F /* pb_encode.c */, + 622DCBA5687AF0219542F8140DB9B699 /* pb_encode.h */, + 6925C0198A22D8C1A240E387B37101E1 /* decode */, + 25C94D7620DF3348466916F6F1435005 /* encode */, + 2465BCA988523603DF921258FF10263F /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/nanopb"; + name = nanopb; + path = nanopb; sourceTree = ""; }; - B31A841EA79E980B57F105B382314F74 /* FirebaseAnalytics */ = { + 91657A9F94CA68F3649DDEDC977A40B1 /* Protobuf */ = { isa = PBXGroup; children = ( - 2BB067EE979E1FA36B8FE31F13E58D1A /* Frameworks */, + 608284CC9C3816E4015B21FD1ECC1B23 /* Any.pbobjc.h */, + 104042F1FE090CC5AC2FEE35F06D3679 /* Any.pbobjc.m */, + 586BBAC3A056EB4E7F74993224DA70A9 /* Api.pbobjc.h */, + DE74B4CFFCAE64588348E199FE976278 /* Api.pbobjc.m */, + FD24C4204688AB880441E3C4AB4DB29E /* Duration.pbobjc.h */, + D0ADC79501FAD6C05AB6F24570067FCF /* Duration.pbobjc.m */, + 2AFE287EF3521B77CFA63CD5D1A321E0 /* Empty.pbobjc.h */, + 4F1529EFF01362F856954446D0803187 /* Empty.pbobjc.m */, + F5B03337DC7865C4BBDE5D2125569829 /* FieldMask.pbobjc.h */, + B3357712FEE85F6DA12F43589FE247B3 /* FieldMask.pbobjc.m */, + 0A6F64A2188732276B5FCED98A94CA27 /* GPBArray.h */, + ECA039B22DA4008F6DBA76589FE47BF1 /* GPBArray.m */, + EACB17F730D8716FA1239070ABFD2B75 /* GPBArray_PackagePrivate.h */, + C7F072AB383224FAFBEE2037DFABF681 /* GPBBootstrap.h */, + BEBFD8F90786E00C449A11D7D35B151B /* GPBCodedInputStream.h */, + A7EFE7A1FA204712B43E0BDFA271CB28 /* GPBCodedInputStream.m */, + D67572915DBDBDFEC234A773D02A01E4 /* GPBCodedInputStream_PackagePrivate.h */, + 69F833A43DA0CD8C2B148AC4347BF19B /* GPBCodedOutputStream.h */, + 7D866C0E32BA635131C5BDD4A1113CFD /* GPBCodedOutputStream.m */, + 39EC770F68BD3EBEDC6F15C4C48AE705 /* GPBCodedOutputStream_PackagePrivate.h */, + 369311EF3B846EF3CFFFB585F8D78031 /* GPBDescriptor.h */, + DE5FC9C570EA7EDDAE4EE1B966092499 /* GPBDescriptor.m */, + 651406B77E8F5D247F9B7E6F64EF1421 /* GPBDescriptor_PackagePrivate.h */, + 93405CED4399AB996F2DC84D398A4C14 /* GPBDictionary.h */, + AFEDFA6A51A78ACC6F9AD63D297F2D34 /* GPBDictionary.m */, + DB8FCE360D28BFA6A734D2856BFB380A /* GPBDictionary_PackagePrivate.h */, + A157E88A8B05AAFB7B39A03BBCFA67ED /* GPBExtensionInternals.h */, + 968D3E9B54595FB5FDBA88FFAB959E28 /* GPBExtensionInternals.m */, + B5FC23901626F82DF40296AB2D90FC10 /* GPBExtensionRegistry.h */, + CE1FD2B0C809E49986C1EF950EE3A803 /* GPBExtensionRegistry.m */, + 9E0BA7FDEE1B814F5F12957997AC7698 /* GPBMessage.h */, + FAECE9D2FFED7CF65D695A0244ED38CA /* GPBMessage.m */, + E527B85337B9CC26A6C31228D08AC14F /* GPBMessage_PackagePrivate.h */, + DDE0DD2A047CF88CEE81827EAF71DA51 /* GPBProtocolBuffers.h */, + E67A21C7B7D37FF0C519A80BC076313E /* GPBProtocolBuffers_RuntimeSupport.h */, + 432E541D68AA42F6AB81C07CBAD248A0 /* GPBRootObject.h */, + 6BF42135688D8A55CE846E397C345495 /* GPBRootObject.m */, + 296C794751070E27F170DA898E54A6FF /* GPBRootObject_PackagePrivate.h */, + 09363986C4F2C50222BB3DF003EDBA72 /* GPBRuntimeTypes.h */, + EA9D18144F6498E44B6A6ED60CD4AD95 /* GPBUnknownField.h */, + ECC0685A4A4B22C118B327819A8E9F4C /* GPBUnknownField.m */, + F9045DFE40CFF466C99C0DDC1222AF9C /* GPBUnknownField_PackagePrivate.h */, + 82A7E16760D1FC5EC191B59E5F2ABC3B /* GPBUnknownFieldSet.h */, + D0F024F46741409D2387FC904E84F526 /* GPBUnknownFieldSet.m */, + B30164A8B52D423F7FED52533BA4FC33 /* GPBUnknownFieldSet_PackagePrivate.h */, + E4AB292A7FB3C46D5C9C9C79C4D011D6 /* GPBUtilities.h */, + E6EF727BDA27241E624BAB2A05B567D7 /* GPBUtilities.m */, + 4C45CC865CB807D8C7BD9CD2CC50A961 /* GPBUtilities_PackagePrivate.h */, + E42A9A3C2337D0014363114410A76E17 /* GPBWellKnownTypes.h */, + 62421A3098BF1694207C81C2FDD41E1B /* GPBWellKnownTypes.m */, + 3357C1861330479894EB63DA89E7FFEE /* GPBWireFormat.h */, + 504DBE623C2DEE360441DC1C60413C74 /* GPBWireFormat.m */, + 95ADE9A68DF61C13F4A250417CDCEE51 /* SourceContext.pbobjc.h */, + B095B6F1C6F72C32DC4F5BBC580EBDE3 /* SourceContext.pbobjc.m */, + 95DC7515183A15CD66B3626295A9B707 /* Struct.pbobjc.h */, + 6A32AF7194F85D72A524344E83052FEE /* Struct.pbobjc.m */, + EE12D681A9221891C175D0BF109A6591 /* Timestamp.pbobjc.h */, + D7F4F45FA9F1ECEF0221D67947A966D5 /* Timestamp.pbobjc.m */, + A3503FC3A7D67C66A8DF40252C901FFD /* Type.pbobjc.h */, + B07A3831FF6AD6D970E74FE6542E35D9 /* Type.pbobjc.m */, + 510AD78258557A561A35FB50C26FC282 /* Wrappers.pbobjc.h */, + 08EC22BA8117410D503B3D23BD2BB166 /* Wrappers.pbobjc.m */, + 4FDCD930860AF98D6648142B4379485B /* Support Files */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + name = Protobuf; + path = Protobuf; sourceTree = ""; }; - B4854C7D57D429998095AA911400950C /* Pods */ = { + 95AA279A804A23F6B433D2FFF56C6EB1 /* Support Files */ = { isa = PBXGroup; children = ( - 1DF5DC688F03B90AF71F92A41391FE53 /* Firebase */, - B31A841EA79E980B57F105B382314F74 /* FirebaseAnalytics */, - 2BC4D3F44A76299A8D4A66D0046BE439 /* FirebaseCore */, - 7D646772894B9F01BAD3E0BB844EDA0F /* FirebaseDatabase */, - 2287AB4CD1D3B12DE14F59C2FEE5974A /* FirebaseInstanceID */, - 2A12EB2C446250BB2D73AC3C3BCA7D0C /* GoogleToolboxForMac */, - DA0EE43BC99BD3E1AF806F31B42277AF /* leveldb-library */, - 6D976756F5664B379F3673FFF52FD128 /* nanopb */, + 4859571B3500C4C9A9000127D8E48153 /* GoogleToolboxForMac.xcconfig */, + B0B6215C8F84262E0E02D4C481BC3996 /* GoogleToolboxForMac-dummy.m */, + E1123EAA9047CBBDEBB4A13A36677F71 /* GoogleToolboxForMac-prefix.pch */, ); - name = Pods; + name = "Support Files"; + path = "../Target Support Files/GoogleToolboxForMac"; sourceTree = ""; }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + 9C866094502E7645F1D654CA0476B164 /* Resources */ = { isa = PBXGroup; children = ( - D35AF013A5F0BAD4F32504907A52519E /* iOS */, + 41F1F5E0ADCBA831C118C69899A9EC89 /* roots.pem */, ); - name = Frameworks; + name = Resources; sourceTree = ""; }; - C0ECD357BF3A9A6804E06CD8FF7CF81F /* Support Files */ = { + 9F94148C16DB6238DCECA402055C6EB3 /* Frameworks */ = { isa = PBXGroup; children = ( - 360741FC425D1C048383DC5CE3FE4151 /* GoogleToolboxForMac.xcconfig */, - E367E562A2759908B97CC6C773285DCE /* GoogleToolboxForMac-dummy.m */, - 842E6E9C046490B1DBE720A8B7010F05 /* GoogleToolboxForMac-prefix.pch */, + 2370CE86C6659C0668C1849F4B9CB1C9 /* FirebaseFirestore.framework */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleToolboxForMac"; + name = Frameworks; sourceTree = ""; }; - D22CB426793C9BCB55D4CE529657A72C /* Frameworks */ = { + A329B271912D286E104864209C07174B /* Frameworks */ = { isa = PBXGroup; children = ( - FDDE928C5B3875DD28D02CB7E02EFD41 /* FirebaseCore.framework */, - 44F7B2CAC634EF237DEC10F65E7D2BA6 /* FirebaseCoreDiagnostics.framework */, - AE0F0F4BD2BA43A073B11C0C75C0AAB8 /* FirebaseNanoPB.framework */, + 7C316DC96F7AA75F87BA981D2291177E /* FirebaseAuth.framework */, ); name = Frameworks; sourceTree = ""; }; - D35AF013A5F0BAD4F32504907A52519E /* iOS */ = { + A681DBD064FF81DF0FC3C83E0204D20A /* Products */ = { isa = PBXGroup; children = ( - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */, + B5F405C093DC4F170A8907BE08E3ED46 /* gRPCCertificates.bundle */, + 69CAB77E3C242107D884F3F43E91CF7D /* libBoringSSL.a */, + 3296EC35877D1A4EF84B89CF538EB2D8 /* libGoogleToolboxForMac.a */, + 08B2A4103BBE8FD26746F1D9DD7B0E37 /* libgRPC.a */, + 6A85FDD00FA7FC7BE922923D5C273073 /* libgRPC-Core.a */, + 1E4A0FB9033AC281F9F59B7B186D20CC /* libgRPC-ProtoRPC.a */, + E1A524B8AD3CF9B3AAD378E6D28725F4 /* libgRPC-RxLibrary.a */, + 9931B2ACBE68945B6A78EC120222A987 /* libGTMSessionFetcher.a */, + 4EB21F418B1E32B358867749CCC89597 /* libleveldb-library.a */, + F4043D2946288FE1CB97870B4E347082 /* libnanopb.a */, + D12FECFE959FFE965F2FDD37C5660AFA /* libPods-immobile.a */, + EE0CA8B90048044EA65389CD273F2438 /* libProtobuf.a */, ); - name = iOS; + name = Products; sourceTree = ""; }; - DA0EE43BC99BD3E1AF806F31B42277AF /* leveldb-library */ = { + A6BC2EA9B5C7CAB91689B9437C6D2D58 /* GoogleToolboxForMac */ = { isa = PBXGroup; children = ( - B7DEF85134A8A2AE2676EA8EC6698EF5 /* arena.cc */, - B7C5A6A7E5048A8D6BE1B4B79E8B9445 /* arena.h */, - 324B531C2AE6827FB681FE21B3BE4EFC /* atomic_pointer.h */, - 321E9AC8E1651AF9CF27F8D6E7C5BC16 /* block.cc */, - EB3DC85749CBF9FBB7AEBA564CCD43F6 /* block.h */, - 5BCC694C797913F378EAFDA27C30BFE0 /* block_builder.cc */, - 5591A978D4FB2B0EA7A0F25E431492E6 /* block_builder.h */, - 8A6EDF35C42C089246B0366D148B459D /* bloom.cc */, - 1645630BB62629237B4F3C1F70E53F81 /* builder.cc */, - 2B7ADD4C11C55D8D351AC0684843BDD1 /* builder.h */, - 87552A4999D624E92E2DA64DB7EC6238 /* c.cc */, - FA197D0D90BCEA23AD3CD1EA1E2F1EB3 /* c.h */, - ED5450AB84570E5CDA0FF492D8EB082F /* cache.cc */, - B58F8FBB305F6C2EA761DB8F6EAC8DB9 /* cache.h */, - 610B5923913EC95DE59BA22A135E1AF2 /* coding.cc */, - A627FB1E79A9417D0A3409C7211056E3 /* coding.h */, - C397C2679953C248FA0DF94185748C2C /* comparator.cc */, - 6BD309A270ADC00317655A461945069F /* comparator.h */, - 6BBE3A6DB63516EE54B2510D0530F30B /* crc32c.cc */, - 9152A507DEE50C9C46BC2CF9578893C6 /* crc32c.h */, - EB73C36B3AA23F3EA170A4AB97300368 /* db.h */, - 80333BD4DE3484D85C18D4392C66A5DC /* db_impl.cc */, - 2B27224E149A30184B05FD22596989A2 /* db_impl.h */, - 099EEC82E42B586089C2F20FA4377648 /* db_iter.cc */, - EB6A7E2F32AAAE32C08998162FEDA7A7 /* db_iter.h */, - DF371D26152A3994743C6B4C71053405 /* dbformat.cc */, - 03C6194D1B787C0F191F45BFB829BDA6 /* dbformat.h */, - 3C5C855F589AC10E458D13D13A064894 /* dumpfile.cc */, - CC0F8029C22A6ABB2DDE937B8D681CDD /* dumpfile.h */, - BBC52BD5AB2253AE0EB7DE98E49C4BD6 /* env.cc */, - 560F92F3503C5B3C105F8093EF2AB660 /* env.h */, - A825AC2AC414AAAACD9A10B1C0D12D8D /* env_posix.cc */, - A1D412CFB5EEE836CF4DF70B92B3FDB0 /* env_posix_test_helper.h */, - 504F55205B0D3E429476A1ED7CDFDDBE /* filename.cc */, - D82D26B1341106CEF3737BBDDF0251AE /* filename.h */, - 2E46E9F9AC227CCCFA006BB5A6F0E175 /* filter_block.cc */, - FB0DBAB621E03E16E120EA9AEE0FF36F /* filter_block.h */, - 4D1A305F03F88857FA041C1D640999ED /* filter_policy.cc */, - 0F72234FA1AE740EAA6C1485297067D6 /* filter_policy.h */, - 950BD890D918EE0D58095A56A99DB982 /* format.cc */, - AEA76CB7A73A1659FADDEAA48C014EDC /* format.h */, - 2A0E8BA46C265DA69A10902F4F84BD71 /* hash.cc */, - 3406A2ACFDDA55157541C081D8176CED /* hash.h */, - 9B70FB79811AA909F58A01124850D2B4 /* histogram.cc */, - 826D467A74DC56B165BD92B444B4EB06 /* histogram.h */, - B3FD6DC0A6E7110FDDCF41826F1DADE8 /* iterator.cc */, - F5F1700CD905734FFF15414A36821B27 /* iterator.h */, - 4525B49CB1EE3D455306A55F9F89588F /* iterator_wrapper.h */, - 95F08B9313CB3812F7D292E478080DEC /* log_format.h */, - 487AB4BA188FB091E4FE65C9037ED29F /* log_reader.cc */, - 7F96D42AC13EA3C8161D18A88FD3282B /* log_reader.h */, - 44211E34EAF89C109F8F743DC1A22949 /* log_writer.cc */, - E45D3A1ED94D75380E50BBF516E71EAB /* log_writer.h */, - 198211ED384C9DB021C8CC076D2486F9 /* logging.cc */, - 6144E46CD67B26114EF2E44A568D9A72 /* logging.h */, - 04251D91C2676147D863CBBBFA3EBDBD /* memtable.cc */, - E8105168BE674EA127BC2D84455BFBDA /* memtable.h */, - 92C3E41CB0ED70B76490134C33B12EA7 /* merger.cc */, - E91C32F827F018723E63EDB7F4F5F451 /* merger.h */, - 3A8DA89E163A28CE9669228A69735212 /* mutexlock.h */, - 7AB0F63FF37BABE708E6348B929D1BFE /* options.cc */, - 76927A72480BAD0FE7F2A7B09F4B3159 /* options.h */, - D0F9B7AD848BD25B8836E5CE253BB964 /* port.h */, - FC2A781371FB3D85B308CB5B64E59BFF /* port_example.h */, - 53AF028FF690267BDFE48EE7E6B13F02 /* port_posix.cc */, - D7E74F1082A37AE501B799007ED7C9E6 /* port_posix.h */, - 2732DC92C863945F945B0C100743E421 /* port_posix_sse.cc */, - DCBDDE4307AA64E9A7278C3D4C4AD3DF /* posix_logger.h */, - 990595D53198F39C55F769BF77B838E8 /* random.h */, - 90786BBEC4724A0AF2C0DFA31EA2B621 /* repair.cc */, - 7CBC871E00336655BD9F2B9A8A86538B /* skiplist.h */, - CDCB2EFF50BAE3624C71FD7C5EAE599D /* slice.h */, - 0B700ECDF40D16F72FE0BDEA3DB02609 /* snapshot.h */, - 7FE2501D511E4326F6F35085AD3ED264 /* status.cc */, - 4C50E05B0153136F4ED69E32A59915F4 /* status.h */, - AF9FEA62B7E719F68BA35B1AD2413ACA /* table.cc */, - 2E23B20953B2DAB365F87099034772F1 /* table.h */, - 9AA6DCA73722551197EA10C01CC365CA /* table_builder.cc */, - 73C611FF177A38E39DAEE179A35BDDA7 /* table_builder.h */, - 0EAEB5703A367FE2F4CC0282C82E6BDA /* table_cache.cc */, - 0E3F0A80B9B2B83BEAA8928BFA760C5C /* table_cache.h */, - EF5B1399A7337F62AA339AEECFAAD618 /* testharness.cc */, - F1F2632A0611EDF668769CE380D0D4F2 /* testharness.h */, - 83FBF0BA5633F926608896DA02E4411B /* testutil.cc */, - 650BD4E8DDDE84A4ADF7E759BB8A1752 /* testutil.h */, - 19AFC96495B07F13D2D658E177366E66 /* thread_annotations.h */, - 85C5D4CD83492BE0F254586129C3ACB6 /* two_level_iterator.cc */, - 9191D33DC6DFD3987DCD4A8CB5A2A8A7 /* two_level_iterator.h */, - 137CCEC12BF93F559A0DD79BB3966848 /* version_edit.cc */, - CEE497D44D98486AA74EC69FB60B84AC /* version_edit.h */, - AE053B6F5866B408B77E5B715DFF1A7F /* version_set.cc */, - E0BC37C83D19CE3079CCEE1A4D76024F /* version_set.h */, - 67C0317F45EACB7FC46476C76B88A3A0 /* write_batch.cc */, - 32512040CD9971E2C364CAAE50B96F11 /* write_batch.h */, - 4A4A557D920B6B6245EFE143F70BB6D3 /* write_batch_internal.h */, - 986EB575EFED8273CB9A645CFC2D7FD2 /* Support Files */, + 3C394F29EA389BD8FDBE06C54CBBFAA4 /* DebugUtils */, + F24B712BC948FC0BA425324A374930F2 /* Defines */, + 02A986817B95F0DC17D40B12FDAF64FC /* NSData+zlib */, + 58EA2A4E5896239CE666F0AD27281C3C /* NSDictionary+URLArguments */, + F24E47E7D2D3EAD72E2EF68EA51004EC /* NSString+URLArguments */, + 95AA279A804A23F6B433D2FFF56C6EB1 /* Support Files */, ); - name = "leveldb-library"; - path = "leveldb-library"; + name = GoogleToolboxForMac; + path = GoogleToolboxForMac; sourceTree = ""; }; - E3D9A0A294F5A5EF606C2F41D2BE1077 /* Products */ = { + A78492B4E7459D1128BB41C7690531C1 /* FirebaseAuth */ = { isa = PBXGroup; children = ( - 3DE55071E55CBE482A0E08CEC248A029 /* libGoogleToolboxForMac.a */, - FF881EB99D3C65610C57B129AE010DDE /* libleveldb-library.a */, - 66B4ACBEB90C70C8DAAB34BCEA1DF724 /* libnanopb.a */, - EF822DDDC9929BE73DD43E96EE426944 /* libPods-immobile.a */, + A329B271912D286E104864209C07174B /* Frameworks */, ); - name = Products; + name = FirebaseAuth; + path = FirebaseAuth; sourceTree = ""; }; - F2BD730C36A270A1063D842CB27FAA95 /* Targets Support Files */ = { + AA2F51FFF77B606FF1B24B96D38D63DC /* Interface */ = { isa = PBXGroup; children = ( - 88CDBB84C1531860C4D0E405DCBBB67F /* Pods-immobile */, + 57C2EACCE4E7DD957DDB5DE1B8A91F07 /* aead.h */, + 7E522EECC6E6CA7FD84D282342F923F2 /* aes.h */, + 1742F77D9C0A2155D878B9F2D448C50A /* arm_arch.h */, + DE4E81CB9FC0D816EC05A2919F89BC9E /* asn1.h */, + BBFF8229B5A3A3F01AABBAFA27A83DFE /* asn1_mac.h */, + D0F3158A5F5CF33104ABA19CB4037089 /* asn1t.h */, + 7BBC88352DD1286ECB5ED7A079BC4002 /* base.h */, + 8B6C0E43546DD44537D08232E3750785 /* base64.h */, + F176D6F7C6A9E620DAF5360E268E5583 /* bio.h */, + 154827A9DC0305873EFA4350A7EB9C44 /* blowfish.h */, + B28D47E197B9D77E91FF25DD95F610C8 /* bn.h */, + EE528B39B8AA43ADCEA2C66044EAE2FA /* buf.h */, + 461566AA4632A28C95B4AC3A87525AAB /* buffer.h */, + B361E60805533957376D47A3841FD880 /* bytestring.h */, + 3E0C55C0FC238FEE6347819432DF55D7 /* cast.h */, + 7577FF768ED58D383BE9009E9D635794 /* chacha.h */, + CF446691E87FFF5803317C2F49582356 /* cipher.h */, + E647161348D554E764CB47B94A9B49B8 /* cmac.h */, + 1A3D34CD78D23008F35A7C9947B7450C /* conf.h */, + 6926C5EB5724EE10AF08A50910A776E7 /* cpu.h */, + B97CD80D7C6C2B190918CA617F2ED6E4 /* crypto.h */, + C0900B449932FBED025991ECE65FF1E1 /* curve25519.h */, + CDAFE9B8649828EB90B8A98D11C4A387 /* des.h */, + 1B9942D74C5D6FD0BC6BE4CF761AF65A /* dh.h */, + 82013E6797634B6D5722A4DD539F4D9D /* digest.h */, + F7A2845E61E241927E62448A5C00490B /* dsa.h */, + 58449F925D32D4B6C0A542E82AC62BCC /* dtls1.h */, + C22053EB286D7CAAE6D0ADDCF7475B12 /* ec.h */, + 2A9A5ECA2EF1F39C878C1B1EABCA1F66 /* ec_key.h */, + 53C731DF029532D80EDB863767E50EC5 /* ecdh.h */, + A812F6286FCD8A92540BCAAB78D8AB83 /* ecdsa.h */, + 4C600A42D9FD365A04C0C4CE276D52CF /* engine.h */, + 8B053C7458782C4091A8D385C3362289 /* err.h */, + A2012D18664E206634C087E90FBEAF38 /* evp.h */, + 312BB4447CFEAEE2079474FD2E7FD974 /* ex_data.h */, + 332C64977E7CE0F5160FB1D5FBD73E0D /* hkdf.h */, + 2B7DBD24A191AA45A58ACC073620EBFC /* hmac.h */, + BA23F8D548B397F6CDF1FA1A6FF34605 /* lhash.h */, + 9A6C8E73BB2473AD69E2735747FF279C /* lhash_macros.h */, + E264695B9D941EFE3BE5CA59893D67BB /* md4.h */, + 65C423830047C8DED8BB2C0B3DC2C001 /* md5.h */, + 2A0D01E2F9872E0A0E73C42A64F1599D /* mem.h */, + 66C2280EF50780B6E988D47A7B00FDEF /* nid.h */, + FD07C8DBD66F4D226CDF07414747B388 /* obj.h */, + 7AA2D5B0B322BE6ACFDB9AF7A6369322 /* obj_mac.h */, + 7232F24125199F7072098D3B13A5C1EA /* objects.h */, + 70A5B1C0CA258666DCE9E7AF13C26F2C /* opensslconf.h */, + 9B744E55374D70CDFE2DFF402C7267D2 /* opensslv.h */, + CB10639680BD7EC92244835F29138C66 /* ossl_typ.h */, + 51D8CCCFBDE0CAEDAA16D633B33886AE /* pem.h */, + E39AE8287DEC76888FFCE8C9D1BB3341 /* pkcs12.h */, + 814DBB45401603B0F182FC9B6FB85A07 /* pkcs7.h */, + F4A61A2CCC8596DD7985146C37FDB038 /* pkcs8.h */, + 0A11E1A31676BA40042A63DCB334A33B /* poly1305.h */, + 655860B50D11C2A339DD42E256E94C9D /* pool.h */, + 60C4E339496D82E3C9807E6DB9D3678E /* rand.h */, + 1B4AFF8B3E655CBA544EC54BCBCF4BE0 /* rc4.h */, + 590CBF19172352B14849A6E19F112049 /* ripemd.h */, + B28749E8E31D065A93A9B049EC3C966C /* rsa.h */, + D3C8230B78B6C8634CFF6BC88D1616DE /* safestack.h */, + 3ECDABC763BAF8294C39B95392A03C10 /* sha.h */, + 83E998331CA5FEF39D868E84617E6F19 /* srtp.h */, + DE1D04D0A1CA70BB30324B2F23A70481 /* ssl.h */, + 6C4EE0FB8AC1DFD9DA4BC9D6020C6918 /* ssl3.h */, + 696516FE5B09359AF89BBFCF868EAE84 /* stack.h */, + 651478042F2620AB8F103B7246B7CBE2 /* stack_macros.h */, + 6FFBA7E349EBBB7B7EABD8BE35DC14BB /* thread.h */, + B085F12E62DEB26015EB06E8531970C1 /* tls1.h */, + 175D8CA60EB2B463924F89FE8B65B53A /* type_check.h */, + ACD35D89508AF7BA73886E784FF3B6BF /* umbrella.h */, + 1D0754D9A3583B9BE1DE9CAB6FD4910D /* x509.h */, + 4DBB9C85DE3AD1C17275ECF128A00CC8 /* x509_vfy.h */, + 87A276BD66D8F233F6D322712A0E6778 /* x509v3.h */, ); - name = "Targets Support Files"; + name = Interface; sourceTree = ""; }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 34476B01833D8F46D0CEB0D1A2BDEECD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6B02824B166AF4649072CAB930283EEA /* GTMDefines.h in Headers */, - CBC7548501161D689ACF033CA42AA1AB /* GTMNSData+zlib.h in Headers */, + AC62F0A9FE0094141FB78EEAE4B6EA4F /* Support Files */ = { + isa = PBXGroup; + children = ( + 189FDE59339E8874AE5862E230ECBC46 /* gRPC-ProtoRPC.xcconfig */, + 7B20ACCBABB67309E9DAC6F34BD89A1B /* gRPC-ProtoRPC-dummy.m */, + C4C0D316571BFC48330244AFC6996849 /* gRPC-ProtoRPC-prefix.pch */, ); - runOnlyForDeploymentPostprocessing = 0; + name = "Support Files"; + path = "../Target Support Files/gRPC-ProtoRPC"; + sourceTree = ""; }; - 49EE04F5125849E644783C89F23AA9F9 /* Headers */ = { - isa = PBXHeadersBuildPhase; + B12EDB6A8D3F9400506F66E04BEBFB10 /* Implementation */ = { + isa = PBXGroup; + children = ( + 9A309536867B63417975B78564FA2C9A /* a_bitstr.c */, + D5198D7C3A936FF0C87C6268148BE55F /* a_bool.c */, + 5D2439B0320C8AB947CF6D7FA78CC308 /* a_d2i_fp.c */, + E89B633EA11B7BFEE9EBB38B6F5D3277 /* a_digest.c */, + 0342165062215E9A71C5E6FB3287B918 /* a_dup.c */, + C423E4D324B6CB264F503E3F9BDF9226 /* a_enum.c */, + 8AAC3947D06D0A9BF3ACE2ADCBAA7D2E /* a_gentm.c */, + 52FA83DD6DAE9EC7C94C057EC1FDDD0A /* a_i2d_fp.c */, + 7D5E3D5E9155CF1167CFB1B461A6C232 /* a_int.c */, + 684BCA8B1382A7503A840B05F4E09D7E /* a_mbstr.c */, + 8064158705036F1E601DE8F4F24B566D /* a_object.c */, + 0A7CC6799BEDF0BE14D281E3EB5FC3DB /* a_octet.c */, + 515657ED6BD2E98BB5501FABDC2CB72D /* a_print.c */, + F74A2A303C7AAAA9E8DAC0BB1D3F15AA /* a_sign.c */, + 7D9AA5009F696639807485C669448125 /* a_strex.c */, + DBBA8EF5587BD516EF84A106EDE414E7 /* a_strnid.c */, + 89A520EB8FFC8A8C499E008A15202730 /* a_time.c */, + 11B166F5C48FA8E138094620F167E64A /* a_type.c */, + 360F7A079131B83A3A1F27D1D35109D0 /* a_utctm.c */, + 786BB727FFD1AAC5F7708B9B7DF18295 /* a_utf8.c */, + C8DE9C275A27DE58033D51727AD097F2 /* a_verify.c */, + F62E99A593F8A7EE2A9631EF302E4FA0 /* add.c */, + DFE282C6E67A53EB4E8E298199060671 /* aead.c */, + A0862DC4E008C8A0DE964808C55B858D /* aes.c */, + A171D62914B5C3E484707EE2C540754A /* algorithm.c */, + D44FFD82961DA2FE1D25084AB2AEAB31 /* asn1_compat.c */, + F68D383BE35BEACF07F155FCB21FE469 /* asn1_gen.c */, + 1AFD9336391406D1EE7F947998FB04A9 /* asn1_lib.c */, + 7CAE3C619F922D7BCB638A9EA1743395 /* asn1_locl.h */, + 963ED88B6DD8E5CF6222911BEE589865 /* asn1_par.c */, + 5606B96B31C6EC323571FE053146DC60 /* asn_pack.c */, + 99FEB82404731E89AC64CD37EB170B32 /* base64.c */, + 86AFEA3DCB2AA5C034DEA349B334F835 /* ber.c */, + D405B7B9D3D663B76B2C83AB0FAA5420 /* bio.c */, + 333A760AF510B50B2AC7A196595F86BF /* bio_mem.c */, + 2285F1E4044D578A87B60CDA52F85AC2 /* bio_ssl.c */, + 60410A52CBDB1CA3B0128547E8BED80A /* blinding.c */, + C10C21A20E1BC4F803B61F12E62E24B1 /* bn.c */, + D844A9BB47AD7478FC9B6B813B2E372C /* bn_asn1.c */, + AD4932F168AE66A200E94885B1CDEF38 /* buf.c */, + DCD89A9CA76205B740901E7251907EC4 /* by_dir.c */, + 5FE60170A1A1A2A4F5DD6DD173A1B56D /* by_file.c */, + 94C597048C71C43BEFA8E055A1AC007E /* cbb.c */, + ACD7C8B0E0005D0551E2D699A67C6D98 /* cbc.c */, + 3DC7A22DDF3B4E672BFC5DC9C1C0E7BB /* cbs.c */, + 7E6E42EF101941DFD416195C01CCB7D5 /* cfb.c */, + 902A7BDB7B6FEA7A65BA3D1D15ED6A24 /* chacha.c */, + D3C8D90370FAE308128E992601AA144E /* charmap.h */, + 86BDE252ADA568EA9ADDCEF7B21F7EFE /* check.c */, + A2B2490AEF216879DC606BC30270934D /* cipher.c */, + 059188582694600526B95B9023CE46AE /* cmac.c */, + 1EE3DDCCE536AA95E76F898A6C8434DA /* cmp.c */, + 32D80D2779CAE0C3BEA07DFDA62AB12A /* conf.c */, + 866F231194E3CB77A5DA4E9790FB1B47 /* conf_def.h */, + E61B95872CFE166477355FAC44F6EDE8 /* connect.c */, + D8B3C5BA01333E95186B4A31BCAA8DFA /* convert.c */, + 406002944AA652C70476F69CCCF04A1C /* cpu-aarch64-linux.c */, + AF5F59F2ECD26A785E1F577D3A8822D4 /* cpu-arm.c */, + F7A6C13DCD282DDCF51A61DF5151E709 /* cpu-arm-linux.c */, + 9E8A0D6DD15566C9347D59554EEA69D2 /* cpu-intel.c */, + AE1DAE000029384C2CB20C7A396BF76D /* cpu-ppc64le.c */, + D16D22030AB50AF505F8276E027B15C1 /* crypto.c */, + 282D78C6DC9ED7F0246D31B7151CDD19 /* ctr.c */, + EEE9CC3AFD3D0E2A5AFDC674BEFDD00C /* ctx.c */, + 4B71BDC45858C532C3A96F7499BA7FA8 /* curve25519.c */, + 6B7840D881085B9EEC28D0F02F310A35 /* custom_extensions.c */, + CAC5B35AEF68960A12E7764EF74EB6CB /* d1_both.c */, + 5261B65AD7C01CC3D6218724A838E2D2 /* d1_lib.c */, + B9CC0AFFFC276447739037C739044CCB /* d1_pkt.c */, + 909924C129D77CA815F704E302DBA69C /* d1_srtp.c */, + 58516B15A027B89A4BFE3304F379FE47 /* derive_key.c */, + 66CDD4AC9B4053EDF7751E381D3F3690 /* des.c */, + C9BA671F9C9757EAE981A4E36C95D644 /* deterministic.c */, + 3C62D19ECBD6FFCE8CCA7569A77405CF /* dh.c */, + 815C633A0A9A88752118098399F250C9 /* dh_asn1.c */, + 146B903AA200FCFC67FCAF4B0875B6D4 /* digest.c */, + 3A36076A371EAEAEA3EBDF7E96D7CE32 /* digests.c */, + D7F16AE378AD2D8AF92BA7A7703DD479 /* digestsign.c */, + 4D13CFC7AFEA3CAB07C60BD8905CF476 /* div.c */, + BE3EF274B0A49667135DD2B66D272999 /* dsa.c */, + 17CE3E98E6AF712B9D1E0D0383F89ABE /* dsa_asn1.c */, + 04B32B9237B6894D3E9F6D54517A4E4E /* dtls_method.c */, + 96790E679C6982C73CB687A3DBE4C2A4 /* dtls_record.c */, + 5F9DC29E1FC2ED42E855A99293241D75 /* e_aes.c */, + 31213811551B6F5C6B4BC774B22459A8 /* e_chacha20poly1305.c */, + 07635331D04DFF92AF4CD34228CBB5BD /* e_des.c */, + 28E01CA490BD6E7B01B9D9B70C24359B /* e_null.c */, + A1FB6A7DBEF4D04DE17E123C8E370A08 /* e_rc2.c */, + A0725D3DF7819F96CFB3C756E01D2C4B /* e_rc4.c */, + 5A4850FC02A4F639500E85AD3BC5575C /* e_ssl3.c */, + D814EBEDCA8EAAC51BFD3B952A8562DF /* e_tls.c */, + B9453095512391B0C26FFF7D032769AC /* ec.c */, + F32C7B2A4F9E5BFAF33CC3DBE7CE9E0A /* ec_asn1.c */, + 1A90D30C1169DD340C22FCF08A4E787D /* ec_key.c */, + 8A291B6F4F76BE1CD38F30A0C8E074C2 /* ec_montgomery.c */, + 299AD82E186ABCBDD882A674173B1EE9 /* ecdh.c */, + E7976DF99778CA98445BCA67B472E2A8 /* ecdsa.c */, + CF75C27CA14194BA15D80DFCDF06A1E7 /* ecdsa_asn1.c */, + DA93162F431F7528331884CFC9A00A51 /* engine.c */, + 4882CE98BBBDE9AC0F91C4BB6723053F /* err.c */, + FC51914E10807B5306AE95DF9DB1542F /* err_data.c */, + 2E69AF95EFBACDEE9E5E648E6692B998 /* evp.c */, + D91D9E47913929C61C94F6362CDCF39A /* evp_asn1.c */, + 9633B7CBA7309F28ECA154B52D7B5B0C /* evp_ctx.c */, + 7F4AABC6697923A17E986872BB48676D /* ex_data.c */, + B2D1B29A3BD2903EE3FB3C3007EEF15E /* example_mul.c */, + 5C900E09ADF4C4CF01E3344DCEEF4715 /* exponentiation.c */, + 0D0748E4C88A1595DAA83C622B565F8E /* ext_dat.h */, + 5A27E3D3BB76374F0EAC06D6C8DB2405 /* f_enum.c */, + 358ABAF721F945072C58FAEAEC6A1B3B /* f_int.c */, + BB77469329FA756D44A374D5D0B85487 /* f_string.c */, + 456504EF6D8742B99FFB27A3AD018B1D /* fd.c */, + E655AA49BC22CA4FE5392FF96A385BCB /* file.c */, + 9AE105D2FEA33FA1C4EDE3F128DC6651 /* fuchsia.c */, + 23220CBDC49BC43B4088BE6F91E3FC6B /* gcd.c */, + 488E93EA546AA37A93211C5B8164BB6B /* gcm.c */, + 65BBA4140F724A1CCAF76568436B4DB0 /* generic.c */, + 1D2BF23EE8A85516BE642A739CC29B69 /* handshake_client.c */, + 5D76E6446B47ED5203577B9D0AA63F9F /* handshake_server.c */, + A1F71B021B12CF5D1CBB45AF96AAF4ED /* hexdump.c */, + 03B3BB98ADDBCCDABA959CE9E24D8162 /* hkdf.c */, + AC25422621D54F4BD2BA0E726D22CBF0 /* hmac.c */, + 37CD0B9A5AA6CBF7745A97B928540440 /* i2d_pr.c */, + A8705A9A9B2F45D686F0B871DAE89A96 /* internal.h */, + CDD847073F2A25EF302902618F22A5AF /* internal.h */, + 6C4698B84FCFCAB463A3EA24808D3A87 /* internal.h */, + D3AED973601ECDCAC5633D3A2D6E7B2F /* internal.h */, + A46A508FEC6F0239B6B362EF239AF3DD /* internal.h */, + 0FAF8F5EB85156BBB82DA0DA0428E2E3 /* internal.h */, + 8FFFBCD2D0D3629AE522CB890CF3124C /* internal.h */, + 29103223A7A3D2693433F5209A40C0DA /* internal.h */, + 2A856589EC88839163BBB68664BE6E39 /* internal.h */, + E18EFD5595375ACB1818B03081866688 /* internal.h */, + 69533552D81CB9558C94A699BBB18886 /* internal.h */, + 0EB5903585CEE37F2B5D17A3DB83ACC2 /* internal.h */, + 5A3970CBE22FB98A209613A02862F892 /* internal.h */, + 5E17DF5CBB46951C59C093904C20023D /* internal.h */, + 43F44C289FF1A46EE00C290F1DF8B4F5 /* internal.h */, + 066302DC3940B07B112AB0C5346487D6 /* internal.h */, + 4C8F2C6762CAF7483B38C9004D921F74 /* internal.h */, + 638100CEE2D59B79D501B2B8F3A76075 /* internal.h */, + 803BE9DD104D827F2A9039EC35766B15 /* internal.h */, + B30E28EBDAB3C948C985F444112B6477 /* internal.h */, + E61FC8183C3D2EFDBC16AC0A1B2C6C40 /* key_wrap.c */, + 23656CAC234038375B2233968AEEB16A /* kronecker.c */, + BA6876C1C58FE7684B930F27B207FE63 /* lhash.c */, + 365820030877609EE090F033FD42263C /* md32_common.h */, + 6577E641CAFCD4997EA844FD53CDE827 /* md4.c */, + 1B21AF31B30AAACD60E94CA65A1B6948 /* md5.c */, + E49FD5E3106F1297A01ED32BAE75086D /* mem.c */, + E382C05E9F06C7800EE133CE6FD4AABA /* mode_wrappers.c */, + A806D06A4B44F1E262C16A1976417C36 /* montgomery.c */, + C5B362F50083C2981E2D7F6EBB37552B /* montgomery_inv.c */, + C019E09A7ED84933CCF854E8D700FE8C /* mul.c */, + 73481C099AF8D9935C63009A32C2634E /* obj.c */, + 87F1534C1DB75B2576C83A3014D24B38 /* obj_dat.h */, + 2350C9BEE41E35B32B55FF8AAEB9D47F /* obj_xref.c */, + BCE2588A011CC2C6D619419EF5872A3B /* oct.c */, + D92408AA6116CC109802ABD280766D63 /* ofb.c */, + D5A40E797CCA43D15339F474AEA696B6 /* p224-64.c */, + A5A19E783EFF0353B8D8BDD15B37A745 /* p256-64.c */, + 3C4C51E4D19425FA554D49184154D08B /* p256-x86_64.c */, + 3398040865885A8906B3A7CC900757E2 /* p256-x86_64.h */, + 149B2BC0DDAB878B3E28E9B4268E1E01 /* p256-x86_64-table.h */, + D288E21092790CE2BD9402FF51EEA80D /* p5_pbev2.c */, + 04C0494C3326FBE9C9CC55A2A38C781F /* p8_pkey.c */, + 4640DACC792CEB16189B6D519E4945F9 /* p_dsa_asn1.c */, + A8B99366C9B7F0017E34580F497E877C /* p_ec.c */, + AEF46CB68F820A630B4F03F3581C9B9C /* p_ec_asn1.c */, + 42BA9BEFD14AA64A289F6DA481A77A74 /* p_rsa.c */, + 369F104E554D4435724018E000594945 /* p_rsa_asn1.c */, + 9168264A13513D673F2B1FE5E7577D7B /* padding.c */, + E26C4CFE79BA12F91437D791E1282428 /* pair.c */, + 16D310D7218C1735ABB4BBE1BF836DB3 /* params.c */, + ACBBCCFC870D48999CA45C2A0D5E507E /* pbkdf.c */, + DC1967CB77F5E5ECFF5425D7526BA0F2 /* pcy_cache.c */, + 655656DE080A574131D782AFE77A0DCA /* pcy_data.c */, + 5BF8AEACB702A5A16D21A06F6DC3D41E /* pcy_int.h */, + DA02C3DBB7EC420CB7CBDA21215D875F /* pcy_lib.c */, + 85D26A655BABEED7F3A1571F5860DD9F /* pcy_map.c */, + 90F871EE60A4E4816E0C9C54DD75B06D /* pcy_node.c */, + ECAFB56E6967A613A861D1B49AE28D76 /* pcy_tree.c */, + 50B1AD4AA8796BA262B77895D21A1B3F /* pem_all.c */, + 00EAA4DE4C43FAF57B82D6C3D282BF69 /* pem_info.c */, + 6DB4F7330DD80000F59DDE73AB3E6A83 /* pem_lib.c */, + A76C2FBB1057390EC44C9183A1547D9B /* pem_oth.c */, + E4433F8588BC376235221E46D74AB2B7 /* pem_pk8.c */, + D3996D33C6BDE3BC1A766C70AF1D9A5B /* pem_pkey.c */, + 548ED92BAE8EA1631D2A31BC05DED439 /* pem_x509.c */, + 623366ADD3558FD2161F846AB8534EFE /* pem_xaux.c */, + D5753FF165CDF7F13C0A8CA39536860C /* pkcs7.c */, + B2FE2615F2C66C9BAC47B1767C2DB75D /* pkcs8.c */, + 98FBF7274D34EA261CB3F4F8BDE66FE5 /* poly1305.c */, + 13360786798B3DF36C8A70DF95330A0E /* poly1305_arm.c */, + D9C5B841C39B020B350404CD01F63B6C /* poly1305_vec.c */, + F67BC193C0FDEDBA2D55F403AD50C5C8 /* polyval.c */, + 576E64D44A0D53C4532B6BF79A6B73CB /* pool.c */, + 82CEDF79021F21C247EBDCD8FD599D4C /* prime.c */, + 3EDB771F066C127B157C80BFA27130D9 /* print.c */, + 1EF5529FA389275E1D4B0BF388457001 /* printf.c */, + 90F8987BFBD1C651F7148EE2FDF512EF /* rand.c */, + 540BFF8EC553003C2979DCBD7206E2F0 /* random.c */, + 39F4D98ABC8B82EF2FE45A7CCA0FEFDE /* rc4.c */, + 7D193CBE2BDA69525CBAD986B02800E5 /* refcount_c11.c */, + F3D867C941A17553D4BC5CC7BDBE9891 /* refcount_lock.c */, + 31819FFEF025188CC1834585B1B74557 /* rsa.c */, + EBFCD8E51B16C63C5BD5933896D87E69 /* rsa_asn1.c */, + 1BA59ECFCD53865872E3DDF454C50AD3 /* rsa_impl.c */, + C360A07210AF9003FD42BBBCBEF6FE5E /* rsa_pss.c */, + 817804AF0A294CC825D06F6D2E09AE82 /* rsaz_exp.c */, + 813F0CF252017C21591FD58E08F4D60C /* rsaz_exp.h */, + 123FF7214966C04DB03E82E6DBB6D460 /* s3_both.c */, + 478C31A18299B645A552E2F554FA2235 /* s3_lib.c */, + 08403204C0CD2498706FA1F3C8C4005E /* s3_pkt.c */, + 90C987A85C8370F837DE6BD29EFD0599 /* sha1.c */, + 15C8FC966FAEACC69F4734A60000A247 /* sha1-altivec.c */, + 3DB408712F5FAC679E6FAF7C6DD0DE52 /* sha256.c */, + 6DE80A220044295560285D700CB2DDA0 /* sha512.c */, + 68EF49D0B68A9355A95403933A983703 /* shift.c */, + D71975CB08E4E0E28583DE23F7CF7586 /* sign.c */, + 25399C40BC748A5CE6C0D348D3F456D0 /* simple.c */, + 445C6AD7EE201F816D894173AFE96692 /* socket.c */, + E2E9B0BA424C46F097F59334ED6752C5 /* socket_helper.c */, + 11E164C7A98813BE9EEDE23F680C68A6 /* spake25519.c */, + DB9FDAD398C8AD5BC87AFEA9F8BF36F5 /* sqrt.c */, + 0066A9D9A90D309C38705C747DE2251F /* ssl_aead_ctx.c */, + 8FDB6BCDE67D5FEDD8B6A515ED4FD92A /* ssl_asn1.c */, + C21F10A476DECCBE298105E36CD8B36C /* ssl_buffer.c */, + 9FA8E790D65A361C0F344A28C273FA3A /* ssl_cert.c */, + E393FEEBD02C5CC87C729D6DE5776F02 /* ssl_cipher.c */, + 2A11994B2EDCAE2A35E9F7D2AF8F595A /* ssl_ecdh.c */, + 418817C2488BC030F27F42AEF69BB7B5 /* ssl_file.c */, + 5888D125005CFA100B845907BE7E0F90 /* ssl_lib.c */, + CB169E3682B8891E4423F4E78E2BC6EF /* ssl_privkey.c */, + AED88633BE7952A4227C7258B28CD64C /* ssl_session.c */, + 40E5A68AE8D51D1E4E4C978A9A80DF26 /* ssl_stat.c */, + B98EA0D4BD3000D519B747996F9AD127 /* ssl_transcript.c */, + 431C258BBA92C6EE109986E6503839D4 /* ssl_x509.c */, + 13F565EC4DEDEEF1A325CC675A02267C /* stack.c */, + 1E9FD41ACEDAD27D70D2961C8968A68B /* t1_enc.c */, + 84FFCFC3C34209E30538C8B0A9510030 /* t1_lib.c */, + EF9D9306C8C07C9BCCAADD45813D51BF /* t_bitst.c */, + 9C0DA583A91F3429082A36FB32A7D93A /* t_crl.c */, + FA595CAA526E37698443FF0B813C1087 /* t_req.c */, + 63A304C1F584806D4D8AC9F7C5718407 /* t_x509.c */, + 91A8117F6A82B40B36EF2051AD577F58 /* t_x509a.c */, + A63056A7CA319D8DC7D6C982427B061C /* tasn_dec.c */, + 7E50061DB6BE1ED1401348989FA6FB97 /* tasn_enc.c */, + C89C6A30CB5628BB1760F2DC81BB5982 /* tasn_fre.c */, + 319C23D1B3316D12C6C773AA7547000B /* tasn_new.c */, + A9123A8A0AA9086D9A9E6F613B31228C /* tasn_typ.c */, + 5B8EC0A942ECA90938C5509E4487CFBB /* tasn_utl.c */, + DF4CF26A4CABD2F7575B2B5B65C18AEF /* thread.c */, + 155548CF7197CB60ECDFABDA34EDE2E5 /* thread_none.c */, + 573949B0FF80E40650A869E4D7570453 /* thread_pthread.c */, + FD94868318F1CA35C86E99CC92E1D0B3 /* thread_win.c */, + E0D3A7B3E0773CCEBD04F8B278B97790 /* time_support.c */, + 82E7CCF800740ADAB8353C2BB91B6C20 /* tls13_both.c */, + F6485FF3BD76AD99B0D52C40D194D622 /* tls13_client.c */, + BB1CC8240026B944CE57302BEAA27AC5 /* tls13_enc.c */, + AC0714C5D8A146401380E06287A3DAE7 /* tls13_server.c */, + 491E3397313077F27372EADDAF97253E /* tls_cbc.c */, + 1B10CF02E832DE0417A1E913F9CFC30A /* tls_method.c */, + D1AB35E571D78FCEA269B5092ACB71BA /* tls_record.c */, + 07D6252A5C51F4ADEAFA48FF166CAA5D /* urandom.c */, + 74B76A3984BE07EDDEDCC49C789D955A /* util-64.c */, + 9ACEAE51EA1183079A3389DFEBB2EB4B /* v3_akey.c */, + 8B384C7F53603FE83241F22CA00C1B9C /* v3_akeya.c */, + F98B754E703B44E2402C3A1278A8EDC8 /* v3_alt.c */, + 73871A370892219B0734D48F91568B9C /* v3_bcons.c */, + 4E521B6E7ACA70B1885115A7F6CB6DDB /* v3_bitst.c */, + 1D29C792AB4A1A91471A729C59DEE07D /* v3_conf.c */, + 67615B15FCF0E2C71A427B322CBE5FD6 /* v3_cpols.c */, + 1A170836E794916E4E1BD28320E568B3 /* v3_crld.c */, + 0407098ECCD413F67BF6CB7718E72A65 /* v3_enum.c */, + A4DBF1EFFF35032F56258AD6C5CB94C0 /* v3_extku.c */, + 1D102A2F6DB2B326465B70AFE9E5C890 /* v3_genn.c */, + 7575911C0AEA98FBDB42E6BDAD752E95 /* v3_ia5.c */, + 5356D41329260046F77F9A891330C5A0 /* v3_info.c */, + 64A551D74BC401F265465AA48B8C559A /* v3_int.c */, + 393AE23A9DC99D76134A39E5133296DF /* v3_lib.c */, + 84B1CDA5C678CC6CD1A3E6567D475A17 /* v3_ncons.c */, + FE5358712CB7CAA70F8CF2B5B90D3E21 /* v3_pci.c */, + C3140F3336DEEF837AB711D7C1BE7562 /* v3_pcia.c */, + 6C596F5E303E1EEE1B73A37CC179A92A /* v3_pcons.c */, + 1EDF8EF32BE02E7ECC15D904C7477391 /* v3_pku.c */, + BAF131906EB706C9B68B55EAF85756E0 /* v3_pmaps.c */, + F7A0BF3A9DE3F706FDB1B370A0E53281 /* v3_prn.c */, + F9B844BB5BE722C4FADB918100F1A60B /* v3_purp.c */, + 4C5235BC68EF69A794DD698A35A856EB /* v3_skey.c */, + 2D3668541EACFF699F02AB80E6901B5C /* v3_sxnet.c */, + 1827CEF94F48D658494756D2983424ED /* v3_utl.c */, + F54984DD760683FABE5638BB72531474 /* vpm_int.h */, + 253C4951624328E9BB345FA57E3F2BBD /* windows.c */, + 73977F48626B3B588CF43711B94EB050 /* wnaf.c */, + 6281C298BFE836B4223F37B79E29D3BB /* x25519-x86_64.c */, + 84E6166CFFE2C9F4560825E67B5AFC65 /* x509.c */, + 1954043D9A18FA2B2DA7580F32922720 /* x509_att.c */, + 541A04C959C46E554C7EEFC5064D87AD /* x509_cmp.c */, + 49098FA86D85B10E9436DDD48A9D78EE /* x509_d2.c */, + BFA948359D02DC7F7AC08EE151F37DA0 /* x509_def.c */, + 2CCFEFC21D69CE9E894C5BADB1311414 /* x509_ext.c */, + 48C3305DB420529695A3055ADC1206C6 /* x509_lu.c */, + F7B5A18B3D087ED3D74A763B97BB0DE2 /* x509_obj.c */, + 0273CC541BCCF25AE5EAC67DE80DD446 /* x509_r2x.c */, + 03604E49AC3DE17283B27A49A5B1EFD3 /* x509_req.c */, + DAF82F7C3D18E298102F9C092D55500E /* x509_set.c */, + A2E60987EF488E080A59B8818342512D /* x509_trs.c */, + 2775E0ECD69FE43E596F685F6692325C /* x509_txt.c */, + D03BFEA6BA06FA19981228EA6BCA8366 /* x509_v3.c */, + 4399939BC614256ABED633B1681E51C1 /* x509_vfy.c */, + 3E9B232203F097903397671368D42C17 /* x509_vpm.c */, + 757ACD9E05F07AA4F1EE05414984484C /* x509cset.c */, + C19E1F1CAEF4B1CFD1DD6C94A67AB066 /* x509name.c */, + 4087EDA27568D18921165958B377C448 /* x509rset.c */, + 2F824ED6878D1F17497EE5C89B531711 /* x509spki.c */, + E4C4F62117DD264A018E78AEDAF03DE2 /* x509type.c */, + 95E8AC80293518D017B7B8CC9BB29E48 /* x86_64-gcc.c */, + 0945817410DDF5D909FC36BBA5C132C2 /* x_algor.c */, + C4AAF8142751A292A2C7C9570FC83320 /* x_all.c */, + 6F06EEC61915E60A16651A38BDC0AF1A /* x_attrib.c */, + 703C627EF81D6F0A80B7A7667C4184D3 /* x_bignum.c */, + E4C7569C04A200B20E2F23BBE9428ED2 /* x_crl.c */, + 571390FF3F56944B8E4AD3CD6F3589F8 /* x_exten.c */, + 7F2BD427C415F2813B28890E41368420 /* x_info.c */, + E24573C69E555CDD1A317AB878DE127F /* x_long.c */, + C0EF4A249F274D19F585B2C3CD116CF5 /* x_name.c */, + 0C0BA02D41ED6C59DBD6D0ABBBAF40EF /* x_pkey.c */, + 6113FAE5E23AE3B2B742E139829C56CD /* x_pubkey.c */, + 0274FCC7A92013517A0B2F3C106BA8C0 /* x_req.c */, + 4EA3A131154FC8E8FC1F8AD4AD9328E3 /* x_sig.c */, + F621B940F692443305C77FC895BA629D /* x_spki.c */, + A0903EF92133D7792379E31C50F03FED /* x_val.c */, + D8042CD4CC326BDE429155A1185F66FE /* x_x509.c */, + 8B95DD85C0187DE4A8F9907A550C3843 /* x_x509a.c */, + ); + name = Implementation; + sourceTree = ""; + }; + B74B37269FE904D560EEE16F79E9F593 /* Main */ = { + isa = PBXGroup; + children = ( + D720A3DA06B03761D48A757E3E93C02B /* GRPCCall.h */, + 8C2D5B52EF753FE8437ECA05C4E6FB5D /* GRPCCall.m */, + CBAE602D0BD11970BFBFB987A48138F6 /* GRPCCall+ChannelArg.h */, + 2D83CE38CAE28C3E5E6E6990824D7523 /* GRPCCall+ChannelArg.m */, + BD62074ECE404C41532A9E0F7984B8D9 /* GRPCCall+ChannelCredentials.h */, + C03EAA8FDEFB12838AE828AC6F50E7C3 /* GRPCCall+ChannelCredentials.m */, + 77EB368DC25E45C95BC47202693A1353 /* GRPCCall+Cronet.h */, + 5F89DFACF16CEF7076F1C8E0B6570A2E /* GRPCCall+Cronet.m */, + 802C098EF228E276FEE0CD726011F15C /* GRPCCall+InternalTests.h */, + 9FF83789900715FD1FBF46264C60A6FA /* GRPCCall+InternalTests.m */, + 28018A18BA9077AFDFC45C3C97BAB7E5 /* GRPCCall+OAuth2.h */, + C513CD009149C34B565403BFDE64BCD4 /* GRPCCall+OAuth2.m */, + F83F6CA2EF06623F32DC76A3A5298E81 /* GRPCCall+Tests.h */, + 1FF60C970F32F0C3D629EF65C0300AE4 /* GRPCCall+Tests.m */, + 6753728F75154F93A48A37B9D55F5E74 /* GRPCChannel.h */, + 3D28247AEE36D8165C6B1B2F15F34D45 /* GRPCChannel.m */, + D1018BF00F27AF6621BF07BAC2F712D6 /* GRPCCompletionQueue.h */, + 2357CB99F05102E1F6FB0BA002822784 /* GRPCCompletionQueue.m */, + 4C3F2C3776222F0D7F85C78144BCB0B8 /* GRPCConnectivityMonitor.h */, + 6B5A94C1F8CC1B25CF7E00493B96A950 /* GRPCConnectivityMonitor.m */, + DF330AC23CBD980DD92BB04FDF26DB5C /* GRPCHost.h */, + D3EDA81A8C6027C1B61E0B7CFBCAE689 /* GRPCHost.m */, + DE7CDF362598804ACDEEAD25C616D607 /* GRPCOpBatchLog.h */, + FF00ADB59080D823052C19080B62ABA0 /* GRPCOpBatchLog.m */, + BFC4B9F08064A803A3DDF98B4D4DAD7F /* GRPCReachabilityFlagNames.xmacro.h */, + A2BDDEC03EF4450866EE6B1013BC2E57 /* GRPCRequestHeaders.h */, + CB915C4AE278C289114A375CBA5E99CF /* GRPCRequestHeaders.m */, + 4DB95A5A126141CB2CFBB1C48BA8AE2B /* GRPCWrappedCall.h */, + 79FF1DC19C8349EBCA96211D7CE1AF94 /* GRPCWrappedCall.m */, + 555BFC4398A38A38E03F5A0D960861B0 /* NSData+GRPC.h */, + 085EF664F03B3586D56EA1C423E260B8 /* NSData+GRPC.m */, + 105EAC36C57900C9905BB64BE92A4368 /* NSDictionary+GRPC.h */, + CCAA28B244CA5B6D2D25455E323037F8 /* NSDictionary+GRPC.m */, + C6C5D12BB95CB2896B0F6A0AD0C90888 /* NSError+GRPC.h */, + D6F97C56DA5D5E7CA6F601978A94C203 /* NSError+GRPC.m */, + 630A17010A225CB6DD15DAA41272BB74 /* version.h */, + ); + name = Main; + sourceTree = ""; + }; + C0A8F309D0C9177BE6CFDE67A67E4804 /* gRPC-Core */ = { + isa = PBXGroup; + children = ( + 21E271EF47007920D06BFB338F1077C4 /* Implementation */, + 4B2133BD06AB3A5CE0EA37267BCF914D /* Interface */, + 4FFD171C1E293453E661FEADE46CF256 /* Support Files */, + ); + name = "gRPC-Core"; + path = "gRPC-Core"; + sourceTree = ""; + }; + CAC5713FA50A465F1951741CFBB6993B /* Core */ = { + isa = PBXGroup; + children = ( + B5EEF13F98C7804026515CA979360499 /* GTMSessionFetcher.h */, + CDBBA93A5CBC33C2180C919CB8532021 /* GTMSessionFetcher.m */, + E19ED5B2BADFFFDFAC0930F11D00FB6E /* GTMSessionFetcherLogging.h */, + BC8CDBA0FED6711112A0F1A405BE0C78 /* GTMSessionFetcherLogging.m */, + 97DB996467F293E0A6131EB81E91DE3D /* GTMSessionFetcherService.h */, + 9D371FB9F5BBE54F079F7878079D6262 /* GTMSessionFetcherService.m */, + 8F36E55B2CFB782D06BDC64D79E3CAFB /* GTMSessionUploadFetcher.h */, + 854733834A1FC7745552EB8998FDE35B /* GTMSessionUploadFetcher.m */, + ); + name = Core; + sourceTree = ""; + }; + D51D1FB0587E33BEFA915E3C2398FA3A /* GTMSessionFetcher */ = { + isa = PBXGroup; + children = ( + CAC5713FA50A465F1951741CFBB6993B /* Core */, + 2B6C48C372CDC8026D46AF24B7BA7065 /* Support Files */, + ); + name = GTMSessionFetcher; + path = GTMSessionFetcher; + sourceTree = ""; + }; + DE44F45C68033EB4DC77945ACEC9624E /* FirebaseCore */ = { + isa = PBXGroup; + children = ( + 30907C9FEE0440BDE5FB17E5DAC9991A /* Frameworks */, + ); + name = FirebaseCore; + path = FirebaseCore; + sourceTree = ""; + }; + E59341287D64AB0EDFCEA6A090EC3E1B /* FirebaseFirestore */ = { + isa = PBXGroup; + children = ( + 9F94148C16DB6238DCECA402055C6EB3 /* Frameworks */, + ); + name = FirebaseFirestore; + path = FirebaseFirestore; + sourceTree = ""; + }; + ED217A72708521190CA143E2EA4CDE39 /* gRPC-RxLibrary */ = { + isa = PBXGroup; + children = ( + 27C462D1418A56B789D6FBC1B4697037 /* GRXBufferedPipe.h */, + F7906D555A47E76785545E3DB53401A7 /* GRXBufferedPipe.m */, + B5393BC8684DA4F2E14BED8241BF5DEC /* GRXConcurrentWriteable.h */, + 3A88DF96BBA2D91938584C217B443D4D /* GRXConcurrentWriteable.m */, + 4C48629A6AB9A8EEDE0AD849A9A33001 /* GRXForwardingWriter.h */, + D008494B698B4A485570B4CBE17DCB49 /* GRXForwardingWriter.m */, + 63BAD0B10C5FC42F2FC8B8E2C8AFF3BE /* GRXImmediateSingleWriter.h */, + 034E770CE186E577A6C337634C68AB1F /* GRXImmediateSingleWriter.m */, + 267B480754B6ECE1415F23D3D9A9FE13 /* GRXImmediateWriter.h */, + F5B0A462B9F177E735AC37B8E2168DEB /* GRXImmediateWriter.m */, + 4E9A0381020BBF02E101D7EFF95AC0F6 /* GRXMappingWriter.h */, + CC149DC93D840261D4C40E23223169C9 /* GRXMappingWriter.m */, + 7FFCB1CAF8CCE3796F1C463809DB4ADC /* GRXNSBlockEnumerator.h */, + 0D1DC10AD5A77BE171185301CE4456A8 /* GRXNSBlockEnumerator.m */, + 9399E4B73AB7BAB1E3F570E873DA03EC /* GRXNSFastEnumerator.h */, + 288DA9C9DAD9F991BF6EF08DD161134A /* GRXNSFastEnumerator.m */, + 41A112BE50FD1C04CA915168243F05EF /* GRXNSScalarEnumerator.h */, + 348B1BDC42CA9B9EA4C0C74CC35E3611 /* GRXNSScalarEnumerator.m */, + C448331B585785F2619A9A554BF3FBFF /* GRXWriteable.h */, + 1FA7DA40571A421BFFAA207F87848A60 /* GRXWriteable.m */, + D512F7555C2E86C38CE34DD91371931A /* GRXWriter.h */, + DEC32ADE895749405C78D8BD81060292 /* GRXWriter.m */, + 18D6C9C49E2FBDC4BD71A9141566D708 /* GRXWriter+Immediate.h */, + 4459C190D83CE397D599C7C484C0AE9C /* GRXWriter+Immediate.m */, + F706760DC746F1466C449C1B797E6368 /* GRXWriter+Transformations.h */, + 1E85DBE01E0D683A93D5E5EBCBE790D0 /* GRXWriter+Transformations.m */, + A050B8D8424FBF0B9A36D7366A87EDBC /* NSEnumerator+GRXUtil.h */, + 78E268EBFDF5C0FB17A24470E71A8B62 /* NSEnumerator+GRXUtil.m */, + 4B1974BC6137423A78C001DA4A31562B /* Support Files */, + ); + name = "gRPC-RxLibrary"; + path = "gRPC-RxLibrary"; + sourceTree = ""; + }; + F0AAF247DA8F2D8AF4CB094DCA804199 /* Support Files */ = { + isa = PBXGroup; + children = ( + B9A558EA0C6E17A9419434B5E714D61A /* leveldb-library.xcconfig */, + EC8F3830EF5D3A33B4DB59C1930FF360 /* leveldb-library-dummy.m */, + 0D1BB9C546927C5362291FB87BB23F5E /* leveldb-library-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/leveldb-library"; + sourceTree = ""; + }; + F24B712BC948FC0BA425324A374930F2 /* Defines */ = { + isa = PBXGroup; + children = ( + DAA9B455C270BEF9E11F17896B0EF6CA /* GTMDefines.h */, + ); + name = Defines; + sourceTree = ""; + }; + F24E47E7D2D3EAD72E2EF68EA51004EC /* NSString+URLArguments */ = { + isa = PBXGroup; + children = ( + 77BF25B180FBAD0AF889A4C5B481148B /* GTMNSString+URLArguments.h */, + 534D9E690350BF747AAF2583BBFB49DC /* GTMNSString+URLArguments.m */, + ); + name = "NSString+URLArguments"; + sourceTree = ""; + }; + F2BD730C36A270A1063D842CB27FAA95 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 88CDBB84C1531860C4D0E405DCBBB67F /* Pods-immobile */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + FEA3F23518F529DB163C034ED8DF7CE4 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 33A9BCC30BF53111E3AB3A0A9D109FD5 /* FirebaseDatabase.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 0CBA5A14986DAE7D6A473749221AA81F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 476D901118FCE3506AF5ECEFC743403B /* GTMDebugSelectorValidation.h in Headers */, + 226B1BFF4E3FC473A1C88F2CFD77C9AF /* GTMDebugThreadValidation.h in Headers */, + A46AF96BFE3E00583C3C2AB6C1322D7B /* GTMDefines.h in Headers */, + 5E255A5B5203BE00C7B9E4D2E0D3BDC7 /* GTMMethodCheck.h in Headers */, + 26BE741AD59EF185570AC9C853F44FAD /* GTMNSData+zlib.h in Headers */, + 6C262944569C29D04DFA3C5F21494AAB /* GTMNSDictionary+URLArguments.h in Headers */, + E84DEF53F8F01BAF747EB387654EC0AC /* GTMNSString+URLArguments.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 25232F3A2F01B92553B9EB38CEF0A7AD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FF234706A75F56173414C33E971EBF55 /* ProtoMethod.h in Headers */, + FA6420E8CC3E555E53D747F6447BDA81 /* ProtoRPC.h in Headers */, + ACEDC66A866D4DB95B7F2D0529686439 /* ProtoService.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46ACA54D1E030D00E4E4E786A6B57B49 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 48E0D308029810559FB2ECF7EB2A5B58 /* aggregation.h in Headers */, + F3CF2CFC372C9E27DC3F4509F9049764 /* alarm_internal.h in Headers */, + 327B027B7F1C4F3296453B32776DCCCA /* algorithm_metadata.h in Headers */, + B26DB79BB5A2E9EDEE3FF15C8B6A2ED6 /* alloc.h in Headers */, + 9878D4794CD359EFDDD21C4884B6D770 /* alpn.h in Headers */, + 8D54B67E2E42EF99E181E24F54E84E8E /* api_trace.h in Headers */, + 9BDA4DEEF76C98BACB5883A9626AD592 /* arena.h in Headers */, + E36C32F2438E2DA578F95438471B85AE /* atm.h in Headers */, + D9559544AC5066A469EDD335FB2F1375 /* atm.h in Headers */, + B5DDAEB046B9420E14E186035CF180F1 /* atm_gcc_atomic.h in Headers */, + A52B22DEF6FA9B1261AF3623A194BD8C /* atm_gcc_atomic.h in Headers */, + ED7CFF1F580269D0B0540CF73845BB0F /* atm_gcc_sync.h in Headers */, + BF8EBB697AD1C66B0B0C732496B808CC /* atm_gcc_sync.h in Headers */, + ADC47CB038AF97D76D63D615D330B822 /* atm_windows.h in Headers */, + E0886E8A6C14FF94BE610AD435A19B46 /* atm_windows.h in Headers */, + B6B409C93D21577523DEA9E635067D13 /* atomic.h in Headers */, + 81B814E62B0E77CA365C24037B4A3983 /* atomic_with_atm.h in Headers */, + 1B194B273CE85C323F10ADCDF9B97762 /* atomic_with_std.h in Headers */, + C67FA4325FB358D7B11CD17D87F04350 /* auth_filters.h in Headers */, + B9CF210D9A00F9E65F9336D93D5B2875 /* avl.h in Headers */, + AF0A5B0E800AF1C97FA311FD2E959D62 /* b64.h in Headers */, + C02FA5E664B36953FDA69D9AD22D4ADB /* backoff.h in Headers */, + 83E2FEE97F6890AAD7B9C03F1B8DD8FB /* base_resources.h in Headers */, + 2978E45F5644E9C5AEB04194FE4BB148 /* bdp_estimator.h in Headers */, + ABAA6A5CD5EA7F9EE750A7A147B8DE7D /* bin_decoder.h in Headers */, + 54455410FC3AF01A1A77234C5A28453F /* bin_encoder.h in Headers */, + E3C6497F18ECE67F86D5498768C65AC7 /* block_annotate.h in Headers */, + FA41D7FAE3261B7F84A7501F218567BC /* byte_buffer.h in Headers */, + 956C1587B2003BAE80706F278C1FBDB5 /* byte_buffer.h in Headers */, + 68E403770E2D8E6CE0235B256A68ACEC /* byte_buffer_reader.h in Headers */, + B962947D406441F7F73C9D025D83FA2C /* byte_buffer_reader.h in Headers */, + EE4F5069500271F3F138DD4101127C50 /* byte_stream.h in Headers */, + 00D33C18B6DB1D53074A5F83358DA6BB /* call.h in Headers */, + 822C2E77F4D2A279EA964BB965BCBD60 /* call_combiner.h in Headers */, + AE9A903E46B94ADCFA3CDF2CB824D89F /* call_test_only.h in Headers */, + 099C44226145E71170237D88AF2A4A01 /* census.h in Headers */, + EDFE97D0A0AB10D957260932B8BFED9E /* census.pb.h in Headers */, + 86EFD65CF4CE57831A2E1744AB42F126 /* census_interface.h in Headers */, + E58FF7E72DE8F719043653126EB97594 /* census_rpc_stats.h in Headers */, + 4FA4E6A2DC1A6ED29CB35165C2F754A5 /* channel.h in Headers */, + CF150184335DF1D7C1FF503A3E23AA2E /* channel_args.h in Headers */, + 9A6CA66AEB2B2C1378101C7B4173FE0B /* channel_init.h in Headers */, + 03B927148541D16A76ABFBBB6EACEEE5 /* channel_stack.h in Headers */, + 3DBF0BB15182A34F0CED9168470D8C0E /* channel_stack_builder.h in Headers */, + A81E2F00F90A9D90CBEC456FBF2EA7FB /* channel_stack_type.h in Headers */, + C03984BB981C527A10793E7B55F1F437 /* chttp2_connector.h in Headers */, + 06E8D0D0A1B3563EFD40BE5A5FB6595F /* chttp2_server.h in Headers */, + 1DD5100CAD172C12083778329E777A09 /* chttp2_transport.h in Headers */, + A2C2879083F37DFE0C0A0C3CC168025C /* client_channel.h in Headers */, + 52FF9416DEE169E4AD360CF434B1AEF8 /* client_channel_factory.h in Headers */, + E4DDEBB5A76CD4A6A2C8D87C75041033 /* client_load_reporting_filter.h in Headers */, + 3B17F4F305965FCA134307CD9A6F85EF /* closure.h in Headers */, + 118B03593DE234C6019D057C91B93A56 /* cmdline.h in Headers */, + 6C8F5EC272F99D5D443A753C66D11881 /* combiner.h in Headers */, + EBF769C180A019D2F9EFCBB8A6F20F6C /* completion_queue.h in Headers */, + 1BE2B4F4395DB3357924A67240C1980E /* completion_queue_factory.h in Headers */, + 88F1F509917A2D832A9A6CEEFD09AA01 /* composite_credentials.h in Headers */, + 0424C295714C4571868C2DD56EBD23F0 /* compression.h in Headers */, + 3E274764568CFF8257FB35E27BD0EEBD /* compression_types.h in Headers */, + 8B6BF146F48ABD47AB7B9C659191F55E /* connected_channel.h in Headers */, + 3ABB6C6DF4D949FD5A9EBD455F533CC6 /* connectivity_state.h in Headers */, + 693802DF069F6156BD1EBD75A74CA32C /* connectivity_state.h in Headers */, + 63780C8FA4BDB5F04224037090FAE81E /* connector.h in Headers */, + 20910B30AED991233F6F51755D17D065 /* context.h in Headers */, + 45B4EC29D35B523B51A0D05BC530BE83 /* cpu.h in Headers */, + 7ABABFCBC20BE828A5B5CBF2ED9CC795 /* credentials.h in Headers */, + B9209F0CB4C1116AF0FA79EF37872FA1 /* deadline_filter.h in Headers */, + E22C05BCFA4C389DDB057FC29EB2E373 /* endpoint.h in Headers */, + 67AF3B073B36F96D9F0DD1B053EE785A /* endpoint_pair.h in Headers */, + A24F4556FBDC166BBA3DEA0F4F45D06A /* env.h in Headers */, + BE9CD8BCDC1747E3A7A116079579910D /* error.h in Headers */, + AF4731B2B78EC4A21E86F77FABA2FBA1 /* error_internal.h in Headers */, + 86F2BA6648CBEB90CEF769CBCA233D09 /* error_utils.h in Headers */, + 9CB6A785A0F6986A9EF424F96C2BDC4A /* ev_epoll1_linux.h in Headers */, + F121A1A7A9594F7A3F9B05F354307CD5 /* ev_epollex_linux.h in Headers */, + AABF8937D07177E35DDF6FF3339BD1F7 /* ev_epollsig_linux.h in Headers */, + CB1F42392D05F7568B01ADE4547805CD /* ev_poll_posix.h in Headers */, + 998901AB53DB98859B85D27E5402576A /* ev_posix.h in Headers */, + 80E14F8886A469BC53BCB5CEEB36EE8C /* event_string.h in Headers */, + 37B0D88C218EEC3E622F0B1028F14AE6 /* exec_ctx.h in Headers */, + 601809DE2D606937BFA9D1B5EC94C66E /* exec_ctx_fwd.h in Headers */, + 97F1E5B572C093C92878EAED79528287 /* executor.h in Headers */, + 36E1301C8EA493A968D54CB91F63A52B /* fake_credentials.h in Headers */, + 2C5CF8304AAE16B30CDFF21DD436CC07 /* fake_resolver.h in Headers */, + 0188BC5699FA0A2B4F5DB050A4CBEC68 /* fake_transport_security.h in Headers */, + 09B5DFB00382573A94565A12805FC3BB /* fork.h in Headers */, + BB769E09212138D5E102B4FEC82FBF26 /* fork.h in Headers */, + 8753BAA15989FFE252A04CD7CF84263C /* fork.h in Headers */, + DD867D0644C9247FB787161505CFB37D /* format_request.h in Headers */, + F69E10210DEA49CB98F5E680FB972A93 /* frame.h in Headers */, + BA4A56F22C7659244F63BE6E0BE1E7EA /* frame_data.h in Headers */, + 32B4E035E788F150022E87A898A106EB /* frame_goaway.h in Headers */, + 7026A915B8CC14693C2E699A332E631F /* frame_ping.h in Headers */, + 0E4E3B8941D6AAC8394A05ED4A2F591A /* frame_rst_stream.h in Headers */, + 4E786AED6BC8881EBD7FF6598CB02DE2 /* frame_settings.h in Headers */, + A42C1660D08666AB1E900423598800D2 /* frame_window_update.h in Headers */, + 67BBA655F1454C42C48A72AD762DA855 /* gethostname.h in Headers */, + CA24815F3454372436508C04A2D57EB0 /* google_default_credentials.h in Headers */, + BFA9A4E0AB28903555C95ACABC6F157E /* gpr_slice.h in Headers */, + 99FDFEE824911F71DF5664F1E3E5E821 /* gpr_types.h in Headers */, + 569DD1E80562C6C47B256B74BE4154A7 /* grpc.h in Headers */, + C4431C37BE8ECBF375F3AB3D14A88F66 /* grpc_ares_ev_driver.h in Headers */, + 36B08B6242C70276BB00C6D256AC4DFE /* grpc_ares_wrapper.h in Headers */, + 32A5F86F085FE7323E886ACE03DBD339 /* grpc_filter.h in Headers */, + 3A82ABA062B6670ACF1ED03C170B56D1 /* grpc_posix.h in Headers */, + FB54584D70F2ED8C1A71383CCA846335 /* grpc_security.h in Headers */, + F01CA69B7B82905B599D73E2EF908089 /* grpc_security_constants.h in Headers */, + E87FC68AE3F6610FABC5F2F23F1CCCCA /* grpc_types.h in Headers */, + EB7210A2DA552614B42B2510200DF141 /* grpclb.h in Headers */, + 985D1B64A973BFF0995F686455EE2F32 /* grpclb_channel.h in Headers */, + 25D5EA3E00CF0C11ED3884580A8DDD1F /* grpclb_client_stats.h in Headers */, + 2E151F12D91537060C9300FA3A355633 /* gts_transport_security.h in Headers */, + 4FFD925FE6E0AC7EEE253045E63E479C /* handshaker.h in Headers */, + 26A05571E338DC43DE51EDEFCFBA3173 /* handshaker_factory.h in Headers */, + FF5142EF95CE5A4E0D048AB12C4F795B /* handshaker_registry.h in Headers */, + 57EE1A5AC74F22E44D0795EA5E7023CA /* histogram.h in Headers */, + 0380E2364F53A034362EEE67EBF356A6 /* host_port.h in Headers */, + 05F180EABAB82C3662CDB21129B6867A /* hpack_encoder.h in Headers */, + 89A105ABD179969C74657F83582D8140 /* hpack_parser.h in Headers */, + F8722786A4EAF14025DB87AABE805B7C /* hpack_table.h in Headers */, + 225D7A30248028B08676D8FD01068FEB /* http2_errors.h in Headers */, + 6593D7BEDFB2E70FD9BC06334236F9FF /* http2_settings.h in Headers */, + 9EB3B696DA6A463530E22D3013D086E3 /* http_client_filter.h in Headers */, + E21FAAA81BE28F435CCE0BB570685F39 /* http_connect_handshaker.h in Headers */, + 0A6EABBA5DE69000BDD501B32727C4D8 /* http_proxy.h in Headers */, + 09DE3827A4874C51E0CC0941B7200064 /* http_server_filter.h in Headers */, + F226E9523ACC07FDC3B7C6536E68E380 /* httpcli.h in Headers */, + 36CDB339248AAC501963CFC003D03C5E /* huffsyms.h in Headers */, + E555355A2A7BA0E12505BF220D4877FA /* iam_credentials.h in Headers */, + 114C46D4ACB2869DF897F503D96BD5E3 /* incoming_metadata.h in Headers */, + 6E49EEB1649D1554BE1FEEC303F02BF1 /* init.h in Headers */, + 06A2DD08688535A3C79CDFE7B6F9A543 /* inproc_transport.h in Headers */, + 26B93E863A4F7E215253F9E136D5D323 /* internal.h in Headers */, + F35826F523280575E5CF0806225172DF /* intrusive_hash_map.h in Headers */, + 00C4EC96EF28D95D6518D0944A86E5EF /* intrusive_hash_map_internal.h in Headers */, + EE611AFDB9BA42D6D8FE3B947F9BB5F3 /* iocp_windows.h in Headers */, + 146183FDD5068A70BE473D5EC3968A41 /* iomgr.h in Headers */, + 0350CEC7CEDC7373B460721BF781F0AE /* iomgr_internal.h in Headers */, + DB8CF66AEE065A185038BCF3133B02FE /* iomgr_posix.h in Headers */, + 89D1EC32A09FA61A26FA687C17C58093 /* iomgr_uv.h in Headers */, + 8396E568A858107F3446EDEED41B5685 /* is_epollexclusive_available.h in Headers */, + A858122A926AB87C42D5C90E9A6024C9 /* json.h in Headers */, + D39C0011531304A7FB28E177937CFD12 /* json_common.h in Headers */, + 23E57811E7B9C5CC8F151CC8E47D676A /* json_reader.h in Headers */, + C4BD3AE537E4227E84050C6944F9FA42 /* json_token.h in Headers */, + 50110047B7FB149DCDDDB0A0DE66004C /* json_util.h in Headers */, + 7187330747CFB7F2096C40C665F76065 /* json_writer.h in Headers */, + F99468E9A12470F5A98065EEBCBBA26A /* jwt_credentials.h in Headers */, + 5E88E7A58B99946BD786A7E3BF24D07F /* jwt_verifier.h in Headers */, + FFEBF9B9575C54ADDEDA4A538BD65C5E /* lame_client.h in Headers */, + 784B67DE96E821DE2403DA8BFFE85BD8 /* lb_policy.h in Headers */, + 5C16D08D4D5CD8EC6CED75CE85737356 /* lb_policy_factory.h in Headers */, + 87AC05FA2A2B3F330FC6285D693D8E6A /* lb_policy_registry.h in Headers */, + 54E73FE47C4DF3A3AC4806E13439281A /* lb_targets_info.h in Headers */, + 5BF0C013AB8E78A36510E3D2B22E74B6 /* load_balancer.pb.h in Headers */, + 3E56519F17134843E46B84AA0A42443C /* load_balancer_api.h in Headers */, + D74AD9F74A137297B6C0848DF67E6412 /* load_file.h in Headers */, + DBB706471EED1F99A82DC869F756AB24 /* load_reporting.h in Headers */, + B5E4F294FD31EBECC72ECC3C119FB569 /* lockfree_event.h in Headers */, + D24BCC85783D8027056F9C64FCB97639 /* log.h in Headers */, + 517DE7EBE3A9FEED25D0B7166E177DC1 /* log_windows.h in Headers */, + 6AA8BFFDEC831894EC5E8B0E87F72CB0 /* max_age_filter.h in Headers */, + F4B1352EEC8D67FEC9DEACB6DBF17750 /* memory.h in Headers */, + EB90AE31D24F0DE035C9F860D69EA514 /* message_compress.h in Headers */, + 2AB476DFC671D59167AD1843C2C637FC /* message_compress_filter.h in Headers */, + 9B1F2D7D961966210CDE9F879DCF27BE /* message_size_filter.h in Headers */, + 6D2E2AB589DCF46156B4A6ED662AEEBA /* metadata.h in Headers */, + E659C8C3F98AB1BB965DBE62D03599A1 /* metadata_batch.h in Headers */, + 4B6512FD8AEA209EC5A58BE1F5E364A4 /* mlog.h in Headers */, + AB91388FA2B1766C5528AD865634C870 /* mpscq.h in Headers */, + 3F17EA0A56EA2810188FE6F435DAEFB3 /* murmur_hash.h in Headers */, + 93FDE0EA25450DB46D36DB0C0AE8E25E /* nameser.h in Headers */, + 3857C2FD75DE8F0CE2C3821DC0E7AF05 /* network_status_tracker.h in Headers */, + BBEF7D4E7749FA7C297C09E3B1745E37 /* oauth2_credentials.h in Headers */, + 40695FBD9C4CA52CA773C7099FE3CFBE /* parse_address.h in Headers */, + 8C7153EBCCB6A51711670C4CADE2869A /* parser.h in Headers */, + 6DAD54A9380C165F64E2BB21A1B14797 /* percent_encoding.h in Headers */, + 47443552845060ECE83151433E1ED9B7 /* pid_controller.h in Headers */, + 8B2685DAA57E7C4220822BBF831EC2A0 /* plugin_credentials.h in Headers */, + CADAF1DA5D59FFAFB8336F5543D0062B /* polling_entity.h in Headers */, + B841C392F14E98780CAE5F3164A07913 /* pollset.h in Headers */, + D63B7E482AD74281BEAE30215C5DCEC5 /* pollset_set.h in Headers */, + DCD87349DD2B9E49FE4AC06C680481BD /* pollset_set_windows.h in Headers */, + 5669126174F7E2F171B5F8D45AFF609D /* pollset_uv.h in Headers */, + 349DE160B11F7A4B6449CF116C1B092F /* pollset_windows.h in Headers */, + 82F6399B36D3851D99FC0432DD0A836C /* port.h in Headers */, + B0590CF23A312CB7B18AA41319A21608 /* port_platform.h in Headers */, + 7596A60E62153DACB671A0A93C16B729 /* port_platform.h in Headers */, + 2F858913381A57010C1870D40DA687B0 /* propagation_bits.h in Headers */, + 6CDBF081F6F74EA49DFCC3D48B207A56 /* proxy_mapper.h in Headers */, + F353DA9C8BD4E0DE493EE6B639939511 /* proxy_mapper_registry.h in Headers */, + 224099F2A8A04A5F138F1CF5E1A03EEA /* resolve_address.h in Headers */, + 25E608C99E2B252124119B1672D40CDD /* resolver.h in Headers */, + 851BB777F1F752B66BF4D6E543B2AE01 /* resolver_factory.h in Headers */, + 73062F15467339CEAF231719E42421C2 /* resolver_registry.h in Headers */, + E9823E9027576C42D3A1049564097726 /* resource.h in Headers */, + C7EE7DF198018FF24D4302F552CC68B3 /* resource_quota.h in Headers */, + C2CA0CC9853518F5B24C5FEA19BD4D5B /* retry_throttle.h in Headers */, + 092CCC7D20245FCB3E481423E0C02B2B /* rpc_metric_id.h in Headers */, + F5E2C53E9D4DD271D2FC3EB310EDB485 /* secure_endpoint.h in Headers */, + D3F5FA0702CCD919106A565C228236BC /* security_connector.h in Headers */, + 97F50F6EBE7385F6CF95566168BA8578 /* security_context.h in Headers */, + BB1743526B26BFBAE8FA7F8D6208AC9B /* security_handshaker.h in Headers */, + E08A5DB41230445080E5CF8803469A35 /* server.h in Headers */, + 8B92574A2270DAD452616E5BC1CF3BDB /* server_load_reporting_filter.h in Headers */, + 3A3545A71B5E2E5693F15623300318AC /* server_load_reporting_plugin.h in Headers */, + 5DF902FEFDE48DE383136BF272D91198 /* service_config.h in Headers */, + 5CD4E4F3388BCA90B9B20BEC51DDD345 /* slice.h in Headers */, + 41322E66227A36F2878B572D8D1FB59B /* slice.h in Headers */, + E2AFB991AD0F583F9B290ECAD93555C8 /* slice_buffer.h in Headers */, + 55A6DF6B030B6DDF2194673DDE25D8D3 /* slice_hash_table.h in Headers */, + 2F6614C3B739B66F5AC7683D2F894FA6 /* slice_internal.h in Headers */, + 74370292FFA0DA3868528E34542B098F /* slice_string_helpers.h in Headers */, + 0B8A8B814B21BDB0819945EC8CFC3D93 /* sockaddr.h in Headers */, + 687A0B36A6D8EFE90015694B6382B453 /* sockaddr_posix.h in Headers */, + 489A188951EF3812E1AAC7CCFFDC3385 /* sockaddr_utils.h in Headers */, + B1FB0B151F70518345688B6846700194 /* sockaddr_windows.h in Headers */, + 6C244F6C13E2CB9CFD454A17C3BD67E6 /* socket_factory_posix.h in Headers */, + 3F93BAA78BF200D50FB287203AFD360B /* socket_mutator.h in Headers */, + 21856FA54CA25AC2CACBA35A91A0F13B /* socket_utils.h in Headers */, + 396421CAEE04FBCD47FE561A2A1297F6 /* socket_utils_posix.h in Headers */, + 8D9CA6E2A3D97B746300431137A0D0E5 /* socket_windows.h in Headers */, + E39F75D2F1839808591AADB12F896CD3 /* spinlock.h in Headers */, + 2EC9A4150E1E858BBBCB4833AF105284 /* ssl_credentials.h in Headers */, + B7F654C539EB0D264EF25D4C81F0D016 /* ssl_transport_security.h in Headers */, + 6CDD5B7842CCFA56E131AA1A9DEBA85C /* ssl_types.h in Headers */, + D7EB9469D517A39EF1368F869BE0A5D0 /* stack_lockfree.h in Headers */, + D264D32357A46A9E68D4A7B3E7117227 /* static_metadata.h in Headers */, + 75E0CABAD47C780942435D44B89E20C7 /* stats.h in Headers */, + 2FF10571D0A26982366159B369EE35B3 /* stats_data.h in Headers */, + D04133A59AE1C663B192A73B3B07E3B9 /* status.h in Headers */, + 27923C94B736FB9F5F45F7D44EC7B2E9 /* status.h in Headers */, + B05EF943FDF27EAA0FA535DA2A69FF09 /* status_conversion.h in Headers */, + 94C2AE9DEC954E00A507296E53A74D1C /* stream_compression.h in Headers */, + 8689F9190EEE702FB220EDAB6CF2EDB1 /* stream_compression_gzip.h in Headers */, + FC7F567AF9C7A76A43F0B6D83D235FC2 /* stream_compression_identity.h in Headers */, + 1FE63A11DF53DDCB1AD7D834E40B43F4 /* stream_map.h in Headers */, + E88AC13799BD4514630665316C466BDB /* string.h in Headers */, + 801215B5861F6B4AB34C3A6C0CD05801 /* string_util.h in Headers */, + 08EA72EF4F14D7220D1E243264354BCE /* string_windows.h in Headers */, + 9B97C4B1E0F52C59F01416A8D8DF41A2 /* subchannel.h in Headers */, + 49DD3098085CF41FCC4AF97AFE428761 /* subchannel_index.h in Headers */, + 1A8E3AF52C5C154CC23C799EACF4E70C /* subprocess.h in Headers */, + C1EE2281FC4E53E4FE3B2B85F47F8628 /* sync.h in Headers */, + AF7A3F81215594DEE9CE3DA6F6A005C0 /* sync.h in Headers */, + 032568D3AF1286FDBDDB9E6BB7BF43BC /* sync_custom.h in Headers */, + 7B095995A8C1D46735652207148EEC0E /* sync_custom.h in Headers */, + 794C0AB40DE766385581AF86E8BA2A5C /* sync_generic.h in Headers */, + 9F09710B72E27ECCA53BE9436894BF25 /* sync_generic.h in Headers */, + DF0EB166B449FA95068B4A1CE4ECD984 /* sync_posix.h in Headers */, + 8B0258B3389D13A09527105A2CD16DCF /* sync_posix.h in Headers */, + 7AE24FB9D97D07A253EC0E571FF687A0 /* sync_windows.h in Headers */, + EA16F70DA25E695C5680133413C0012F /* sync_windows.h in Headers */, + DDD9B06AC31B2A9B1592F1D209B758C9 /* sys_epoll_wrapper.h in Headers */, + 414E4B600301D9415E46089926FF6E2E /* tcp_client.h in Headers */, + 2EFF0C646E99856DD5089613078FB060 /* tcp_client_posix.h in Headers */, + 023EC3D7DB73F5C69020244CA7735203 /* tcp_posix.h in Headers */, + 6E615CD420FC7E2C0DC475F18515A59E /* tcp_server.h in Headers */, + C887B71FDF4CFEAED3663DBC54AC7CF7 /* tcp_server_utils_posix.h in Headers */, + B3FF36C7ED63546A7A7E6C1EFC6D30B1 /* tcp_uv.h in Headers */, + E8DD023074C063169A2286FF250A3156 /* tcp_windows.h in Headers */, + CB1671AB13B5FECC01A6DF1B591835B9 /* thd.h in Headers */, + 4175C8E8DA46466FCEF5233DFB0F90C8 /* thd_internal.h in Headers */, + DD5260FBB2F879C4811CB22873546DE6 /* time.h in Headers */, + 7801906484EFBDD4448D9EE1D1EA8496 /* time_averaged_stats.h in Headers */, + 8ED240383025409361781D4DD0B1B0AD /* time_precise.h in Headers */, + 481AF1CBEDC8FB9992A45810B04858B7 /* timeout_encoding.h in Headers */, + 5D15BAB6705DE0966DE60D04E77DFE11 /* timer.h in Headers */, + 98EDDBCD8B378CCA14C384DC24872F2D /* timer_generic.h in Headers */, + A3C1A768B133D178E82059198313CD10 /* timer_heap.h in Headers */, + 6C84C9E36667F3A390AB429A5DE577EE /* timer_manager.h in Headers */, + 6AFE61B76D0BB66F139EFBFC15D93597 /* timer_uv.h in Headers */, + B6A7DC3E5966B5B071C0468C29A8C7FA /* timers.h in Headers */, + E571BA871E3BA0D45D41A407A43B78C0 /* tls.h in Headers */, + 9887D9B0956F606E94A93F9724182354 /* tls_gcc.h in Headers */, + BF1C67A99838E923285DB03F6A1DA3D2 /* tls_msvc.h in Headers */, + 34B08BACD18871B8A4C630ED46671FD3 /* tls_pthread.h in Headers */, + F199DA455C6A844082BAC16CDE323A37 /* tmpfile.h in Headers */, + A706A4D5AD1F0FCB265A595247304ABB /* trace.h in Headers */, + 11E76C3B4A7EF9FE35C1B3E7951C9112 /* trace_context.h in Headers */, + 4C9549D4CE230CA3C5D78E7B81512ED6 /* trace_context.pb.h in Headers */, + 9F1B449AD4846229D4430B746D0A39AE /* trace_label.h in Headers */, + 600CE58E73E1C3AE41607F1AB96F8229 /* trace_propagation.h in Headers */, + 35A52A8A95F239F9282E1722D29DC233 /* trace_status.h in Headers */, + 997D28DC8B3F4370F90EFA93572471B1 /* trace_string.h in Headers */, + 2AB87FE7EF576241EFDF9AA84514D6B3 /* tracing.h in Headers */, + 420DC4C7A1720D92BC14115AB583614B /* transport.h in Headers */, + A0897CB231ACD881586F4B501DECE58C /* transport_impl.h in Headers */, + 0C413B2C0A16C56F550809749195BEE8 /* transport_security.h in Headers */, + E9C7B5B744562E5F2A468CB44F2284CC /* transport_security_adapter.h in Headers */, + B753241FC6FFC90B82EBF63F3D8BDFB5 /* transport_security_grpc.h in Headers */, + 8DCE84FBBAEA4F47A12590F4205B68A4 /* transport_security_interface.h in Headers */, + 4E6213D32181859BB8863F54210C843E /* tsi_error.h in Headers */, + 3A2A6FD4E990EC5B4A247E0FA4B9BF13 /* udp_server.h in Headers */, + 7B044FFB87AAFE50A8BE1F1531F7C41D /* unix_sockets_posix.h in Headers */, + A6B590A7C615CC244B5E66ABBA87ECAF /* uri_parser.h in Headers */, + 88A63703CC78752803E7EA2910F2D429 /* useful.h in Headers */, + C988820752F5D0FAC28055A4F1056584 /* validate_metadata.h in Headers */, + 990FA1BCC3C3AE005F9AD27AD06CD93E /* varint.h in Headers */, + 36A0947A1A5518C0122C68D862D9466A /* wakeup_fd_cv.h in Headers */, + DBC96E3DD4224B490910FA60171873A7 /* wakeup_fd_pipe.h in Headers */, + 0F3068A35D578CF41D393F88BBB12B88 /* wakeup_fd_posix.h in Headers */, + 679F03E8D5CB75072135440E9518A1B8 /* workaround_cronet_compression_filter.h in Headers */, + 10F23BCA5C53FB069429D83CECFF72D4 /* workaround_list.h in Headers */, + A950EDD43A02FBE46384C2AD371A9649 /* workaround_utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 86AE4ED69B073A9624603295DB404D61 /* Headers */ = { + isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A39A7F90321353E49D6165BAD53505B2 /* pb.h in Headers */, - 1E46EC8AB8830A23FAC91E8547748BF5 /* pb_common.h in Headers */, - 0AED6A8FBEF7F5C59C7082B8E7716BE2 /* pb_decode.h in Headers */, - D02A9BE496DF996BBC92776E586BCAF8 /* pb_encode.h in Headers */, + F8A3D30C09613E25842B84BCBA3CB46A /* aead.h in Headers */, + F8F4A666F04C73CC81242A62231E7775 /* aes.h in Headers */, + F317C157B3B58B64454CEB61073952A5 /* arm_arch.h in Headers */, + E1EEA9A2BB0D62260F73587169053380 /* asn1.h in Headers */, + 12B1C487EAD05C1AB1E764C9FE915E78 /* asn1_locl.h in Headers */, + 98C1C2C14263B29A1C15F17529A562EE /* asn1_mac.h in Headers */, + 54F9C81DE98B7F50845ADC4196DDAADE /* asn1t.h in Headers */, + 414463D119925411F4B7D39016925E3C /* base.h in Headers */, + C73A9F1056082E7C938124A352CE0587 /* base64.h in Headers */, + 81D8C8E55BEC6BB4DA25031BFA66BF3F /* bio.h in Headers */, + D876CEDF0EBBF8D6FB2CACBB7205CBEC /* blowfish.h in Headers */, + D8786F233763786E671070A3FA85B7CD /* bn.h in Headers */, + 5E3E4F014EAC84C887409783A83DF4BE /* buf.h in Headers */, + D9FAC0248A7D042E1EF9741DE8099378 /* buffer.h in Headers */, + 18F036AAC76F04A8E7F7288753A67820 /* bytestring.h in Headers */, + C1C57E6183F28596EA66DE63B3C05880 /* cast.h in Headers */, + 45C70B7F3FDB8E7A7C3ADCCF4B33D7EA /* chacha.h in Headers */, + 17255E35068E6ADD94604DFC6DA6C41C /* charmap.h in Headers */, + D218E391E2EB5B37CC19E1BA08271296 /* cipher.h in Headers */, + FA836E9F9215AA8B797ABBB2497E8982 /* cmac.h in Headers */, + D203C51D82283B9723BDCBA29F307D06 /* conf.h in Headers */, + A61C16F9C6BDEB4F828B4F215FAB4D5A /* conf_def.h in Headers */, + 400EE6A4BDE558543818BDAC7230CB15 /* cpu.h in Headers */, + 2E93927A6820BB24C71D2CE63120C8F8 /* crypto.h in Headers */, + 32AA4CA2422741DCD0E874804FC376A3 /* curve25519.h in Headers */, + CBF3213A74DD822754949C94B06FFC9F /* des.h in Headers */, + BF8512F7C8EC3F2B14EC97A346C2A95E /* dh.h in Headers */, + D574832AB0B0B5FD11ACA88358BF4877 /* digest.h in Headers */, + 4C2AD1A2931E281F983C68DAFC17159B /* dsa.h in Headers */, + 54C090EC9B2F3A850926002C99E8ECF4 /* dtls1.h in Headers */, + 018C2D7BC89240494BAD92A24D203048 /* ec.h in Headers */, + 58437BBF9DF250BA403B67F91086CCCF /* ec_key.h in Headers */, + E7506269EF553A17153B221F583510E0 /* ecdh.h in Headers */, + ABCC68968F12693095CC57CA06108898 /* ecdsa.h in Headers */, + DF912F454FD884B2393F40D2ABAAB50B /* engine.h in Headers */, + C12BF44C2AEB7C8DAF269332272BBE4F /* err.h in Headers */, + F6E3B58DD2F8BB9FD1FB48A04BFED39A /* evp.h in Headers */, + 99AA5CDA70C9FE01C0D2DC8B2DB056AD /* ex_data.h in Headers */, + BA73F5B2A3D965465B2AA6581DD88B5A /* ext_dat.h in Headers */, + 9074A08B73850CFEFACA2C3238801BFE /* hkdf.h in Headers */, + 978182B8B8E692F0025499D3EEDFF605 /* hmac.h in Headers */, + 86AE18E66E3D9E261FB65861D561E093 /* internal.h in Headers */, + 2F8C6EC57C3B6E8FEBE11DFB7A31A3F3 /* internal.h in Headers */, + 1662B4E2ACC5B757EA7FD50282C0F1F8 /* internal.h in Headers */, + 8B8EB46EAD770BF583DB792271D1B2AF /* internal.h in Headers */, + 4B4EB4E552E7FAFF68459DE86DC98C68 /* internal.h in Headers */, + A9A885C0FC3627558C8DDD8FA96E1EA5 /* internal.h in Headers */, + EC36943A12C1ED504332860E27D4AB44 /* internal.h in Headers */, + FE05DA269E8C5B2C2FA6D2FD48214756 /* internal.h in Headers */, + 4EC37F6F28AE49969ED59155709EC97C /* internal.h in Headers */, + 21C502FF188BDFB25F427830D5FD986C /* internal.h in Headers */, + FCAAAAA7D2C800AA9969A5CF0B9B6DA3 /* internal.h in Headers */, + 7349762A9D556371C8A72DC95CEEC4E4 /* internal.h in Headers */, + B814E5C2C059EA569269603C35D253B3 /* internal.h in Headers */, + A2262AD4B8B9B7C47B4F2C8345CBF4BF /* internal.h in Headers */, + 609344EA4D857A2F333A3FBCA43031BC /* internal.h in Headers */, + 1A4D175B777F01382185FBF650AC7812 /* internal.h in Headers */, + 01720A68F70532B487BEDE46EF885CC3 /* internal.h in Headers */, + EB66EE517054A942A42809DC6591DBB5 /* internal.h in Headers */, + EBD3B3F783ADB6E075AE23515E40662D /* internal.h in Headers */, + F68D718AEDF6AD0E30A76D7F48DAF090 /* internal.h in Headers */, + 61C9075738B6FE222E17BBA333128AFC /* lhash.h in Headers */, + FB39F101DD478E8A3F7E273465381F2D /* lhash_macros.h in Headers */, + 444C456DE05341BDCBE4CDD92490056A /* md32_common.h in Headers */, + 318D274C24675E3C4BA5081FB79297CB /* md4.h in Headers */, + F724C83644328BF8529DAC9EFAB6699D /* md5.h in Headers */, + 25D21AB92775E9D7261B5549C0FD4EAE /* mem.h in Headers */, + 19A44747F8ED8E508C5186A412B7CB22 /* nid.h in Headers */, + AE68F3375072F00B780CE921DCF90D3C /* obj.h in Headers */, + 7EF441E7E721C6C41ECD6914BB63ABBC /* obj_dat.h in Headers */, + 8555AB4549EFC66CC1F701AD00C425DC /* obj_mac.h in Headers */, + 72D696F51CE9E60BCCE89717BA6C09D5 /* objects.h in Headers */, + 94E4745EAE17195E769354B5862BC615 /* opensslconf.h in Headers */, + 1AD035AAA3DA0A976A6685A121E2B97C /* opensslv.h in Headers */, + DC766E0EBD488FDC75B7F3D402202462 /* ossl_typ.h in Headers */, + 8323D09FD712C3A45CB8F2C82EA7C44C /* p256-x86_64-table.h in Headers */, + 65ADD0F4B4E07A29D4D24682B2013033 /* p256-x86_64.h in Headers */, + F26775850DA0E4078548DC4FA3BB8A4D /* pcy_int.h in Headers */, + 1C9BE07E7A012F916633E403F7AABB75 /* pem.h in Headers */, + 81A9697E26C2CF8EAA120CF8DC8581B9 /* pkcs12.h in Headers */, + D06E14750AB98F9E75D2D90213D77AE2 /* pkcs7.h in Headers */, + 68874114A499F732FBEC1159D6546D9A /* pkcs8.h in Headers */, + 049CA01D863359B292BECCE823F670A4 /* poly1305.h in Headers */, + 9CBB8B25C5A27E5184339C690A37472B /* pool.h in Headers */, + 476B08F9FF8CF181BCDA8E4A548501FA /* rand.h in Headers */, + F02B548B1A96F92B9E5A9DE8E0B64C14 /* rc4.h in Headers */, + 7A13948487D84D06D842AD0CEA4A6A4B /* ripemd.h in Headers */, + C4D58017736609ADC24B74EAF36925CD /* rsa.h in Headers */, + DAD06CBA25E6DD8E03BC41819DDF9AAB /* rsaz_exp.h in Headers */, + A1C95A42348A0399B31B8BC760596806 /* safestack.h in Headers */, + 4BC21DD16853FF06DF086BDDAA0E3B9A /* sha.h in Headers */, + 0932027C78FB6A7A7ED6802C87495F8E /* srtp.h in Headers */, + 1E40B43D7D22CE4812496BDE83F5DFD0 /* ssl.h in Headers */, + DF2E8FA6AFB4FE796DB9A576053811FB /* ssl3.h in Headers */, + 2818DBC6C600E4B7CF9581A55EEDBBE5 /* stack.h in Headers */, + 0AF7B4A9F90B2F90CC1D4C32AA32A571 /* stack_macros.h in Headers */, + 03AF5B2B4C10101F82B4538D220FB271 /* thread.h in Headers */, + 9FE9BACBF6E50C6F1A9069932750E878 /* tls1.h in Headers */, + B5D028417C959F982337C6D291F161EA /* type_check.h in Headers */, + 1828B9B75B70DB3D12B55364AE745086 /* umbrella.h in Headers */, + EBF9722DD00EBB500B8415AE7108EBC6 /* vpm_int.h in Headers */, + 8A2407E1D8FAAA1CD98D849ACF19CA92 /* x509.h in Headers */, + 75783F6C70AED1D88A624CE1D3EDF020 /* x509_vfy.h in Headers */, + E4C387608C1866E93B1C47B57E3A4A11 /* x509v3.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -762,9 +5183,140 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A922FE66E6DEA4BD3090DCEB4580F34E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E982A741CDD1A8CC804FC7F20E5C006F /* GTMSessionFetcher.h in Headers */, + 1235AC549ED1B1EF40635602DCF8B4D5 /* GTMSessionFetcherLogging.h in Headers */, + B4B084A9C602985BE7858EA801AD4382 /* GTMSessionFetcherService.h in Headers */, + 0E6F2758E5743B053E54C51B0D236AF0 /* GTMSessionUploadFetcher.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4AFF3CE5283870DA0EE82634B25B82D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F477661AAD1EA621867F7D0DD70BD9FE /* Any.pbobjc.h in Headers */, + B154F243347EB9ACC6CEBD6B68545CC2 /* Api.pbobjc.h in Headers */, + A0C42930D188D5D1C0185D74D16CF220 /* Duration.pbobjc.h in Headers */, + 35B58F9391B6C56E1F96E49F3B64C0B1 /* Empty.pbobjc.h in Headers */, + 5AFDF0C1DF62C2D7469BE9C81646FE90 /* FieldMask.pbobjc.h in Headers */, + A151F0427E91A71E718421306FB4F619 /* GPBArray.h in Headers */, + 289F85DEE4BD98F95D009A3F4CB1173F /* GPBArray_PackagePrivate.h in Headers */, + 5230AD2EC7FB0DE215318AE2D7EFE24C /* GPBBootstrap.h in Headers */, + 047DA225A8E4E54A7E7BDFB3F1794C1F /* GPBCodedInputStream.h in Headers */, + 3514D7D1C33DBAE18B064C399DCD7CCD /* GPBCodedInputStream_PackagePrivate.h in Headers */, + 962EDC2F20F5038CCDDB15077B830C51 /* GPBCodedOutputStream.h in Headers */, + A2830BC5AF5451AE0E828E481C088B9B /* GPBCodedOutputStream_PackagePrivate.h in Headers */, + 974D70EDB04E05FD62E728E3215917A6 /* GPBDescriptor.h in Headers */, + 34F5708A4B1C16DA51D26B156B4717A5 /* GPBDescriptor_PackagePrivate.h in Headers */, + AF3DAFAB4B3B2BD2F8FD84794CFB8856 /* GPBDictionary.h in Headers */, + EDCADB2BF82BD7F0F969F0C77DF9D814 /* GPBDictionary_PackagePrivate.h in Headers */, + D956A2DBE748A17388007321C702CBDD /* GPBExtensionInternals.h in Headers */, + 1F8D50068F0A10B89722B70413719F68 /* GPBExtensionRegistry.h in Headers */, + F5D8DC06870A10694A42EEF78562F1BF /* GPBMessage.h in Headers */, + B30A2629C9F96F6A40DDB435F9D17777 /* GPBMessage_PackagePrivate.h in Headers */, + 742F6139B3CF93EE41DBDA0852254028 /* GPBProtocolBuffers.h in Headers */, + 18E6846C264BD7662CBB808DF4A07776 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */, + E2BAC6DE6BDA7BF919F5D96B8C14718B /* GPBRootObject.h in Headers */, + A03867C65B406D0BD6F51406A2D04900 /* GPBRootObject_PackagePrivate.h in Headers */, + 65589762C8A6E470D560E8AD2A2ACFCF /* GPBRuntimeTypes.h in Headers */, + 6EDB1D4C038CE24E8C2D8DB48507E964 /* GPBUnknownField.h in Headers */, + 08E56AE85694441EF5BBAFABB297EAE0 /* GPBUnknownField_PackagePrivate.h in Headers */, + EECEF6208B9B8576229C5731C023F4C1 /* GPBUnknownFieldSet.h in Headers */, + A5D2C0CF35EFD6EA197D6B18D03E7C5E /* GPBUnknownFieldSet_PackagePrivate.h in Headers */, + 96A54DB4BF812E2A80F5D3D4A49FB892 /* GPBUtilities.h in Headers */, + 84C1E5E434E98FE8C77475E08B52A9B4 /* GPBUtilities_PackagePrivate.h in Headers */, + 50C344D4008D7AC77BF4AF5ACCB74B9A /* GPBWellKnownTypes.h in Headers */, + F06EB70EBECD910524DB537450055030 /* GPBWireFormat.h in Headers */, + CAFEBE205725E9157B3B9E8D05F96A93 /* SourceContext.pbobjc.h in Headers */, + 87B3644A36DEA9B5DA65CC489CEFD638 /* Struct.pbobjc.h in Headers */, + E08968A8AB6134A883332B3E7579C44F /* Timestamp.pbobjc.h in Headers */, + 28F20CEC31E58865B94392BC8C8A1A3F /* Type.pbobjc.h in Headers */, + E8851DC208C7116D831A5800D621D94D /* Wrappers.pbobjc.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B794566E1F79220505AC5212A4BEBEB2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 17DBE227FD49D8E37806E464D2F48EBC /* pb.h in Headers */, + E7AF976684CA0A65418D43C776B9ADF4 /* pb_common.h in Headers */, + 6E2373AEA9FE761F1EF84D5FEBEF0E69 /* pb_decode.h in Headers */, + 1A4AAF38F314075513BEFDC036160DBF /* pb_encode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CBE8A93A175BCF14BB8755879E80889C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 17A4AD78231A09029578EF61E14BBFA6 /* GRPCCall+ChannelArg.h in Headers */, + D17CF049E7D5580694E2B9D8751F3F19 /* GRPCCall+ChannelCredentials.h in Headers */, + E0CA7D95F58EAF61B4356867B69AAFF2 /* GRPCCall+Cronet.h in Headers */, + 03BACFCCBC1AB131A02B261D8B9685EA /* GRPCCall+InternalTests.h in Headers */, + DEC8CA2D00AA2D7D744B280901EBE89B /* GRPCCall+OAuth2.h in Headers */, + FA8F61D3575C43C177A3A87FFF7D9EA6 /* GRPCCall+Tests.h in Headers */, + 3B88DBD0320A2FE4B27C8406AC658C26 /* GRPCCall.h in Headers */, + DBE7AA73C13B4B5D4E0E2354D356462E /* GRPCChannel.h in Headers */, + 91396100EA394B9C3CBBD886D8704257 /* GRPCCompletionQueue.h in Headers */, + 8ECC511356114ADBCE38D08304C1967A /* GRPCConnectivityMonitor.h in Headers */, + 01E5D085EB6411D7F5AB89F1A32EB626 /* GRPCHost.h in Headers */, + 3AC1B408A48DBBF92DAD4D0FFA9D5D1B /* GRPCOpBatchLog.h in Headers */, + 9A4215BDD749AC7B6AE9949147551D64 /* GRPCReachabilityFlagNames.xmacro.h in Headers */, + 50D59CCF70378C680E6618CC944DC620 /* GRPCRequestHeaders.h in Headers */, + FEED1AEC8F06E9DC6E66CB2D7CECE8DF /* GRPCWrappedCall.h in Headers */, + BFD451E09A4CAEAD20CB32E79B4147AC /* NSData+GRPC.h in Headers */, + B9357B7F64A0643E0E2424B2C7D2A22A /* NSDictionary+GRPC.h in Headers */, + 1E3A02D6621CEB0EE392FFCDE89C8B98 /* NSError+GRPC.h in Headers */, + 2E3805B6E676F13F6EF59D93859D4291 /* version.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D8D29004064D96C0505A2464CA6D303A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 52CCBCC5C2C29DB84F03C2322B8E3761 /* GRXBufferedPipe.h in Headers */, + BAB36FDE9CA7A60EB64A6ECEC2A94F62 /* GRXConcurrentWriteable.h in Headers */, + 890ED4E695AB1DEC547B0B1D9B7D4183 /* GRXForwardingWriter.h in Headers */, + 22D8255A28F214871ACB48A432F5B085 /* GRXImmediateSingleWriter.h in Headers */, + 34697DDDE2FBD9AA9A2A99F2EF825F67 /* GRXImmediateWriter.h in Headers */, + A8876D0E7164046CDBB79DF7E73F77EF /* GRXMappingWriter.h in Headers */, + 322F093FBC899C344A3EC55BB108F21E /* GRXNSBlockEnumerator.h in Headers */, + 742B7387A326899A449BEDE37FCC8C83 /* GRXNSFastEnumerator.h in Headers */, + 699E79321EA3BB63FA97CA045C0C7EEE /* GRXNSScalarEnumerator.h in Headers */, + E1FC18DD8EF9B9F1AC52C0F3A1CEA559 /* GRXWriteable.h in Headers */, + 5BC7AF78DE938F372DD1EE39A5C72E1B /* GRXWriter+Immediate.h in Headers */, + 5738BBB4E38723CB8602518A3FBE81AF /* GRXWriter+Transformations.h in Headers */, + DCD35EFC76A69BBC1FAB6F5814024381 /* GRXWriter.h in Headers */, + 9E9B55CD1F5D154C0092C75BAA106D7F /* NSEnumerator+GRXUtil.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 04B2A8DC6A8BE8FB159FC85962E66ACC /* gRPC-RxLibrary */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8E69A1C795A2635B867D20943CC15665 /* Build configuration list for PBXNativeTarget "gRPC-RxLibrary" */; + buildPhases = ( + 317C138C1EEF78D68E37C269A2AAA755 /* Sources */, + 3069C798B22A88CF85B7DF302D60F71A /* Frameworks */, + D8D29004064D96C0505A2464CA6D303A /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "gRPC-RxLibrary"; + productName = "gRPC-RxLibrary"; + productReference = E1A524B8AD3CF9B3AAD378E6D28725F4 /* libgRPC-RxLibrary.a */; + productType = "com.apple.product-type.library.static"; + }; 05D233ADADE8575BCCD56101E6039406 /* leveldb-library */ = { isa = PBXNativeTarget; buildConfigurationList = F1459B7F8A520E15E56963428B3FBC2A /* Build configuration list for PBXNativeTarget "leveldb-library" */; @@ -779,52 +5331,118 @@ ); name = "leveldb-library"; productName = "leveldb-library"; - productReference = FF881EB99D3C65610C57B129AE010DDE /* libleveldb-library.a */; + productReference = 4EB21F418B1E32B358867749CCC89597 /* libleveldb-library.a */; productType = "com.apple.product-type.library.static"; }; - 578162A52439095E0116D7C4D46DECD4 /* Pods-immobile */ = { + 125CA55C3F634447749E5789C58B10BC /* Pods-immobile */ = { isa = PBXNativeTarget; - buildConfigurationList = 345308EC453FE710878C5B6C631B40F2 /* Build configuration list for PBXNativeTarget "Pods-immobile" */; + buildConfigurationList = 0F71430693BA732605A7B87A92EAD1A8 /* Build configuration list for PBXNativeTarget "Pods-immobile" */; buildPhases = ( - A3C668F367610B8E58586B55158B3226 /* Sources */, - B68BEDA0C89DAD4E2CDACB25FB93AD04 /* Frameworks */, + C803D60C80551C16C4641FDD18017575 /* Sources */, + BB2B62FA7E6FC9A13410382A88026665 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A8CA6644DBFFCFE7097EA1D764C3F625 /* PBXTargetDependency */, - 5EC1D1ABFF00A5A34F8AEC13BE418892 /* PBXTargetDependency */, - 8BAC3EFBE925B37A7D2E582C8BB840B8 /* PBXTargetDependency */, + 07870587149A58CF1F73A1F74E2A8220 /* PBXTargetDependency */, + 09931A13915732E85B0AA14501B3F134 /* PBXTargetDependency */, + 49EBFD6BE059FF7579DBA2F2BA50F358 /* PBXTargetDependency */, + C301A78DD943274B7EFA17B4E9DEAA8C /* PBXTargetDependency */, + 5CBDADA7989A3F5FED88011C9F63BD9C /* PBXTargetDependency */, + 97F12D8D5C32900A2B951300DB03682B /* PBXTargetDependency */, + E00847AE5252603C557CE7BBF6E19D6F /* PBXTargetDependency */, + E48B1FED9564CC57C178A8DEF7F149F7 /* PBXTargetDependency */, + 957800062FC27C837965DA1F0B959B71 /* PBXTargetDependency */, + 8C78EE3EF54085F9EEAE56B26F636758 /* PBXTargetDependency */, ); name = "Pods-immobile"; productName = "Pods-immobile"; - productReference = EF822DDDC9929BE73DD43E96EE426944 /* libPods-immobile.a */; + productReference = D12FECFE959FFE965F2FDD37C5660AFA /* libPods-immobile.a */; productType = "com.apple.product-type.library.static"; }; - CF4B35B9FC819386EB09219BC91827D7 /* nanopb */ = { + 1E2176B7896B236A0F58344DC7149A24 /* gRPC */ = { isa = PBXNativeTarget; - buildConfigurationList = B8307E997A097EB50C00A8C7967B858A /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = AC32D2FEDDEE64D4057C18473D2D88C9 /* Build configuration list for PBXNativeTarget "gRPC" */; buildPhases = ( - 5303D5F0966B6798D7AAA88A9ACCB670 /* Sources */, - 94EB8A8937D61E8CED1F3C819230AE4D /* Frameworks */, - 49EE04F5125849E644783C89F23AA9F9 /* Headers */, + F0B0952B8E57A80CF71468D184770F19 /* Sources */, + 021EC693353D8A5E9127D7A6A2A9F47F /* Frameworks */, + CBE8A93A175BCF14BB8755879E80889C /* Headers */, ); buildRules = ( ); dependencies = ( + CC129756CFFC9400D6B20C34E80D0F85 /* PBXTargetDependency */, + 48E66800685439051A6B39BAFD5D8704 /* PBXTargetDependency */, + FD58C7E4C89F2E5D90F2FDCC6EAB11C7 /* PBXTargetDependency */, ); - name = nanopb; - productName = nanopb; - productReference = 66B4ACBEB90C70C8DAAB34BCEA1DF724 /* libnanopb.a */; + name = gRPC; + productName = gRPC; + productReference = 08B2A4103BBE8FD26746F1D9DD7B0E37 /* libgRPC.a */; productType = "com.apple.product-type.library.static"; }; - E1BBB76ADBF2EF4EF2CE5DF6BBC77296 /* GoogleToolboxForMac */ = { + 341AE43BECCF63F8848AAC78D2B071F7 /* BoringSSL */ = { isa = PBXNativeTarget; - buildConfigurationList = C8E910B89548204C9E82F8F7CCB1460E /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac" */; + buildConfigurationList = 0F8FF22A26AE30339FF606D8EEEBBC3A /* Build configuration list for PBXNativeTarget "BoringSSL" */; buildPhases = ( - E039C8832DF36C6AA9B398412DBAA4B5 /* Sources */, - 736872D0F6BFBDB3F36ED73405DE4E29 /* Frameworks */, - 34476B01833D8F46D0CEB0D1A2BDEECD /* Headers */, + ADF7BE80E3B5F5412024BB59B52913E8 /* Sources */, + 10AFA553144F5990253DCAD744A00060 /* Frameworks */, + 86AE4ED69B073A9624603295DB404D61 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = BoringSSL; + productName = BoringSSL; + productReference = 69CAB77E3C242107D884F3F43E91CF7D /* libBoringSSL.a */; + productType = "com.apple.product-type.library.static"; + }; + 4E03646F0CAFF3F5456F5B1F80264C49 /* gRPC-ProtoRPC */ = { + isa = PBXNativeTarget; + buildConfigurationList = B1E3267D861F210F5FE9F399219D357A /* Build configuration list for PBXNativeTarget "gRPC-ProtoRPC" */; + buildPhases = ( + 41A246DD58409206EEBF2D307EEF67F4 /* Sources */, + 102D29B486A219865937F949FEBA80EE /* Frameworks */, + 25232F3A2F01B92553B9EB38CEF0A7AD /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ED88E2CCDBC4F8BF07F7834ACC09ACA9 /* PBXTargetDependency */, + 7C6004BE9851C08962249D0C45DD428D /* PBXTargetDependency */, + 8AEEA4C985A0F07E7A3365280A4D869C /* PBXTargetDependency */, + ); + name = "gRPC-ProtoRPC"; + productName = "gRPC-ProtoRPC"; + productReference = 1E4A0FB9033AC281F9F59B7B186D20CC /* libgRPC-ProtoRPC.a */; + productType = "com.apple.product-type.library.static"; + }; + 50BC1DB6642D72FC6076EF03143635F3 /* gRPC-Core */ = { + isa = PBXNativeTarget; + buildConfigurationList = A4982578639D9D67ABC96D6FC5804A2E /* Build configuration list for PBXNativeTarget "gRPC-Core" */; + buildPhases = ( + B1508C910DFA738D1295043ECDA97449 /* Sources */, + E5050449F0186CA41769F2CB1D35242A /* Frameworks */, + 46ACA54D1E030D00E4E4E786A6B57B49 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + BB84B0B2E095FD672049CCF66F672295 /* PBXTargetDependency */, + 882DEBCF74EB48BD085140EFBD5D5848 /* PBXTargetDependency */, + ); + name = "gRPC-Core"; + productName = "gRPC-Core"; + productReference = 6A85FDD00FA7FC7BE922923D5C273073 /* libgRPC-Core.a */; + productType = "com.apple.product-type.library.static"; + }; + 58E7450DB13C5ECCE92D3C0DF7CF0903 /* GoogleToolboxForMac */ = { + isa = PBXNativeTarget; + buildConfigurationList = 26AE791F404F3732C3335D0EFE25E20A /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac" */; + buildPhases = ( + F86A0216D6948A1D34655DBC29C561FC /* Sources */, + E468DEE3816A9E9ED082166AC0F3EAAB /* Frameworks */, + 0CBA5A14986DAE7D6A473749221AA81F /* Headers */, ); buildRules = ( ); @@ -832,7 +5450,75 @@ ); name = GoogleToolboxForMac; productName = GoogleToolboxForMac; - productReference = 3DE55071E55CBE482A0E08CEC248A029 /* libGoogleToolboxForMac.a */; + productReference = 3296EC35877D1A4EF84B89CF538EB2D8 /* libGoogleToolboxForMac.a */; + productType = "com.apple.product-type.library.static"; + }; + A22164B1A6FF370ED730487A9BAF00EA /* nanopb */ = { + isa = PBXNativeTarget; + buildConfigurationList = 10C7155F72C51076BDCF5AF6C2C01499 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildPhases = ( + B4E5BEF81FC63C323D89D6C77985FA3F /* Sources */, + 250C92015B6EDE99794950DF19FFBF81 /* Frameworks */, + B794566E1F79220505AC5212A4BEBEB2 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = nanopb; + productName = nanopb; + productReference = F4043D2946288FE1CB97870B4E347082 /* libnanopb.a */; + productType = "com.apple.product-type.library.static"; + }; + ADB489DA9DF2B6C270EDB2489C3E7C76 /* Protobuf */ = { + isa = PBXNativeTarget; + buildConfigurationList = ED31A2A654525B9E6DEA6DC37E9116C4 /* Build configuration list for PBXNativeTarget "Protobuf" */; + buildPhases = ( + AFA16AA00EDA669EC58737E2FCABE875 /* Sources */, + 83D4DE5C547673DFF48B87EECD6FAAB5 /* Frameworks */, + B4AFF3CE5283870DA0EE82634B25B82D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Protobuf; + productName = Protobuf; + productReference = EE0CA8B90048044EA65389CD273F2438 /* libProtobuf.a */; + productType = "com.apple.product-type.library.static"; + }; + BF781D454CD60AECEDD915723F2ECCB3 /* gRPC-gRPCCertificates */ = { + isa = PBXNativeTarget; + buildConfigurationList = C9EE47E60D9A779227F7991E89889B9C /* Build configuration list for PBXNativeTarget "gRPC-gRPCCertificates" */; + buildPhases = ( + DA44617D1DB8B27AE19AA97C97636FB8 /* Sources */, + 29B243A693B5EE1CE8F7902131C76DA1 /* Frameworks */, + F974A7AAF439B1FA2C6D37A4D6EDD4E4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "gRPC-gRPCCertificates"; + productName = "gRPC-gRPCCertificates"; + productReference = B5F405C093DC4F170A8907BE08E3ED46 /* gRPCCertificates.bundle */; + productType = "com.apple.product-type.bundle"; + }; + DE868725B18AE240E550C5515AE66BC4 /* GTMSessionFetcher */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4693C211CA1C7318A8B388F1C2D24725 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */; + buildPhases = ( + 34191111C8E6A7E0C8B7499BA636A66A /* Sources */, + 8D2BE8CE5663DF1EA1CF1CC5269C6067 /* Frameworks */, + A922FE66E6DEA4BD3090DCEB4580F34E /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = GTMSessionFetcher; + productName = GTMSessionFetcher; + productReference = 9931B2ACBE68945B6A78EC120222A987 /* libGTMSessionFetcher.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -852,18 +5538,37 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = E3D9A0A294F5A5EF606C2F41D2BE1077 /* Products */; + productRefGroup = A681DBD064FF81DF0FC3C83E0204D20A /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - E1BBB76ADBF2EF4EF2CE5DF6BBC77296 /* GoogleToolboxForMac */, + 341AE43BECCF63F8848AAC78D2B071F7 /* BoringSSL */, + 58E7450DB13C5ECCE92D3C0DF7CF0903 /* GoogleToolboxForMac */, + 1E2176B7896B236A0F58344DC7149A24 /* gRPC */, + 50BC1DB6642D72FC6076EF03143635F3 /* gRPC-Core */, + BF781D454CD60AECEDD915723F2ECCB3 /* gRPC-gRPCCertificates */, + 4E03646F0CAFF3F5456F5B1F80264C49 /* gRPC-ProtoRPC */, + 04B2A8DC6A8BE8FB159FC85962E66ACC /* gRPC-RxLibrary */, + DE868725B18AE240E550C5515AE66BC4 /* GTMSessionFetcher */, 05D233ADADE8575BCCD56101E6039406 /* leveldb-library */, - CF4B35B9FC819386EB09219BC91827D7 /* nanopb */, - 578162A52439095E0116D7C4D46DECD4 /* Pods-immobile */, + A22164B1A6FF370ED730487A9BAF00EA /* nanopb */, + 125CA55C3F634447749E5789C58B10BC /* Pods-immobile */, + ADB489DA9DF2B6C270EDB2489C3E7C76 /* Protobuf */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + F974A7AAF439B1FA2C6D37A4D6EDD4E4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C718D33F55D665D4BE4D828758505CD /* roots.pem in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ 306D7A4E9E6416AFCCD083A415B13C7C /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -915,68 +5620,1019 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5303D5F0966B6798D7AAA88A9ACCB670 /* Sources */ = { + 317C138C1EEF78D68E37C269A2AAA755 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3977553228E40DBE6B221E05C23E51E7 /* gRPC-RxLibrary-dummy.m in Sources */, + 1121212921CF7997532EC0BE2ADDAD91 /* GRXBufferedPipe.m in Sources */, + E406F73E8E1DBFA8865A603F1A7E062D /* GRXConcurrentWriteable.m in Sources */, + E93B508AFA9E90F9E875542F5C505600 /* GRXForwardingWriter.m in Sources */, + 907EC32628A5036441F868C5431C7901 /* GRXImmediateSingleWriter.m in Sources */, + EFC1AED6846559DDEF1C71C07E4EDB0C /* GRXImmediateWriter.m in Sources */, + 802FCDC4196E5156A7F32D525C91ACD6 /* GRXMappingWriter.m in Sources */, + E187F5D6E03650C171C794AAB1D7EB2C /* GRXNSBlockEnumerator.m in Sources */, + A2ACA30B07FA3336D71ADC595CE3917B /* GRXNSFastEnumerator.m in Sources */, + 78B8BACD145D666FCE80AA47E1C41195 /* GRXNSScalarEnumerator.m in Sources */, + 140DFAF7943D6A8DBD926FD770DFB2AD /* GRXWriteable.m in Sources */, + B8F69C203F26511FCDB8C9380D05868E /* GRXWriter+Immediate.m in Sources */, + 3BF360FBF2BE1A10CB88F40EAFFF8B13 /* GRXWriter+Transformations.m in Sources */, + 39B4AAEE10588FAE3826A605E50A6DBF /* GRXWriter.m in Sources */, + 6A06FCA67D33AF951B032403C40AC931 /* NSEnumerator+GRXUtil.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 34191111C8E6A7E0C8B7499BA636A66A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 28B7761E1D77D96D267539A7B67188EA /* nanopb-dummy.m in Sources */, - 9CBD14C17446EC9384CFAADBADF12387 /* pb_common.c in Sources */, - F2A7C7D18755231B289C10D16DD6F730 /* pb_decode.c in Sources */, - 91C9C419C2E304B3A68293C22053034E /* pb_encode.c in Sources */, + 9931FBF0D5CD16A87511F3EBD2302A5B /* GTMSessionFetcher-dummy.m in Sources */, + 9417B872ADCACCC4CFED22B51F5E05E0 /* GTMSessionFetcher.m in Sources */, + CF7E7B439D17C5FF57B2DBC7C03E10EF /* GTMSessionFetcherLogging.m in Sources */, + 1B8714DF33ABD898CF49FAA1314DCF34 /* GTMSessionFetcherService.m in Sources */, + E43766C39792FE24EFAF9291C5579176 /* GTMSessionUploadFetcher.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A3C668F367610B8E58586B55158B3226 /* Sources */ = { + 41A246DD58409206EEBF2D307EEF67F4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF1967F9355278391D9131DB402BCF77 /* Pods-immobile-dummy.m in Sources */, + 4CD74C3A6E2EA0C19035574114C20EA5 /* gRPC-ProtoRPC-dummy.m in Sources */, + 9B36B2DAF784142BC6217563FF42B489 /* ProtoMethod.m in Sources */, + A196E3D4F269D976FC5DCF2846255E1D /* ProtoRPC.m in Sources */, + 0C15E92A408104C77516BE0BF84F63A0 /* ProtoService.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E039C8832DF36C6AA9B398412DBAA4B5 /* Sources */ = { + ADF7BE80E3B5F5412024BB59B52913E8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1B6053DB4F426B47C4A91E97990824D3 /* GoogleToolboxForMac-dummy.m in Sources */, - 3D5A8358B3CE03D143C39C4BF52B34D3 /* GTMNSData+zlib.m in Sources */, + C8C7549C04E193D411C608CCECB62716 /* a_bitstr.c in Sources */, + 22815DB2091C7E39A69DC6647B054CBB /* a_bool.c in Sources */, + 6B1E8EB30B10FD6B674C442DC796EB89 /* a_d2i_fp.c in Sources */, + E5A6C3D8C482ACFE7DCE619FFE4940A6 /* a_digest.c in Sources */, + 3F039F0F780C2A80AD1AF9CCB692B8CF /* a_dup.c in Sources */, + C70EC1AB5BF1806AA90B9149973BB94E /* a_enum.c in Sources */, + 91CCBBDBB29C587AAB4332A8B71DF86A /* a_gentm.c in Sources */, + EBC02B19371D38FD44DEA5D5793295A1 /* a_i2d_fp.c in Sources */, + 2095D301C1C53555124BDA5DE29B055D /* a_int.c in Sources */, + B7C72852CEB6A02C2B4450EBD10EFB92 /* a_mbstr.c in Sources */, + B33B411B64763184DAAA915C9867983E /* a_object.c in Sources */, + 967DBFE6E89195333EDAD7E03B6C2DE2 /* a_octet.c in Sources */, + D49CE81A32BAD16241205647E7A105F6 /* a_print.c in Sources */, + F3D142CB94AC3BDA97A196F6E7530EA2 /* a_sign.c in Sources */, + F40F030FB040B186E1A51E9291750216 /* a_strex.c in Sources */, + AF7587084A2CFD255EF9CB38AD0CBFA4 /* a_strnid.c in Sources */, + 97632EE26B1D32DD48DAB5EA65833D6F /* a_time.c in Sources */, + 1EA769321667A549C7A15E3D034596FA /* a_type.c in Sources */, + F807F4F215D923D8B2CD866743776AF9 /* a_utctm.c in Sources */, + A08F1D3D05CD2A2BA661110960918CD5 /* a_utf8.c in Sources */, + 2440346EAAF122FA44716E2DDA2F5CE1 /* a_verify.c in Sources */, + 7FE6FFA0F9140AF35803812F7D7697DA /* add.c in Sources */, + 78B3336910DEE4F6DA8A700242CC70C2 /* aead.c in Sources */, + DDEFB49099F578D58A16027294940F11 /* aes.c in Sources */, + DF56E78E0828693DF63A50B9C7325D96 /* algorithm.c in Sources */, + 71D8BE1E2E441F17EB98B12DC70286C0 /* asn1_compat.c in Sources */, + B10E56442CCD7FEC2AEA8FD8461C9710 /* asn1_gen.c in Sources */, + 652774A17DD5C26CC748EC69331835F0 /* asn1_lib.c in Sources */, + EE3524774143F849C4941CF20A677D93 /* asn1_par.c in Sources */, + 9D02CEFE2D3FCAF7B27D01B0A13714DA /* asn_pack.c in Sources */, + 8714DB4706EEEDBB81C287F184CC3C65 /* base64.c in Sources */, + 5628EF720D71BF0DE0E91CB9297735D5 /* ber.c in Sources */, + C2938819291633B07F9F45610F7DF5C3 /* bio.c in Sources */, + D92E30FB9D886CDAF38455822373FAB5 /* bio_mem.c in Sources */, + 9F8B05B67F14F771ED13CFBAC0712BF3 /* bio_ssl.c in Sources */, + FCFF45D971F342188745C9C5BBE3F535 /* blinding.c in Sources */, + 38D34388958EE5F43B84A2B16D782721 /* bn.c in Sources */, + E2F7A2A7C96F392EAC1D175E30A011FA /* bn_asn1.c in Sources */, + C3446F19BB5968D8A0DAFB5051E10211 /* BoringSSL-dummy.m in Sources */, + 03B1C588696969BBFA141EA4041C3B34 /* buf.c in Sources */, + 5340E58816B94B61435A87F04BD50EC4 /* by_dir.c in Sources */, + E0E46AD997DAA745A7895FFA4AFB38A1 /* by_file.c in Sources */, + E4DA035EEB0AF3ACA95AA7C4491AFF1F /* cbb.c in Sources */, + E3248D2CB748B0756F5D53021B8421AF /* cbc.c in Sources */, + 029D782B49311A4879500EA8DA4857F4 /* cbs.c in Sources */, + 1A25E4A22FB555D7E623E1BB5B35C325 /* cfb.c in Sources */, + C07C011E3A06805D51DA4A5071B23090 /* chacha.c in Sources */, + 049F95A2696D51D27FFAA88782A08696 /* check.c in Sources */, + 8C7CE909A989B72EB423EE8D10F89671 /* cipher.c in Sources */, + 850131773C8279B2D16772F64D3F32AC /* cmac.c in Sources */, + DCE5A6BF9F87F369A676B0B2B7A3F88A /* cmp.c in Sources */, + F6C267769F70D10C16FC3787212DDE6C /* conf.c in Sources */, + 6D9A51DF615361588FF08871F1CC7443 /* connect.c in Sources */, + 0A0AF0E706BCF8FE5011F5D7AB80DAFA /* convert.c in Sources */, + 042008FE7861D5F7C23020629B416E5D /* cpu-aarch64-linux.c in Sources */, + 88F70E50A9183D8DBE65BB8756330730 /* cpu-arm-linux.c in Sources */, + D9E2F2E6A8964EE69333AE6A370E4F50 /* cpu-arm.c in Sources */, + 066EAE1AF2CCAE0A71611F9ABDC62BBC /* cpu-intel.c in Sources */, + 5D6B23ACEAEAC74502DA979A70452DCD /* cpu-ppc64le.c in Sources */, + 3E839E8C64AC960F0C8B375917549C9F /* crypto.c in Sources */, + 9C71E4853614230A1C359C4D3C8A7B90 /* ctr.c in Sources */, + 5644751CA1EE29ECC6081A5DCA0A204B /* ctx.c in Sources */, + 5DA4B58E4AABC5F695E147BC769F8679 /* curve25519.c in Sources */, + F39C895290CAC235066A1CA35B288D1B /* custom_extensions.c in Sources */, + 2E285990B8FA4C9AABE2145575ADF5D2 /* d1_both.c in Sources */, + 7256AB12A999EFA8DA7574C3698183F8 /* d1_lib.c in Sources */, + 8D8F974DCBF69B736C1344D652FB9F37 /* d1_pkt.c in Sources */, + BD86A444DD8C04836F970B765917165F /* d1_srtp.c in Sources */, + 29CB879C22DC5E6A0EDEB7F90CC25B0D /* derive_key.c in Sources */, + 5D3E7FDC2408BC1945485D496AB58C3A /* des.c in Sources */, + 64240E101617954DFFD55B919DC39640 /* deterministic.c in Sources */, + 587935EFCBE6E33323F00B5A4A802899 /* dh.c in Sources */, + 868E2C4EAA50E1D0DDE5BD0792A22AA5 /* dh_asn1.c in Sources */, + 23CD500A30E12A659751042DBE59EC9D /* digest.c in Sources */, + 6DF72B3AB31C2F576AB190DC5926FFFF /* digests.c in Sources */, + 6D0505AF51060AA6B253603B425ADB1F /* digestsign.c in Sources */, + A646C7FAD5B7FA2341BD5D0387E2B969 /* div.c in Sources */, + 158426861E10DEFB88B0218E584003D2 /* dsa.c in Sources */, + FC63C216954740390A8A140B9221994B /* dsa_asn1.c in Sources */, + 052D819252636C5DA5EB5D952FCBB436 /* dtls_method.c in Sources */, + E091E3BBA80EA174C4A3D88AA26C2E2C /* dtls_record.c in Sources */, + 32E330FFC794FAA5B08403BC9D6EC10B /* e_aes.c in Sources */, + F1B3DCB850D6DAC5AE20539E92F18808 /* e_chacha20poly1305.c in Sources */, + C17109B960E623D28E120EFDD24FFEF7 /* e_des.c in Sources */, + 5719C2681F131C1D5E8BE534BC556029 /* e_null.c in Sources */, + 07AFF3D20FDB6CCBE5228A5C051479CC /* e_rc2.c in Sources */, + 3C52722F28095DF4E074300E3841638A /* e_rc4.c in Sources */, + 122BB5F83275236B37D266BE5200027A /* e_ssl3.c in Sources */, + 58D6ED7AE76503202304F8AB2C6C20C1 /* e_tls.c in Sources */, + 7EBA4F797A3DF69137D126D4108CDD77 /* ec.c in Sources */, + CF78542820F901B9E6EF54F55CA92BF7 /* ec_asn1.c in Sources */, + 4F573204F45C1A3FCA15435601955A7D /* ec_key.c in Sources */, + D6E16D30D060134E40AA2133C7FC22B6 /* ec_montgomery.c in Sources */, + 28946704C0185BD7C0874EA8477F928F /* ecdh.c in Sources */, + 3EE676DB51F77A47D907B456547E76D4 /* ecdsa.c in Sources */, + 6AA97DC025923860379550A240D1FECD /* ecdsa_asn1.c in Sources */, + 1DEC1ED616C48F759676E59866F6265C /* engine.c in Sources */, + CF00686490B89D65FC0DB52E89062997 /* err.c in Sources */, + CC1EBA1439677F3FAD7A88656D7774AC /* err_data.c in Sources */, + 9DDDFC00A86139B7C2F663CFCCBA66CF /* evp.c in Sources */, + E10F0927AFF37588E2FB687D346F6466 /* evp_asn1.c in Sources */, + 861553A955001A11FAEA7FC615D78B25 /* evp_ctx.c in Sources */, + 34D53E160F1985F5630E663F85D158F8 /* ex_data.c in Sources */, + 0D2CE520D253312CD2B56A7879160AEF /* example_mul.c in Sources */, + 5FF78E1CE4204067E6932F696EEA935E /* exponentiation.c in Sources */, + AB20C933EDB7638172F32F1730640F7B /* f_enum.c in Sources */, + 56640417D6AFBAF05720E022EA7BAC06 /* f_int.c in Sources */, + B412B9F8AC57D7C40478FA25066DACB1 /* f_string.c in Sources */, + 85A92C966B67DA086F4C58E6357650D0 /* fd.c in Sources */, + 6F507FCC1900F9D09B657655E469A695 /* file.c in Sources */, + A056AAFF0571D16DC676A1DF5D462ACA /* fuchsia.c in Sources */, + 8F8EEDBFB1A9C74DCB0318310C929D81 /* gcd.c in Sources */, + 67FAA20ADB8E1B65E7939247FB90EC1A /* gcm.c in Sources */, + 2418FA3809C659E57324B586005CDF1F /* generic.c in Sources */, + E8295197771D2697EA18954B783F2786 /* handshake_client.c in Sources */, + BF0416FA0BBE730B9EB8ADB18C45D8F8 /* handshake_server.c in Sources */, + 39FBFE809609A2A294365E060C0FBA92 /* hexdump.c in Sources */, + B3BE395C798F9AE97C5ABD623350B9B5 /* hkdf.c in Sources */, + 6A429428C40437CB4ACFD498456B4D4F /* hmac.c in Sources */, + C90FEF03D2C026F0EE9105B3B12B34D3 /* i2d_pr.c in Sources */, + 6C6E293DE6585984A35E44754087F708 /* key_wrap.c in Sources */, + DE3B4106FE26B4CC434FF5F32A2E0F5B /* kronecker.c in Sources */, + 0EC627A7C0A098614B0902D8CA66C7DC /* lhash.c in Sources */, + 1B4B1665ED86DF657CA8E6F29B520FEE /* md4.c in Sources */, + E839C080C04F013591910E68D82796DB /* md5.c in Sources */, + A03F6BBB0D27543869AC448ED6BB27D7 /* mem.c in Sources */, + 684DAC80E4FDD8F561781805CD331A96 /* mode_wrappers.c in Sources */, + 2C17387DD2376B530F152EDA1DD8C575 /* montgomery.c in Sources */, + E6BFE8DE1E372B54F40CBEB8E34F1A34 /* montgomery_inv.c in Sources */, + 53AB8F9295B09BDA04DAD007C33BBCE3 /* mul.c in Sources */, + 178E168333B407B33282EA067C517AD6 /* obj.c in Sources */, + 21889010E1F699F9C094066D6BCA2EA4 /* obj_xref.c in Sources */, + 8B3683A2731CF7818F7B2021CB7104AB /* oct.c in Sources */, + D21B3D3380884BCF73F07EBE8F348EC9 /* ofb.c in Sources */, + 32E78BEB3F1C43A7ABB3608FBEA20C8A /* p224-64.c in Sources */, + F440865AE6FA15E7A9CF98ADBEDBB484 /* p256-64.c in Sources */, + 155A142A7A5A7481DEAA77F98C00660D /* p256-x86_64.c in Sources */, + DF7662322D65A3245097CC03DDFE93FB /* p5_pbev2.c in Sources */, + EF2A63ABD3785392C19AC5B76F1D135B /* p8_pkey.c in Sources */, + 9532DB2A94AF289C28CBB9D00DCC55C8 /* p_dsa_asn1.c in Sources */, + 220F016092BBC124104C38F630E3A3C6 /* p_ec.c in Sources */, + EB169D0CE923BAC3654100844E1D537C /* p_ec_asn1.c in Sources */, + A299EDDA4CA2EC747000F1560B72035E /* p_rsa.c in Sources */, + 858E7BE25D7CED573E5428E3944FCF62 /* p_rsa_asn1.c in Sources */, + 42193B87DCDD26819C874A314EB04674 /* padding.c in Sources */, + 199C73EF3D940A8B9248A9BC13B1A353 /* pair.c in Sources */, + FBB7A8876690C0ECB212FE952077D576 /* params.c in Sources */, + C1656E2BE813058969C54F7453986002 /* pbkdf.c in Sources */, + D78F859C22B04C4B086F5948B8950026 /* pcy_cache.c in Sources */, + 6F1133388C98A1BFA39F6CED96E3AFAD /* pcy_data.c in Sources */, + 1C032CE5215669F50599152AE948187D /* pcy_lib.c in Sources */, + EB528F08E4FF305FE058F57C6FD73247 /* pcy_map.c in Sources */, + 662AE095A1E916400CCE5B2A67BD42A4 /* pcy_node.c in Sources */, + CA125C27E764F1D14AB9CC9073652938 /* pcy_tree.c in Sources */, + 7F01603617B7667AB7485DFE937EDED6 /* pem_all.c in Sources */, + 0F7B717E44D4F89C71922D28252F160C /* pem_info.c in Sources */, + 25667A5C38F637CEA269129E7C3CBC0E /* pem_lib.c in Sources */, + 98A0E5A6D449BEB4B0ABA1D174CC948D /* pem_oth.c in Sources */, + F38CC96A07527DB5DEB79F7A6EFAED0A /* pem_pk8.c in Sources */, + 03FCC67E30E678D8C4FC0FA0D3A35BFB /* pem_pkey.c in Sources */, + 965C0CEEBEEEDEF41B3325D0C9358E3A /* pem_x509.c in Sources */, + C1F5D1D1821B77B189E29B02533E737F /* pem_xaux.c in Sources */, + 8785437923B4F43FA6186B8C56256304 /* pkcs7.c in Sources */, + A0B4611307DF4C5260510D6C4B66A6C7 /* pkcs8.c in Sources */, + 847FE942EBF166E2FF3CCE5D71AC37D1 /* poly1305.c in Sources */, + 797C2180B410ED94A97F0B5E88A75454 /* poly1305_arm.c in Sources */, + 245E5E832AE91EF61CC6DDDF3633A43C /* poly1305_vec.c in Sources */, + DE14B5EBA6E1B0C77751A1A4BB3C1EB9 /* polyval.c in Sources */, + 3665B0145DC6D56982066205B964D2A8 /* pool.c in Sources */, + 335943CAA339D8CE0E2F89E7FBD1FD91 /* prime.c in Sources */, + B9EB11421BEF775649741F1176234FA8 /* print.c in Sources */, + 9A736B53C5BEB346C34D1A4ACDEE7A1E /* printf.c in Sources */, + AA7DD022FA96C72E2F29FC6072E18A9C /* rand.c in Sources */, + D0D277AF6A9356632ECD2A6729F24CF2 /* random.c in Sources */, + B7A6EFFD115656118384CED4EA8F8B09 /* rc4.c in Sources */, + E2D4B549A26171FC1F5F6888FD010966 /* refcount_c11.c in Sources */, + B2879F3F19A3BA56DC571E14D8940EA5 /* refcount_lock.c in Sources */, + 9C42CAA2D11B1F83D8684B5F770A1B00 /* rsa.c in Sources */, + D0DAAB13ADE6229469D3FE1302624EB6 /* rsa_asn1.c in Sources */, + 0B93FBC170FCA06EE456AB2C20EF0D18 /* rsa_impl.c in Sources */, + 4B7F16E42A124FCA67A68ECF0CDD9FB0 /* rsa_pss.c in Sources */, + 0B8E9FF10B078C74988D244969A57F6A /* rsaz_exp.c in Sources */, + 33833D72B24C53070B22F6EA86CF7478 /* s3_both.c in Sources */, + 90FF927D5A465B9FFF9ED164AB755237 /* s3_lib.c in Sources */, + 1397DCDE17A0C8AF3FBB667F50223B2B /* s3_pkt.c in Sources */, + 4BB70F03358430B1EFB5EEB2F5EAC466 /* sha1-altivec.c in Sources */, + 9C9540A77298118325D274E76E8971E5 /* sha1.c in Sources */, + F63F770DA707C3A74B2F4C0B73E4EB43 /* sha256.c in Sources */, + F61629F62D31E00FF6BE979D346B26D9 /* sha512.c in Sources */, + 07B29C48DED9BDD58EF6C9356853A7BA /* shift.c in Sources */, + 6ED0E1DC8E6F14778E321992ABB3A4F9 /* sign.c in Sources */, + 8C1CD6A708F6E89D168DA9EF1AF20A80 /* simple.c in Sources */, + 72E98ADA22EA6B89DF97C4EB41531F7D /* socket.c in Sources */, + 27C597EA4AAA4453909007E8F62BA53C /* socket_helper.c in Sources */, + F666209150904C7D16BD1B777ED4EB73 /* spake25519.c in Sources */, + FB1872BC55F30FE444153786746BA505 /* sqrt.c in Sources */, + FEFD1F56BC1707D0DFC6787C98C5914D /* ssl_aead_ctx.c in Sources */, + 11B7571F2E7483F97979EC8CAE7CDC5B /* ssl_asn1.c in Sources */, + 9F25AF824307D2DE5A3EEEA3181E8F82 /* ssl_buffer.c in Sources */, + C11AFADD4AD6F0C6DF507AB1D738936F /* ssl_cert.c in Sources */, + 36DE06F8E1CCD8E26460EA6286451469 /* ssl_cipher.c in Sources */, + 4309AAC1A3A52750BB4044AE5AC98A77 /* ssl_ecdh.c in Sources */, + 6456388C0C57CA4C5E7B7DFE5C80A5B7 /* ssl_file.c in Sources */, + FF15A14FD124F75F0A4A04CB0987E334 /* ssl_lib.c in Sources */, + 867CB20E09CCD0C454DC65A4674E0706 /* ssl_privkey.c in Sources */, + 9295B0F2DD84335BA64DE135101C360D /* ssl_session.c in Sources */, + 5849EE58936302AB2520B0B2DC940BCE /* ssl_stat.c in Sources */, + C8DF34558F1B72344DBB14B65D03F347 /* ssl_transcript.c in Sources */, + 77957CD98E2DB920309BAF28D4F210D1 /* ssl_x509.c in Sources */, + 394A0EE9BB6390F49A14200798739E4D /* stack.c in Sources */, + 25188A88F5CF3466B501BA4259744692 /* t1_enc.c in Sources */, + A1C48AF6EBEEDD77A3F67B78D0B8F475 /* t1_lib.c in Sources */, + B2C9D71FF8D3C89AB12BEA4AC0833395 /* t_bitst.c in Sources */, + 99340D5ECA97E5071FCA8E8C9970D3B9 /* t_crl.c in Sources */, + 04CE2B6B27B7EA9351DACEC6789481C5 /* t_req.c in Sources */, + 7E61BB5F494D3B7AF5C4E544CAACEBF0 /* t_x509.c in Sources */, + D06F751050A737E1E079AD6D0F132693 /* t_x509a.c in Sources */, + 83CFDFD57E1C2468BDD71AAB3E6FDBE8 /* tasn_dec.c in Sources */, + B438371654BE2BA3CDBBC51A46BDED55 /* tasn_enc.c in Sources */, + 324EABFF88D833D9FBD9D43D6AECD344 /* tasn_fre.c in Sources */, + 8DFBBA8A82FFB4984781D01768394FCD /* tasn_new.c in Sources */, + 7F7002D5FA4DB777F17D5D1F09FC541D /* tasn_typ.c in Sources */, + 199C9882E3B4446A28C370D35322F5B6 /* tasn_utl.c in Sources */, + 66764424E5E9EE37CEA768CDED6A1256 /* thread.c in Sources */, + 3FA18DA3B95FCD65A1AB0AA28FA4A063 /* thread_none.c in Sources */, + 508E0BE5D7D47810B1FBBAFB0DFEE5FE /* thread_pthread.c in Sources */, + 3BB67EBB281839783C03E7670F25CABD /* thread_win.c in Sources */, + 75C4689A268CD1E45ABC86CC1D69236F /* time_support.c in Sources */, + 63F09FB3077F09B10A242D5EEAE6A741 /* tls13_both.c in Sources */, + 44CBD6BB73D2EAC0DA662E0034246C8A /* tls13_client.c in Sources */, + 682C8AB34D8A1E5725BC46820A9FF3E6 /* tls13_enc.c in Sources */, + 7D85C6F3D94A7D8FA354A81980043345 /* tls13_server.c in Sources */, + DE94F1C7EC70CE8AD235D7324DFE3AF3 /* tls_cbc.c in Sources */, + AEA3513B55855776C4078EF63BDC135A /* tls_method.c in Sources */, + AF93493EBF3D266F65CEBB1C7F7FFA95 /* tls_record.c in Sources */, + 8D6B19FD4020AA20A7411D4EB4B120E6 /* urandom.c in Sources */, + B6ED4054C35B18FE1940E4B4F76E4CBC /* util-64.c in Sources */, + C7BB81C8998F679674E0ED1ECCDC53F3 /* v3_akey.c in Sources */, + 4129089AE2B6FE063836705FE4981A6D /* v3_akeya.c in Sources */, + FA7FC0F0D70A849A0204F436C155CA23 /* v3_alt.c in Sources */, + FF5D3CAA66A97CD6398F0DA5333E6E15 /* v3_bcons.c in Sources */, + F74D73D00513E32E5E2587036284EBDB /* v3_bitst.c in Sources */, + CD5F0184A33C3F49937192AB5B6D3E3B /* v3_conf.c in Sources */, + F9DF2648229D2E8E655EA3FBB3A982B5 /* v3_cpols.c in Sources */, + 032C45DE9E8661FE0E4AC2727E95B461 /* v3_crld.c in Sources */, + B1731D514EEE467CA34D53BED32C4674 /* v3_enum.c in Sources */, + D1951EABEB1BB5700432B04DFA865109 /* v3_extku.c in Sources */, + 130300E16407603A231810949F449AB0 /* v3_genn.c in Sources */, + 868F1B060498254D1B9E7BA5F2DF3F9F /* v3_ia5.c in Sources */, + 7BFAB9A532070DD0EB6399AFD8F0C8F9 /* v3_info.c in Sources */, + D6B220C57FAFD59887AA707843E6443F /* v3_int.c in Sources */, + CE77D64BC18C8509449DC27FD283BD4E /* v3_lib.c in Sources */, + B7299580121F97B2B0571C781572FC5E /* v3_ncons.c in Sources */, + 71559A2450F1BAC15FCC15A5426A7A97 /* v3_pci.c in Sources */, + 6460E795F52D637CE49B83076BBA8A63 /* v3_pcia.c in Sources */, + 5728F779CA550F63CC5FD3B2237FF199 /* v3_pcons.c in Sources */, + 6F99DEB99CE0833F0CB7E747E1A5E836 /* v3_pku.c in Sources */, + AA31897C894415B56CD697AEF8D7616C /* v3_pmaps.c in Sources */, + 3DCBB764C9DBF8DFA6A6523668ED6122 /* v3_prn.c in Sources */, + B1B236795C5C8B1B256A2C066A67A31C /* v3_purp.c in Sources */, + 27B67ED60FF8D64681F1A37654DB78A9 /* v3_skey.c in Sources */, + 7220E2D375F1A9632AC6AD8610C0CC14 /* v3_sxnet.c in Sources */, + C81EA45EA92C4CB907FA153F579A9762 /* v3_utl.c in Sources */, + 894C8AA465ADCABE39E33738704ADF70 /* windows.c in Sources */, + 499F3450B6940A23B22ABB00A97700CB /* wnaf.c in Sources */, + 99EDF1B1A429DD762EE40896BBE2346E /* x25519-x86_64.c in Sources */, + DC0DCE7241866D6933E6B46B5FD2C0CF /* x509.c in Sources */, + DF8D964CE387C10232088BD6807DB972 /* x509_att.c in Sources */, + A3E29739A2C44245572B6047F5AC37E9 /* x509_cmp.c in Sources */, + 38B29C10CE609A9CA80F39799F307232 /* x509_d2.c in Sources */, + 01C09B4F266F96B96A5622D20713FCD4 /* x509_def.c in Sources */, + 124E47CCE6A95E7F4848DD550D595CAE /* x509_ext.c in Sources */, + BCEEDA3376024AEA41857A1D31312D72 /* x509_lu.c in Sources */, + 1454E1A9960AB6338924D4D23B010E80 /* x509_obj.c in Sources */, + 95F5DDDDF5BB1FA72CE26511E15E475D /* x509_r2x.c in Sources */, + C06F62D3713C0E420C308BF01F9B0935 /* x509_req.c in Sources */, + E52DF5827E8F5C7EBFD3C43DDE837A7B /* x509_set.c in Sources */, + B388D5A33D5EAA7E352A4A0F10986E52 /* x509_trs.c in Sources */, + 083E2AD04662936FDB3630474DAB7F4D /* x509_txt.c in Sources */, + 8C2D277119A776E092FF171088FCD18C /* x509_v3.c in Sources */, + A4A8C7D92D47489FA61807D64C9F9B4E /* x509_vfy.c in Sources */, + D1D53F4D12AF31034EA887EBB94564FA /* x509_vpm.c in Sources */, + D6FAB8C157EF6517781D3DEB33EF673F /* x509cset.c in Sources */, + 1D1FCB2CEB1E07B37A7F67D94F0A2AD7 /* x509name.c in Sources */, + CAFEC20183942084025D61335C3B9DF7 /* x509rset.c in Sources */, + 1079191DCC16B663585B1CFA47DE42FC /* x509spki.c in Sources */, + 14602BA09BF86AB829DEBA7101A3BE0B /* x509type.c in Sources */, + CD6EBB2427FED50B54329DEC5BBDAE23 /* x86_64-gcc.c in Sources */, + BCA44CC68FA06DDB5DB887E556238FA6 /* x_algor.c in Sources */, + 10431157449A3C9BDF394D36688350F1 /* x_all.c in Sources */, + 7F52EF35BD4BC03381185E5BDFF4B8B7 /* x_attrib.c in Sources */, + 54D40C70F5ED11342FE4767E3920E519 /* x_bignum.c in Sources */, + 0000577D7826E8E82961CEAB4E0E2E73 /* x_crl.c in Sources */, + 50015B9FD7BF51986D9428CC3A5C97D8 /* x_exten.c in Sources */, + 8E532D7B5386B4E80E5791203661DEDF /* x_info.c in Sources */, + 05945A4F810FD9519DC156FA0C09910A /* x_long.c in Sources */, + FEC7BBDD3A5C7B717E00B89E69D88332 /* x_name.c in Sources */, + 243694341A58D16B2B93A4B9E6950183 /* x_pkey.c in Sources */, + 95BA7B41341BFBAEC33A95656843733B /* x_pubkey.c in Sources */, + 77488B0325BAFD53B949C14F9A6E0F28 /* x_req.c in Sources */, + 0D74839D556FD39F4B87C62BA6452F48 /* x_sig.c in Sources */, + FDDC4E91E4E9959BA945D16BBACCB6C9 /* x_spki.c in Sources */, + C914A87C764B64044449100630C7AB4C /* x_val.c in Sources */, + 185BCB807BB520B57955D0F4F956F09B /* x_x509.c in Sources */, + B2594B90E832C3F2E9180F3EE3021B2A /* x_x509a.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + AFA16AA00EDA669EC58737E2FCABE875 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FD1FCCA5D9A3A4C1CBABCD16709EA840 /* Any.pbobjc.m in Sources */, + FA0059A316DBE901A886BB9F2E00123D /* Api.pbobjc.m in Sources */, + 99A8E649CDC98D3E8284CEA4677E83A9 /* Duration.pbobjc.m in Sources */, + F94FA5048BBD031CBFDB0CE50B169A56 /* Empty.pbobjc.m in Sources */, + 5A43DD5141A85BD74783B8E5AE60882C /* FieldMask.pbobjc.m in Sources */, + 25C75062FD1259FECFE868BDFEEEF317 /* GPBArray.m in Sources */, + B9F7F894F1661D4B45CDB5AE753609D6 /* GPBCodedInputStream.m in Sources */, + F7C4625204007FA2B78F56E89AA15CAA /* GPBCodedOutputStream.m in Sources */, + 517B31FBE7F66005BCF03B952AFFE803 /* GPBDescriptor.m in Sources */, + AFA9C19D1E63B1474D9A453BBE341D64 /* GPBDictionary.m in Sources */, + 572CA720951E11848388BD5F7694D58A /* GPBExtensionInternals.m in Sources */, + 9E00A6ED705BEB767E63F4D1A3644C5C /* GPBExtensionRegistry.m in Sources */, + 2061F4EEB1E749FC09BEA8D84E66641E /* GPBMessage.m in Sources */, + 9E5B464B32AED8622B8B625C630C89A6 /* GPBRootObject.m in Sources */, + CD7B56F07AD4F5C214AD23C174D02892 /* GPBUnknownField.m in Sources */, + A431BDF6206C053455311D96706B132C /* GPBUnknownFieldSet.m in Sources */, + 7263B102215FE816A960A021492F5731 /* GPBUtilities.m in Sources */, + 25966040517B22B92187E02CCC2E4C63 /* GPBWellKnownTypes.m in Sources */, + 8485D0090BAE446EB90FACBE7FF06A35 /* GPBWireFormat.m in Sources */, + CCDDB15A9EA91B3E208B3F2C2C7B1D27 /* Protobuf-dummy.m in Sources */, + C394C78CDDE4EC8501BA9A00D192BCDE /* SourceContext.pbobjc.m in Sources */, + AA7A5709EA14A8C95FB6594176071508 /* Struct.pbobjc.m in Sources */, + DEA71F1476B0D5284E8C677438A327E7 /* Timestamp.pbobjc.m in Sources */, + F488C2B9FD8B33D50DCC5B50EA80E19B /* Type.pbobjc.m in Sources */, + D015C829999D5B3402D963B73C607884 /* Wrappers.pbobjc.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1508C910DFA738D1295043ECDA97449 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4DB9C1D88D02D5838872220A21167106 /* alarm.c in Sources */, + E058F0F410DE3A6BCE4D2A653CB09037 /* alloc.c in Sources */, + 2997E3318369B03A94BB0F9A49DF67F6 /* alpn.c in Sources */, + E2C5E5313F146528E266FB2125B3CEBA /* api_trace.c in Sources */, + 800C6A6519754BCA12621AB7DD7451E4 /* arena.c in Sources */, + 0BD5D543AF25DBAE7DC275D617706C93 /* atm.c in Sources */, + 0659C5371881888631B4589308860C9A /* avl.c in Sources */, + C8357F59DB0253FE0FE12F016C56B18C /* b64.c in Sources */, + C74A83F0965BC59CE5A1A140C3B14980 /* backoff.c in Sources */, + 1C18BC6958C7228B71DD25618D0CEEF5 /* base_resources.c in Sources */, + C406B8AB7FBA598A13CCDEA7FC791884 /* basic_timers.c in Sources */, + E6F41E0CFD435CB33444F7697A2A5BA5 /* bdp_estimator.c in Sources */, + 68D7DF859C217F8C88A1A8B756E29F19 /* bin_decoder.c in Sources */, + 11D70FDB91A816B82B26DD7EC14CC8C1 /* bin_encoder.c in Sources */, + 72EC266AD820617776F48DC816201E85 /* byte_buffer.c in Sources */, + 406573B1E2E88BB4D2B020964FCEA45C /* byte_buffer_reader.c in Sources */, + 0C863680E1DFBD3FA84B299E571A9A31 /* byte_stream.c in Sources */, + 6CC2822205FA18382808148367BBA116 /* call.c in Sources */, + 8D8A86B2CEC7AAD07F9E4D6CAFE27307 /* call_combiner.c in Sources */, + 7DF430A63EF9D76C8A5E388C1D107744 /* call_details.c in Sources */, + 9388DCF8088020FB2491AB5313D5CDBD /* call_log_batch.c in Sources */, + B7E351BDA9AA7A4000B58DB20C2E00F3 /* census.pb.c in Sources */, + 858849DBFE8EC1D2EA195A1F01F606AA /* channel.c in Sources */, + D7BAF559D3069D0E7243EAD8C0146FD1 /* channel_args.c in Sources */, + 002D7C5719479F6B2D1BA10D698A2770 /* channel_connectivity.c in Sources */, + F007AB676828FE30E701EE820B695B19 /* channel_create.c in Sources */, + AD8755EB240DB3A99FA40477E2D16B9A /* channel_create_posix.c in Sources */, + FFF5938496D6FB14E3B16D11586DCF40 /* channel_init.c in Sources */, + 0E849404FCCF82D762960555EC702C5B /* channel_ping.c in Sources */, + CD7F3C9849DA047C2C67C78E72C9A7D5 /* channel_stack.c in Sources */, + 677A394530546A926CECE3EDFA0A54EC /* channel_stack_builder.c in Sources */, + ED4859C862BE324FC6CDFEEBCAAB211B /* channel_stack_type.c in Sources */, + 44FFD1380FA39B565B9A4246ECA646A8 /* chttp2_connector.c in Sources */, + 24A3E3E19CA15BF6E30829D23B2F3E90 /* chttp2_plugin.c in Sources */, + 200E4430FBE70453A1248B09943D0AFA /* chttp2_server.c in Sources */, + 52DE7298571CB9E7172995A5EA2E5BB1 /* chttp2_transport.c in Sources */, + B0FFB1C5128C0BF32D8FA473783FC85E /* client_auth_filter.c in Sources */, + A37EB20A3A6B8150EB58231E4C377026 /* client_channel.c in Sources */, + 87DEBA591FDB015A9AAEF1A698D28451 /* client_channel_factory.c in Sources */, + 3282891D82E18E1042BC0CED54FBF174 /* client_channel_plugin.c in Sources */, + 7EDB12CDAF0453D01A8B2BE80EC454F9 /* client_load_reporting_filter.c in Sources */, + DC5A31E9BF6FE4A298E2AF96B83C0B75 /* closure.c in Sources */, + 6C61813DEAA5CD45A3458E5DA2D13504 /* cmdline.c in Sources */, + 59D818A8AF5E59F84AD38C2092B163E0 /* combiner.c in Sources */, + B6E8B46F8B7E1AE5FE05BEAED3073AC4 /* completion_queue.c in Sources */, + 5C745171BACA5ED79E4340D1E858117D /* completion_queue_factory.c in Sources */, + 376C26B18C6889650D1ED95A3A4F3469 /* composite_credentials.c in Sources */, + 2FAE218E4C64B171654AC2211C70F0F6 /* compression.c in Sources */, + 1DF93A230D3399D022BB18A475066F65 /* connected_channel.c in Sources */, + FEF0BA4A9A47AF5AAC2C36E51080D8AB /* connectivity_state.c in Sources */, + 27991F9C67F040B799BB882B563F9F5A /* connector.c in Sources */, + D84D38955E00345B8C709BCB9128F99E /* context.c in Sources */, + FD1EA92E1AFD5B9FBE405F4826BD8CB2 /* cpu_iphone.c in Sources */, + 98FD583AB6428432BF2F79FCDD58F6A3 /* cpu_linux.c in Sources */, + 9FE35D1A06D9D497CCD61D85CA800054 /* cpu_posix.c in Sources */, + CADB663FA576BBDCB48F58FEAF7844B9 /* cpu_windows.c in Sources */, + F20FF9F1A95B7BC76C36F5077CDB7491 /* credentials.c in Sources */, + 2C4F3F497FBD585A14195EF982CB5881 /* credentials_generic.c in Sources */, + 3C72B120C8B345E53734E52533DE51D5 /* credentials_metadata.c in Sources */, + 0C8CBD252A8BBF3745D8E35E3F91F5E3 /* deadline_filter.c in Sources */, + E3965673E3206709AA5E24AF2C9130C1 /* dns_resolver.c in Sources */, + 126205D19628B13F9011F67AAC19D2E6 /* dns_resolver_ares.c in Sources */, + 629E6FD3D1199E3A83832AB99747282A /* endpoint.c in Sources */, + FE86DAC4C74AA8411F7FED64D034C189 /* endpoint_pair_posix.c in Sources */, + 6CA76DD6D6B12C48C0684A45612EDC46 /* endpoint_pair_uv.c in Sources */, + D35A4CB3C6FB1BBFE339EA8407FF3DC5 /* endpoint_pair_windows.c in Sources */, + EEDC8571F9CBB7580BBCB8E830D28FBA /* env_linux.c in Sources */, + 1AF50BE445EE8D6DAAF32DE244BAF38A /* env_posix.c in Sources */, + CDEF4101562E37880E546A6AA70F659B /* env_windows.c in Sources */, + E253A863240A813BEEA01C0BE61562C5 /* error.c in Sources */, + 8EA89B5EFD9C35FBD9FD486479A7D7A9 /* error_utils.c in Sources */, + 62AF15C3BAA5F38C07A0F7D9544A5F67 /* ev_epoll1_linux.c in Sources */, + E93FA4D013D1323910A545EF5CB14982 /* ev_epollex_linux.c in Sources */, + CD9FDE1B3EE329F13C510E205C4659EC /* ev_epollsig_linux.c in Sources */, + 8A3E9DBE7C05AF9764A396D210C6B291 /* ev_poll_posix.c in Sources */, + E8D9C6F0894F26DA23001E84A695A726 /* ev_posix.c in Sources */, + 5018298897910FD69BBC1E3756F12C8C /* ev_windows.c in Sources */, + 5DAE40AD0E06A0159EDDAF0B9AF0CFEE /* event_string.c in Sources */, + A582CEF9668A94FDC57F3FF089B2BB1D /* exec_ctx.c in Sources */, + 365A79064F9E2BD3FA9DECCA5DF1F3D8 /* executor.c in Sources */, + 908FD76E4B54477AE82EFB8F6180F158 /* fake_credentials.c in Sources */, + BD0E77EB847F4BBB6000DA44BD7AF96D /* fake_resolver.c in Sources */, + B6088528D8F7B3EA1D5B1E796F4BBCFA /* fake_transport_security.c in Sources */, + 13F28C7FBD112E11EF24232ADABE60E8 /* flow_control.c in Sources */, + DA1BD0F4531F2144E9748A33D68163EA /* fork.c in Sources */, + 0E2F09A8E3B2E128833C629745FA774B /* fork_posix.c in Sources */, + F688002402DF3B6261F8A51EA55012CD /* fork_windows.c in Sources */, + 7DA93F57089C4CCA23E4EA7B91011B1A /* format_request.c in Sources */, + F97DC17CEAC48E0A2C7CAF06F52B32F7 /* frame_data.c in Sources */, + BE0A3882DE9BE9B9F000D4C89A2CA932 /* frame_goaway.c in Sources */, + 29C28AE24F30EBF0647368CB25EA5D65 /* frame_ping.c in Sources */, + 9A8CD0ED643E3235E8D8FDE025B907F9 /* frame_rst_stream.c in Sources */, + 0F1150F627D6AFA86F5CE3D74E00EE7A /* frame_settings.c in Sources */, + BAB42D15E1CD8792FA195111878522CD /* frame_window_update.c in Sources */, + B6F8FB2CBEEDC6448133978D529F5852 /* gethostname_fallback.c in Sources */, + EC27CB148221FA268F03DC906BB0CD9C /* gethostname_host_name_max.c in Sources */, + 9784BE7E6225B06F34FA4BD493AA51AB /* gethostname_sysconf.c in Sources */, + D772E88F38716734439A3221A503BEA7 /* google_default_credentials.c in Sources */, + ACD6844775D1BC7A2E6E92908455D308 /* gRPC-Core-dummy.m in Sources */, + 414AF36402B9B0C43404D18DBD134CE1 /* grpc_ares_ev_driver_posix.c in Sources */, + 16FBFACFD6E1E298D74D471DC506A56E /* grpc_ares_wrapper.c in Sources */, + 7D0009A27C330A9355F279D15529A768 /* grpc_ares_wrapper_fallback.c in Sources */, + ED9022D77170660519460D37678EB321 /* grpc_context.c in Sources */, + 298446B055D0D65DDCFEC9F16A010D1B /* grpc_filter.c in Sources */, + FB60BDF749DE73AAA6505F7F9FF1F118 /* grpc_plugin.c in Sources */, + BFFAF5C787237878C01C715DC20C5F04 /* grpc_plugin_registry.c in Sources */, + C3236DCED61D814614369A9AFA94081F /* grpclb.c in Sources */, + B5CD9EA8D933464B5313311BA51DB068 /* grpclb_channel_secure.c in Sources */, + D9FA30780367027442BA9FF54F85DB4F /* grpclb_client_stats.c in Sources */, + 384CB4C908F7F747D01A31707B1A64AE /* gts_transport_security.c in Sources */, + 2DB163DA98D0C49674B79F6FE1059DD5 /* handshaker.c in Sources */, + 66B439CFD254BEA3272A044F1C914C07 /* handshaker_factory.c in Sources */, + 3ACCCD94054AC509CB3B7D20BB5F8342 /* handshaker_registry.c in Sources */, + F1719C2450B077397810E1032494DFAD /* histogram.c in Sources */, + E4709B155E135A512386916FF66A7360 /* host_port.c in Sources */, + 12C5B7021740DDC30F9DE88DC5A10B38 /* hpack_encoder.c in Sources */, + FDD9914692EFD7CF4A2A09CFDC2EB40A /* hpack_parser.c in Sources */, + B60B2A7BD2C502EB64DF10EA90E35852 /* hpack_table.c in Sources */, + 58C1073A3EF5A8AB9C33794F97868758 /* http2_settings.c in Sources */, + 1ECDEF13A50C30924EB8AAC0A28E127B /* http_client_filter.c in Sources */, + 4BC484C27A8130E1A2880CD361AE4831 /* http_connect_handshaker.c in Sources */, + A5C3FBBD43E1BC71D200EFE35F034C21 /* http_filters_plugin.c in Sources */, + 855765D2CFE468EB361393166CE9C776 /* http_proxy.c in Sources */, + 1C27B07460C3E25DC6AF6BC93B41F0E1 /* http_server_filter.c in Sources */, + 8D7144E41BC08B205CC1A80FC53B5119 /* httpcli.c in Sources */, + FC82C3B7A21C475D86014A6B3AFF7923 /* httpcli_security_connector.c in Sources */, + 64BC0EC04283681EB0AA0890D60BA670 /* huffsyms.c in Sources */, + 6B4024698F7ECBC2AD7E8A7B732B2E0E /* iam_credentials.c in Sources */, + F0318D0D391DD40F0349A8F42F42B596 /* incoming_metadata.c in Sources */, + C8CB10E9EA7A209FEAE4CC8290A3DC6F /* init.c in Sources */, + 4B01206F1C6D7AAC08641FE1213D73EC /* init_secure.c in Sources */, + E5F53AED26B01E39BAEBFC4DABA3E9D0 /* initialize.c in Sources */, + 4DFC44262A850BD97FA2DA151F559897 /* inproc_plugin.c in Sources */, + 1F34AAF2B9C8060C8D9237F579EEE572 /* inproc_transport.c in Sources */, + 824FA1DD2942A93AE71F62B6F608406F /* intrusive_hash_map.c in Sources */, + 31A4D1F537B43807AF91E6790A1A6D1B /* iocp_windows.c in Sources */, + FF1962214AF1E9407C8FB2BB39727BE3 /* iomgr.c in Sources */, + EC34DCA1B81549E5D61AE2A02BDCA177 /* iomgr_posix.c in Sources */, + 4BB059F023002116410BB9DCB83176CF /* iomgr_uv.c in Sources */, + F0BBA09891E2862C651225AEEDA65FF0 /* iomgr_windows.c in Sources */, + B3CE9023AA925DE0DD448A0B8A4E7077 /* is_epollexclusive_available.c in Sources */, + 04A3312CB1EB18FFBBAA330CDE54579A /* json.c in Sources */, + E3D81CB910B9C395F678B2EB9530D3F7 /* json_reader.c in Sources */, + 55754A0A97E18493AA18D6994EB219CF /* json_string.c in Sources */, + B190FA662137DDD8069622B2913E5CC8 /* json_token.c in Sources */, + F4BBD5B4FCE39CB2E588EBA6420481B2 /* json_util.c in Sources */, + 2E23FF44D7DCAE449580874526B764C8 /* json_writer.c in Sources */, + 7654D31673960CAE2E54EAAD3748074C /* jwt_credentials.c in Sources */, + 02468D629F68FC0249B076B1B3F445D8 /* jwt_verifier.c in Sources */, + 613D32F1482117AF70C951347CFEAAB9 /* lame_client.cc in Sources */, + 1DA0BB7E926D3EA1558B9A125D8750D6 /* lb_policy.c in Sources */, + 742E34E73901DF5C5F82BCEA5AF629A5 /* lb_policy_factory.c in Sources */, + 52C61DBCE0FB7D7D91E7A18B4D6DFC3A /* lb_policy_registry.c in Sources */, + 54B33E66E52E7615423DCEF49E5065E4 /* lb_targets_info.c in Sources */, + 7FA44242A0525AA10D14CE4C0C82218B /* load_balancer.pb.c in Sources */, + 7273665AC0132A9749208AC5FC618D46 /* load_balancer_api.c in Sources */, + 048BADFCF96938B9C0ED4FAA62790811 /* load_file.c in Sources */, + 879A8B3CCC5B4A56E310CF0003C99277 /* lockfree_event.c in Sources */, + 20DBCAE61ED0F8C9EF4811735784306D /* log.c in Sources */, + E4E84C9477A908823C8DD28CD9073E7F /* log_android.c in Sources */, + 319611C7009965236448DF7E8E296ED3 /* log_linux.c in Sources */, + 78FCE6EBF46C3E1A8ECB7AC5BD961079 /* log_posix.c in Sources */, + 6223C69B933DEA99D278C39347C7A727 /* log_windows.c in Sources */, + CCACF1EF8B86384D5E4F6A87B823F1E3 /* max_age_filter.c in Sources */, + 5F404CAC64AAECD236C1F31214A9D145 /* message_compress.c in Sources */, + AD1211ED808F175115E1121B0045D268 /* message_compress_filter.c in Sources */, + 649B9F9282139116D8F49B080C817E02 /* message_size_filter.c in Sources */, + 32EA92773448DDCB25EEC6236B2A2985 /* metadata.c in Sources */, + EE16DD9AFC5986AC1CBB6505B8D4E3BB /* metadata_array.c in Sources */, + FD73C1DB4B71BA116BF50731D8B0BF30 /* metadata_batch.c in Sources */, + 708A0251DE4309D7FC9525913454DB41 /* mlog.c in Sources */, + 389A0937B66E590B58F94654BD6DD1CF /* mpscq.c in Sources */, + DD31476042AAC9FA7CDCE621A00C378A /* murmur_hash.c in Sources */, + AA0D2645CD350F5BB6A758AB76314E6C /* network_status_tracker.c in Sources */, + 15326A02063D1917D8694D1296E61E1D /* oauth2_credentials.c in Sources */, + 1FAC1ACCB3CB677EC48F40CE4B471B9A /* operation.c in Sources */, + A558A4F84771A462FABDC9D0D0A25668 /* parse_address.c in Sources */, + 0F7525317414931F885D77D72B535C2E /* parser.c in Sources */, + A0304F5ABB0E35F717CFC3F83A1AF196 /* parsing.c in Sources */, + 928AB742C6F8B201E5002A0C3EB88D0E /* percent_encoding.c in Sources */, + 328ADC7956B833F47722544340B909EE /* pick_first.c in Sources */, + BDE5139A8F7BFAED073BF1224E70EA13 /* pid_controller.c in Sources */, + 83584E9A5DE7960B2D0BD2EA7AB77F1E /* placeholders.c in Sources */, + 3EAD5A61E520E78FD09149F598F7970A /* plugin_credentials.c in Sources */, + 387B727BD19F3609B72C4CBAC127BD5E /* polling_entity.c in Sources */, + 64D813C211A91B220F8B997AE3360193 /* pollset_set_uv.c in Sources */, + 23431230D31CF3C04CAE58CA1C52B78C /* pollset_set_windows.c in Sources */, + DD0F3B933CC74BFDEB3043A7FA6AA889 /* pollset_uv.c in Sources */, + 77ED881186BB5BC3CB81BF31B05CEBA6 /* pollset_windows.c in Sources */, + 1D98064980BD357D5F532B07A129C3C5 /* proxy_mapper.c in Sources */, + 2CD0F78446EC54CF6965BA34438A1AA5 /* proxy_mapper_registry.c in Sources */, + 0AAE0846CF1FD49613C55897AD99B513 /* resolve_address_posix.c in Sources */, + 9379B9AC18FADBB940FBD0C70FCAA6C5 /* resolve_address_uv.c in Sources */, + 09F38705FBD6B4D5CC6BAA6118368893 /* resolve_address_windows.c in Sources */, + 62D469B4337D94F5B06F09DFC467E390 /* resolver.c in Sources */, + 871EE74C12A5E32FA062C094BB4324F3 /* resolver_factory.c in Sources */, + FC63FF74976E3D5864A1D4B400F917FE /* resolver_registry.c in Sources */, + BB799D9FEE4E00FC0B32D68FA83BFEB4 /* resource.c in Sources */, + CA3E0DFD6E8FED9A33AA00F38D363BD1 /* resource_quota.c in Sources */, + 43E6383B78385BF8508EEA0B8A0D998D /* retry_throttle.c in Sources */, + EA65933F64F5E2DDF2093FC26B5782A2 /* round_robin.c in Sources */, + EAEE11C69A50A887F97B8607107BF8FE /* secure_channel_create.c in Sources */, + 2FCCA4FCBEA2298F005EB00D3934E5C7 /* secure_endpoint.c in Sources */, + 6EE6DA9D32E79A59E66873ECCF7B0B87 /* security_connector.c in Sources */, + 5F6B87C2F68185D46D8AEE25C868CDAE /* security_context.c in Sources */, + 5EB1BD763A1DF8AED93D1D6B501EC03A /* security_handshaker.c in Sources */, + DA066710B299CF5DF4067F49BD739032 /* server.c in Sources */, + 196452DAE333FECA455D76120204E314 /* server_auth_filter.c in Sources */, + 1650D93CE85CC464FBBF506F8C56DB77 /* server_chttp2.c in Sources */, + 37168821EF9E4CEF99BA1FB3D1FBF077 /* server_chttp2_posix.c in Sources */, + D26729E050631E0564B6E7FDD33B61F2 /* server_load_reporting_filter.c in Sources */, + C7864B66DE32CC4EA9EE734B2A6AE4B7 /* server_load_reporting_plugin.c in Sources */, + 5698288CE1B4DE91878E5964981708CA /* server_secure_chttp2.c in Sources */, + F617733627479A7F70048E5EEDF85C7E /* service_config.c in Sources */, + B8089FDE59463987800278D6E0108A8D /* slice.c in Sources */, + B2A0BB0BE4009017E064045F75CF673E /* slice_buffer.c in Sources */, + ACB305E42767C901E29D040736ECABC3 /* slice_hash_table.c in Sources */, + 28BDE88CF7D47FA3685CD8691466C807 /* slice_intern.c in Sources */, + 267AE786E67E6598723FFF08053E862D /* slice_string_helpers.c in Sources */, + C066F3C2F0FCC716E0C25324F104A694 /* sockaddr_resolver.c in Sources */, + 49FB79142FDC8B28CDCAE5EBC466C386 /* sockaddr_utils.c in Sources */, + 838B129A47828B35FF0EAE21B96B91FE /* socket_factory_posix.c in Sources */, + 12B1B2795B19E49522904BBA3E89FD1A /* socket_mutator.c in Sources */, + 432F0FF14B20E83384AB8D6AF4C706BD /* socket_utils_common_posix.c in Sources */, + 573A547F7E722C4FBEF256862DC46ACD /* socket_utils_linux.c in Sources */, + 535ED9856B6EB6496321F6DCFC58C273 /* socket_utils_posix.c in Sources */, + D33E8EA033727BDD353888F81A0FCD26 /* socket_utils_uv.c in Sources */, + 2A1C2317E79AE19F212E03F1F57B1EFC /* socket_utils_windows.c in Sources */, + B3D20B918BE47AB607D4B8B6F716C9EC /* socket_windows.c in Sources */, + C58BE95F37F13C169C926DF25B1004CD /* ssl_credentials.c in Sources */, + B057ED7E746C0C140FA5B2ACFA194074 /* ssl_transport_security.c in Sources */, + DC8B224535E728CFBAE14BE001079AFB /* stack_lockfree.c in Sources */, + 4B772E137A881215E7DFE53B1F6C7FB6 /* stap_timers.c in Sources */, + 975D22BB0C62E3516FEF6084841B62F1 /* static_metadata.c in Sources */, + 28A9E0E30843DA592A25D05AEBF9959F /* stats.c in Sources */, + BF6FCA1BC43C1BACE7CB807DD9DDABC5 /* stats_data.c in Sources */, + 3BA080ECEFB79B497CB322DBD7B8B271 /* status_conversion.c in Sources */, + A148FD2AC6EC42B9A150DAEA1C9842C7 /* stream_compression.c in Sources */, + AC2B9A87E4BFA6B77CDCC5B01A4BAEA8 /* stream_compression_gzip.c in Sources */, + CCF62A7673C21925943842A2A24FDB32 /* stream_compression_identity.c in Sources */, + 6D9E50139F5C4F57EA4E29D5E034E256 /* stream_lists.c in Sources */, + B6FBA8ED3663B3762AD2C33932B25614 /* stream_map.c in Sources */, + 8966719385E6D3AABE1E57D75539C0BF /* string.c in Sources */, + B66E386FBDC8F53BFCC79FAF8EA81D55 /* string_posix.c in Sources */, + F443FE21FC71F784A7BFEC09C8710D7F /* string_util_windows.c in Sources */, + 9AB4E413296AC390B9740F94ADDE3220 /* string_windows.c in Sources */, + C6F8D98DCE722C8A3DFE79283466F926 /* subchannel.c in Sources */, + A2A88183CC97F7EAD2C82826C2F35B64 /* subchannel_index.c in Sources */, + 776F710B6EA5219185A768E253B5ACDD /* subprocess_posix.c in Sources */, + F5CBFC28CD249529172274025C845DD0 /* subprocess_windows.c in Sources */, + 1E82E703EF7EA05A79F25EEE6928209D /* sync.c in Sources */, + 3424FACB6DA6EB18DAEF84EE9946851B /* sync_posix.c in Sources */, + 549D5D52427C1EE6DB0D3A617949307C /* sync_windows.c in Sources */, + B2D9980B0E443811C4AA75C37ADA4692 /* tcp_client_posix.c in Sources */, + 0A3235FA4F3CFEC1C18AD3BD61322A20 /* tcp_client_uv.c in Sources */, + A7CCAA082D9BB4BDD03E01D89DD53612 /* tcp_client_windows.c in Sources */, + 9B395D88AD612ADBE03DF5564E298837 /* tcp_posix.c in Sources */, + 2164290DD82498B856A2EC72C62B4E14 /* tcp_server_posix.c in Sources */, + A1788DEFA8D10A360ACF181D14B195AE /* tcp_server_utils_posix_common.c in Sources */, + A15AB9556F0B24993113C7042F862131 /* tcp_server_utils_posix_ifaddrs.c in Sources */, + C3FF84D8E90532434346E85AD3971AA9 /* tcp_server_utils_posix_noifaddrs.c in Sources */, + E0BBF76EC2E7D27E42BCB3AD8379E719 /* tcp_server_uv.c in Sources */, + 5829F204C80DCFCE7E2C8213DF79117A /* tcp_server_windows.c in Sources */, + C00E02FBC19A07997B0797157E8C1D47 /* tcp_uv.c in Sources */, + 54D79879D6B55A8102B0CA67573FD198 /* tcp_windows.c in Sources */, + 9F9DF0934214B22E4D43285B4329AAF5 /* thd.c in Sources */, + D2275F7543AEE803CFBBE07BF68FF4DA /* thd_posix.c in Sources */, + 910FF6F674269F6818B9EE5B7BD48F5D /* thd_windows.c in Sources */, + 39ADB95E0FBC67DBB0FC1396C230A50D /* time.c in Sources */, + 1637C95C90E4208AB32732733AC25A61 /* time_averaged_stats.c in Sources */, + 6286B484ED86FDF37B961BDFAC7754B5 /* time_posix.c in Sources */, + 80BAB16F0D53F9424398F4C00ECD8BF5 /* time_precise.c in Sources */, + AF2EA7F19889C9CCA3974934BD83C3F9 /* time_windows.c in Sources */, + 4A4002FDB2FA228662A344DDD513DA44 /* timeout_encoding.c in Sources */, + 0FB1E8F924EC2A92335A442E8C976C0E /* timer_generic.c in Sources */, + 4ABD17174B7C0DC60E74A293DDE2368A /* timer_heap.c in Sources */, + B9B30FADBC65DB8F17C8A15427E77719 /* timer_manager.c in Sources */, + C88FEF8B2DAD2CF698E0C8A2F6FE58D1 /* timer_uv.c in Sources */, + 0661B4BB1C3E2675F7AB88EE3A8C590A /* tls_pthread.c in Sources */, + 247E3457913F2B61D648A6A4A342790D /* tmpfile_msys.c in Sources */, + B128D7BF494DA3CC773DE6996C5B2FA7 /* tmpfile_posix.c in Sources */, + D6A76B21F247B5B153741FC43CB08BDA /* tmpfile_windows.c in Sources */, + F1EC6CF28ADC709881FBF36C92650D13 /* trace.c in Sources */, + 1E22D6F05DE537B5C68CF75295CEE0CA /* trace_context.c in Sources */, + 7614D3AB3129B5A17AA56413358B1CA9 /* trace_context.pb.c in Sources */, + 3EB8AE6D31DF5DABD7A9DA3E6B1DAFDF /* tracing.c in Sources */, + 329308934F3D7BF8D597A1D513C71445 /* transport.c in Sources */, + 05F613C3244A498A10A5CDA9B799311D /* transport_op_string.c in Sources */, + D2339A3A43570723D0F34C445CCD8A7D /* transport_security.c in Sources */, + D2ABBBF332DB8CAB3610FA5D8187B3B2 /* transport_security_adapter.c in Sources */, + 11CEA239B0FCF71ADDC9561221B5DBC7 /* transport_security_grpc.c in Sources */, + 8DB165C7480A346269DFBBAC711BCD29 /* tsi_error.c in Sources */, + 26C42F1031A402B29055163E28555114 /* udp_server.c in Sources */, + 258E90FE22F9982EC797B97DDB103312 /* unix_sockets_posix.c in Sources */, + 3DD3FCFD06032EA132E0E01543BFE2E2 /* unix_sockets_posix_noop.c in Sources */, + DAFEC3A0A9A8C30B2783BC5B90623090 /* uri_parser.c in Sources */, + 3FAF9CFF07ED4D950BBB38A4AFB79BA0 /* validate_metadata.c in Sources */, + 6FCBB454A667B6530EA38568107F242B /* varint.c in Sources */, + 5D839BA84E0EADF34C901E42DDB8A6BB /* version.c in Sources */, + E0E022AA01014AA660B28E7D7F5D985A /* wakeup_fd_cv.c in Sources */, + 8A3DAD469EB293ECCFB3A41522925640 /* wakeup_fd_eventfd.c in Sources */, + 51AE63F8584FE4689785EB36B414D488 /* wakeup_fd_nospecial.c in Sources */, + DFFE9C737E006DFAC43272482B660C2E /* wakeup_fd_pipe.c in Sources */, + C9B9389A9AE783F58456216397DB21FB /* wakeup_fd_posix.c in Sources */, + EA496396DD619E11AE8A1C7DA6553097 /* workaround_cronet_compression_filter.c in Sources */, + 13BD944FA7691FDEAF7736EE828769EE /* workaround_utils.c in Sources */, + C55A9B228FC433884BA8251575DAF3E5 /* wrap_memcpy.c in Sources */, + AECEA138B1D7D76112C5027D5E8F364A /* writing.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4E5BEF81FC63C323D89D6C77985FA3F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7C0158CC24C73EB74B0C3B633BCCCDB9 /* nanopb-dummy.m in Sources */, + 3C91BF8B953AEC34D8BBE206B726715F /* pb_common.c in Sources */, + 377B4232B911B187CC9A46EE3B48F173 /* pb_decode.c in Sources */, + 53741B7C2877677F95310C2D021B7FC2 /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C803D60C80551C16C4641FDD18017575 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15CD6B06B192F34932215DC178663F66 /* Pods-immobile-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DA44617D1DB8B27AE19AA97C97636FB8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F0B0952B8E57A80CF71468D184770F19 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6964FE94B287F77FB0BE09633388F7D7 /* gRPC-dummy.m in Sources */, + 83A919D66C6B291D788D5AB7D850499D /* GRPCCall+ChannelArg.m in Sources */, + 52DD10BA4B8D48BF948FDB6E7C2C8415 /* GRPCCall+ChannelCredentials.m in Sources */, + 81A3765C9B76D69AB53DC84BAE6447FA /* GRPCCall+Cronet.m in Sources */, + 11F0A03C1A29D558342079D3379E4DCF /* GRPCCall+InternalTests.m in Sources */, + BA07677B80AC4EC587D816453C1564BB /* GRPCCall+OAuth2.m in Sources */, + 2DE918379CF9DE7D415FE65A9B214AEC /* GRPCCall+Tests.m in Sources */, + 6F4C85B3F89BFA096983AD9A6259569E /* GRPCCall.m in Sources */, + 004A4C96543BB63E0ABDA34E08533227 /* GRPCChannel.m in Sources */, + 53DAD571321E7EDE5D6E25FF69CE4D53 /* GRPCCompletionQueue.m in Sources */, + 7BFB8B05CC4729D2676E9B86708A66CD /* GRPCConnectivityMonitor.m in Sources */, + 0D0E9E08D2155FF21878901C78DF25D7 /* GRPCHost.m in Sources */, + 0A5A137A3D1673174BB62DB061693937 /* GRPCOpBatchLog.m in Sources */, + 81E54E11BB402FECC04AB36FF47D6118 /* GRPCRequestHeaders.m in Sources */, + 172F029FE9C79540162763B989A06051 /* GRPCWrappedCall.m in Sources */, + 6ADFABFC7F5B5AE1E1E0AFFAA3D46088 /* NSData+GRPC.m in Sources */, + EADDD7D7EFEF3EA067FDF1E6EE58B368 /* NSDictionary+GRPC.m in Sources */, + 7B119FB9A4D6715DF2F9A017C30DB902 /* NSError+GRPC.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F86A0216D6948A1D34655DBC29C561FC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3328D6AA0A6DD5371B63ECAD18718F3F /* GoogleToolboxForMac-dummy.m in Sources */, + EF7722D72FCA3A27E05EC9D4A716D5FD /* GTMNSData+zlib.m in Sources */, + 9EC3208101C0A4CE8E374B61F787355B /* GTMNSDictionary+URLArguments.m in Sources */, + 49524DD7C80C2A517F6A1352B67A44E8 /* GTMNSString+URLArguments.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 5EC1D1ABFF00A5A34F8AEC13BE418892 /* PBXTargetDependency */ = { + 07870587149A58CF1F73A1F74E2A8220 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BoringSSL; + target = 341AE43BECCF63F8848AAC78D2B071F7 /* BoringSSL */; + targetProxy = F8F9AB7C66771AA28FB61D8462D5EA45 /* PBXContainerItemProxy */; + }; + 09931A13915732E85B0AA14501B3F134 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMSessionFetcher; + target = DE868725B18AE240E550C5515AE66BC4 /* GTMSessionFetcher */; + targetProxy = 518E65643D97E57E8190A36D45754D0C /* PBXContainerItemProxy */; + }; + 48E66800685439051A6B39BAFD5D8704 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-RxLibrary"; + target = 04B2A8DC6A8BE8FB159FC85962E66ACC /* gRPC-RxLibrary */; + targetProxy = 48ABB341DEDB1A12E2353CCB6EBC6AF0 /* PBXContainerItemProxy */; + }; + 49EBFD6BE059FF7579DBA2F2BA50F358 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleToolboxForMac; + target = 58E7450DB13C5ECCE92D3C0DF7CF0903 /* GoogleToolboxForMac */; + targetProxy = 749E7E539D0A2CBA4DC9EEC6D465E7DA /* PBXContainerItemProxy */; + }; + 5CBDADA7989A3F5FED88011C9F63BD9C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = gRPC; + target = 1E2176B7896B236A0F58344DC7149A24 /* gRPC */; + targetProxy = 2B935976B9FC6D9ABE93BF0B9EE4A8E5 /* PBXContainerItemProxy */; + }; + 7C6004BE9851C08962249D0C45DD428D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = gRPC; + target = 1E2176B7896B236A0F58344DC7149A24 /* gRPC */; + targetProxy = 21F4CF6895F4DEFA1486511C62461268 /* PBXContainerItemProxy */; + }; + 882DEBCF74EB48BD085140EFBD5D5848 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = A22164B1A6FF370ED730487A9BAF00EA /* nanopb */; + targetProxy = A748C395B34E721735B94407D7A8BBA5 /* PBXContainerItemProxy */; + }; + 8AEEA4C985A0F07E7A3365280A4D869C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-RxLibrary"; + target = 04B2A8DC6A8BE8FB159FC85962E66ACC /* gRPC-RxLibrary */; + targetProxy = 6DC43C708D4DBC0B56972FD365640B78 /* PBXContainerItemProxy */; + }; + 8C78EE3EF54085F9EEAE56B26F636758 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = A22164B1A6FF370ED730487A9BAF00EA /* nanopb */; + targetProxy = CAB20FDE2E5220B4AE8BEC923880FDF5 /* PBXContainerItemProxy */; + }; + 957800062FC27C837965DA1F0B959B71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "leveldb-library"; target = 05D233ADADE8575BCCD56101E6039406 /* leveldb-library */; - targetProxy = E14DE910ACDA20A90FF66B28143D1B7E /* PBXContainerItemProxy */; + targetProxy = 687C5138C7440826E0DE01F65EFE17AE /* PBXContainerItemProxy */; }; - 8BAC3EFBE925B37A7D2E582C8BB840B8 /* PBXTargetDependency */ = { + 97F12D8D5C32900A2B951300DB03682B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = CF4B35B9FC819386EB09219BC91827D7 /* nanopb */; - targetProxy = 986E9F434004E9948E894AB73B826CC9 /* PBXContainerItemProxy */; + name = "gRPC-Core"; + target = 50BC1DB6642D72FC6076EF03143635F3 /* gRPC-Core */; + targetProxy = 8255ACB28B194E2DE1519E103A9D72B8 /* PBXContainerItemProxy */; }; - A8CA6644DBFFCFE7097EA1D764C3F625 /* PBXTargetDependency */ = { + BB84B0B2E095FD672049CCF66F672295 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = E1BBB76ADBF2EF4EF2CE5DF6BBC77296 /* GoogleToolboxForMac */; - targetProxy = 462BE5A973574BC74D3CA55DC6B3E75A /* PBXContainerItemProxy */; + name = BoringSSL; + target = 341AE43BECCF63F8848AAC78D2B071F7 /* BoringSSL */; + targetProxy = CE22E379CB3F2136EB5E295920F40246 /* PBXContainerItemProxy */; + }; + C301A78DD943274B7EFA17B4E9DEAA8C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Protobuf; + target = ADB489DA9DF2B6C270EDB2489C3E7C76 /* Protobuf */; + targetProxy = 70267570BDF44829D9401BC466AFDB14 /* PBXContainerItemProxy */; + }; + CC129756CFFC9400D6B20C34E80D0F85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-Core"; + target = 50BC1DB6642D72FC6076EF03143635F3 /* gRPC-Core */; + targetProxy = 8C169A1C5CFAB9EC89F8B946F5405422 /* PBXContainerItemProxy */; + }; + E00847AE5252603C557CE7BBF6E19D6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-ProtoRPC"; + target = 4E03646F0CAFF3F5456F5B1F80264C49 /* gRPC-ProtoRPC */; + targetProxy = 5D6A50A665C2CBCEF10E5C766464DF34 /* PBXContainerItemProxy */; + }; + E48B1FED9564CC57C178A8DEF7F149F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-RxLibrary"; + target = 04B2A8DC6A8BE8FB159FC85962E66ACC /* gRPC-RxLibrary */; + targetProxy = 622CAFCCC4214A6FE0B785E73A305809 /* PBXContainerItemProxy */; + }; + ED88E2CCDBC4F8BF07F7834ACC09ACA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Protobuf; + target = ADB489DA9DF2B6C270EDB2489C3E7C76 /* Protobuf */; + targetProxy = 69C3C33AE02BFF052F0282A468182F5B /* PBXContainerItemProxy */; + }; + FD58C7E4C89F2E5D90F2FDCC6EAB11C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "gRPC-gRPCCertificates"; + target = BF781D454CD60AECEDD915723F2ECCB3 /* gRPC-gRPCCertificates */; + targetProxy = 673718F2487529CC076EDB41EE0306FA /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 06571D5CE0585C9D942A9F1A3FB1718C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CB1FFF21E801D679B9BB0C9CEA670441 /* gRPC-Core.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-Core/gRPC-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 075BA0EA2C5030216EB28D7C92C84B72 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B9A558EA0C6E17A9419434B5E714D61A /* leveldb-library.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/leveldb-library/leveldb-library-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 0C96709D0EE92172F85C47CEF2792F75 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/gRPC"; + INFOPLIST_FILE = "Target Support Files/gRPC/ResourceBundle-gRPCCertificates-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = gRPCCertificates; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 1945149F863A2194C430B7269BFFC405 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CB1FFF21E801D679B9BB0C9CEA670441 /* gRPC-Core.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-Core/gRPC-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2087F30AFEA4E7F410CC8804FD8AC35E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AA00395B8668748B7FA0A3E05D47C477 /* Protobuf.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2D5118C1115070E37E5FD36DD834CA3D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4859571B3500C4C9A9000127D8E48153 /* GoogleToolboxForMac.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 075BA0EA2C5030216EB28D7C92C84B72 /* Debug */ = { + 361577C375FE012738690637C6F65BC4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C1F0280729AA728DE0698D2B607EE76 /* leveldb-library.xcconfig */; + baseConfigurationReference = 189FDE59339E8874AE5862E230ECBC46 /* gRPC-ProtoRPC.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/leveldb-library/leveldb-library-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-ProtoRPC/gRPC-ProtoRPC-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -988,16 +6644,16 @@ }; name = Debug; }; - 4064C82C2742D555DB5EE37E5FFA0519 /* Release */ = { + 3C2E7290E21BD2D633A20C9EA18041E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4AFE3AB5863F4DA836827BFC7B4FA0D /* nanopb.xcconfig */; + baseConfigurationReference = AA00395B8668748B7FA0A3E05D47C477 /* Protobuf.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; + GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -1010,15 +6666,31 @@ }; name = Release; }; - 499B06882FFBEB1EA1FE147565544D26 /* Debug */ = { + 5037B937905FD77AE962CA8A732384B0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/gRPC"; + INFOPLIST_FILE = "Target Support Files/gRPC/ResourceBundle-gRPCCertificates-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = gRPCCertificates; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 53DD277E03DA91DD7016016FFE2A61D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4AFE3AB5863F4DA836827BFC7B4FA0D /* nanopb.xcconfig */; + baseConfigurationReference = 4EED134E7B4FB3D3B6165E6015893A9E /* BoringSSL.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/BoringSSL/BoringSSL-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 4.3; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -1031,15 +6703,15 @@ }; name = Debug; }; - 64C9EFECE4A17B8C29B0692FD7FB7C17 /* Release */ = { + 6538CCABF42FFD9088A043432F0104DC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 360741FC425D1C048383DC5CE3FE4151 /* GoogleToolboxForMac.xcconfig */; + baseConfigurationReference = B9A558EA0C6E17A9419434B5E714D61A /* leveldb-library.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/leveldb-library/leveldb-library-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 5.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -1053,16 +6725,37 @@ }; name = Release; }; - 6538CCABF42FFD9088A043432F0104DC /* Release */ = { + 6D34190B488F6DF095425DD9F145D69A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C1F0280729AA728DE0698D2B607EE76 /* leveldb-library.xcconfig */; + baseConfigurationReference = D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/leveldb-library/leveldb-library-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; + GCC_PREFIX_HEADER = "Target Support Files/gRPC/gRPC-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6E11A199A46DEFF31FE398C7654924C2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5D0371434002502AA5A141B9311EAF7 /* gRPC.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/gRPC/gRPC-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -1130,7 +6823,51 @@ }; name = Release; }; - 86430D3FCE357233460938FD8064A540 /* Debug */ = { + 7281AAC246262B54B552C355BE007B65 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 189FDE59339E8874AE5862E230ECBC46 /* gRPC-ProtoRPC.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-ProtoRPC/gRPC-ProtoRPC-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 75BB8724608E16C01907883D984B82CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 47B2E1150A0974D2A82FAC8F16261682 /* GTMSessionFetcher.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7811D182D37D18E658B192DA14D5E89B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B435F285BBC9A96E55BB72FC782D43B7 /* Pods-immobile.debug.xcconfig */; buildSettings = { @@ -1150,27 +6887,91 @@ }; name = Debug; }; - 914CD95C67457E03C29F4A0052E2F102 /* Release */ = { + 83E28D05840E749D37D5A48AC12A4B11 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF8B9F03C4F68E488AED393E6329C401 /* Pods-immobile.release.xcconfig */; + baseConfigurationReference = 5D56273CAD51E377F66892EFE5E66C5B /* gRPC-RxLibrary.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MACH_O_TYPE = staticlib; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-RxLibrary/gRPC-RxLibrary-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; + 8B2A227C6B0B187AF0A9856130919677 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 07C3E489B7ED39B70EF1F5C817733AE1 /* nanopb.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A49654F6325EA909BB91A3C63DC64264 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4859571B3500C4C9A9000127D8E48153 /* GoogleToolboxForMac.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B333F2FD6078274FE4F7AE229414434C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5D56273CAD51E377F66892EFE5E66C5B /* gRPC-RxLibrary.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/gRPC-RxLibrary/gRPC-RxLibrary-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B57951D085A1B98A97F8A1062A5E5C5B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1231,16 +7032,59 @@ }; name = Debug; }; - F363A328A126A2A21385BD19FB27A60F /* Debug */ = { + B6FB560582754D6E1FFEADB365D59AF9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 360741FC425D1C048383DC5CE3FE4151 /* GoogleToolboxForMac.xcconfig */; + baseConfigurationReference = 07C3E489B7ED39B70EF1F5C817733AE1 /* nanopb.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + DC3F1192B48A3ACEC8D217701F70F363 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF8B9F03C4F68E488AED393E6329C401 /* Pods-immobile.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F2E67E54C561C40313A6669866293780 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 47B2E1150A0974D2A82FAC8F16261682 /* GTMSessionFetcher.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -1252,9 +7096,67 @@ }; name = Debug; }; + F5104CBF058E9299A54EF2B72AECBBA8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4EED134E7B4FB3D3B6165E6015893A9E /* BoringSSL.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/BoringSSL/BoringSSL-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 0F71430693BA732605A7B87A92EAD1A8 /* Build configuration list for PBXNativeTarget "Pods-immobile" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7811D182D37D18E658B192DA14D5E89B /* Debug */, + DC3F1192B48A3ACEC8D217701F70F363 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0F8FF22A26AE30339FF606D8EEEBBC3A /* Build configuration list for PBXNativeTarget "BoringSSL" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 53DD277E03DA91DD7016016FFE2A61D9 /* Debug */, + F5104CBF058E9299A54EF2B72AECBBA8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 10C7155F72C51076BDCF5AF6C2C01499 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8B2A227C6B0B187AF0A9856130919677 /* Debug */, + B6FB560582754D6E1FFEADB365D59AF9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 26AE791F404F3732C3335D0EFE25E20A /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A49654F6325EA909BB91A3C63DC64264 /* Debug */, + 2D5118C1115070E37E5FD36DD834CA3D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1264,29 +7166,65 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 345308EC453FE710878C5B6C631B40F2 /* Build configuration list for PBXNativeTarget "Pods-immobile" */ = { + 4693C211CA1C7318A8B388F1C2D24725 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F2E67E54C561C40313A6669866293780 /* Debug */, + 75BB8724608E16C01907883D984B82CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8E69A1C795A2635B867D20943CC15665 /* Build configuration list for PBXNativeTarget "gRPC-RxLibrary" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B333F2FD6078274FE4F7AE229414434C /* Debug */, + 83E28D05840E749D37D5A48AC12A4B11 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A4982578639D9D67ABC96D6FC5804A2E /* Build configuration list for PBXNativeTarget "gRPC-Core" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 06571D5CE0585C9D942A9F1A3FB1718C /* Debug */, + 1945149F863A2194C430B7269BFFC405 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + AC32D2FEDDEE64D4057C18473D2D88C9 /* Build configuration list for PBXNativeTarget "gRPC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6D34190B488F6DF095425DD9F145D69A /* Debug */, + 6E11A199A46DEFF31FE398C7654924C2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B1E3267D861F210F5FE9F399219D357A /* Build configuration list for PBXNativeTarget "gRPC-ProtoRPC" */ = { isa = XCConfigurationList; buildConfigurations = ( - 86430D3FCE357233460938FD8064A540 /* Debug */, - 914CD95C67457E03C29F4A0052E2F102 /* Release */, + 361577C375FE012738690637C6F65BC4 /* Debug */, + 7281AAC246262B54B552C355BE007B65 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B8307E997A097EB50C00A8C7967B858A /* Build configuration list for PBXNativeTarget "nanopb" */ = { + C9EE47E60D9A779227F7991E89889B9C /* Build configuration list for PBXNativeTarget "gRPC-gRPCCertificates" */ = { isa = XCConfigurationList; buildConfigurations = ( - 499B06882FFBEB1EA1FE147565544D26 /* Debug */, - 4064C82C2742D555DB5EE37E5FFA0519 /* Release */, + 0C96709D0EE92172F85C47CEF2792F75 /* Debug */, + 5037B937905FD77AE962CA8A732384B0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C8E910B89548204C9E82F8F7CCB1460E /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac" */ = { + ED31A2A654525B9E6DEA6DC37E9116C4 /* Build configuration list for PBXNativeTarget "Protobuf" */ = { isa = XCConfigurationList; buildConfigurations = ( - F363A328A126A2A21385BD19FB27A60F /* Debug */, - 64C9EFECE4A17B8C29B0692FD7FB7C17 /* Release */, + 2087F30AFEA4E7F410CC8804FD8AC35E /* Debug */, + 3C2E7290E21BD2D633A20C9EA18041E7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig b/ios/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig index a543fd3..39d8372 100644 --- a/ios/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig +++ b/ios/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BoringSSL" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseFirestore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/Protobuf" "${PODS_ROOT}/Headers/Public/gRPC" "${PODS_ROOT}/Headers/Public/gRPC-Core" "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" OTHER_LDFLAGS = -l"z" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.markdown index 01e71ee..d5980d9 100644 --- a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.markdown @@ -1,6 +1,202 @@ # Acknowledgements This application makes use of the following third party libraries: +## BoringSSL + +BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL +licensing. Files that are completely new have a Google copyright and an ISC +license. This license is reproduced at the bottom of this file. + +Contributors to BoringSSL are required to follow the CLA rules for Chromium: +https://cla.developers.google.com/clas + +Some files from Intel are under yet another license, which is also included +underneath. + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the +OpenSSL License and the original SSLeay license apply to the toolkit. See below +for the actual license texts. Actually both licenses are BSD-style Open Source +licenses. In case of any license issues related to OpenSSL please contact +openssl-core@openssl.org. + +The following are Google-internal bug numbers where explicit permission from +some authors is recorded for use of their work. (This is purely for our own +record keeping.) + 27287199 + 27287880 + 27287883 + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + +ISC license used for completely new code in BoringSSL: + +/* Copyright (c) 2015, Google Inc. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + + +Some files from Intel carry the following license: + +# Copyright (c) 2012, Intel Corporation +# +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the +# distribution. +# +# * Neither the name of the Intel Corporation nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# +# THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR +# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ## Firebase Copyright 2017 Google @@ -9,6 +205,10 @@ Copyright 2017 Google Copyright 2017 Google +## FirebaseAuth + +Copyright 2017 Google + ## FirebaseCore Copyright 2017 Google @@ -17,10 +217,220 @@ Copyright 2017 Google Copyright 2017 Google +## FirebaseFirestore + +Copyright 2017 Google + ## FirebaseInstanceID Copyright 2017 Google +## GTMSessionFetcher + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ## GoogleToolboxForMac @@ -227,6 +637,876 @@ Copyright 2017 Google limitations under the License. +## Protobuf + +This license applies to all parts of Protocol Buffers except the following: + + - Atomicops support for generic gcc, located in + src/google/protobuf/stubs/atomicops_internals_generic_gcc.h. + This file is copyrighted by Red Hat Inc. + + - Atomicops support for AIX/POWER, located in + src/google/protobuf/stubs/atomicops_internals_power.h. + This file is copyrighted by Bloomberg Finance LP. + +Copyright 2014, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Code generated by the Protocol Buffer compiler is owned by the owner +of the input file used when generating it. This code is not +standalone and requires a support library to be linked with it. This +support library is itself covered by the above license. + + +## gRPC + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## gRPC-Core + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## gRPC-ProtoRPC + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## gRPC-RxLibrary + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ## leveldb-library Copyright (c) 2011 The LevelDB Authors. All rights reserved. diff --git a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.plist index e1b8933..a20a973 100644 --- a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-acknowledgements.plist @@ -12,6 +12,208 @@ Type PSGroupSpecifier + + FooterText + BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL +licensing. Files that are completely new have a Google copyright and an ISC +license. This license is reproduced at the bottom of this file. + +Contributors to BoringSSL are required to follow the CLA rules for Chromium: +https://cla.developers.google.com/clas + +Some files from Intel are under yet another license, which is also included +underneath. + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the +OpenSSL License and the original SSLeay license apply to the toolkit. See below +for the actual license texts. Actually both licenses are BSD-style Open Source +licenses. In case of any license issues related to OpenSSL please contact +openssl-core@openssl.org. + +The following are Google-internal bug numbers where explicit permission from +some authors is recorded for use of their work. (This is purely for our own +record keeping.) + 27287199 + 27287880 + 27287883 + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + +ISC license used for completely new code in BoringSSL: + +/* Copyright (c) 2015, Google Inc. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + + +Some files from Intel carry the following license: + +# Copyright (c) 2012, Intel Corporation +# +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the +# distribution. +# +# * Neither the name of the Intel Corporation nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# +# THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR +# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + Mixed + Title + BoringSSL + Type + PSGroupSpecifier + FooterText Copyright 2017 Google @@ -32,6 +234,16 @@ Type PSGroupSpecifier + + FooterText + Copyright 2017 Google + License + Copyright + Title + FirebaseAuth + Type + PSGroupSpecifier + FooterText Copyright 2017 Google @@ -52,6 +264,16 @@ Type PSGroupSpecifier + + FooterText + Copyright 2017 Google + License + Copyright + Title + FirebaseFirestore + Type + PSGroupSpecifier + FooterText Copyright 2017 Google @@ -255,6 +477,218 @@ Copyright [yyyy] [name of copyright owner] + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + GTMSessionFetcher + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -274,6 +708,906 @@ Type PSGroupSpecifier + + FooterText + This license applies to all parts of Protocol Buffers except the following: + + - Atomicops support for generic gcc, located in + src/google/protobuf/stubs/atomicops_internals_generic_gcc.h. + This file is copyrighted by Red Hat Inc. + + - Atomicops support for AIX/POWER, located in + src/google/protobuf/stubs/atomicops_internals_power.h. + This file is copyrighted by Bloomberg Finance LP. + +Copyright 2014, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Code generated by the Protocol Buffer compiler is owned by the owner +of the input file used when generating it. This code is not +standalone and requires a support library to be linked with it. This +support library is itself covered by the above license. + + License + 3-Clause BSD License + Title + Protobuf + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache License, Version 2.0 + Title + gRPC + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache License, Version 2.0 + Title + gRPC-Core + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache License, Version 2.0 + Title + gRPC-ProtoRPC + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache License, Version 2.0 + Title + gRPC-RxLibrary + Type + PSGroupSpecifier + FooterText Copyright (c) 2011 The LevelDB Authors. All rights reserved. diff --git a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-resources.sh b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-resources.sh index a7df440..6bdcc67 100755 --- a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-resources.sh +++ b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile-resources.sh @@ -83,6 +83,12 @@ EOM ;; esac } +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "$PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "$PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle" +fi mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" diff --git a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.debug.xcconfig b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.debug.xcconfig index 7fa38b1..7e37c5b 100644 --- a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.debug.xcconfig @@ -1,9 +1,9 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseCore/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 -HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Core/Sources "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" -LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac" "$PODS_CONFIGURATION_BUILD_DIR/leveldb-library" "$PODS_CONFIGURATION_BUILD_DIR/nanopb" -OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseCore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" -isystem "${PODS_ROOT}/Headers/Public/leveldb-library" -isystem "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleToolboxForMac" -l"c++" -l"icucore" -l"leveldb-library" -l"nanopb" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseNanoPB" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks" "${PODS_ROOT}/FirebaseCore/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseFirestore/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Core/Sources "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BoringSSL" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseFirestore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/Protobuf" "${PODS_ROOT}/Headers/Public/gRPC" "${PODS_ROOT}/Headers/Public/gRPC-Core" "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BoringSSL" "$PODS_CONFIGURATION_BUILD_DIR/GTMSessionFetcher" "$PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac" "$PODS_CONFIGURATION_BUILD_DIR/Protobuf" "$PODS_CONFIGURATION_BUILD_DIR/gRPC" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-Core" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-ProtoRPC" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-RxLibrary" "$PODS_CONFIGURATION_BUILD_DIR/leveldb-library" "$PODS_CONFIGURATION_BUILD_DIR/nanopb" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/BoringSSL" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseCore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseFirestore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" -isystem "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" -isystem "${PODS_ROOT}/Headers/Public/Protobuf" -isystem "${PODS_ROOT}/Headers/Public/gRPC" -isystem "${PODS_ROOT}/Headers/Public/gRPC-Core" -isystem "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" -isystem "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" -isystem "${PODS_ROOT}/Headers/Public/leveldb-library" -isystem "${PODS_ROOT}/Headers/Public/nanopb" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BoringSSL" -l"GTMSessionFetcher" -l"GoogleToolboxForMac" -l"Protobuf" -l"c++" -l"gRPC" -l"gRPC-Core" -l"gRPC-ProtoRPC" -l"gRPC-RxLibrary" -l"icucore" -l"leveldb-library" -l"nanopb" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseFirestore" -framework "FirebaseInstanceID" -framework "FirebaseNanoPB" -framework "MobileCoreServices" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.release.xcconfig b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.release.xcconfig index 7fa38b1..7e37c5b 100644 --- a/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-immobile/Pods-immobile.release.xcconfig @@ -1,9 +1,9 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseCore/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 -HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Core/Sources "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" -LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac" "$PODS_CONFIGURATION_BUILD_DIR/leveldb-library" "$PODS_CONFIGURATION_BUILD_DIR/nanopb" -OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseCore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" -isystem "${PODS_ROOT}/Headers/Public/leveldb-library" -isystem "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleToolboxForMac" -l"c++" -l"icucore" -l"leveldb-library" -l"nanopb" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseNanoPB" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks" "${PODS_ROOT}/FirebaseCore/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseFirestore/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Core/Sources "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BoringSSL" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseFirestore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/Protobuf" "${PODS_ROOT}/Headers/Public/gRPC" "${PODS_ROOT}/Headers/Public/gRPC-Core" "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" +LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BoringSSL" "$PODS_CONFIGURATION_BUILD_DIR/GTMSessionFetcher" "$PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac" "$PODS_CONFIGURATION_BUILD_DIR/Protobuf" "$PODS_CONFIGURATION_BUILD_DIR/gRPC" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-Core" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-ProtoRPC" "$PODS_CONFIGURATION_BUILD_DIR/gRPC-RxLibrary" "$PODS_CONFIGURATION_BUILD_DIR/leveldb-library" "$PODS_CONFIGURATION_BUILD_DIR/nanopb" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/BoringSSL" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseCore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseFirestore" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" -isystem "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" -isystem "${PODS_ROOT}/Headers/Public/Protobuf" -isystem "${PODS_ROOT}/Headers/Public/gRPC" -isystem "${PODS_ROOT}/Headers/Public/gRPC-Core" -isystem "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" -isystem "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" -isystem "${PODS_ROOT}/Headers/Public/leveldb-library" -isystem "${PODS_ROOT}/Headers/Public/nanopb" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BoringSSL" -l"GTMSessionFetcher" -l"GoogleToolboxForMac" -l"Protobuf" -l"c++" -l"gRPC" -l"gRPC-Core" -l"gRPC-ProtoRPC" -l"gRPC-RxLibrary" -l"icucore" -l"leveldb-library" -l"nanopb" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseFirestore" -framework "FirebaseInstanceID" -framework "FirebaseNanoPB" -framework "MobileCoreServices" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/leveldb-library/leveldb-library.xcconfig b/ios/Pods/Target Support Files/leveldb-library/leveldb-library.xcconfig index b91e939..1c359b2 100644 --- a/ios/Pods/Target Support Files/leveldb-library/leveldb-library.xcconfig +++ b/ios/Pods/Target Support Files/leveldb-library/leveldb-library.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/leveldb-library GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/leveldb-library" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/leveldb-library" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BoringSSL" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseFirestore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/Protobuf" "${PODS_ROOT}/Headers/Public/gRPC" "${PODS_ROOT}/Headers/Public/gRPC-Core" "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/leveldb-library" "${PODS_ROOT}/leveldb-library/include" OTHER_LDFLAGS = -l"c++" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/nanopb/nanopb.xcconfig b/ios/Pods/Target Support Files/nanopb/nanopb.xcconfig index 840f410..a4d5543 100644 --- a/ios/Pods/Target Support Files/nanopb/nanopb.xcconfig +++ b/ios/Pods/Target Support Files/nanopb/nanopb.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/nanopb GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/nanopb" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/nanopb" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BoringSSL" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseFirestore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GTMSessionFetcher" "${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" "${PODS_ROOT}/Headers/Public/Protobuf" "${PODS_ROOT}/Headers/Public/gRPC" "${PODS_ROOT}/Headers/Public/gRPC-Core" "${PODS_ROOT}/Headers/Public/gRPC-ProtoRPC" "${PODS_ROOT}/Headers/Public/gRPC-RxLibrary" "${PODS_ROOT}/Headers/Public/leveldb-library" "${PODS_ROOT}/Headers/Public/nanopb" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/immobile.xcodeproj/project.pbxproj b/ios/immobile.xcodeproj/project.pbxproj index 4b98f8e..3953786 100644 --- a/ios/immobile.xcodeproj/project.pbxproj +++ b/ios/immobile.xcodeproj/project.pbxproj @@ -5,6 +5,7 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; @@ -22,24 +23,13 @@ 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 153549681FBA893D00CE0BA5 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 153549671FBA893D00CE0BA5 /* GoogleService-Info.plist */; }; - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; }; - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; }; - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; }; - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; }; - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; - 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; - 2DCD954D1E0B4F2C00145EB5 /* immobileTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* immobileTests.m */; }; + 15A98A951FFEE96300183CBD /* libRCTPushNotification.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A98A921FFEE93F00183CBD /* libRCTPushNotification.a */; }; + 3AAF8F2D377845B68D333483 /* libRNSVG.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 749AEE9994E64C18A4638905 /* libRNSVG.a */; }; 560CCAB40A7EAD6E5FC94E9C /* libPods-immobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14ACA190CA6373AE03541B7C /* libPods-immobile.a */; }; 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; FDB81E5DF6944493AEC25984 /* libRNFirebase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 198C83EB194041BA82D2F7D4 /* libRNFirebase.a */; }; - 3AAF8F2D377845B68D333483 /* libRNSVG.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 749AEE9994E64C18A4638905 /* libRNSVG.a */; }; - 175DE1BD29DE48CD88C01F31 /* libRNSVG-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A97C6C4B4DF4E89997624EA /* libRNSVG-tvOS.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -106,13 +96,6 @@ remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192; remoteInfo = React; }; - 155226871FBA7FF000D6097A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = ADD01A681E09402E00F6D226; - remoteInfo = "RCTBlob-tvOS"; - }; 155226991FBA7FF000D6097A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; @@ -120,13 +103,6 @@ remoteGlobalIDString = 3DBE0D001F3B181A0099AA32; remoteInfo = fishhook; }; - 1552269B1FBA7FF000D6097A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; - remoteInfo = "fishhook-tvOS"; - }; 155226A91FBA7FF000D6097A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; @@ -162,103 +138,138 @@ remoteGlobalIDString = 134814201AA4EA6300B7C361; remoteInfo = RNFirebase; }; - 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { + 15A98A521FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "immobile-tvOS"; + containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28201D9B03D100D4039D; + remoteInfo = "RCTAnimation-tvOS"; + }; + 15A98A561FFEE6E100183CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ADD01A681E09402E00F6D226; + remoteInfo = "RCTBlob-tvOS"; }; - 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A5B1FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A283A1D9B042B00D4039D; remoteInfo = "RCTImage-tvOS"; }; - 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A5F1FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A28471D9B043800D4039D; remoteInfo = "RCTLinking-tvOS"; }; - 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A631FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A28541D9B044C00D4039D; remoteInfo = "RCTNetwork-tvOS"; }; - 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A671FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A28611D9B046600D4039D; remoteInfo = "RCTSettings-tvOS"; }; - 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A6B1FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A287B1D9B048500D4039D; remoteInfo = "RCTText-tvOS"; }; - 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A721FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A28881D9B049200D4039D; remoteInfo = "RCTWebSocket-tvOS"; }; - 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A741FFEE6E100183CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; + remoteInfo = "fishhook-tvOS"; + }; + 15A98A821FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; remoteGlobalIDString = 2D2A28131D9B038B00D4039D; remoteInfo = "React-tvOS"; }; - 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A841FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3C059A1DE3340900C268FA; - remoteInfo = yoga; + remoteGlobalIDString = 3D3C06751DE3340C00C268FA; + remoteInfo = "yoga-tvOS"; }; - 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A861FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3C06751DE3340C00C268FA; - remoteInfo = "yoga-tvOS"; + remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; + remoteInfo = "cxxreact-tvOS"; }; - 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15A98A881FFEE6E100183CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; - remoteInfo = cxxreact; + remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4; + remoteInfo = "jschelpers-tvOS"; + }; + 15A98A911FFEE93F00183CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 15A98A8C1FFEE93E00183CBD /* RCTPushNotification.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTPushNotification; + }; + 15A98A931FFEE93F00183CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 15A98A8C1FFEE93E00183CBD /* RCTPushNotification.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D05745F1DE6004600184BB4; + remoteInfo = "RCTPushNotification-tvOS"; }; - 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 15DDB1731FFEDE2200F3DDFC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A63EB8B087B649F69D5A4671 /* RNSVG.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 0CF68AC11AF0540F00FF9E5C; + remoteInfo = RNSVG; + }; + 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; - remoteInfo = "cxxreact-tvOS"; + remoteGlobalIDString = 3D3C059A1DE3340900C268FA; + remoteInfo = yoga; }; - 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4; - remoteInfo = jschelpers; + remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; + remoteInfo = cxxreact; }; - 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4; - remoteInfo = "jschelpers-tvOS"; + remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4; + remoteInfo = jschelpers; }; 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -267,13 +278,6 @@ remoteGlobalIDString = 134814201AA4EA6300B7C361; remoteInfo = RCTAnimation; }; - 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28201D9B03D100D4039D; - remoteInfo = "RCTAnimation-tvOS"; - }; 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; @@ -320,21 +324,17 @@ 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; 14ACA190CA6373AE03541B7C /* libPods-immobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-immobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 153549671FBA893D00CE0BA5 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "immobile/GoogleService-Info.plist"; sourceTree = ""; }; + 15A98A8C1FFEE93E00183CBD /* RCTPushNotification.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTPushNotification.xcodeproj; path = "../node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotification.xcodeproj"; sourceTree = ""; }; 198C83EB194041BA82D2F7D4 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFirebase.a; sourceTree = ""; }; - 2C14814E002709254E3F1285 /* libPods-immobile-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-immobile-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E47B1E0B4A5D006451C7 /* immobile-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "immobile-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* immobile-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "immobile-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; - 60020AB8BAC44A1BEB666775 /* libPods-immobile-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-immobile-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 749AEE9994E64C18A4638905 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSVG.a; sourceTree = ""; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; A17B923E86170588087364D1 /* libPods-immobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-immobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A63EB8B087B649F69D5A4671 /* RNSVG.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSVG.xcodeproj; path = "../node_modules/react-native-svg/ios/RNSVG.xcodeproj"; sourceTree = ""; }; AA662FB3A5E9E1E235EE51F1 /* Pods-immobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-immobile.release.xcconfig"; path = "Pods/Target Support Files/Pods-immobile/Pods-immobile.release.xcconfig"; sourceTree = ""; }; ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; F1DCB07B03774ABC84F69D39 /* RNFirebase.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFirebase.xcodeproj; path = "../node_modules/react-native-firebase/ios/RNFirebase.xcodeproj"; sourceTree = ""; }; - A63EB8B087B649F69D5A4671 /* RNSVG.xcodeproj */ = {isa = PBXFileReference; name = "RNSVG.xcodeproj"; path = "../node_modules/react-native-svg/ios/RNSVG.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 749AEE9994E64C18A4638905 /* libRNSVG.a */ = {isa = PBXFileReference; name = "libRNSVG.a"; path = "libRNSVG.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 1A97C6C4B4DF4E89997624EA /* libRNSVG-tvOS.a */ = {isa = PBXFileReference; name = "libRNSVG-tvOS.a"; path = "libRNSVG-tvOS.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -353,6 +353,7 @@ ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */, 146834051AC3E58100842450 /* libReact.a in Frameworks */, + 15A98A951FFEE96300183CBD /* libRCTPushNotification.a in Frameworks */, 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */, 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, @@ -366,29 +367,6 @@ FDB81E5DF6944493AEC25984 /* libRNFirebase.a in Frameworks */, 560CCAB40A7EAD6E5FC94E9C /* libPods-immobile.a in Frameworks */, 3AAF8F2D377845B68D333483 /* libRNSVG.a in Frameworks */, - 175DE1BD29DE48CD88C01F31 /* libRNSVG-tvOS.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E4781E0B4A5D006451C7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */, - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */, - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */, - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */, - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */, - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( ); runOnlyForDeploymentPostprocessing = 0; }; @@ -415,7 +393,7 @@ isa = PBXGroup; children = ( 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */, - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */, + 15A98A5C1FFEE6E100183CBD /* libRCTImage-tvOS.a */, ); name = Products; sourceTree = ""; @@ -424,7 +402,7 @@ isa = PBXGroup; children = ( 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */, - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */, + 15A98A641FFEE6E100183CBD /* libRCTNetwork-tvOS.a */, ); name = Products; sourceTree = ""; @@ -458,7 +436,7 @@ isa = PBXGroup; children = ( 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */, - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */, + 15A98A681FFEE6E100183CBD /* libRCTSettings-tvOS.a */, ); name = Products; sourceTree = ""; @@ -467,9 +445,9 @@ isa = PBXGroup; children = ( 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */, - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */, + 15A98A731FFEE6E100183CBD /* libRCTWebSocket-tvOS.a */, 1552269A1FBA7FF000D6097A /* libfishhook.a */, - 1552269C1FBA7FF000D6097A /* libfishhook-tvOS.a */, + 15A98A751FFEE6E100183CBD /* libfishhook-tvOS.a */, ); name = Products; sourceTree = ""; @@ -493,13 +471,13 @@ isa = PBXGroup; children = ( 146834041AC3E56700842450 /* libReact.a */, - 3DAD3EA31DF850E9000B6D8A /* libReact.a */, + 15A98A831FFEE6E100183CBD /* libReact.a */, 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, + 15A98A851FFEE6E100183CBD /* libyoga.a */, 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, + 15A98A871FFEE6E100183CBD /* libcxxreact.a */, 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */, - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */, + 15A98A891FFEE6E100183CBD /* libjschelpers.a */, 155226AA1FBA7FF000D6097A /* libthird-party.a */, 155226AC1FBA7FF000D6097A /* libthird-party.a */, 155226AE1FBA7FF000D6097A /* libdouble-conversion.a */, @@ -512,6 +490,7 @@ isa = PBXGroup; children = ( 198C83EB194041BA82D2F7D4 /* libRNFirebase.a */, + 749AEE9994E64C18A4638905 /* libRNSVG.a */, ); name = "Recovered References"; sourceTree = ""; @@ -524,11 +503,28 @@ name = Products; sourceTree = ""; }; + 15A98A8D1FFEE93E00183CBD /* Products */ = { + isa = PBXGroup; + children = ( + 15A98A921FFEE93F00183CBD /* libRCTPushNotification.a */, + 15A98A941FFEE93F00183CBD /* libRCTPushNotification-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 15DDB16F1FFEDE2200F3DDFC /* Products */ = { + isa = PBXGroup; + children = ( + 15DDB1741FFEDE2200F3DDFC /* libRNSVG.a */, + ); + name = Products; + sourceTree = ""; + }; 5E91572E1DD0AC6500FF2AA8 /* Products */ = { isa = PBXGroup; children = ( 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */, - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */, + 15A98A531FFEE6E100183CBD /* libRCTAnimation.a */, ); name = Products; sourceTree = ""; @@ -537,7 +533,7 @@ isa = PBXGroup; children = ( 78C398B91ACF4ADC00677621 /* libRCTLinking.a */, - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */, + 15A98A601FFEE6E100183CBD /* libRCTLinking-tvOS.a */, ); name = Products; sourceTree = ""; @@ -554,6 +550,7 @@ 832341AE1AAA6A7D00B99B32 /* Libraries */ = { isa = PBXGroup; children = ( + 15A98A8C1FFEE93E00183CBD /* RCTPushNotification.xcodeproj */, 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */, 146833FF1AC3E56700842450 /* React.xcodeproj */, 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, @@ -576,7 +573,7 @@ isa = PBXGroup; children = ( 832341B51AAA6A8300B99B32 /* libRCTText.a */, - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */, + 15A98A6C1FFEE6E100183CBD /* libRCTText-tvOS.a */, ); name = Products; sourceTree = ""; @@ -602,8 +599,6 @@ children = ( 13B07F961A680F5B00A75B9A /* immobile.app */, 00E356EE1AD99517003FC87E /* immobileTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* immobile-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* immobile-tvOSTests.xctest */, ); name = Products; sourceTree = ""; @@ -612,7 +607,7 @@ isa = PBXGroup; children = ( ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, - 155226881FBA7FF000D6097A /* libRCTBlob-tvOS.a */, + 15A98A571FFEE6E100183CBD /* libRCTBlob-tvOS.a */, ); name = Products; sourceTree = ""; @@ -621,8 +616,6 @@ isa = PBXGroup; children = ( 14ACA190CA6373AE03541B7C /* libPods-immobile.a */, - 60020AB8BAC44A1BEB666775 /* libPods-immobile-tvOS.a */, - 2C14814E002709254E3F1285 /* libPods-immobile-tvOSTests.a */, A17B923E86170588087364D1 /* libPods-immobileTests.a */, ); name = Frameworks; @@ -670,42 +663,6 @@ productReference = 13B07F961A680F5B00A75B9A /* immobile.app */; productType = "com.apple.product-type.application"; }; - 2D02E47A1E0B4A5D006451C7 /* immobile-tvOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "immobile-tvOS" */; - buildPhases = ( - 2D02E4771E0B4A5D006451C7 /* Sources */, - 2D02E4781E0B4A5D006451C7 /* Frameworks */, - 2D02E4791E0B4A5D006451C7 /* Resources */, - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "immobile-tvOS"; - productName = "immobile-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* immobile-tvOS.app */; - productType = "com.apple.product-type.application"; - }; - 2D02E48F1E0B4A5D006451C7 /* immobile-tvOSTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "immobile-tvOSTests" */; - buildPhases = ( - 2D02E48C1E0B4A5D006451C7 /* Sources */, - 2D02E48D1E0B4A5D006451C7 /* Frameworks */, - 2D02E48E1E0B4A5D006451C7 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, - ); - name = "immobile-tvOSTests"; - productName = "immobile-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* immobile-tvOSTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -722,15 +679,6 @@ 13B07F861A680F5B00A75B9A = { DevelopmentTeam = PNW69CQUUX; }; - 2D02E47A1E0B4A5D006451C7 = { - CreatedOnToolsVersion = 8.2.1; - ProvisioningStyle = Automatic; - }; - 2D02E48F1E0B4A5D006451C7 = { - CreatedOnToolsVersion = 8.2.1; - ProvisioningStyle = Automatic; - TestTargetID = 2D02E47A1E0B4A5D006451C7; - }; }; }; buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "immobile" */; @@ -773,6 +721,10 @@ ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */; ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; }, + { + ProductGroup = 15A98A8D1FFEE93E00183CBD /* Products */; + ProjectRef = 15A98A8C1FFEE93E00183CBD /* RCTPushNotification.xcodeproj */; + }, { ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */; ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; @@ -797,13 +749,15 @@ ProductGroup = 155226801FBA7FF000D6097A /* Products */; ProjectRef = F1DCB07B03774ABC84F69D39 /* RNFirebase.xcodeproj */; }, + { + ProductGroup = 15DDB16F1FFEDE2200F3DDFC /* Products */; + ProjectRef = A63EB8B087B649F69D5A4671 /* RNSVG.xcodeproj */; + }, ); projectRoot = ""; targets = ( 13B07F861A680F5B00A75B9A /* immobile */, 00E356ED1AD99517003FC87E /* immobileTests */, - 2D02E47A1E0B4A5D006451C7 /* immobile-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* immobile-tvOSTests */, ); }; /* End PBXProject section */ @@ -865,13 +819,6 @@ remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 155226881FBA7FF000D6097A /* libRCTBlob-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTBlob-tvOS.a"; - remoteRef = 155226871FBA7FF000D6097A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; 1552269A1FBA7FF000D6097A /* libfishhook.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -879,13 +826,6 @@ remoteRef = 155226991FBA7FF000D6097A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 1552269C1FBA7FF000D6097A /* libfishhook-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libfishhook-tvOS.a"; - remoteRef = 1552269B1FBA7FF000D6097A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; 155226AA1FBA7FF000D6097A /* libthird-party.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -921,109 +861,144 @@ remoteRef = 155226B21FBA7FF000D6097A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { + 15A98A531FFEE6E100183CBD /* libRCTAnimation.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTAnimation.a; + remoteRef = 15A98A521FFEE6E100183CBD /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 15A98A571FFEE6E100183CBD /* libRCTBlob-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTBlob-tvOS.a"; + remoteRef = 15A98A561FFEE6E100183CBD /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 15A98A5C1FFEE6E100183CBD /* libRCTImage-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTImage-tvOS.a"; - remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A5B1FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = { + 15A98A601FFEE6E100183CBD /* libRCTLinking-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTLinking-tvOS.a"; - remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A5F1FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = { + 15A98A641FFEE6E100183CBD /* libRCTNetwork-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTNetwork-tvOS.a"; - remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A631FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = { + 15A98A681FFEE6E100183CBD /* libRCTSettings-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTSettings-tvOS.a"; - remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A671FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = { + 15A98A6C1FFEE6E100183CBD /* libRCTText-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTText-tvOS.a"; - remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A6B1FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = { + 15A98A731FFEE6E100183CBD /* libRCTWebSocket-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = "libRCTWebSocket-tvOS.a"; - remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A721FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { + 15A98A751FFEE6E100183CBD /* libfishhook-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libReact.a; - remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; + path = "libfishhook-tvOS.a"; + remoteRef = 15A98A741FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { + 15A98A831FFEE6E100183CBD /* libReact.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libyoga.a; - remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; + path = libReact.a; + remoteRef = 15A98A821FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = { + 15A98A851FFEE6E100183CBD /* libyoga.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = libyoga.a; - remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A841FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { + 15A98A871FFEE6E100183CBD /* libcxxreact.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = libcxxreact.a; - remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; + remoteRef = 15A98A861FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = { + 15A98A891FFEE6E100183CBD /* libjschelpers.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libcxxreact.a; - remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; + path = libjschelpers.a; + remoteRef = 15A98A881FFEE6E100183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = { + 15A98A921FFEE93F00183CBD /* libRCTPushNotification.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */; + path = libRCTPushNotification.a; + remoteRef = 15A98A911FFEE93F00183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = { + 15A98A941FFEE93F00183CBD /* libRCTPushNotification-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */; + path = "libRCTPushNotification-tvOS.a"; + remoteRef = 15A98A931FFEE93F00183CBD /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { + 15DDB1741FFEDE2200F3DDFC /* libRNSVG.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = libRCTAnimation.a; - remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; + path = libRNSVG.a; + remoteRef = 15DDB1731FFEDE2200F3DDFC /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libyoga.a; + remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { + 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcxxreact.a; + remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjschelpers.a; + remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; path = libRCTAnimation.a; - remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */; + remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = { @@ -1067,21 +1042,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2D02E4791E0B4A5D006451C7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48E1E0B4A5D006451C7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ @@ -1099,29 +1059,18 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; }; - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native Code And Images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; - }; A339F296D1BC4D63D62E2E41 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-immobile/Pods-immobile-resources.sh", + "$PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1181,22 +1130,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2D02E4771E0B4A5D006451C7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48C1E0B4A5D006451C7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2DCD954D1E0B4F2C00145EB5 /* immobileTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -1205,11 +1138,6 @@ target = 13B07F861A680F5B00A75B9A /* immobile */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* immobile-tvOS */; - targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -1305,6 +1233,7 @@ "-lc++", ); PRODUCT_NAME = immobile; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -1329,138 +1258,11 @@ "-lc++", ); PRODUCT_NAME = immobile; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; }; - 2D02E4971E0B4A5E006451C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_TESTABILITY = YES; - GCC_NO_COMMON_BLOCKS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", - "$(SRCROOT)/../node_modules/react-native-svg/ios/**", - ); - INFOPLIST_FILE = "immobile-tvOS/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.immobile-tvOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; - }; - name = Debug; - }; - 2D02E4981E0B4A5E006451C7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_NO_COMMON_BLOCKS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", - "$(SRCROOT)/../node_modules/react-native-svg/ios/**", - ); - INFOPLIST_FILE = "immobile-tvOS/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.immobile-tvOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; - }; - name = Release; - }; - 2D02E4991E0B4A5E006451C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_TESTABILITY = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "immobile-tvOSTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.immobile-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/immobile-tvOS.app/immobile-tvOS"; - TVOS_DEPLOYMENT_TARGET = 10.1; - }; - name = Debug; - }; - 2D02E49A1E0B4A5E006451C7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "immobile-tvOSTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.immobile-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/immobile-tvOS.app/immobile-tvOS"; - TVOS_DEPLOYMENT_TARGET = 10.1; - }; - name = Release; - }; 83CBBA201A601CBA00E9B192 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1558,24 +1360,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "immobile-tvOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2D02E4971E0B4A5E006451C7 /* Debug */, - 2D02E4981E0B4A5E006451C7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "immobile-tvOSTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2D02E4991E0B4A5E006451C7 /* Debug */, - 2D02E49A1E0B4A5E006451C7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "immobile" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/immobile/AppDelegate.m b/ios/immobile/AppDelegate.m index 20a7f1e..8c889a3 100644 --- a/ios/immobile/AppDelegate.m +++ b/ios/immobile/AppDelegate.m @@ -9,6 +9,7 @@ #import "AppDelegate.h" +#import #import #import #import @@ -36,4 +37,31 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( return YES; } +// Required to register for notifications +- (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings +{ +[RCTPushNotificationManager didRegisterUserNotificationSettings:notificationSettings]; +} +// Required for the register event. +- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken +{ +[RCTPushNotificationManager didRegisterForRemoteNotificationsWithDeviceToken:deviceToken]; +} +// Required for the notification event. You must call the completion handler after handling the remote notification. +- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo + fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler +{ + [RCTPushNotificationManager didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler]; +} +// Required for the registrationError event. +- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error +{ +[RCTPushNotificationManager didFailToRegisterForRemoteNotificationsWithError:error]; +} +// Required for the localNotification event. +- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification +{ +[RCTPushNotificationManager didReceiveLocalNotification:notification]; +} + @end