Архитектурный шаблон "Мрак в моделях" на нескольких языках и платформах
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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