Архитектурный шаблон "Мрак в моделях" на нескольких языках и платформах
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

329 lines
13KB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1F083A14C69F20A6BA92A63E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */; };
  10. 3D03666F3BC2B1F2CBB49530 /* Main.SectionSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D5F2B2E3A26F03F6825608E /* Main.SectionSelection.swift */; };
  11. 4AC2B8BF716272D446F9E7E0 /* uts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 721855DB1A329E65128E36B5 /* uts.swift */; };
  12. 79FB208C9DADDA6179E588C3 /* Main.SectionGrid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC22F19366076CF4168BFBD /* Main.SectionGrid.swift */; };
  13. 89086E3972F560A9A1A76CE4 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71EDBDFFDBC96F6E8E7762 /* Model.swift */; };
  14. B19B3998FA2BA651ACB1E53C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C1742EFC5A1E818780679340 /* Assets.xcassets */; };
  15. BE2994BF2FFF272E62883953 /* swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = D414A6174931F533B0B286E8 /* swift.swift */; };
  16. CAFD870CA84084E45011CC23 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */; };
  17. D505E64F4CD6EAEB530BF851 /* Main.Section16Buttons.swift in Sources */ = {isa = PBXBuildFile; fileRef = A38A1AA6B57483F6B44CDF78 /* Main.Section16Buttons.swift */; };
  18. DB1010B8A246D47BEC6B3FA6 /* Main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF762100A8EDF105B6E136D /* Main.swift */; };
  19. EB8CC50236A211D932BA0DB0 /* Main.Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = A355A898E25602F45B88CCBA /* Main.Platform.swift */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXFileReference section */
  22. 0DF762100A8EDF105B6E136D /* Main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.swift; sourceTree = "<group>"; };
  23. 4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  24. 6D5F2B2E3A26F03F6825608E /* Main.SectionSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.SectionSelection.swift; sourceTree = "<group>"; };
  25. 721855DB1A329E65128E36B5 /* uts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = uts.swift; sourceTree = "<group>"; };
  26. 9AC22F19366076CF4168BFBD /* Main.SectionGrid.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.SectionGrid.swift; sourceTree = "<group>"; };
  27. 9C71EDBDFFDBC96F6E8E7762 /* Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; };
  28. 9D774FEE86833E8A0A74387C /* App.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. A355A898E25602F45B88CCBA /* Main.Platform.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.Platform.swift; sourceTree = "<group>"; };
  30. A38A1AA6B57483F6B44CDF78 /* Main.Section16Buttons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.Section16Buttons.swift; sourceTree = "<group>"; };
  31. C1742EFC5A1E818780679340 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  32. D414A6174931F533B0B286E8 /* swift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = swift.swift; sourceTree = "<group>"; };
  33. F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXGroup section */
  36. 4F93BC5459F4AF4391816D4A /* shared */ = {
  37. isa = PBXGroup;
  38. children = (
  39. D414A6174931F533B0B286E8 /* swift.swift */,
  40. );
  41. name = shared;
  42. path = ../../shared;
  43. sourceTree = "<group>";
  44. };
  45. 667BC26EA8068A9FA707FC02 /* src */ = {
  46. isa = PBXGroup;
  47. children = (
  48. F16A7DD61EF6CD4FB4E3DE25 /* AppDelegate.swift */,
  49. C1742EFC5A1E818780679340 /* Assets.xcassets */,
  50. 4E32B0495E4BCEA4EE0508D4 /* LaunchScreen.storyboard */,
  51. A355A898E25602F45B88CCBA /* Main.Platform.swift */,
  52. A38A1AA6B57483F6B44CDF78 /* Main.Section16Buttons.swift */,
  53. 9AC22F19366076CF4168BFBD /* Main.SectionGrid.swift */,
  54. 6D5F2B2E3A26F03F6825608E /* Main.SectionSelection.swift */,
  55. 0DF762100A8EDF105B6E136D /* Main.swift */,
  56. 9C71EDBDFFDBC96F6E8E7762 /* Model.swift */,
  57. 721855DB1A329E65128E36B5 /* uts.swift */,
  58. );
  59. name = src;
  60. path = ../src;
  61. sourceTree = "<group>";
  62. };
  63. AE7B74413EC292E802CC5C70 /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 9D774FEE86833E8A0A74387C /* App.app */,
  67. );
  68. name = Products;
  69. sourceTree = "<group>";
  70. };
  71. CD7F0F0C9CA1BA5EAFD5CA09 = {
  72. isa = PBXGroup;
  73. children = (
  74. 4F93BC5459F4AF4391816D4A /* shared */,
  75. 667BC26EA8068A9FA707FC02 /* src */,
  76. AE7B74413EC292E802CC5C70 /* Products */,
  77. );
  78. sourceTree = "<group>";
  79. };
  80. /* End PBXGroup section */
  81. /* Begin PBXNativeTarget section */
  82. 4C88C20124005C3E4D2C0F8B /* App */ = {
  83. isa = PBXNativeTarget;
  84. buildConfigurationList = 9C93971894890D9D477E76E4 /* Build configuration list for PBXNativeTarget "App" */;
  85. buildPhases = (
  86. 630D847B5B923988B1D1DBB8 /* Sources */,
  87. 603DD6301224F4EAC5D5E628 /* Resources */,
  88. );
  89. buildRules = (
  90. );
  91. dependencies = (
  92. );
  93. name = App;
  94. productName = App;
  95. productReference = 9D774FEE86833E8A0A74387C /* App.app */;
  96. productType = "com.apple.product-type.application";
  97. };
  98. /* End PBXNativeTarget section */
  99. /* Begin PBXProject section */
  100. 143B91710C8007DEA721671E /* Project object */ = {
  101. isa = PBXProject;
  102. attributes = {
  103. LastUpgradeCheck = 1020;
  104. TargetAttributes = {
  105. };
  106. };
  107. buildConfigurationList = 2CF91D10FF4D6D44F0EC3F3A /* Build configuration list for PBXProject "MMMemory" */;
  108. compatibilityVersion = "Xcode 10.0";
  109. developmentRegion = en;
  110. hasScannedForEncodings = 0;
  111. knownRegions = (
  112. en,
  113. );
  114. mainGroup = CD7F0F0C9CA1BA5EAFD5CA09;
  115. projectDirPath = "";
  116. projectRoot = "";
  117. targets = (
  118. 4C88C20124005C3E4D2C0F8B /* App */,
  119. );
  120. };
  121. /* End PBXProject section */
  122. /* Begin PBXResourcesBuildPhase section */
  123. 603DD6301224F4EAC5D5E628 /* Resources */ = {
  124. isa = PBXResourcesBuildPhase;
  125. buildActionMask = 2147483647;
  126. files = (
  127. B19B3998FA2BA651ACB1E53C /* Assets.xcassets in Resources */,
  128. CAFD870CA84084E45011CC23 /* LaunchScreen.storyboard in Resources */,
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXResourcesBuildPhase section */
  133. /* Begin PBXSourcesBuildPhase section */
  134. 630D847B5B923988B1D1DBB8 /* Sources */ = {
  135. isa = PBXSourcesBuildPhase;
  136. buildActionMask = 2147483647;
  137. files = (
  138. 1F083A14C69F20A6BA92A63E /* AppDelegate.swift in Sources */,
  139. EB8CC50236A211D932BA0DB0 /* Main.Platform.swift in Sources */,
  140. D505E64F4CD6EAEB530BF851 /* Main.Section16Buttons.swift in Sources */,
  141. 79FB208C9DADDA6179E588C3 /* Main.SectionGrid.swift in Sources */,
  142. 3D03666F3BC2B1F2CBB49530 /* Main.SectionSelection.swift in Sources */,
  143. DB1010B8A246D47BEC6B3FA6 /* Main.swift in Sources */,
  144. 89086E3972F560A9A1A76CE4 /* Model.swift in Sources */,
  145. BE2994BF2FFF272E62883953 /* swift.swift in Sources */,
  146. 4AC2B8BF716272D446F9E7E0 /* uts.swift in Sources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXSourcesBuildPhase section */
  151. /* Begin XCBuildConfiguration section */
  152. 0D9AB2C64B69C304D7B3C065 /* Release */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  156. CODE_SIGN_IDENTITY = "iPhone Developer";
  157. INFOPLIST_FILE = Info.plist;
  158. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  159. LD_RUNPATH_SEARCH_PATHS = (
  160. "$(inherited)",
  161. "@executable_path/Frameworks",
  162. );
  163. PRODUCT_BUNDLE_IDENTIFIER = org.opengamestudio.App;
  164. SDKROOT = iphoneos;
  165. TARGETED_DEVICE_FAMILY = "1,2";
  166. };
  167. name = Release;
  168. };
  169. 4D023C6C281390BAF25D8ED1 /* Debug */ = {
  170. isa = XCBuildConfiguration;
  171. buildSettings = {
  172. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  173. CODE_SIGN_IDENTITY = "iPhone Developer";
  174. INFOPLIST_FILE = Info.plist;
  175. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  176. LD_RUNPATH_SEARCH_PATHS = (
  177. "$(inherited)",
  178. "@executable_path/Frameworks",
  179. );
  180. PRODUCT_BUNDLE_IDENTIFIER = org.opengamestudio.App;
  181. SDKROOT = iphoneos;
  182. TARGETED_DEVICE_FAMILY = "1,2";
  183. };
  184. name = Debug;
  185. };
  186. 7A8A7424EF387956D36402D8 /* Release */ = {
  187. isa = XCBuildConfiguration;
  188. buildSettings = {
  189. ALWAYS_SEARCH_USER_PATHS = NO;
  190. CLANG_ANALYZER_NONNULL = YES;
  191. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  192. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  193. CLANG_CXX_LIBRARY = "libc++";
  194. CLANG_ENABLE_MODULES = YES;
  195. CLANG_ENABLE_OBJC_ARC = YES;
  196. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  197. CLANG_WARN_BOOL_CONVERSION = YES;
  198. CLANG_WARN_COMMA = YES;
  199. CLANG_WARN_CONSTANT_CONVERSION = YES;
  200. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  201. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  202. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  203. CLANG_WARN_EMPTY_BODY = YES;
  204. CLANG_WARN_ENUM_CONVERSION = YES;
  205. CLANG_WARN_INFINITE_RECURSION = YES;
  206. CLANG_WARN_INT_CONVERSION = YES;
  207. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  208. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  209. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  210. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  211. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  212. CLANG_WARN_STRICT_PROTOTYPES = YES;
  213. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  214. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  215. CLANG_WARN_UNREACHABLE_CODE = YES;
  216. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  217. COPY_PHASE_STRIP = NO;
  218. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  219. ENABLE_NS_ASSERTIONS = NO;
  220. ENABLE_STRICT_OBJC_MSGSEND = YES;
  221. GCC_C_LANGUAGE_STANDARD = gnu11;
  222. GCC_NO_COMMON_BLOCKS = YES;
  223. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  224. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  225. GCC_WARN_UNDECLARED_SELECTOR = YES;
  226. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  227. GCC_WARN_UNUSED_FUNCTION = YES;
  228. GCC_WARN_UNUSED_VARIABLE = YES;
  229. PRODUCT_NAME = "$(TARGET_NAME)";
  230. SDKROOT = iphoneos;
  231. SWIFT_COMPILATION_MODE = wholemodule;
  232. SWIFT_VERSION = 5.0;
  233. VALIDATE_PRODUCT = YES;
  234. };
  235. name = Release;
  236. };
  237. D2B8B5B0AE8FC5909001433E /* Debug */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. ALWAYS_SEARCH_USER_PATHS = NO;
  241. CLANG_ANALYZER_NONNULL = YES;
  242. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  243. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  244. CLANG_CXX_LIBRARY = "libc++";
  245. CLANG_ENABLE_MODULES = YES;
  246. CLANG_ENABLE_OBJC_ARC = YES;
  247. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  248. CLANG_WARN_BOOL_CONVERSION = YES;
  249. CLANG_WARN_COMMA = YES;
  250. CLANG_WARN_CONSTANT_CONVERSION = YES;
  251. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  252. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  253. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INFINITE_RECURSION = YES;
  257. CLANG_WARN_INT_CONVERSION = YES;
  258. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  259. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  260. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  262. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  263. CLANG_WARN_STRICT_PROTOTYPES = YES;
  264. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  265. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. COPY_PHASE_STRIP = NO;
  269. DEBUG_INFORMATION_FORMAT = dwarf;
  270. ENABLE_STRICT_OBJC_MSGSEND = YES;
  271. ENABLE_TESTABILITY = YES;
  272. GCC_C_LANGUAGE_STANDARD = gnu11;
  273. GCC_DYNAMIC_NO_PIC = NO;
  274. GCC_NO_COMMON_BLOCKS = YES;
  275. GCC_OPTIMIZATION_LEVEL = 0;
  276. GCC_PREPROCESSOR_DEFINITIONS = (
  277. "$(inherited)",
  278. "DEBUG=1",
  279. );
  280. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  281. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  282. GCC_WARN_UNDECLARED_SELECTOR = YES;
  283. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  284. GCC_WARN_UNUSED_FUNCTION = YES;
  285. GCC_WARN_UNUSED_VARIABLE = YES;
  286. MTL_ENABLE_DEBUG_INFO = YES;
  287. ONLY_ACTIVE_ARCH = YES;
  288. PRODUCT_NAME = "$(TARGET_NAME)";
  289. SDKROOT = iphoneos;
  290. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  291. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  292. SWIFT_VERSION = 5.0;
  293. };
  294. name = Debug;
  295. };
  296. /* End XCBuildConfiguration section */
  297. /* Begin XCConfigurationList section */
  298. 2CF91D10FF4D6D44F0EC3F3A /* Build configuration list for PBXProject "MMMemory" */ = {
  299. isa = XCConfigurationList;
  300. buildConfigurations = (
  301. D2B8B5B0AE8FC5909001433E /* Debug */,
  302. 7A8A7424EF387956D36402D8 /* Release */,
  303. );
  304. defaultConfigurationIsVisible = 0;
  305. defaultConfigurationName = Debug;
  306. };
  307. 9C93971894890D9D477E76E4 /* Build configuration list for PBXNativeTarget "App" */ = {
  308. isa = XCConfigurationList;
  309. buildConfigurations = (
  310. 4D023C6C281390BAF25D8ED1 /* Debug */,
  311. 0D9AB2C64B69C304D7B3C065 /* Release */,
  312. );
  313. defaultConfigurationIsVisible = 0;
  314. defaultConfigurationName = Debug;
  315. };
  316. /* End XCConfigurationList section */
  317. };
  318. rootObject = 143B91710C8007DEA721671E /* Project object */;
  319. }