project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D35358201E219963007FA223 /* echo.client.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581D1E219963007FA223 /* echo.client.pb.swift */; };
  10. D35358211E219963007FA223 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581E1E219963007FA223 /* echo.pb.swift */; };
  11. D35358221E219963007FA223 /* echo.server.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581F1E219963007FA223 /* echo.server.pb.swift */; };
  12. D35358251E219980007FA223 /* EchoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35358241E219980007FA223 /* EchoProvider.swift */; };
  13. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FAB1D74B079000443CD /* AppDelegate.swift */; };
  14. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAD1D74B079000443CD /* Assets.xcassets */; };
  15. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAF1D74B079000443CD /* MainMenu.xib */; };
  16. D35C9FC81D74B0C1000443CD /* EchoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FC71D74B0C1000443CD /* EchoViewController.swift */; };
  17. D36AB73D1F58DF10007D7184 /* BoringSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36AB7281F58DEDB007D7184 /* BoringSSL.framework */; };
  18. D36AB73E1F58DF10007D7184 /* CgRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36AB7261F58DEDB007D7184 /* CgRPC.framework */; };
  19. D36AB73F1F58DF10007D7184 /* Czlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36AB7241F58DEDB007D7184 /* Czlib.framework */; };
  20. D36AB7401F58DF10007D7184 /* gRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36AB72A1F58DEDB007D7184 /* gRPC.framework */; };
  21. D36AB7411F58DF10007D7184 /* SwiftProtobuf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36AB7341F58DEDB007D7184 /* SwiftProtobuf.framework */; };
  22. D3971E211D89132E001A0B3F /* ssl.key in Resources */ = {isa = PBXBuildFile; fileRef = D3971E201D89132E001A0B3F /* ssl.key */; };
  23. D3BFE28C1D87A45D00A648D8 /* ssl.crt in Resources */ = {isa = PBXBuildFile; fileRef = D3BFE28B1D87A45D00A648D8 /* ssl.crt */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXContainerItemProxy section */
  26. D315DEEB1EE8B29B007670CE /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = "_____Product_ProtobufTestSuite_macOS";
  31. remoteInfo = SwiftProtobufTestSuite_macOS;
  32. };
  33. D315DEED1EE8B29B007670CE /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = "_____Product_Protobuf_iOS";
  38. remoteInfo = SwiftProtobuf_iOS;
  39. };
  40. D315DEEF1EE8B29B007670CE /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = "_____Product_ProtobufTestSuite_iOS";
  45. remoteInfo = SwiftProtobufTestSuite_iOS;
  46. };
  47. D315DEF11EE8B29B007670CE /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  50. proxyType = 2;
  51. remoteGlobalIDString = F44F936F1DAEA53900BC5B85;
  52. remoteInfo = SwiftProtobuf_tvOS;
  53. };
  54. D315DEF31EE8B29B007670CE /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  57. proxyType = 2;
  58. remoteGlobalIDString = F44F939F1DAEA7C500BC5B85;
  59. remoteInfo = SwiftProtobufTestSuite_tvOS;
  60. };
  61. D315DEF51EE8B29B007670CE /* PBXContainerItemProxy */ = {
  62. isa = PBXContainerItemProxy;
  63. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  64. proxyType = 2;
  65. remoteGlobalIDString = F44F93FE1DAEB13F00BC5B85;
  66. remoteInfo = SwiftProtobuf_watchOS;
  67. };
  68. D315DEF71EE8B2C1007670CE /* PBXContainerItemProxy */ = {
  69. isa = PBXContainerItemProxy;
  70. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  71. proxyType = 1;
  72. remoteGlobalIDString = "______Target_Protobuf";
  73. remoteInfo = SwiftProtobuf_macOS;
  74. };
  75. D36AB7211F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  76. isa = PBXContainerItemProxy;
  77. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  78. proxyType = 2;
  79. remoteGlobalIDString = OBJ_867;
  80. remoteInfo = "zlib-example";
  81. };
  82. D36AB7231F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  83. isa = PBXContainerItemProxy;
  84. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  85. proxyType = 2;
  86. remoteGlobalIDString = OBJ_868;
  87. remoteInfo = Czlib;
  88. };
  89. D36AB7251F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  90. isa = PBXContainerItemProxy;
  91. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  92. proxyType = 2;
  93. remoteGlobalIDString = OBJ_869;
  94. remoteInfo = CgRPC;
  95. };
  96. D36AB7271F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  97. isa = PBXContainerItemProxy;
  98. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  99. proxyType = 2;
  100. remoteGlobalIDString = OBJ_870;
  101. remoteInfo = BoringSSL;
  102. };
  103. D36AB7291F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  104. isa = PBXContainerItemProxy;
  105. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  106. proxyType = 2;
  107. remoteGlobalIDString = OBJ_871;
  108. remoteInfo = gRPC;
  109. };
  110. D36AB72B1F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  111. isa = PBXContainerItemProxy;
  112. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  113. proxyType = 2;
  114. remoteGlobalIDString = OBJ_872;
  115. remoteInfo = gRPCTests;
  116. };
  117. D36AB7331F58DEDB007D7184 /* PBXContainerItemProxy */ = {
  118. isa = PBXContainerItemProxy;
  119. containerPortal = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  120. proxyType = 2;
  121. remoteGlobalIDString = "_____Product_Protobuf_macOS";
  122. remoteInfo = SwiftProtobuf_macOS;
  123. };
  124. D36AB7351F58DF02007D7184 /* PBXContainerItemProxy */ = {
  125. isa = PBXContainerItemProxy;
  126. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  127. proxyType = 1;
  128. remoteGlobalIDString = OBJ_882;
  129. remoteInfo = Czlib;
  130. };
  131. D36AB7371F58DF02007D7184 /* PBXContainerItemProxy */ = {
  132. isa = PBXContainerItemProxy;
  133. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  134. proxyType = 1;
  135. remoteGlobalIDString = OBJ_904;
  136. remoteInfo = CgRPC;
  137. };
  138. D36AB7391F58DF02007D7184 /* PBXContainerItemProxy */ = {
  139. isa = PBXContainerItemProxy;
  140. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  141. proxyType = 1;
  142. remoteGlobalIDString = OBJ_1231;
  143. remoteInfo = BoringSSL;
  144. };
  145. D36AB73B1F58DF02007D7184 /* PBXContainerItemProxy */ = {
  146. isa = PBXContainerItemProxy;
  147. containerPortal = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  148. proxyType = 1;
  149. remoteGlobalIDString = OBJ_1543;
  150. remoteInfo = gRPC;
  151. };
  152. /* End PBXContainerItemProxy section */
  153. /* Begin PBXFileReference section */
  154. D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftProtobuf.xcodeproj; path = "../../../third_party/swift-protobuf/SwiftProtobuf.xcodeproj"; sourceTree = "<group>"; };
  155. D353581D1E219963007FA223 /* echo.client.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.client.pb.swift; path = ../Generated/echo.client.pb.swift; sourceTree = "<group>"; };
  156. D353581E1E219963007FA223 /* echo.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.pb.swift; path = ../Generated/echo.pb.swift; sourceTree = "<group>"; };
  157. D353581F1E219963007FA223 /* echo.server.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.server.pb.swift; path = ../Generated/echo.server.pb.swift; sourceTree = "<group>"; };
  158. D35358241E219980007FA223 /* EchoProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EchoProvider.swift; path = ../EchoProvider.swift; sourceTree = "<group>"; };
  159. D35C9FA81D74B079000443CD /* Echo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Echo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  160. D35C9FAB1D74B079000443CD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  161. D35C9FAD1D74B079000443CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  162. D35C9FB01D74B079000443CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  163. D35C9FB21D74B079000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  164. D35C9FC71D74B0C1000443CD /* EchoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EchoViewController.swift; sourceTree = "<group>"; };
  165. D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftGRPC.xcodeproj; path = ../../../SwiftGRPC.xcodeproj; sourceTree = "<group>"; };
  166. D3971E201D89132E001A0B3F /* ssl.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.key; sourceTree = "<group>"; };
  167. D3BFE28B1D87A45D00A648D8 /* ssl.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.crt; sourceTree = "<group>"; };
  168. /* End PBXFileReference section */
  169. /* Begin PBXFrameworksBuildPhase section */
  170. D35C9FA51D74B079000443CD /* Frameworks */ = {
  171. isa = PBXFrameworksBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. D36AB73D1F58DF10007D7184 /* BoringSSL.framework in Frameworks */,
  175. D36AB73E1F58DF10007D7184 /* CgRPC.framework in Frameworks */,
  176. D36AB73F1F58DF10007D7184 /* Czlib.framework in Frameworks */,
  177. D36AB7401F58DF10007D7184 /* gRPC.framework in Frameworks */,
  178. D36AB7411F58DF10007D7184 /* SwiftProtobuf.framework in Frameworks */,
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. /* End PBXFrameworksBuildPhase section */
  183. /* Begin PBXGroup section */
  184. D315DEE01EE8B29A007670CE /* Products */ = {
  185. isa = PBXGroup;
  186. children = (
  187. D36AB7341F58DEDB007D7184 /* SwiftProtobuf.framework */,
  188. D315DEEC1EE8B29B007670CE /* SwiftProtobufTests.xctest */,
  189. D315DEEE1EE8B29B007670CE /* SwiftProtobuf.framework */,
  190. D315DEF01EE8B29B007670CE /* SwiftProtobufTests.xctest */,
  191. D315DEF21EE8B29B007670CE /* SwiftProtobuf.framework */,
  192. D315DEF41EE8B29B007670CE /* SwiftProtobufTests.xctest */,
  193. D315DEF61EE8B29B007670CE /* SwiftProtobuf.framework */,
  194. );
  195. name = Products;
  196. sourceTree = "<group>";
  197. };
  198. D35358231E219971007FA223 /* Generated */ = {
  199. isa = PBXGroup;
  200. children = (
  201. D353581D1E219963007FA223 /* echo.client.pb.swift */,
  202. D353581E1E219963007FA223 /* echo.pb.swift */,
  203. D353581F1E219963007FA223 /* echo.server.pb.swift */,
  204. );
  205. name = Generated;
  206. sourceTree = "<group>";
  207. };
  208. D35C9F9F1D74B079000443CD = {
  209. isa = PBXGroup;
  210. children = (
  211. D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */,
  212. D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */,
  213. D35C9FAA1D74B079000443CD /* Echo */,
  214. D35358231E219971007FA223 /* Generated */,
  215. D35358241E219980007FA223 /* EchoProvider.swift */,
  216. D35C9FA91D74B079000443CD /* Products */,
  217. );
  218. sourceTree = "<group>";
  219. };
  220. D35C9FA91D74B079000443CD /* Products */ = {
  221. isa = PBXGroup;
  222. children = (
  223. D35C9FA81D74B079000443CD /* Echo.app */,
  224. );
  225. name = Products;
  226. sourceTree = "<group>";
  227. };
  228. D35C9FAA1D74B079000443CD /* Echo */ = {
  229. isa = PBXGroup;
  230. children = (
  231. D35C9FAB1D74B079000443CD /* AppDelegate.swift */,
  232. D35C9FAD1D74B079000443CD /* Assets.xcassets */,
  233. D35C9FC71D74B0C1000443CD /* EchoViewController.swift */,
  234. D35C9FB21D74B079000443CD /* Info.plist */,
  235. D35C9FAF1D74B079000443CD /* MainMenu.xib */,
  236. D3BFE28B1D87A45D00A648D8 /* ssl.crt */,
  237. D3971E201D89132E001A0B3F /* ssl.key */,
  238. );
  239. path = Echo;
  240. sourceTree = "<group>";
  241. };
  242. D36AB7191F58DEDB007D7184 /* Products */ = {
  243. isa = PBXGroup;
  244. children = (
  245. D36AB7221F58DEDB007D7184 /* zlib-example */,
  246. D36AB7241F58DEDB007D7184 /* Czlib.framework */,
  247. D36AB7261F58DEDB007D7184 /* CgRPC.framework */,
  248. D36AB7281F58DEDB007D7184 /* BoringSSL.framework */,
  249. D36AB72A1F58DEDB007D7184 /* gRPC.framework */,
  250. D36AB72C1F58DEDB007D7184 /* gRPCTests.xctest */,
  251. );
  252. name = Products;
  253. sourceTree = "<group>";
  254. };
  255. /* End PBXGroup section */
  256. /* Begin PBXNativeTarget section */
  257. D35C9FA71D74B079000443CD /* Echo */ = {
  258. isa = PBXNativeTarget;
  259. buildConfigurationList = D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "Echo" */;
  260. buildPhases = (
  261. D35C9FA41D74B079000443CD /* Sources */,
  262. D35C9FA51D74B079000443CD /* Frameworks */,
  263. D35C9FA61D74B079000443CD /* Resources */,
  264. );
  265. buildRules = (
  266. );
  267. dependencies = (
  268. D36AB7361F58DF02007D7184 /* PBXTargetDependency */,
  269. D36AB7381F58DF02007D7184 /* PBXTargetDependency */,
  270. D36AB73A1F58DF02007D7184 /* PBXTargetDependency */,
  271. D36AB73C1F58DF02007D7184 /* PBXTargetDependency */,
  272. D315DEFA1EE8B2C7007670CE /* PBXTargetDependency */,
  273. D315DEFC1EE8B2C7007670CE /* PBXTargetDependency */,
  274. D315DEFE1EE8B2C7007670CE /* PBXTargetDependency */,
  275. D315DF001EE8B2C7007670CE /* PBXTargetDependency */,
  276. D315DEF81EE8B2C1007670CE /* PBXTargetDependency */,
  277. );
  278. name = Echo;
  279. productName = Echo;
  280. productReference = D35C9FA81D74B079000443CD /* Echo.app */;
  281. productType = "com.apple.product-type.application";
  282. };
  283. /* End PBXNativeTarget section */
  284. /* Begin PBXProject section */
  285. D35C9FA01D74B079000443CD /* Project object */ = {
  286. isa = PBXProject;
  287. attributes = {
  288. LastSwiftUpdateCheck = 0800;
  289. LastUpgradeCheck = 0820;
  290. ORGANIZATIONNAME = Google;
  291. TargetAttributes = {
  292. D35C9FA71D74B079000443CD = {
  293. CreatedOnToolsVersion = 8.0;
  294. DevelopmentTeam = EQHXZ8M8AV;
  295. ProvisioningStyle = Automatic;
  296. };
  297. };
  298. };
  299. buildConfigurationList = D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "Echo" */;
  300. compatibilityVersion = "Xcode 3.2";
  301. developmentRegion = English;
  302. hasScannedForEncodings = 0;
  303. knownRegions = (
  304. en,
  305. Base,
  306. );
  307. mainGroup = D35C9F9F1D74B079000443CD;
  308. productRefGroup = D35C9FA91D74B079000443CD /* Products */;
  309. projectDirPath = "";
  310. projectReferences = (
  311. {
  312. ProductGroup = D36AB7191F58DEDB007D7184 /* Products */;
  313. ProjectRef = D36AB7181F58DEDB007D7184 /* SwiftGRPC.xcodeproj */;
  314. },
  315. {
  316. ProductGroup = D315DEE01EE8B29A007670CE /* Products */;
  317. ProjectRef = D315DEDF1EE8B29A007670CE /* SwiftProtobuf.xcodeproj */;
  318. },
  319. );
  320. projectRoot = "";
  321. targets = (
  322. D35C9FA71D74B079000443CD /* Echo */,
  323. );
  324. };
  325. /* End PBXProject section */
  326. /* Begin PBXReferenceProxy section */
  327. D315DEEC1EE8B29B007670CE /* SwiftProtobufTests.xctest */ = {
  328. isa = PBXReferenceProxy;
  329. fileType = wrapper.cfbundle;
  330. path = SwiftProtobufTests.xctest;
  331. remoteRef = D315DEEB1EE8B29B007670CE /* PBXContainerItemProxy */;
  332. sourceTree = BUILT_PRODUCTS_DIR;
  333. };
  334. D315DEEE1EE8B29B007670CE /* SwiftProtobuf.framework */ = {
  335. isa = PBXReferenceProxy;
  336. fileType = wrapper.framework;
  337. path = SwiftProtobuf.framework;
  338. remoteRef = D315DEED1EE8B29B007670CE /* PBXContainerItemProxy */;
  339. sourceTree = BUILT_PRODUCTS_DIR;
  340. };
  341. D315DEF01EE8B29B007670CE /* SwiftProtobufTests.xctest */ = {
  342. isa = PBXReferenceProxy;
  343. fileType = wrapper.cfbundle;
  344. path = SwiftProtobufTests.xctest;
  345. remoteRef = D315DEEF1EE8B29B007670CE /* PBXContainerItemProxy */;
  346. sourceTree = BUILT_PRODUCTS_DIR;
  347. };
  348. D315DEF21EE8B29B007670CE /* SwiftProtobuf.framework */ = {
  349. isa = PBXReferenceProxy;
  350. fileType = wrapper.framework;
  351. path = SwiftProtobuf.framework;
  352. remoteRef = D315DEF11EE8B29B007670CE /* PBXContainerItemProxy */;
  353. sourceTree = BUILT_PRODUCTS_DIR;
  354. };
  355. D315DEF41EE8B29B007670CE /* SwiftProtobufTests.xctest */ = {
  356. isa = PBXReferenceProxy;
  357. fileType = wrapper.cfbundle;
  358. path = SwiftProtobufTests.xctest;
  359. remoteRef = D315DEF31EE8B29B007670CE /* PBXContainerItemProxy */;
  360. sourceTree = BUILT_PRODUCTS_DIR;
  361. };
  362. D315DEF61EE8B29B007670CE /* SwiftProtobuf.framework */ = {
  363. isa = PBXReferenceProxy;
  364. fileType = wrapper.framework;
  365. path = SwiftProtobuf.framework;
  366. remoteRef = D315DEF51EE8B29B007670CE /* PBXContainerItemProxy */;
  367. sourceTree = BUILT_PRODUCTS_DIR;
  368. };
  369. D36AB7221F58DEDB007D7184 /* zlib-example */ = {
  370. isa = PBXReferenceProxy;
  371. fileType = "compiled.mach-o.executable";
  372. path = "zlib-example";
  373. remoteRef = D36AB7211F58DEDB007D7184 /* PBXContainerItemProxy */;
  374. sourceTree = BUILT_PRODUCTS_DIR;
  375. };
  376. D36AB7241F58DEDB007D7184 /* Czlib.framework */ = {
  377. isa = PBXReferenceProxy;
  378. fileType = wrapper.framework;
  379. path = Czlib.framework;
  380. remoteRef = D36AB7231F58DEDB007D7184 /* PBXContainerItemProxy */;
  381. sourceTree = BUILT_PRODUCTS_DIR;
  382. };
  383. D36AB7261F58DEDB007D7184 /* CgRPC.framework */ = {
  384. isa = PBXReferenceProxy;
  385. fileType = wrapper.framework;
  386. path = CgRPC.framework;
  387. remoteRef = D36AB7251F58DEDB007D7184 /* PBXContainerItemProxy */;
  388. sourceTree = BUILT_PRODUCTS_DIR;
  389. };
  390. D36AB7281F58DEDB007D7184 /* BoringSSL.framework */ = {
  391. isa = PBXReferenceProxy;
  392. fileType = wrapper.framework;
  393. path = BoringSSL.framework;
  394. remoteRef = D36AB7271F58DEDB007D7184 /* PBXContainerItemProxy */;
  395. sourceTree = BUILT_PRODUCTS_DIR;
  396. };
  397. D36AB72A1F58DEDB007D7184 /* gRPC.framework */ = {
  398. isa = PBXReferenceProxy;
  399. fileType = wrapper.framework;
  400. path = gRPC.framework;
  401. remoteRef = D36AB7291F58DEDB007D7184 /* PBXContainerItemProxy */;
  402. sourceTree = BUILT_PRODUCTS_DIR;
  403. };
  404. D36AB72C1F58DEDB007D7184 /* gRPCTests.xctest */ = {
  405. isa = PBXReferenceProxy;
  406. fileType = file;
  407. path = gRPCTests.xctest;
  408. remoteRef = D36AB72B1F58DEDB007D7184 /* PBXContainerItemProxy */;
  409. sourceTree = BUILT_PRODUCTS_DIR;
  410. };
  411. D36AB7341F58DEDB007D7184 /* SwiftProtobuf.framework */ = {
  412. isa = PBXReferenceProxy;
  413. fileType = wrapper.framework;
  414. path = SwiftProtobuf.framework;
  415. remoteRef = D36AB7331F58DEDB007D7184 /* PBXContainerItemProxy */;
  416. sourceTree = BUILT_PRODUCTS_DIR;
  417. };
  418. /* End PBXReferenceProxy section */
  419. /* Begin PBXResourcesBuildPhase section */
  420. D35C9FA61D74B079000443CD /* Resources */ = {
  421. isa = PBXResourcesBuildPhase;
  422. buildActionMask = 2147483647;
  423. files = (
  424. D3BFE28C1D87A45D00A648D8 /* ssl.crt in Resources */,
  425. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */,
  426. D3971E211D89132E001A0B3F /* ssl.key in Resources */,
  427. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */,
  428. );
  429. runOnlyForDeploymentPostprocessing = 0;
  430. };
  431. /* End PBXResourcesBuildPhase section */
  432. /* Begin PBXSourcesBuildPhase section */
  433. D35C9FA41D74B079000443CD /* Sources */ = {
  434. isa = PBXSourcesBuildPhase;
  435. buildActionMask = 2147483647;
  436. files = (
  437. D35C9FC81D74B0C1000443CD /* EchoViewController.swift in Sources */,
  438. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */,
  439. D35358221E219963007FA223 /* echo.server.pb.swift in Sources */,
  440. D35358251E219980007FA223 /* EchoProvider.swift in Sources */,
  441. D35358201E219963007FA223 /* echo.client.pb.swift in Sources */,
  442. D35358211E219963007FA223 /* echo.pb.swift in Sources */,
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. /* End PBXSourcesBuildPhase section */
  447. /* Begin PBXTargetDependency section */
  448. D315DEF81EE8B2C1007670CE /* PBXTargetDependency */ = {
  449. isa = PBXTargetDependency;
  450. name = SwiftProtobuf_macOS;
  451. targetProxy = D315DEF71EE8B2C1007670CE /* PBXContainerItemProxy */;
  452. };
  453. D315DEFA1EE8B2C7007670CE /* PBXTargetDependency */ = {
  454. isa = PBXTargetDependency;
  455. name = Czlib;
  456. };
  457. D315DEFC1EE8B2C7007670CE /* PBXTargetDependency */ = {
  458. isa = PBXTargetDependency;
  459. name = CgRPC;
  460. };
  461. D315DEFE1EE8B2C7007670CE /* PBXTargetDependency */ = {
  462. isa = PBXTargetDependency;
  463. name = BoringSSL;
  464. };
  465. D315DF001EE8B2C7007670CE /* PBXTargetDependency */ = {
  466. isa = PBXTargetDependency;
  467. name = gRPC;
  468. };
  469. D36AB7361F58DF02007D7184 /* PBXTargetDependency */ = {
  470. isa = PBXTargetDependency;
  471. name = Czlib;
  472. targetProxy = D36AB7351F58DF02007D7184 /* PBXContainerItemProxy */;
  473. };
  474. D36AB7381F58DF02007D7184 /* PBXTargetDependency */ = {
  475. isa = PBXTargetDependency;
  476. name = CgRPC;
  477. targetProxy = D36AB7371F58DF02007D7184 /* PBXContainerItemProxy */;
  478. };
  479. D36AB73A1F58DF02007D7184 /* PBXTargetDependency */ = {
  480. isa = PBXTargetDependency;
  481. name = BoringSSL;
  482. targetProxy = D36AB7391F58DF02007D7184 /* PBXContainerItemProxy */;
  483. };
  484. D36AB73C1F58DF02007D7184 /* PBXTargetDependency */ = {
  485. isa = PBXTargetDependency;
  486. name = gRPC;
  487. targetProxy = D36AB73B1F58DF02007D7184 /* PBXContainerItemProxy */;
  488. };
  489. /* End PBXTargetDependency section */
  490. /* Begin PBXVariantGroup section */
  491. D35C9FAF1D74B079000443CD /* MainMenu.xib */ = {
  492. isa = PBXVariantGroup;
  493. children = (
  494. D35C9FB01D74B079000443CD /* Base */,
  495. );
  496. name = MainMenu.xib;
  497. sourceTree = "<group>";
  498. };
  499. /* End PBXVariantGroup section */
  500. /* Begin XCBuildConfiguration section */
  501. D35C9FB31D74B079000443CD /* Debug */ = {
  502. isa = XCBuildConfiguration;
  503. buildSettings = {
  504. ALWAYS_SEARCH_USER_PATHS = NO;
  505. CLANG_ANALYZER_NONNULL = YES;
  506. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  507. CLANG_CXX_LIBRARY = "libc++";
  508. CLANG_ENABLE_MODULES = YES;
  509. CLANG_ENABLE_OBJC_ARC = YES;
  510. CLANG_WARN_BOOL_CONVERSION = YES;
  511. CLANG_WARN_CONSTANT_CONVERSION = YES;
  512. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  513. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  514. CLANG_WARN_EMPTY_BODY = YES;
  515. CLANG_WARN_ENUM_CONVERSION = YES;
  516. CLANG_WARN_INFINITE_RECURSION = YES;
  517. CLANG_WARN_INT_CONVERSION = YES;
  518. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  519. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  520. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  521. CLANG_WARN_UNREACHABLE_CODE = YES;
  522. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  523. CODE_SIGN_IDENTITY = "-";
  524. COPY_PHASE_STRIP = NO;
  525. DEBUG_INFORMATION_FORMAT = dwarf;
  526. ENABLE_STRICT_OBJC_MSGSEND = YES;
  527. ENABLE_TESTABILITY = YES;
  528. GCC_C_LANGUAGE_STANDARD = gnu99;
  529. GCC_DYNAMIC_NO_PIC = NO;
  530. GCC_NO_COMMON_BLOCKS = YES;
  531. GCC_OPTIMIZATION_LEVEL = 0;
  532. GCC_PREPROCESSOR_DEFINITIONS = (
  533. "DEBUG=1",
  534. "$(inherited)",
  535. );
  536. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  537. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  538. GCC_WARN_UNDECLARED_SELECTOR = YES;
  539. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  540. GCC_WARN_UNUSED_FUNCTION = YES;
  541. GCC_WARN_UNUSED_VARIABLE = YES;
  542. HEADER_SEARCH_PATHS = ../../../Sources/CgRPC/include;
  543. MACOSX_DEPLOYMENT_TARGET = 10.11;
  544. MTL_ENABLE_DEBUG_INFO = YES;
  545. ONLY_ACTIVE_ARCH = YES;
  546. SDKROOT = macosx;
  547. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  548. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  549. };
  550. name = Debug;
  551. };
  552. D35C9FB41D74B079000443CD /* Release */ = {
  553. isa = XCBuildConfiguration;
  554. buildSettings = {
  555. ALWAYS_SEARCH_USER_PATHS = NO;
  556. CLANG_ANALYZER_NONNULL = YES;
  557. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  558. CLANG_CXX_LIBRARY = "libc++";
  559. CLANG_ENABLE_MODULES = YES;
  560. CLANG_ENABLE_OBJC_ARC = YES;
  561. CLANG_WARN_BOOL_CONVERSION = YES;
  562. CLANG_WARN_CONSTANT_CONVERSION = YES;
  563. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  564. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  565. CLANG_WARN_EMPTY_BODY = YES;
  566. CLANG_WARN_ENUM_CONVERSION = YES;
  567. CLANG_WARN_INFINITE_RECURSION = YES;
  568. CLANG_WARN_INT_CONVERSION = YES;
  569. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  570. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  571. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  572. CLANG_WARN_UNREACHABLE_CODE = YES;
  573. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  574. CODE_SIGN_IDENTITY = "-";
  575. COPY_PHASE_STRIP = NO;
  576. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  577. ENABLE_NS_ASSERTIONS = NO;
  578. ENABLE_STRICT_OBJC_MSGSEND = YES;
  579. GCC_C_LANGUAGE_STANDARD = gnu99;
  580. GCC_NO_COMMON_BLOCKS = YES;
  581. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  582. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  583. GCC_WARN_UNDECLARED_SELECTOR = YES;
  584. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  585. GCC_WARN_UNUSED_FUNCTION = YES;
  586. GCC_WARN_UNUSED_VARIABLE = YES;
  587. HEADER_SEARCH_PATHS = ../../../Sources/CgRPC/include;
  588. MACOSX_DEPLOYMENT_TARGET = 10.11;
  589. MTL_ENABLE_DEBUG_INFO = NO;
  590. SDKROOT = macosx;
  591. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  592. };
  593. name = Release;
  594. };
  595. D35C9FB61D74B079000443CD /* Debug */ = {
  596. isa = XCBuildConfiguration;
  597. buildSettings = {
  598. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  599. COMBINE_HIDPI_IMAGES = YES;
  600. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  601. INFOPLIST_FILE = Echo/Info.plist;
  602. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  603. PRODUCT_BUNDLE_IDENTIFIER = com.google.Echo;
  604. PRODUCT_NAME = "$(TARGET_NAME)";
  605. SWIFT_VERSION = 3.0;
  606. };
  607. name = Debug;
  608. };
  609. D35C9FB71D74B079000443CD /* Release */ = {
  610. isa = XCBuildConfiguration;
  611. buildSettings = {
  612. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  613. COMBINE_HIDPI_IMAGES = YES;
  614. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  615. INFOPLIST_FILE = Echo/Info.plist;
  616. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  617. PRODUCT_BUNDLE_IDENTIFIER = com.google.Echo;
  618. PRODUCT_NAME = "$(TARGET_NAME)";
  619. SWIFT_VERSION = 3.0;
  620. };
  621. name = Release;
  622. };
  623. /* End XCBuildConfiguration section */
  624. /* Begin XCConfigurationList section */
  625. D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "Echo" */ = {
  626. isa = XCConfigurationList;
  627. buildConfigurations = (
  628. D35C9FB31D74B079000443CD /* Debug */,
  629. D35C9FB41D74B079000443CD /* Release */,
  630. );
  631. defaultConfigurationIsVisible = 0;
  632. defaultConfigurationName = Release;
  633. };
  634. D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "Echo" */ = {
  635. isa = XCConfigurationList;
  636. buildConfigurations = (
  637. D35C9FB61D74B079000443CD /* Debug */,
  638. D35C9FB71D74B079000443CD /* Release */,
  639. );
  640. defaultConfigurationIsVisible = 0;
  641. defaultConfigurationName = Release;
  642. };
  643. /* End XCConfigurationList section */
  644. };
  645. rootObject = D35C9FA01D74B079000443CD /* Project object */;
  646. }