project.pbxproj 13 KB

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