project.pbxproj 24 KB

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