project.pbxproj 11 KB

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