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

304 lines
11KB

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