project.pbxproj 12 KB

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