project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D35358201E219963007FA223 /* echo.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581D1E219963007FA223 /* echo.grpc.swift */; };
  10. D35358211E219963007FA223 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353581E1E219963007FA223 /* echo.pb.swift */; };
  11. D35358251E219980007FA223 /* EchoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35358241E219980007FA223 /* EchoProvider.swift */; };
  12. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FAB1D74B079000443CD /* AppDelegate.swift */; };
  13. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAD1D74B079000443CD /* Assets.xcassets */; };
  14. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAF1D74B079000443CD /* MainMenu.xib */; };
  15. D35C9FC81D74B0C1000443CD /* EchoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FC71D74B0C1000443CD /* EchoViewController.swift */; };
  16. D3971E211D89132E001A0B3F /* ssl.key in Resources */ = {isa = PBXBuildFile; fileRef = D3971E201D89132E001A0B3F /* ssl.key */; };
  17. D3BFE28C1D87A45D00A648D8 /* ssl.crt in Resources */ = {isa = PBXBuildFile; fileRef = D3BFE28B1D87A45D00A648D8 /* ssl.crt */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. D353581D1E219963007FA223 /* echo.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.grpc.swift; path = ../../Sources/Examples/Echo/Generated/echo.grpc.swift; sourceTree = "<group>"; };
  21. D353581E1E219963007FA223 /* echo.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = echo.pb.swift; path = ../../Sources/Examples/Echo/Generated/echo.pb.swift; sourceTree = "<group>"; };
  22. D35358241E219980007FA223 /* EchoProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EchoProvider.swift; path = ../../Sources/Examples/Echo/EchoProvider.swift; sourceTree = "<group>"; };
  23. D35C9FA81D74B079000443CD /* Echo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Echo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  24. D35C9FAB1D74B079000443CD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  25. D35C9FAD1D74B079000443CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. D35C9FB01D74B079000443CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  27. D35C9FB21D74B079000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. D35C9FC71D74B0C1000443CD /* EchoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EchoViewController.swift; sourceTree = "<group>"; };
  29. D3971E201D89132E001A0B3F /* ssl.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.key; sourceTree = "<group>"; };
  30. D3BFE28B1D87A45D00A648D8 /* ssl.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.crt; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. D35C9FA51D74B079000443CD /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. 65F3F130213563CB00471BFC /* Frameworks */ = {
  43. isa = PBXGroup;
  44. children = (
  45. );
  46. name = Frameworks;
  47. sourceTree = "<group>";
  48. };
  49. D35358231E219971007FA223 /* Generated */ = {
  50. isa = PBXGroup;
  51. children = (
  52. D353581D1E219963007FA223 /* echo.grpc.swift */,
  53. D353581E1E219963007FA223 /* echo.pb.swift */,
  54. );
  55. name = Generated;
  56. sourceTree = "<group>";
  57. };
  58. D35C9F9F1D74B079000443CD = {
  59. isa = PBXGroup;
  60. children = (
  61. D35C9FAA1D74B079000443CD /* Echo */,
  62. D35358231E219971007FA223 /* Generated */,
  63. D35358241E219980007FA223 /* EchoProvider.swift */,
  64. D35C9FA91D74B079000443CD /* Products */,
  65. 65F3F130213563CB00471BFC /* Frameworks */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. D35C9FA91D74B079000443CD /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. D35C9FA81D74B079000443CD /* Echo.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. D35C9FAA1D74B079000443CD /* Echo */ = {
  78. isa = PBXGroup;
  79. children = (
  80. D35C9FAB1D74B079000443CD /* AppDelegate.swift */,
  81. D35C9FAD1D74B079000443CD /* Assets.xcassets */,
  82. D35C9FC71D74B0C1000443CD /* EchoViewController.swift */,
  83. D35C9FB21D74B079000443CD /* Info.plist */,
  84. D35C9FAF1D74B079000443CD /* MainMenu.xib */,
  85. D3BFE28B1D87A45D00A648D8 /* ssl.crt */,
  86. D3971E201D89132E001A0B3F /* ssl.key */,
  87. );
  88. path = Echo;
  89. sourceTree = "<group>";
  90. };
  91. /* End PBXGroup section */
  92. /* Begin PBXNativeTarget section */
  93. D35C9FA71D74B079000443CD /* Echo */ = {
  94. isa = PBXNativeTarget;
  95. buildConfigurationList = D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "Echo" */;
  96. buildPhases = (
  97. D35C9FA41D74B079000443CD /* Sources */,
  98. D35C9FA51D74B079000443CD /* Frameworks */,
  99. D35C9FA61D74B079000443CD /* Resources */,
  100. );
  101. buildRules = (
  102. );
  103. dependencies = (
  104. D36AB7381F58DF02007D7184 /* PBXTargetDependency */,
  105. D36AB73A1F58DF02007D7184 /* PBXTargetDependency */,
  106. D36AB73C1F58DF02007D7184 /* PBXTargetDependency */,
  107. D315DEFC1EE8B2C7007670CE /* PBXTargetDependency */,
  108. D315DEFE1EE8B2C7007670CE /* PBXTargetDependency */,
  109. D315DF001EE8B2C7007670CE /* PBXTargetDependency */,
  110. );
  111. name = Echo;
  112. productName = Echo;
  113. productReference = D35C9FA81D74B079000443CD /* Echo.app */;
  114. productType = "com.apple.product-type.application";
  115. };
  116. /* End PBXNativeTarget section */
  117. /* Begin PBXProject section */
  118. D35C9FA01D74B079000443CD /* Project object */ = {
  119. isa = PBXProject;
  120. attributes = {
  121. LastSwiftUpdateCheck = 0800;
  122. LastUpgradeCheck = 0820;
  123. ORGANIZATIONNAME = Google;
  124. TargetAttributes = {
  125. D35C9FA71D74B079000443CD = {
  126. CreatedOnToolsVersion = 8.0;
  127. DevelopmentTeam = EQHXZ8M8AV;
  128. ProvisioningStyle = Automatic;
  129. };
  130. };
  131. };
  132. buildConfigurationList = D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "Echo" */;
  133. compatibilityVersion = "Xcode 3.2";
  134. developmentRegion = English;
  135. hasScannedForEncodings = 0;
  136. knownRegions = (
  137. en,
  138. Base,
  139. );
  140. mainGroup = D35C9F9F1D74B079000443CD;
  141. productRefGroup = D35C9FA91D74B079000443CD /* Products */;
  142. projectDirPath = "";
  143. projectRoot = "";
  144. targets = (
  145. D35C9FA71D74B079000443CD /* Echo */,
  146. );
  147. };
  148. /* End PBXProject section */
  149. /* Begin PBXResourcesBuildPhase section */
  150. D35C9FA61D74B079000443CD /* Resources */ = {
  151. isa = PBXResourcesBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. D3BFE28C1D87A45D00A648D8 /* ssl.crt in Resources */,
  155. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */,
  156. D3971E211D89132E001A0B3F /* ssl.key in Resources */,
  157. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */,
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. /* End PBXResourcesBuildPhase section */
  162. /* Begin PBXSourcesBuildPhase section */
  163. D35C9FA41D74B079000443CD /* Sources */ = {
  164. isa = PBXSourcesBuildPhase;
  165. buildActionMask = 2147483647;
  166. files = (
  167. D35C9FC81D74B0C1000443CD /* EchoViewController.swift in Sources */,
  168. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */,
  169. D35358251E219980007FA223 /* EchoProvider.swift in Sources */,
  170. D35358201E219963007FA223 /* echo.grpc.swift in Sources */,
  171. D35358211E219963007FA223 /* echo.pb.swift in Sources */,
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. /* End PBXSourcesBuildPhase section */
  176. /* Begin PBXTargetDependency section */
  177. D315DEFC1EE8B2C7007670CE /* PBXTargetDependency */ = {
  178. isa = PBXTargetDependency;
  179. name = CgRPC;
  180. };
  181. D315DEFE1EE8B2C7007670CE /* PBXTargetDependency */ = {
  182. isa = PBXTargetDependency;
  183. name = BoringSSL;
  184. };
  185. D315DF001EE8B2C7007670CE /* PBXTargetDependency */ = {
  186. isa = PBXTargetDependency;
  187. name = gRPC;
  188. };
  189. D36AB7381F58DF02007D7184 /* PBXTargetDependency */ = {
  190. isa = PBXTargetDependency;
  191. name = CgRPC;
  192. };
  193. D36AB73A1F58DF02007D7184 /* PBXTargetDependency */ = {
  194. isa = PBXTargetDependency;
  195. name = BoringSSL;
  196. };
  197. D36AB73C1F58DF02007D7184 /* PBXTargetDependency */ = {
  198. isa = PBXTargetDependency;
  199. name = gRPC;
  200. };
  201. /* End PBXTargetDependency section */
  202. /* Begin PBXVariantGroup section */
  203. D35C9FAF1D74B079000443CD /* MainMenu.xib */ = {
  204. isa = PBXVariantGroup;
  205. children = (
  206. D35C9FB01D74B079000443CD /* Base */,
  207. );
  208. name = MainMenu.xib;
  209. sourceTree = "<group>";
  210. };
  211. /* End PBXVariantGroup section */
  212. /* Begin XCBuildConfiguration section */
  213. D35C9FB31D74B079000443CD /* Debug */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. ALWAYS_SEARCH_USER_PATHS = NO;
  217. CLANG_ANALYZER_NONNULL = YES;
  218. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  219. CLANG_CXX_LIBRARY = "libc++";
  220. CLANG_ENABLE_MODULES = YES;
  221. CLANG_ENABLE_OBJC_ARC = YES;
  222. CLANG_WARN_BOOL_CONVERSION = YES;
  223. CLANG_WARN_CONSTANT_CONVERSION = YES;
  224. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  225. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  226. CLANG_WARN_EMPTY_BODY = YES;
  227. CLANG_WARN_ENUM_CONVERSION = YES;
  228. CLANG_WARN_INFINITE_RECURSION = YES;
  229. CLANG_WARN_INT_CONVERSION = YES;
  230. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  231. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  232. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. CODE_SIGN_IDENTITY = "-";
  236. COPY_PHASE_STRIP = NO;
  237. DEBUG_INFORMATION_FORMAT = dwarf;
  238. ENABLE_STRICT_OBJC_MSGSEND = YES;
  239. ENABLE_TESTABILITY = YES;
  240. GCC_C_LANGUAGE_STANDARD = gnu99;
  241. GCC_DYNAMIC_NO_PIC = NO;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_OPTIMIZATION_LEVEL = 0;
  244. GCC_PREPROCESSOR_DEFINITIONS = (
  245. "DEBUG=1",
  246. "$(inherited)",
  247. );
  248. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  249. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  250. GCC_WARN_UNDECLARED_SELECTOR = YES;
  251. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  252. GCC_WARN_UNUSED_FUNCTION = YES;
  253. GCC_WARN_UNUSED_VARIABLE = YES;
  254. HEADER_SEARCH_PATHS = ../../../Sources/CgRPC/include;
  255. MACOSX_DEPLOYMENT_TARGET = 10.11;
  256. MTL_ENABLE_DEBUG_INFO = YES;
  257. ONLY_ACTIVE_ARCH = YES;
  258. SDKROOT = macosx;
  259. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  260. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  261. };
  262. name = Debug;
  263. };
  264. D35C9FB41D74B079000443CD /* Release */ = {
  265. isa = XCBuildConfiguration;
  266. buildSettings = {
  267. ALWAYS_SEARCH_USER_PATHS = NO;
  268. CLANG_ANALYZER_NONNULL = YES;
  269. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  270. CLANG_CXX_LIBRARY = "libc++";
  271. CLANG_ENABLE_MODULES = YES;
  272. CLANG_ENABLE_OBJC_ARC = YES;
  273. CLANG_WARN_BOOL_CONVERSION = YES;
  274. CLANG_WARN_CONSTANT_CONVERSION = YES;
  275. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  276. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  277. CLANG_WARN_EMPTY_BODY = YES;
  278. CLANG_WARN_ENUM_CONVERSION = YES;
  279. CLANG_WARN_INFINITE_RECURSION = YES;
  280. CLANG_WARN_INT_CONVERSION = YES;
  281. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  282. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  283. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  284. CLANG_WARN_UNREACHABLE_CODE = YES;
  285. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  286. CODE_SIGN_IDENTITY = "-";
  287. COPY_PHASE_STRIP = NO;
  288. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  289. ENABLE_NS_ASSERTIONS = NO;
  290. ENABLE_STRICT_OBJC_MSGSEND = YES;
  291. GCC_C_LANGUAGE_STANDARD = gnu99;
  292. GCC_NO_COMMON_BLOCKS = YES;
  293. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  294. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  295. GCC_WARN_UNDECLARED_SELECTOR = YES;
  296. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  297. GCC_WARN_UNUSED_FUNCTION = YES;
  298. GCC_WARN_UNUSED_VARIABLE = YES;
  299. HEADER_SEARCH_PATHS = ../../../Sources/CgRPC/include;
  300. MACOSX_DEPLOYMENT_TARGET = 10.11;
  301. MTL_ENABLE_DEBUG_INFO = NO;
  302. SDKROOT = macosx;
  303. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  304. };
  305. name = Release;
  306. };
  307. D35C9FB61D74B079000443CD /* Debug */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  311. COMBINE_HIDPI_IMAGES = YES;
  312. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  313. HEADER_SEARCH_PATHS = ../../Sources/CgRPC/include;
  314. INFOPLIST_FILE = Echo/Info.plist;
  315. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  316. PRODUCT_BUNDLE_IDENTIFIER = com.google.Echo;
  317. PRODUCT_NAME = "$(TARGET_NAME)";
  318. SWIFT_VERSION = 3.0;
  319. };
  320. name = Debug;
  321. };
  322. D35C9FB71D74B079000443CD /* Release */ = {
  323. isa = XCBuildConfiguration;
  324. buildSettings = {
  325. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  326. COMBINE_HIDPI_IMAGES = YES;
  327. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  328. HEADER_SEARCH_PATHS = ../../Sources/CgRPC/include;
  329. INFOPLIST_FILE = Echo/Info.plist;
  330. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  331. PRODUCT_BUNDLE_IDENTIFIER = com.google.Echo;
  332. PRODUCT_NAME = "$(TARGET_NAME)";
  333. SWIFT_VERSION = 3.0;
  334. };
  335. name = Release;
  336. };
  337. /* End XCBuildConfiguration section */
  338. /* Begin XCConfigurationList section */
  339. D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "Echo" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. D35C9FB31D74B079000443CD /* Debug */,
  343. D35C9FB41D74B079000443CD /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Release;
  347. };
  348. D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "Echo" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. D35C9FB61D74B079000443CD /* Debug */,
  352. D35C9FB71D74B079000443CD /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Release;
  356. };
  357. /* End XCConfigurationList section */
  358. };
  359. rootObject = D35C9FA01D74B079000443CD /* Project object */;
  360. }