Архитектурный шаблон "Мрак в моделях" на нескольких языках и платформах
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.

308 lines
12KB

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