project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 06B1064E2CF84E210047B090 /* CoordinatorSUI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = CoordinatorSUI; sourceTree = "<group>"; };
  10. 06C5BF7E2C707D2C006896A8 /* SUIExamples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SUIExamples.app; sourceTree = BUILT_PRODUCTS_DIR; };
  11. /* End PBXFileReference section */
  12. /* Begin PBXFileSystemSynchronizedRootGroup section */
  13. 06C5BF802C707D2C006896A8 /* SUIExamples */ = {
  14. isa = PBXFileSystemSynchronizedRootGroup;
  15. path = SUIExamples;
  16. sourceTree = "<group>";
  17. };
  18. /* End PBXFileSystemSynchronizedRootGroup section */
  19. /* Begin PBXFrameworksBuildPhase section */
  20. 06C5BF7B2C707D2C006896A8 /* Frameworks */ = {
  21. isa = PBXFrameworksBuildPhase;
  22. buildActionMask = 2147483647;
  23. files = (
  24. );
  25. runOnlyForDeploymentPostprocessing = 0;
  26. };
  27. /* End PBXFrameworksBuildPhase section */
  28. /* Begin PBXGroup section */
  29. 06C5BF752C707D2C006896A8 = {
  30. isa = PBXGroup;
  31. children = (
  32. 06B1064E2CF84E210047B090 /* CoordinatorSUI */,
  33. 06C5BF802C707D2C006896A8 /* SUIExamples */,
  34. 06C5BF7F2C707D2C006896A8 /* Products */,
  35. );
  36. sourceTree = "<group>";
  37. };
  38. 06C5BF7F2C707D2C006896A8 /* Products */ = {
  39. isa = PBXGroup;
  40. children = (
  41. 06C5BF7E2C707D2C006896A8 /* SUIExamples.app */,
  42. );
  43. name = Products;
  44. sourceTree = "<group>";
  45. };
  46. /* End PBXGroup section */
  47. /* Begin PBXNativeTarget section */
  48. 06C5BF7D2C707D2C006896A8 /* SUIExamples */ = {
  49. isa = PBXNativeTarget;
  50. buildConfigurationList = 06C5BF8C2C707D2D006896A8 /* Build configuration list for PBXNativeTarget "SUIExamples" */;
  51. buildPhases = (
  52. 06C5BF7A2C707D2C006896A8 /* Sources */,
  53. 06C5BF7B2C707D2C006896A8 /* Frameworks */,
  54. 06C5BF7C2C707D2C006896A8 /* Resources */,
  55. );
  56. buildRules = (
  57. );
  58. dependencies = (
  59. );
  60. fileSystemSynchronizedGroups = (
  61. 06C5BF802C707D2C006896A8 /* SUIExamples */,
  62. );
  63. name = SUIExamples;
  64. packageProductDependencies = (
  65. );
  66. productName = SUIExamples;
  67. productReference = 06C5BF7E2C707D2C006896A8 /* SUIExamples.app */;
  68. productType = "com.apple.product-type.application";
  69. };
  70. /* End PBXNativeTarget section */
  71. /* Begin PBXProject section */
  72. 06C5BF762C707D2C006896A8 /* Project object */ = {
  73. isa = PBXProject;
  74. attributes = {
  75. BuildIndependentTargetsInParallel = 1;
  76. LastSwiftUpdateCheck = 1610;
  77. LastUpgradeCheck = 1610;
  78. TargetAttributes = {
  79. 06C5BF7D2C707D2C006896A8 = {
  80. CreatedOnToolsVersion = 16.1;
  81. };
  82. };
  83. };
  84. buildConfigurationList = 06C5BF792C707D2C006896A8 /* Build configuration list for PBXProject "SUIExamples" */;
  85. developmentRegion = en;
  86. hasScannedForEncodings = 0;
  87. knownRegions = (
  88. en,
  89. Base,
  90. );
  91. mainGroup = 06C5BF752C707D2C006896A8;
  92. minimizedProjectReferenceProxies = 1;
  93. preferredProjectObjectVersion = 77;
  94. productRefGroup = 06C5BF7F2C707D2C006896A8 /* Products */;
  95. projectDirPath = "";
  96. projectRoot = "";
  97. targets = (
  98. 06C5BF7D2C707D2C006896A8 /* SUIExamples */,
  99. );
  100. };
  101. /* End PBXProject section */
  102. /* Begin PBXResourcesBuildPhase section */
  103. 06C5BF7C2C707D2C006896A8 /* Resources */ = {
  104. isa = PBXResourcesBuildPhase;
  105. buildActionMask = 2147483647;
  106. files = (
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXResourcesBuildPhase section */
  111. /* Begin PBXSourcesBuildPhase section */
  112. 06C5BF7A2C707D2C006896A8 /* Sources */ = {
  113. isa = PBXSourcesBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. );
  117. runOnlyForDeploymentPostprocessing = 0;
  118. };
  119. /* End PBXSourcesBuildPhase section */
  120. /* Begin XCBuildConfiguration section */
  121. 06C5BF8A2C707D2D006896A8 /* Debug */ = {
  122. isa = XCBuildConfiguration;
  123. buildSettings = {
  124. ALWAYS_SEARCH_USER_PATHS = NO;
  125. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  126. CLANG_ANALYZER_NONNULL = YES;
  127. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  128. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  129. CLANG_ENABLE_MODULES = YES;
  130. CLANG_ENABLE_OBJC_ARC = YES;
  131. CLANG_ENABLE_OBJC_WEAK = YES;
  132. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  133. CLANG_WARN_BOOL_CONVERSION = YES;
  134. CLANG_WARN_COMMA = YES;
  135. CLANG_WARN_CONSTANT_CONVERSION = YES;
  136. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  137. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  138. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  139. CLANG_WARN_EMPTY_BODY = YES;
  140. CLANG_WARN_ENUM_CONVERSION = YES;
  141. CLANG_WARN_INFINITE_RECURSION = YES;
  142. CLANG_WARN_INT_CONVERSION = YES;
  143. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  144. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  145. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  146. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  147. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  148. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  149. CLANG_WARN_STRICT_PROTOTYPES = YES;
  150. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  151. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  152. CLANG_WARN_UNREACHABLE_CODE = YES;
  153. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  154. COPY_PHASE_STRIP = NO;
  155. DEBUG_INFORMATION_FORMAT = dwarf;
  156. ENABLE_STRICT_OBJC_MSGSEND = YES;
  157. ENABLE_TESTABILITY = YES;
  158. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  159. GCC_C_LANGUAGE_STANDARD = gnu17;
  160. GCC_DYNAMIC_NO_PIC = NO;
  161. GCC_NO_COMMON_BLOCKS = YES;
  162. GCC_OPTIMIZATION_LEVEL = 0;
  163. GCC_PREPROCESSOR_DEFINITIONS = (
  164. "DEBUG=1",
  165. "$(inherited)",
  166. );
  167. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  168. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  169. GCC_WARN_UNDECLARED_SELECTOR = YES;
  170. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  171. GCC_WARN_UNUSED_FUNCTION = YES;
  172. GCC_WARN_UNUSED_VARIABLE = YES;
  173. IPHONEOS_DEPLOYMENT_TARGET = 18.1;
  174. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  175. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  176. MTL_FAST_MATH = YES;
  177. ONLY_ACTIVE_ARCH = YES;
  178. SDKROOT = iphoneos;
  179. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  180. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  181. };
  182. name = Debug;
  183. };
  184. 06C5BF8B2C707D2D006896A8 /* Release */ = {
  185. isa = XCBuildConfiguration;
  186. buildSettings = {
  187. ALWAYS_SEARCH_USER_PATHS = NO;
  188. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  189. CLANG_ANALYZER_NONNULL = YES;
  190. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  191. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  192. CLANG_ENABLE_MODULES = YES;
  193. CLANG_ENABLE_OBJC_ARC = YES;
  194. CLANG_ENABLE_OBJC_WEAK = YES;
  195. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  196. CLANG_WARN_BOOL_CONVERSION = YES;
  197. CLANG_WARN_COMMA = YES;
  198. CLANG_WARN_CONSTANT_CONVERSION = YES;
  199. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  200. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  201. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  202. CLANG_WARN_EMPTY_BODY = YES;
  203. CLANG_WARN_ENUM_CONVERSION = YES;
  204. CLANG_WARN_INFINITE_RECURSION = YES;
  205. CLANG_WARN_INT_CONVERSION = YES;
  206. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  207. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  208. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  209. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  210. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  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. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  222. GCC_C_LANGUAGE_STANDARD = gnu17;
  223. GCC_NO_COMMON_BLOCKS = YES;
  224. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  225. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  226. GCC_WARN_UNDECLARED_SELECTOR = YES;
  227. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  228. GCC_WARN_UNUSED_FUNCTION = YES;
  229. GCC_WARN_UNUSED_VARIABLE = YES;
  230. IPHONEOS_DEPLOYMENT_TARGET = 18.1;
  231. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  232. MTL_ENABLE_DEBUG_INFO = NO;
  233. MTL_FAST_MATH = YES;
  234. SDKROOT = iphoneos;
  235. SWIFT_COMPILATION_MODE = wholemodule;
  236. VALIDATE_PRODUCT = YES;
  237. };
  238. name = Release;
  239. };
  240. 06C5BF8D2C707D2D006896A8 /* Debug */ = {
  241. isa = XCBuildConfiguration;
  242. buildSettings = {
  243. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  244. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  245. CODE_SIGN_STYLE = Automatic;
  246. CURRENT_PROJECT_VERSION = 1;
  247. DEVELOPMENT_ASSET_PATHS = "\"SUIExamples/Preview Content\"";
  248. ENABLE_PREVIEWS = YES;
  249. GENERATE_INFOPLIST_FILE = YES;
  250. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  251. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  252. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  253. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  254. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  255. LD_RUNPATH_SEARCH_PATHS = (
  256. "$(inherited)",
  257. "@executable_path/Frameworks",
  258. );
  259. MARKETING_VERSION = 1.0;
  260. PRODUCT_BUNDLE_IDENTIFIER = com.cifroviz.SUIExamples;
  261. PRODUCT_NAME = "$(TARGET_NAME)";
  262. SWIFT_EMIT_LOC_STRINGS = YES;
  263. SWIFT_VERSION = 5.0;
  264. TARGETED_DEVICE_FAMILY = "1,2";
  265. };
  266. name = Debug;
  267. };
  268. 06C5BF8E2C707D2D006896A8 /* Release */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  272. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  273. CODE_SIGN_STYLE = Automatic;
  274. CURRENT_PROJECT_VERSION = 1;
  275. DEVELOPMENT_ASSET_PATHS = "\"SUIExamples/Preview Content\"";
  276. ENABLE_PREVIEWS = YES;
  277. GENERATE_INFOPLIST_FILE = YES;
  278. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  279. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  280. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  281. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  282. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  283. LD_RUNPATH_SEARCH_PATHS = (
  284. "$(inherited)",
  285. "@executable_path/Frameworks",
  286. );
  287. MARKETING_VERSION = 1.0;
  288. PRODUCT_BUNDLE_IDENTIFIER = com.cifroviz.SUIExamples;
  289. PRODUCT_NAME = "$(TARGET_NAME)";
  290. SWIFT_EMIT_LOC_STRINGS = YES;
  291. SWIFT_VERSION = 5.0;
  292. TARGETED_DEVICE_FAMILY = "1,2";
  293. };
  294. name = Release;
  295. };
  296. /* End XCBuildConfiguration section */
  297. /* Begin XCConfigurationList section */
  298. 06C5BF792C707D2C006896A8 /* Build configuration list for PBXProject "SUIExamples" */ = {
  299. isa = XCConfigurationList;
  300. buildConfigurations = (
  301. 06C5BF8A2C707D2D006896A8 /* Debug */,
  302. 06C5BF8B2C707D2D006896A8 /* Release */,
  303. );
  304. defaultConfigurationIsVisible = 0;
  305. defaultConfigurationName = Release;
  306. };
  307. 06C5BF8C2C707D2D006896A8 /* Build configuration list for PBXNativeTarget "SUIExamples" */ = {
  308. isa = XCConfigurationList;
  309. buildConfigurations = (
  310. 06C5BF8D2C707D2D006896A8 /* Debug */,
  311. 06C5BF8E2C707D2D006896A8 /* Release */,
  312. );
  313. defaultConfigurationIsVisible = 0;
  314. defaultConfigurationName = Release;
  315. };
  316. /* End XCConfigurationList section */
  317. };
  318. rootObject = 06C5BF762C707D2C006896A8 /* Project object */;
  319. }