project.pbxproj 14 KB

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