project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 440B451E25D8696C00334F54 /* ListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440B451B25D8696C00334F54 /* ListViewController.swift */; };
  10. 440B452125D869A700334F54 /* BasicUIScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440B451F25D869A700334F54 /* BasicUIScrollViewController.swift */; };
  11. 440B452225D869A700334F54 /* SimpleLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440B452025D869A700334F54 /* SimpleLayoutViewController.swift */; };
  12. 440B452B25D86C0100334F54 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 440B452A25D86C0100334F54 /* SnapKit */; };
  13. 44477D7225D86845009F5E40 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44477D7125D86845009F5E40 /* AppDelegate.swift */; };
  14. 44477D7B25D86846009F5E40 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 44477D7A25D86846009F5E40 /* Assets.xcassets */; };
  15. 44477D7E25D86846009F5E40 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44477D7C25D86846009F5E40 /* LaunchScreen.storyboard */; };
  16. 5D64AC0228D087AD00FFEC29 /* libswiftCoreGraphics.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D64AC0128D087A400FFEC29 /* libswiftCoreGraphics.tbd */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 440B451B25D8696C00334F54 /* ListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListViewController.swift; sourceTree = "<group>"; };
  20. 440B451F25D869A700334F54 /* BasicUIScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BasicUIScrollViewController.swift; path = demos/BasicUIScrollViewController.swift; sourceTree = "<group>"; };
  21. 440B452025D869A700334F54 /* SimpleLayoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SimpleLayoutViewController.swift; path = demos/SimpleLayoutViewController.swift; sourceTree = "<group>"; };
  22. 440B452925D86BF200334F54 /* SnapKit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SnapKit; path = ..; sourceTree = "<group>"; };
  23. 44477D6E25D86845009F5E40 /* Example-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 44477D7125D86845009F5E40 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  25. 44477D7A25D86846009F5E40 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 44477D7D25D86846009F5E40 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. 44477D7F25D86846009F5E40 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 5D64AC0128D087A400FFEC29 /* libswiftCoreGraphics.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCoreGraphics.tbd; path = usr/lib/swift/libswiftCoreGraphics.tbd; sourceTree = SDKROOT; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. 44477D6B25D86845009F5E40 /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. 5D64AC0228D087AD00FFEC29 /* libswiftCoreGraphics.tbd in Frameworks */,
  36. 440B452B25D86C0100334F54 /* SnapKit in Frameworks */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. 440B452725D86BDF00334F54 /* Frameworks */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 5D64AC0128D087A400FFEC29 /* libswiftCoreGraphics.tbd */,
  46. 440B452925D86BF200334F54 /* SnapKit */,
  47. );
  48. name = Frameworks;
  49. sourceTree = "<group>";
  50. };
  51. 44477D6525D86845009F5E40 = {
  52. isa = PBXGroup;
  53. children = (
  54. 44477D7025D86845009F5E40 /* Example-iOS */,
  55. 44477D6F25D86845009F5E40 /* Products */,
  56. 440B452725D86BDF00334F54 /* Frameworks */,
  57. );
  58. sourceTree = "<group>";
  59. };
  60. 44477D6F25D86845009F5E40 /* Products */ = {
  61. isa = PBXGroup;
  62. children = (
  63. 44477D6E25D86845009F5E40 /* Example-iOS.app */,
  64. );
  65. name = Products;
  66. sourceTree = "<group>";
  67. };
  68. 44477D7025D86845009F5E40 /* Example-iOS */ = {
  69. isa = PBXGroup;
  70. children = (
  71. 44477D7C25D86846009F5E40 /* LaunchScreen.storyboard */,
  72. 44477D7A25D86846009F5E40 /* Assets.xcassets */,
  73. 44477D7F25D86846009F5E40 /* Info.plist */,
  74. 44477D7125D86845009F5E40 /* AppDelegate.swift */,
  75. 440B451B25D8696C00334F54 /* ListViewController.swift */,
  76. 440B451F25D869A700334F54 /* BasicUIScrollViewController.swift */,
  77. 440B452025D869A700334F54 /* SimpleLayoutViewController.swift */,
  78. );
  79. name = "Example-iOS";
  80. sourceTree = "<group>";
  81. };
  82. /* End PBXGroup section */
  83. /* Begin PBXNativeTarget section */
  84. 44477D6D25D86845009F5E40 /* Example-iOS */ = {
  85. isa = PBXNativeTarget;
  86. buildConfigurationList = 44477D8225D86846009F5E40 /* Build configuration list for PBXNativeTarget "Example-iOS" */;
  87. buildPhases = (
  88. 44477D6A25D86845009F5E40 /* Sources */,
  89. 44477D6B25D86845009F5E40 /* Frameworks */,
  90. 44477D6C25D86845009F5E40 /* Resources */,
  91. );
  92. buildRules = (
  93. );
  94. dependencies = (
  95. );
  96. name = "Example-iOS";
  97. packageProductDependencies = (
  98. 440B452A25D86C0100334F54 /* SnapKit */,
  99. );
  100. productName = "Example-iOS";
  101. productReference = 44477D6E25D86845009F5E40 /* Example-iOS.app */;
  102. productType = "com.apple.product-type.application";
  103. };
  104. /* End PBXNativeTarget section */
  105. /* Begin PBXProject section */
  106. 44477D6625D86845009F5E40 /* Project object */ = {
  107. isa = PBXProject;
  108. attributes = {
  109. LastSwiftUpdateCheck = 1250;
  110. LastUpgradeCheck = 1250;
  111. TargetAttributes = {
  112. 44477D6D25D86845009F5E40 = {
  113. CreatedOnToolsVersion = 12.5;
  114. };
  115. };
  116. };
  117. buildConfigurationList = 44477D6925D86845009F5E40 /* Build configuration list for PBXProject "Example-iOS" */;
  118. compatibilityVersion = "Xcode 9.3";
  119. developmentRegion = en;
  120. hasScannedForEncodings = 0;
  121. knownRegions = (
  122. en,
  123. Base,
  124. );
  125. mainGroup = 44477D6525D86845009F5E40;
  126. productRefGroup = 44477D6F25D86845009F5E40 /* Products */;
  127. projectDirPath = "";
  128. projectRoot = "";
  129. targets = (
  130. 44477D6D25D86845009F5E40 /* Example-iOS */,
  131. );
  132. };
  133. /* End PBXProject section */
  134. /* Begin PBXResourcesBuildPhase section */
  135. 44477D6C25D86845009F5E40 /* Resources */ = {
  136. isa = PBXResourcesBuildPhase;
  137. buildActionMask = 2147483647;
  138. files = (
  139. 44477D7E25D86846009F5E40 /* LaunchScreen.storyboard in Resources */,
  140. 44477D7B25D86846009F5E40 /* Assets.xcassets in Resources */,
  141. );
  142. runOnlyForDeploymentPostprocessing = 0;
  143. };
  144. /* End PBXResourcesBuildPhase section */
  145. /* Begin PBXSourcesBuildPhase section */
  146. 44477D6A25D86845009F5E40 /* Sources */ = {
  147. isa = PBXSourcesBuildPhase;
  148. buildActionMask = 2147483647;
  149. files = (
  150. 440B452225D869A700334F54 /* SimpleLayoutViewController.swift in Sources */,
  151. 440B451E25D8696C00334F54 /* ListViewController.swift in Sources */,
  152. 440B452125D869A700334F54 /* BasicUIScrollViewController.swift in Sources */,
  153. 44477D7225D86845009F5E40 /* AppDelegate.swift in Sources */,
  154. );
  155. runOnlyForDeploymentPostprocessing = 0;
  156. };
  157. /* End PBXSourcesBuildPhase section */
  158. /* Begin PBXVariantGroup section */
  159. 44477D7C25D86846009F5E40 /* LaunchScreen.storyboard */ = {
  160. isa = PBXVariantGroup;
  161. children = (
  162. 44477D7D25D86846009F5E40 /* Base */,
  163. );
  164. name = LaunchScreen.storyboard;
  165. sourceTree = "<group>";
  166. };
  167. /* End PBXVariantGroup section */
  168. /* Begin XCBuildConfiguration section */
  169. 44477D8025D86846009F5E40 /* Debug */ = {
  170. isa = XCBuildConfiguration;
  171. buildSettings = {
  172. ALWAYS_SEARCH_USER_PATHS = NO;
  173. CLANG_ANALYZER_NONNULL = YES;
  174. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  175. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  176. CLANG_CXX_LIBRARY = "libc++";
  177. CLANG_ENABLE_MODULES = YES;
  178. CLANG_ENABLE_OBJC_ARC = YES;
  179. CLANG_ENABLE_OBJC_WEAK = YES;
  180. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  181. CLANG_WARN_BOOL_CONVERSION = YES;
  182. CLANG_WARN_COMMA = YES;
  183. CLANG_WARN_CONSTANT_CONVERSION = YES;
  184. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  185. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  186. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  187. CLANG_WARN_EMPTY_BODY = YES;
  188. CLANG_WARN_ENUM_CONVERSION = YES;
  189. CLANG_WARN_INFINITE_RECURSION = YES;
  190. CLANG_WARN_INT_CONVERSION = YES;
  191. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  192. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  193. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  194. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  195. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  196. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  197. CLANG_WARN_STRICT_PROTOTYPES = YES;
  198. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  199. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  200. CLANG_WARN_UNREACHABLE_CODE = YES;
  201. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  202. COPY_PHASE_STRIP = NO;
  203. DEBUG_INFORMATION_FORMAT = dwarf;
  204. ENABLE_STRICT_OBJC_MSGSEND = YES;
  205. ENABLE_TESTABILITY = YES;
  206. GCC_C_LANGUAGE_STANDARD = gnu11;
  207. GCC_DYNAMIC_NO_PIC = NO;
  208. GCC_NO_COMMON_BLOCKS = YES;
  209. GCC_OPTIMIZATION_LEVEL = 0;
  210. GCC_PREPROCESSOR_DEFINITIONS = (
  211. "DEBUG=1",
  212. "$(inherited)",
  213. );
  214. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  215. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  216. GCC_WARN_UNDECLARED_SELECTOR = YES;
  217. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  218. GCC_WARN_UNUSED_FUNCTION = YES;
  219. GCC_WARN_UNUSED_VARIABLE = YES;
  220. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  221. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  222. MTL_FAST_MATH = YES;
  223. ONLY_ACTIVE_ARCH = YES;
  224. SDKROOT = iphoneos;
  225. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  226. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  227. };
  228. name = Debug;
  229. };
  230. 44477D8125D86846009F5E40 /* Release */ = {
  231. isa = XCBuildConfiguration;
  232. buildSettings = {
  233. ALWAYS_SEARCH_USER_PATHS = NO;
  234. CLANG_ANALYZER_NONNULL = YES;
  235. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  236. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  237. CLANG_CXX_LIBRARY = "libc++";
  238. CLANG_ENABLE_MODULES = YES;
  239. CLANG_ENABLE_OBJC_ARC = YES;
  240. CLANG_ENABLE_OBJC_WEAK = YES;
  241. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  242. CLANG_WARN_BOOL_CONVERSION = YES;
  243. CLANG_WARN_COMMA = YES;
  244. CLANG_WARN_CONSTANT_CONVERSION = YES;
  245. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  246. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  247. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  248. CLANG_WARN_EMPTY_BODY = YES;
  249. CLANG_WARN_ENUM_CONVERSION = YES;
  250. CLANG_WARN_INFINITE_RECURSION = YES;
  251. CLANG_WARN_INT_CONVERSION = YES;
  252. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  253. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  254. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  255. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  256. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  257. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  258. CLANG_WARN_STRICT_PROTOTYPES = YES;
  259. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  260. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  261. CLANG_WARN_UNREACHABLE_CODE = YES;
  262. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  263. COPY_PHASE_STRIP = NO;
  264. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  265. ENABLE_NS_ASSERTIONS = NO;
  266. ENABLE_STRICT_OBJC_MSGSEND = YES;
  267. GCC_C_LANGUAGE_STANDARD = gnu11;
  268. GCC_NO_COMMON_BLOCKS = YES;
  269. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  270. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  271. GCC_WARN_UNDECLARED_SELECTOR = YES;
  272. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  273. GCC_WARN_UNUSED_FUNCTION = YES;
  274. GCC_WARN_UNUSED_VARIABLE = YES;
  275. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  276. MTL_ENABLE_DEBUG_INFO = NO;
  277. MTL_FAST_MATH = YES;
  278. SDKROOT = iphoneos;
  279. SWIFT_COMPILATION_MODE = wholemodule;
  280. SWIFT_OPTIMIZATION_LEVEL = "-O";
  281. VALIDATE_PRODUCT = YES;
  282. };
  283. name = Release;
  284. };
  285. 44477D8325D86846009F5E40 /* Debug */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  289. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  290. CODE_SIGN_STYLE = Automatic;
  291. INFOPLIST_FILE = Info.plist;
  292. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  293. LD_RUNPATH_SEARCH_PATHS = (
  294. "$(inherited)",
  295. "@executable_path/Frameworks",
  296. );
  297. LIBRARY_SEARCH_PATHS = (
  298. "$(inherited)",
  299. "$(SDKROOT)/usr/lib/swift",
  300. );
  301. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.Example-iOS";
  302. PRODUCT_NAME = "$(TARGET_NAME)";
  303. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
  304. SUPPORTS_MACCATALYST = NO;
  305. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  306. SWIFT_VERSION = 5.0;
  307. TARGETED_DEVICE_FAMILY = "1,2,7";
  308. };
  309. name = Debug;
  310. };
  311. 44477D8425D86846009F5E40 /* Release */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  315. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  316. CODE_SIGN_STYLE = Automatic;
  317. INFOPLIST_FILE = Info.plist;
  318. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  319. LD_RUNPATH_SEARCH_PATHS = (
  320. "$(inherited)",
  321. "@executable_path/Frameworks",
  322. );
  323. LIBRARY_SEARCH_PATHS = (
  324. "$(inherited)",
  325. "$(SDKROOT)/usr/lib/swift",
  326. );
  327. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.Example-iOS";
  328. PRODUCT_NAME = "$(TARGET_NAME)";
  329. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
  330. SUPPORTS_MACCATALYST = NO;
  331. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  332. SWIFT_VERSION = 5.0;
  333. TARGETED_DEVICE_FAMILY = "1,2,7";
  334. };
  335. name = Release;
  336. };
  337. /* End XCBuildConfiguration section */
  338. /* Begin XCConfigurationList section */
  339. 44477D6925D86845009F5E40 /* Build configuration list for PBXProject "Example-iOS" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. 44477D8025D86846009F5E40 /* Debug */,
  343. 44477D8125D86846009F5E40 /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Release;
  347. };
  348. 44477D8225D86846009F5E40 /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. 44477D8325D86846009F5E40 /* Debug */,
  352. 44477D8425D86846009F5E40 /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Release;
  356. };
  357. /* End XCConfigurationList section */
  358. /* Begin XCSwiftPackageProductDependency section */
  359. 440B452A25D86C0100334F54 /* SnapKit */ = {
  360. isa = XCSwiftPackageProductDependency;
  361. productName = SnapKit;
  362. };
  363. /* End XCSwiftPackageProductDependency section */
  364. };
  365. rootObject = 44477D6625D86845009F5E40 /* Project object */;
  366. }