project.pbxproj 13 KB

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