project.pbxproj 23 KB

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