project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D31C3E401D863E9C008676EF /* roots.pem in Resources */ = {isa = PBXBuildFile; fileRef = D31C3E3F1D863E9C008676EF /* roots.pem */; };
  10. D32D3BE91E311EDD00615024 /* byte_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BDB1E311EDD00615024 /* byte_buffer.c */; };
  11. D32D3BEA1E311EDD00615024 /* call.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BDC1E311EDD00615024 /* call.c */; };
  12. D32D3BEB1E311EDD00615024 /* cgrpc.h in Headers */ = {isa = PBXBuildFile; fileRef = D32D3BDD1E311EDD00615024 /* cgrpc.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. D32D3BEC1E311EDD00615024 /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BDE1E311EDD00615024 /* channel.c */; };
  14. D32D3BED1E311EDD00615024 /* completion_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BDF1E311EDD00615024 /* completion_queue.c */; };
  15. D32D3BEE1E311EDD00615024 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE01E311EDD00615024 /* event.c */; };
  16. D32D3BEF1E311EDD00615024 /* handler.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE11E311EDD00615024 /* handler.c */; };
  17. D32D3BF01E311EDD00615024 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE21E311EDD00615024 /* internal.c */; };
  18. D32D3BF11E311EDD00615024 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D32D3BE31E311EDD00615024 /* internal.h */; };
  19. D32D3BF21E311EDD00615024 /* metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE41E311EDD00615024 /* metadata.c */; };
  20. D32D3BF31E311EDD00615024 /* mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE51E311EDD00615024 /* mutex.c */; };
  21. D32D3BF41E311EDD00615024 /* observers.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE61E311EDD00615024 /* observers.c */; };
  22. D32D3BF51E311EDD00615024 /* operations.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE71E311EDD00615024 /* operations.c */; };
  23. D32D3BF61E311EDD00615024 /* server.c in Sources */ = {isa = PBXBuildFile; fileRef = D32D3BE81E311EDD00615024 /* server.c */; };
  24. D34B4BB81D7B2C9B00B8B5E2 /* OperationGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34B4BB71D7B2C9B00B8B5E2 /* OperationGroup.swift */; };
  25. D3AC86C51D5BEBE00042B341 /* ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86BB1D5BEBE00042B341 /* ByteBuffer.swift */; };
  26. D3AC86C61D5BEBE00042B341 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86BC1D5BEBE00042B341 /* Call.swift */; };
  27. D3AC86C71D5BEBE00042B341 /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86BD1D5BEBE00042B341 /* Channel.swift */; };
  28. D3AC86C81D5BEBE00042B341 /* CompletionQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86BE1D5BEBE00042B341 /* CompletionQueue.swift */; };
  29. D3AC86C91D5BEBE00042B341 /* gRPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86BF1D5BEBE00042B341 /* gRPC.swift */; };
  30. D3AC86CA1D5BEBE00042B341 /* Handler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86C01D5BEBE00042B341 /* Handler.swift */; };
  31. D3AC86CB1D5BEBE00042B341 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86C11D5BEBE00042B341 /* Metadata.swift */; };
  32. D3AC86CC1D5BEBE00042B341 /* Mutex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86C21D5BEBE00042B341 /* Mutex.swift */; };
  33. D3AC86CD1D5BEBE00042B341 /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86C31D5BEBE00042B341 /* Operation.swift */; };
  34. D3AC86CE1D5BEBE00042B341 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3AC86C41D5BEBE00042B341 /* Server.swift */; };
  35. D3BD37371D5126380005E698 /* gRPC.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BD37361D5126380005E698 /* gRPC.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. D3BD37821D5128480005E698 /* libgrpc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D3BD37811D5128480005E698 /* libgrpc.dylib */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXFileReference section */
  39. D31C3E3F1D863E9C008676EF /* roots.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roots.pem; sourceTree = "<group>"; };
  40. D32D3BDB1E311EDD00615024 /* byte_buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = byte_buffer.c; sourceTree = "<group>"; };
  41. D32D3BDC1E311EDD00615024 /* call.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = call.c; sourceTree = "<group>"; };
  42. D32D3BDD1E311EDD00615024 /* cgrpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cgrpc.h; sourceTree = "<group>"; };
  43. D32D3BDE1E311EDD00615024 /* channel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = "<group>"; };
  44. D32D3BDF1E311EDD00615024 /* completion_queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = completion_queue.c; sourceTree = "<group>"; };
  45. D32D3BE01E311EDD00615024 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = event.c; sourceTree = "<group>"; };
  46. D32D3BE11E311EDD00615024 /* handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = handler.c; sourceTree = "<group>"; };
  47. D32D3BE21E311EDD00615024 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = internal.c; sourceTree = "<group>"; };
  48. D32D3BE31E311EDD00615024 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
  49. D32D3BE41E311EDD00615024 /* metadata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = metadata.c; sourceTree = "<group>"; };
  50. D32D3BE51E311EDD00615024 /* mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mutex.c; sourceTree = "<group>"; };
  51. D32D3BE61E311EDD00615024 /* observers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = observers.c; sourceTree = "<group>"; };
  52. D32D3BE71E311EDD00615024 /* operations.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = operations.c; sourceTree = "<group>"; };
  53. D32D3BE81E311EDD00615024 /* server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = server.c; sourceTree = "<group>"; };
  54. D34B4BB71D7B2C9B00B8B5E2 /* OperationGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OperationGroup.swift; path = Sources/gRPC/OperationGroup.swift; sourceTree = "<group>"; };
  55. D3AC86BB1D5BEBE00042B341 /* ByteBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ByteBuffer.swift; path = Sources/gRPC/ByteBuffer.swift; sourceTree = "<group>"; };
  56. D3AC86BC1D5BEBE00042B341 /* Call.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = Call.swift; path = Sources/gRPC/Call.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  57. D3AC86BD1D5BEBE00042B341 /* Channel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = Channel.swift; path = Sources/gRPC/Channel.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  58. D3AC86BE1D5BEBE00042B341 /* CompletionQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CompletionQueue.swift; path = Sources/gRPC/CompletionQueue.swift; sourceTree = "<group>"; };
  59. D3AC86BF1D5BEBE00042B341 /* gRPC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = gRPC.swift; path = Sources/gRPC/gRPC.swift; sourceTree = "<group>"; };
  60. D3AC86C01D5BEBE00042B341 /* Handler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = Handler.swift; path = Sources/gRPC/Handler.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  61. D3AC86C11D5BEBE00042B341 /* Metadata.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Sources/gRPC/Metadata.swift; sourceTree = "<group>"; };
  62. D3AC86C21D5BEBE00042B341 /* Mutex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Mutex.swift; path = Sources/gRPC/Mutex.swift; sourceTree = "<group>"; };
  63. D3AC86C31D5BEBE00042B341 /* Operation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operation.swift; path = Sources/gRPC/Operation.swift; sourceTree = "<group>"; };
  64. D3AC86C41D5BEBE00042B341 /* Server.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Server.swift; path = Sources/gRPC/Server.swift; sourceTree = "<group>"; };
  65. D3BD37331D5126380005E698 /* gRPC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = gRPC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  66. D3BD37361D5126380005E698 /* gRPC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gRPC.h; sourceTree = "<group>"; };
  67. D3BD37381D5126380005E698 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. D3BD37811D5128480005E698 /* libgrpc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgrpc.dylib; path = ../../grpc/libs/dbg/libgrpc.dylib; sourceTree = "<group>"; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. D3BD372F1D5126380005E698 /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. D3BD37821D5128480005E698 /* libgrpc.dylib in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. /* End PBXFrameworksBuildPhase section */
  80. /* Begin PBXGroup section */
  81. D3AC86BA1D5BEBC60042B341 /* CgRPC/Sources */ = {
  82. isa = PBXGroup;
  83. children = (
  84. D32D3BDB1E311EDD00615024 /* byte_buffer.c */,
  85. D32D3BDC1E311EDD00615024 /* call.c */,
  86. D32D3BDD1E311EDD00615024 /* cgrpc.h */,
  87. D32D3BDE1E311EDD00615024 /* channel.c */,
  88. D32D3BDF1E311EDD00615024 /* completion_queue.c */,
  89. D32D3BE01E311EDD00615024 /* event.c */,
  90. D32D3BE11E311EDD00615024 /* handler.c */,
  91. D32D3BE21E311EDD00615024 /* internal.c */,
  92. D32D3BE31E311EDD00615024 /* internal.h */,
  93. D32D3BE41E311EDD00615024 /* metadata.c */,
  94. D32D3BE51E311EDD00615024 /* mutex.c */,
  95. D32D3BE61E311EDD00615024 /* observers.c */,
  96. D32D3BE71E311EDD00615024 /* operations.c */,
  97. D32D3BE81E311EDD00615024 /* server.c */,
  98. );
  99. name = CgRPC/Sources;
  100. path = Sources/CgRPC/shim;
  101. sourceTree = "<group>";
  102. };
  103. D3AC86CF1D5BEBEA0042B341 /* gRPC/Sources */ = {
  104. isa = PBXGroup;
  105. children = (
  106. D3AC86BB1D5BEBE00042B341 /* ByteBuffer.swift */,
  107. D3AC86BC1D5BEBE00042B341 /* Call.swift */,
  108. D3AC86BD1D5BEBE00042B341 /* Channel.swift */,
  109. D3AC86BE1D5BEBE00042B341 /* CompletionQueue.swift */,
  110. D3AC86BF1D5BEBE00042B341 /* gRPC.swift */,
  111. D3AC86C01D5BEBE00042B341 /* Handler.swift */,
  112. D3AC86C11D5BEBE00042B341 /* Metadata.swift */,
  113. D3AC86C21D5BEBE00042B341 /* Mutex.swift */,
  114. D3AC86C31D5BEBE00042B341 /* Operation.swift */,
  115. D34B4BB71D7B2C9B00B8B5E2 /* OperationGroup.swift */,
  116. D3AC86C41D5BEBE00042B341 /* Server.swift */,
  117. );
  118. name = gRPC/Sources;
  119. sourceTree = "<group>";
  120. };
  121. D3BD37291D5126380005E698 = {
  122. isa = PBXGroup;
  123. children = (
  124. D3AC86CF1D5BEBEA0042B341 /* gRPC/Sources */,
  125. D3AC86BA1D5BEBC60042B341 /* CgRPC/Sources */,
  126. D3BD37351D5126380005E698 /* gRPC */,
  127. D3BD37341D5126380005E698 /* Products */,
  128. D3BD37801D5128480005E698 /* Frameworks */,
  129. );
  130. sourceTree = "<group>";
  131. };
  132. D3BD37341D5126380005E698 /* Products */ = {
  133. isa = PBXGroup;
  134. children = (
  135. D3BD37331D5126380005E698 /* gRPC.framework */,
  136. );
  137. name = Products;
  138. sourceTree = "<group>";
  139. };
  140. D3BD37351D5126380005E698 /* gRPC */ = {
  141. isa = PBXGroup;
  142. children = (
  143. D31C3E3F1D863E9C008676EF /* roots.pem */,
  144. D3BD37361D5126380005E698 /* gRPC.h */,
  145. D3BD37381D5126380005E698 /* Info.plist */,
  146. );
  147. path = gRPC;
  148. sourceTree = "<group>";
  149. };
  150. D3BD37801D5128480005E698 /* Frameworks */ = {
  151. isa = PBXGroup;
  152. children = (
  153. D3BD37811D5128480005E698 /* libgrpc.dylib */,
  154. );
  155. name = Frameworks;
  156. sourceTree = "<group>";
  157. };
  158. /* End PBXGroup section */
  159. /* Begin PBXHeadersBuildPhase section */
  160. D3BD37301D5126380005E698 /* Headers */ = {
  161. isa = PBXHeadersBuildPhase;
  162. buildActionMask = 2147483647;
  163. files = (
  164. D32D3BEB1E311EDD00615024 /* cgrpc.h in Headers */,
  165. D3BD37371D5126380005E698 /* gRPC.h in Headers */,
  166. D32D3BF11E311EDD00615024 /* internal.h in Headers */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXHeadersBuildPhase section */
  171. /* Begin PBXNativeTarget section */
  172. D3BD37321D5126380005E698 /* gRPC */ = {
  173. isa = PBXNativeTarget;
  174. buildConfigurationList = D3BD373B1D5126380005E698 /* Build configuration list for PBXNativeTarget "gRPC" */;
  175. buildPhases = (
  176. D3BD372E1D5126380005E698 /* Sources */,
  177. D3BD372F1D5126380005E698 /* Frameworks */,
  178. D3BD37301D5126380005E698 /* Headers */,
  179. D3BD37311D5126380005E698 /* Resources */,
  180. );
  181. buildRules = (
  182. );
  183. dependencies = (
  184. );
  185. name = gRPC;
  186. productName = gRPC;
  187. productReference = D3BD37331D5126380005E698 /* gRPC.framework */;
  188. productType = "com.apple.product-type.framework";
  189. };
  190. /* End PBXNativeTarget section */
  191. /* Begin PBXProject section */
  192. D3BD372A1D5126380005E698 /* Project object */ = {
  193. isa = PBXProject;
  194. attributes = {
  195. LastUpgradeCheck = 0820;
  196. ORGANIZATIONNAME = Google;
  197. TargetAttributes = {
  198. D3BD37321D5126380005E698 = {
  199. CreatedOnToolsVersion = 8.0;
  200. DevelopmentTeam = EQHXZ8M8AV;
  201. DevelopmentTeamName = "Google, Inc.";
  202. LastSwiftMigration = 0800;
  203. ProvisioningStyle = Automatic;
  204. };
  205. };
  206. };
  207. buildConfigurationList = D3BD372D1D5126380005E698 /* Build configuration list for PBXProject "gRPC" */;
  208. compatibilityVersion = "Xcode 3.2";
  209. developmentRegion = English;
  210. hasScannedForEncodings = 0;
  211. knownRegions = (
  212. en,
  213. );
  214. mainGroup = D3BD37291D5126380005E698;
  215. productRefGroup = D3BD37341D5126380005E698 /* Products */;
  216. projectDirPath = "";
  217. projectRoot = "";
  218. targets = (
  219. D3BD37321D5126380005E698 /* gRPC */,
  220. );
  221. };
  222. /* End PBXProject section */
  223. /* Begin PBXResourcesBuildPhase section */
  224. D3BD37311D5126380005E698 /* Resources */ = {
  225. isa = PBXResourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. D31C3E401D863E9C008676EF /* roots.pem in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. /* End PBXResourcesBuildPhase section */
  233. /* Begin PBXSourcesBuildPhase section */
  234. D3BD372E1D5126380005E698 /* Sources */ = {
  235. isa = PBXSourcesBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. D32D3BEC1E311EDD00615024 /* channel.c in Sources */,
  239. D32D3BEE1E311EDD00615024 /* event.c in Sources */,
  240. D32D3BF41E311EDD00615024 /* observers.c in Sources */,
  241. D32D3BF51E311EDD00615024 /* operations.c in Sources */,
  242. D32D3BF61E311EDD00615024 /* server.c in Sources */,
  243. D32D3BEF1E311EDD00615024 /* handler.c in Sources */,
  244. D32D3BEA1E311EDD00615024 /* call.c in Sources */,
  245. D32D3BF31E311EDD00615024 /* mutex.c in Sources */,
  246. D32D3BF01E311EDD00615024 /* internal.c in Sources */,
  247. D32D3BED1E311EDD00615024 /* completion_queue.c in Sources */,
  248. D32D3BE91E311EDD00615024 /* byte_buffer.c in Sources */,
  249. D3AC86C81D5BEBE00042B341 /* CompletionQueue.swift in Sources */,
  250. D3AC86C61D5BEBE00042B341 /* Call.swift in Sources */,
  251. D3AC86CB1D5BEBE00042B341 /* Metadata.swift in Sources */,
  252. D3AC86C91D5BEBE00042B341 /* gRPC.swift in Sources */,
  253. D34B4BB81D7B2C9B00B8B5E2 /* OperationGroup.swift in Sources */,
  254. D3AC86CA1D5BEBE00042B341 /* Handler.swift in Sources */,
  255. D3AC86CD1D5BEBE00042B341 /* Operation.swift in Sources */,
  256. D3AC86CE1D5BEBE00042B341 /* Server.swift in Sources */,
  257. D3AC86C71D5BEBE00042B341 /* Channel.swift in Sources */,
  258. D3AC86C51D5BEBE00042B341 /* ByteBuffer.swift in Sources */,
  259. D3AC86CC1D5BEBE00042B341 /* Mutex.swift in Sources */,
  260. D32D3BF21E311EDD00615024 /* metadata.c in Sources */,
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. };
  264. /* End PBXSourcesBuildPhase section */
  265. /* Begin XCBuildConfiguration section */
  266. D3BD37391D5126380005E698 /* Debug */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. ALWAYS_SEARCH_USER_PATHS = NO;
  270. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  271. CLANG_ANALYZER_NONNULL = YES;
  272. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  273. CLANG_CXX_LIBRARY = "libc++";
  274. CLANG_ENABLE_MODULES = YES;
  275. CLANG_ENABLE_OBJC_ARC = YES;
  276. CLANG_WARN_BOOL_CONVERSION = YES;
  277. CLANG_WARN_CONSTANT_CONVERSION = YES;
  278. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  279. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  280. CLANG_WARN_EMPTY_BODY = YES;
  281. CLANG_WARN_ENUM_CONVERSION = YES;
  282. CLANG_WARN_INFINITE_RECURSION = YES;
  283. CLANG_WARN_INT_CONVERSION = YES;
  284. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  285. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  286. CLANG_WARN_UNREACHABLE_CODE = YES;
  287. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  288. CODE_SIGN_IDENTITY = "-";
  289. COPY_PHASE_STRIP = NO;
  290. CURRENT_PROJECT_VERSION = 1;
  291. DEBUG_INFORMATION_FORMAT = dwarf;
  292. ENABLE_STRICT_OBJC_MSGSEND = YES;
  293. ENABLE_TESTABILITY = YES;
  294. GCC_C_LANGUAGE_STANDARD = gnu99;
  295. GCC_DYNAMIC_NO_PIC = NO;
  296. GCC_NO_COMMON_BLOCKS = YES;
  297. GCC_OPTIMIZATION_LEVEL = 0;
  298. GCC_PREPROCESSOR_DEFINITIONS = (
  299. "DEBUG=1",
  300. "$(inherited)",
  301. );
  302. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  303. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  304. GCC_WARN_UNDECLARED_SELECTOR = YES;
  305. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  306. GCC_WARN_UNUSED_FUNCTION = YES;
  307. GCC_WARN_UNUSED_VARIABLE = YES;
  308. MACOSX_DEPLOYMENT_TARGET = 10.11;
  309. MTL_ENABLE_DEBUG_INFO = YES;
  310. ONLY_ACTIVE_ARCH = YES;
  311. SDKROOT = macosx;
  312. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  313. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  314. VERSIONING_SYSTEM = "apple-generic";
  315. VERSION_INFO_PREFIX = "";
  316. };
  317. name = Debug;
  318. };
  319. D3BD373A1D5126380005E698 /* Release */ = {
  320. isa = XCBuildConfiguration;
  321. buildSettings = {
  322. ALWAYS_SEARCH_USER_PATHS = NO;
  323. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  324. CLANG_ANALYZER_NONNULL = YES;
  325. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  326. CLANG_CXX_LIBRARY = "libc++";
  327. CLANG_ENABLE_MODULES = YES;
  328. CLANG_ENABLE_OBJC_ARC = YES;
  329. CLANG_WARN_BOOL_CONVERSION = YES;
  330. CLANG_WARN_CONSTANT_CONVERSION = YES;
  331. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  332. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  333. CLANG_WARN_EMPTY_BODY = YES;
  334. CLANG_WARN_ENUM_CONVERSION = YES;
  335. CLANG_WARN_INFINITE_RECURSION = YES;
  336. CLANG_WARN_INT_CONVERSION = YES;
  337. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  338. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  339. CLANG_WARN_UNREACHABLE_CODE = YES;
  340. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  341. CODE_SIGN_IDENTITY = "-";
  342. COPY_PHASE_STRIP = NO;
  343. CURRENT_PROJECT_VERSION = 1;
  344. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  345. ENABLE_NS_ASSERTIONS = NO;
  346. ENABLE_STRICT_OBJC_MSGSEND = YES;
  347. GCC_C_LANGUAGE_STANDARD = gnu99;
  348. GCC_NO_COMMON_BLOCKS = YES;
  349. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  350. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  351. GCC_WARN_UNDECLARED_SELECTOR = YES;
  352. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  353. GCC_WARN_UNUSED_FUNCTION = YES;
  354. GCC_WARN_UNUSED_VARIABLE = YES;
  355. MACOSX_DEPLOYMENT_TARGET = 10.11;
  356. MTL_ENABLE_DEBUG_INFO = NO;
  357. SDKROOT = macosx;
  358. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  359. VERSIONING_SYSTEM = "apple-generic";
  360. VERSION_INFO_PREFIX = "";
  361. };
  362. name = Release;
  363. };
  364. D3BD373C1D5126380005E698 /* Debug */ = {
  365. isa = XCBuildConfiguration;
  366. buildSettings = {
  367. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  368. CLANG_ENABLE_MODULES = YES;
  369. COMBINE_HIDPI_IMAGES = YES;
  370. DEFINES_MODULE = YES;
  371. DYLIB_COMPATIBILITY_VERSION = 1;
  372. DYLIB_CURRENT_VERSION = 1;
  373. DYLIB_INSTALL_NAME_BASE = "@rpath";
  374. FRAMEWORK_VERSION = A;
  375. HEADER_SEARCH_PATHS = third_party/grpc/include;
  376. INFOPLIST_FILE = gRPC/Info.plist;
  377. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  378. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  379. LIBRARY_SEARCH_PATHS = third_party/grpc/libs/opt;
  380. PRODUCT_BUNDLE_IDENTIFIER = com.google.gRPC;
  381. PRODUCT_NAME = "$(TARGET_NAME)";
  382. SKIP_INSTALL = YES;
  383. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  384. SWIFT_VERSION = 3.0;
  385. };
  386. name = Debug;
  387. };
  388. D3BD373D1D5126380005E698 /* Release */ = {
  389. isa = XCBuildConfiguration;
  390. buildSettings = {
  391. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  392. CLANG_ENABLE_MODULES = YES;
  393. COMBINE_HIDPI_IMAGES = YES;
  394. DEFINES_MODULE = YES;
  395. DYLIB_COMPATIBILITY_VERSION = 1;
  396. DYLIB_CURRENT_VERSION = 1;
  397. DYLIB_INSTALL_NAME_BASE = "@rpath";
  398. FRAMEWORK_VERSION = A;
  399. HEADER_SEARCH_PATHS = third_party/grpc/include;
  400. INFOPLIST_FILE = gRPC/Info.plist;
  401. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  402. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  403. LIBRARY_SEARCH_PATHS = third_party/grpc/libs/opt;
  404. PRODUCT_BUNDLE_IDENTIFIER = com.google.gRPC;
  405. PRODUCT_NAME = "$(TARGET_NAME)";
  406. SKIP_INSTALL = YES;
  407. SWIFT_VERSION = 3.0;
  408. };
  409. name = Release;
  410. };
  411. /* End XCBuildConfiguration section */
  412. /* Begin XCConfigurationList section */
  413. D3BD372D1D5126380005E698 /* Build configuration list for PBXProject "gRPC" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. D3BD37391D5126380005E698 /* Debug */,
  417. D3BD373A1D5126380005E698 /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. D3BD373B1D5126380005E698 /* Build configuration list for PBXNativeTarget "gRPC" */ = {
  423. isa = XCConfigurationList;
  424. buildConfigurations = (
  425. D3BD373C1D5126380005E698 /* Debug */,
  426. D3BD373D1D5126380005E698 /* Release */,
  427. );
  428. defaultConfigurationIsVisible = 0;
  429. defaultConfigurationName = Release;
  430. };
  431. /* End XCConfigurationList section */
  432. };
  433. rootObject = D3BD372A1D5126380005E698 /* Project object */;
  434. }