project.pbxproj 22 KB

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