project.pbxproj 21 KB

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