project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D30D735B1D565E4400F90CCB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D30D735A1D565E4400F90CCB /* AppDelegate.swift */; };
  10. D30D735D1D565E4400F90CCB /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = D30D735C1D565E4400F90CCB /* Document.swift */; };
  11. D30D73601D565E4400F90CCB /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = D30D735E1D565E4400F90CCB /* Document.xib */; };
  12. D30D73621D565E4400F90CCB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D30D73611D565E4400F90CCB /* Assets.xcassets */; };
  13. D30D73651D565E4400F90CCB /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D30D73631D565E4400F90CCB /* MainMenu.xib */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXContainerItemProxy section */
  16. D3736FED1E37F1C9009F51BB /* PBXContainerItemProxy */ = {
  17. isa = PBXContainerItemProxy;
  18. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  19. proxyType = 2;
  20. remoteGlobalIDString = OBJ_776;
  21. remoteInfo = BoringSSL;
  22. };
  23. D3736FEF1E37F1C9009F51BB /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  26. proxyType = 2;
  27. remoteGlobalIDString = OBJ_777;
  28. remoteInfo = CgRPC;
  29. };
  30. D3736FF11E37F1C9009F51BB /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = OBJ_778;
  35. remoteInfo = gRPC;
  36. };
  37. D3736FF31E37F1C9009F51BB /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = OBJ_779;
  42. remoteInfo = gRPCTests;
  43. };
  44. D3736FF51E37F33D009F51BB /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  47. proxyType = 1;
  48. remoteGlobalIDString = OBJ_780;
  49. remoteInfo = BoringSSL;
  50. };
  51. D3736FF71E37F33D009F51BB /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  54. proxyType = 1;
  55. remoteGlobalIDString = OBJ_1084;
  56. remoteInfo = CgRPC;
  57. };
  58. D3736FF91E37F33D009F51BB /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  61. proxyType = 1;
  62. remoteGlobalIDString = OBJ_1364;
  63. remoteInfo = gRPC;
  64. };
  65. /* End PBXContainerItemProxy section */
  66. /* Begin PBXFileReference section */
  67. D30D73571D565E4400F90CCB /* Simple.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simple.app; sourceTree = BUILT_PRODUCTS_DIR; };
  68. D30D735A1D565E4400F90CCB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  69. D30D735C1D565E4400F90CCB /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
  70. D30D735F1D565E4400F90CCB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Document.xib; sourceTree = "<group>"; };
  71. D30D73611D565E4400F90CCB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  72. D30D73641D565E4400F90CCB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  73. D30D73661D565E4400F90CCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  74. D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftGRPC.xcodeproj; path = ../../../SwiftGRPC.xcodeproj; sourceTree = "<group>"; };
  75. /* End PBXFileReference section */
  76. /* Begin PBXFrameworksBuildPhase section */
  77. D30D73541D565E4400F90CCB /* Frameworks */ = {
  78. isa = PBXFrameworksBuildPhase;
  79. buildActionMask = 2147483647;
  80. files = (
  81. );
  82. runOnlyForDeploymentPostprocessing = 0;
  83. };
  84. /* End PBXFrameworksBuildPhase section */
  85. /* Begin PBXGroup section */
  86. D30D734E1D565E4400F90CCB = {
  87. isa = PBXGroup;
  88. children = (
  89. D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */,
  90. D30D73591D565E4400F90CCB /* Simple */,
  91. D30D73581D565E4400F90CCB /* Products */,
  92. );
  93. sourceTree = "<group>";
  94. };
  95. D30D73581D565E4400F90CCB /* Products */ = {
  96. isa = PBXGroup;
  97. children = (
  98. D30D73571D565E4400F90CCB /* Simple.app */,
  99. );
  100. name = Products;
  101. sourceTree = "<group>";
  102. };
  103. D30D73591D565E4400F90CCB /* Simple */ = {
  104. isa = PBXGroup;
  105. children = (
  106. D30D735A1D565E4400F90CCB /* AppDelegate.swift */,
  107. D30D735C1D565E4400F90CCB /* Document.swift */,
  108. D30D735E1D565E4400F90CCB /* Document.xib */,
  109. D30D73611D565E4400F90CCB /* Assets.xcassets */,
  110. D30D73631D565E4400F90CCB /* MainMenu.xib */,
  111. D30D73661D565E4400F90CCB /* Info.plist */,
  112. );
  113. path = Simple;
  114. sourceTree = "<group>";
  115. };
  116. D3736FE71E37F1C9009F51BB /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. D3736FEE1E37F1C9009F51BB /* BoringSSL.framework */,
  120. D3736FF01E37F1C9009F51BB /* CgRPC.framework */,
  121. D3736FF21E37F1C9009F51BB /* gRPC.framework */,
  122. D3736FF41E37F1C9009F51BB /* gRPCTests.xctest */,
  123. );
  124. name = Products;
  125. sourceTree = "<group>";
  126. };
  127. /* End PBXGroup section */
  128. /* Begin PBXNativeTarget section */
  129. D30D73561D565E4400F90CCB /* Simple */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = D30D73691D565E4400F90CCB /* Build configuration list for PBXNativeTarget "Simple" */;
  132. buildPhases = (
  133. D30D73531D565E4400F90CCB /* Sources */,
  134. D30D73541D565E4400F90CCB /* Frameworks */,
  135. D30D73551D565E4400F90CCB /* Resources */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. D3736FF61E37F33D009F51BB /* PBXTargetDependency */,
  141. D3736FF81E37F33D009F51BB /* PBXTargetDependency */,
  142. D3736FFA1E37F33D009F51BB /* PBXTargetDependency */,
  143. );
  144. name = Simple;
  145. productName = Simple;
  146. productReference = D30D73571D565E4400F90CCB /* Simple.app */;
  147. productType = "com.apple.product-type.application";
  148. };
  149. /* End PBXNativeTarget section */
  150. /* Begin PBXProject section */
  151. D30D734F1D565E4400F90CCB /* Project object */ = {
  152. isa = PBXProject;
  153. attributes = {
  154. LastSwiftUpdateCheck = 0800;
  155. LastUpgradeCheck = 0800;
  156. ORGANIZATIONNAME = Google;
  157. TargetAttributes = {
  158. D30D73561D565E4400F90CCB = {
  159. CreatedOnToolsVersion = 8.0;
  160. DevelopmentTeam = EQHXZ8M8AV;
  161. DevelopmentTeamName = "Google, Inc.";
  162. ProvisioningStyle = Automatic;
  163. };
  164. };
  165. };
  166. buildConfigurationList = D30D73521D565E4400F90CCB /* Build configuration list for PBXProject "Simple" */;
  167. compatibilityVersion = "Xcode 3.2";
  168. developmentRegion = English;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. Base,
  173. );
  174. mainGroup = D30D734E1D565E4400F90CCB;
  175. productRefGroup = D30D73581D565E4400F90CCB /* Products */;
  176. projectDirPath = "";
  177. projectReferences = (
  178. {
  179. ProductGroup = D3736FE71E37F1C9009F51BB /* Products */;
  180. ProjectRef = D3736FE61E37F1C9009F51BB /* SwiftGRPC.xcodeproj */;
  181. },
  182. );
  183. projectRoot = "";
  184. targets = (
  185. D30D73561D565E4400F90CCB /* Simple */,
  186. );
  187. };
  188. /* End PBXProject section */
  189. /* Begin PBXReferenceProxy section */
  190. D3736FEE1E37F1C9009F51BB /* BoringSSL.framework */ = {
  191. isa = PBXReferenceProxy;
  192. fileType = wrapper.framework;
  193. path = BoringSSL.framework;
  194. remoteRef = D3736FED1E37F1C9009F51BB /* PBXContainerItemProxy */;
  195. sourceTree = BUILT_PRODUCTS_DIR;
  196. };
  197. D3736FF01E37F1C9009F51BB /* CgRPC.framework */ = {
  198. isa = PBXReferenceProxy;
  199. fileType = wrapper.framework;
  200. path = CgRPC.framework;
  201. remoteRef = D3736FEF1E37F1C9009F51BB /* PBXContainerItemProxy */;
  202. sourceTree = BUILT_PRODUCTS_DIR;
  203. };
  204. D3736FF21E37F1C9009F51BB /* gRPC.framework */ = {
  205. isa = PBXReferenceProxy;
  206. fileType = wrapper.framework;
  207. path = gRPC.framework;
  208. remoteRef = D3736FF11E37F1C9009F51BB /* PBXContainerItemProxy */;
  209. sourceTree = BUILT_PRODUCTS_DIR;
  210. };
  211. D3736FF41E37F1C9009F51BB /* gRPCTests.xctest */ = {
  212. isa = PBXReferenceProxy;
  213. fileType = file;
  214. path = gRPCTests.xctest;
  215. remoteRef = D3736FF31E37F1C9009F51BB /* PBXContainerItemProxy */;
  216. sourceTree = BUILT_PRODUCTS_DIR;
  217. };
  218. /* End PBXReferenceProxy section */
  219. /* Begin PBXResourcesBuildPhase section */
  220. D30D73551D565E4400F90CCB /* Resources */ = {
  221. isa = PBXResourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. D30D73621D565E4400F90CCB /* Assets.xcassets in Resources */,
  225. D30D73601D565E4400F90CCB /* Document.xib in Resources */,
  226. D30D73651D565E4400F90CCB /* MainMenu.xib in Resources */,
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. };
  230. /* End PBXResourcesBuildPhase section */
  231. /* Begin PBXSourcesBuildPhase section */
  232. D30D73531D565E4400F90CCB /* Sources */ = {
  233. isa = PBXSourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. D30D735D1D565E4400F90CCB /* Document.swift in Sources */,
  237. D30D735B1D565E4400F90CCB /* AppDelegate.swift in Sources */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXSourcesBuildPhase section */
  242. /* Begin PBXTargetDependency section */
  243. D3736FF61E37F33D009F51BB /* PBXTargetDependency */ = {
  244. isa = PBXTargetDependency;
  245. name = BoringSSL;
  246. targetProxy = D3736FF51E37F33D009F51BB /* PBXContainerItemProxy */;
  247. };
  248. D3736FF81E37F33D009F51BB /* PBXTargetDependency */ = {
  249. isa = PBXTargetDependency;
  250. name = CgRPC;
  251. targetProxy = D3736FF71E37F33D009F51BB /* PBXContainerItemProxy */;
  252. };
  253. D3736FFA1E37F33D009F51BB /* PBXTargetDependency */ = {
  254. isa = PBXTargetDependency;
  255. name = gRPC;
  256. targetProxy = D3736FF91E37F33D009F51BB /* PBXContainerItemProxy */;
  257. };
  258. /* End PBXTargetDependency section */
  259. /* Begin PBXVariantGroup section */
  260. D30D735E1D565E4400F90CCB /* Document.xib */ = {
  261. isa = PBXVariantGroup;
  262. children = (
  263. D30D735F1D565E4400F90CCB /* Base */,
  264. );
  265. name = Document.xib;
  266. sourceTree = "<group>";
  267. };
  268. D30D73631D565E4400F90CCB /* MainMenu.xib */ = {
  269. isa = PBXVariantGroup;
  270. children = (
  271. D30D73641D565E4400F90CCB /* Base */,
  272. );
  273. name = MainMenu.xib;
  274. sourceTree = "<group>";
  275. };
  276. /* End PBXVariantGroup section */
  277. /* Begin XCBuildConfiguration section */
  278. D30D73671D565E4400F90CCB /* Debug */ = {
  279. isa = XCBuildConfiguration;
  280. buildSettings = {
  281. ALWAYS_SEARCH_USER_PATHS = NO;
  282. CLANG_ANALYZER_NONNULL = YES;
  283. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  284. CLANG_CXX_LIBRARY = "libc++";
  285. CLANG_ENABLE_MODULES = YES;
  286. CLANG_ENABLE_OBJC_ARC = YES;
  287. CLANG_WARN_BOOL_CONVERSION = YES;
  288. CLANG_WARN_CONSTANT_CONVERSION = YES;
  289. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  290. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  291. CLANG_WARN_EMPTY_BODY = YES;
  292. CLANG_WARN_ENUM_CONVERSION = YES;
  293. CLANG_WARN_INT_CONVERSION = YES;
  294. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  295. CLANG_WARN_UNREACHABLE_CODE = YES;
  296. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  297. CODE_SIGN_IDENTITY = "-";
  298. COPY_PHASE_STRIP = NO;
  299. DEBUG_INFORMATION_FORMAT = dwarf;
  300. ENABLE_STRICT_OBJC_MSGSEND = YES;
  301. ENABLE_TESTABILITY = YES;
  302. GCC_C_LANGUAGE_STANDARD = gnu99;
  303. GCC_DYNAMIC_NO_PIC = NO;
  304. GCC_NO_COMMON_BLOCKS = YES;
  305. GCC_OPTIMIZATION_LEVEL = 0;
  306. GCC_PREPROCESSOR_DEFINITIONS = (
  307. "DEBUG=1",
  308. "$(inherited)",
  309. );
  310. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  311. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  312. GCC_WARN_UNDECLARED_SELECTOR = YES;
  313. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  314. GCC_WARN_UNUSED_FUNCTION = YES;
  315. GCC_WARN_UNUSED_VARIABLE = YES;
  316. MACOSX_DEPLOYMENT_TARGET = 10.11;
  317. MTL_ENABLE_DEBUG_INFO = YES;
  318. ONLY_ACTIVE_ARCH = YES;
  319. SDKROOT = macosx;
  320. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  321. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  322. };
  323. name = Debug;
  324. };
  325. D30D73681D565E4400F90CCB /* Release */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. ALWAYS_SEARCH_USER_PATHS = NO;
  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. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  347. ENABLE_NS_ASSERTIONS = NO;
  348. ENABLE_STRICT_OBJC_MSGSEND = YES;
  349. GCC_C_LANGUAGE_STANDARD = gnu99;
  350. GCC_NO_COMMON_BLOCKS = YES;
  351. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  352. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  353. GCC_WARN_UNDECLARED_SELECTOR = YES;
  354. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  355. GCC_WARN_UNUSED_FUNCTION = YES;
  356. GCC_WARN_UNUSED_VARIABLE = YES;
  357. MACOSX_DEPLOYMENT_TARGET = 10.11;
  358. MTL_ENABLE_DEBUG_INFO = NO;
  359. SDKROOT = macosx;
  360. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  361. };
  362. name = Release;
  363. };
  364. D30D736A1D565E4400F90CCB /* Debug */ = {
  365. isa = XCBuildConfiguration;
  366. buildSettings = {
  367. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  368. COMBINE_HIDPI_IMAGES = YES;
  369. INFOPLIST_FILE = Simple/Info.plist;
  370. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  371. PRODUCT_BUNDLE_IDENTIFIER = com.google.Simple;
  372. PRODUCT_NAME = "$(TARGET_NAME)";
  373. SWIFT_VERSION = 3.0;
  374. };
  375. name = Debug;
  376. };
  377. D30D736B1D565E4400F90CCB /* Release */ = {
  378. isa = XCBuildConfiguration;
  379. buildSettings = {
  380. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  381. COMBINE_HIDPI_IMAGES = YES;
  382. INFOPLIST_FILE = Simple/Info.plist;
  383. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  384. PRODUCT_BUNDLE_IDENTIFIER = com.google.Simple;
  385. PRODUCT_NAME = "$(TARGET_NAME)";
  386. SWIFT_VERSION = 3.0;
  387. };
  388. name = Release;
  389. };
  390. /* End XCBuildConfiguration section */
  391. /* Begin XCConfigurationList section */
  392. D30D73521D565E4400F90CCB /* Build configuration list for PBXProject "Simple" */ = {
  393. isa = XCConfigurationList;
  394. buildConfigurations = (
  395. D30D73671D565E4400F90CCB /* Debug */,
  396. D30D73681D565E4400F90CCB /* Release */,
  397. );
  398. defaultConfigurationIsVisible = 0;
  399. defaultConfigurationName = Release;
  400. };
  401. D30D73691D565E4400F90CCB /* Build configuration list for PBXNativeTarget "Simple" */ = {
  402. isa = XCConfigurationList;
  403. buildConfigurations = (
  404. D30D736A1D565E4400F90CCB /* Debug */,
  405. D30D736B1D565E4400F90CCB /* Release */,
  406. );
  407. defaultConfigurationIsVisible = 0;
  408. defaultConfigurationName = Release;
  409. };
  410. /* End XCConfigurationList section */
  411. };
  412. rootObject = D30D734F1D565E4400F90CCB /* Project object */;
  413. }