project.pbxproj 14 KB

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