project.pbxproj 23 KB

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