project.pbxproj 15 KB

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