project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. EDC9AF3F2563A19300321BC0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EDF64C97256241320050A86D /* Assets.xcassets */; };
  10. EDF64C92256241310050A86D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF64C91256241310050A86D /* AppDelegate.swift */; };
  11. EDF64C94256241310050A86D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF64C93256241310050A86D /* SceneDelegate.swift */; };
  12. EDF64C96256241310050A86D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF64C95256241310050A86D /* ContentView.swift */; };
  13. EDF64C98256241320050A86D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EDF64C97256241320050A86D /* Assets.xcassets */; };
  14. EDF64C9B256241320050A86D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EDF64C9A256241320050A86D /* Preview Assets.xcassets */; };
  15. EDF64C9E256241320050A86D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EDF64C9C256241320050A86D /* LaunchScreen.storyboard */; };
  16. EDF64D3F25625B300050A86D /* ACarousel in Frameworks */ = {isa = PBXBuildFile; productRef = EDF64D3E25625B300050A86D /* ACarousel */; };
  17. EDF64D5D256380F10050A86D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF64D5C256380F10050A86D /* AppDelegate.swift */; };
  18. EDF64D64256380F10050A86D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EDF64D63256380F10050A86D /* Preview Assets.xcassets */; };
  19. EDF64D67256380F10050A86D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EDF64D65256380F10050A86D /* Main.storyboard */; };
  20. EDF64D70256381410050A86D /* ACarousel in Frameworks */ = {isa = PBXBuildFile; productRef = EDF64D6F256381410050A86D /* ACarousel */; };
  21. EDF64DA425638FC50050A86D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF64DA325638FC50050A86D /* ContentView.swift */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXFileReference section */
  24. EDF64C8E256241310050A86D /* ACarouselDemo iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ACarouselDemo iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  25. EDF64C91256241310050A86D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  26. EDF64C93256241310050A86D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  27. EDF64C95256241310050A86D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  28. EDF64C97256241320050A86D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  29. EDF64C9A256241320050A86D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  30. EDF64C9D256241320050A86D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  31. EDF64C9F256241320050A86D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  32. EDF64D3525625AE10050A86D /* ACarousel */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ACarousel; path = ..; sourceTree = "<group>"; };
  33. EDF64D5A256380F10050A86D /* ACarouselDemo macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ACarouselDemo macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  34. EDF64D5C256380F10050A86D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  35. EDF64D63256380F10050A86D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  36. EDF64D66256380F10050A86D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  37. EDF64D68256380F10050A86D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  38. EDF64D69256380F10050A86D /* ACarouselDemo_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ACarouselDemo_macOS.entitlements; sourceTree = "<group>"; };
  39. EDF64DA325638FC50050A86D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. EDF64C8B256241310050A86D /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. EDF64D3F25625B300050A86D /* ACarousel in Frameworks */,
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. EDF64D57256380F10050A86D /* Frameworks */ = {
  51. isa = PBXFrameworksBuildPhase;
  52. buildActionMask = 2147483647;
  53. files = (
  54. EDF64D70256381410050A86D /* ACarousel in Frameworks */,
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. EDF64C832562405E0050A86D = {
  61. isa = PBXGroup;
  62. children = (
  63. EDF64D3525625AE10050A86D /* ACarousel */,
  64. EDF64C90256241310050A86D /* ACarouselDemo iOS */,
  65. EDF64D5B256380F10050A86D /* ACarouselDemo macOS */,
  66. EDF64C8F256241310050A86D /* Products */,
  67. EDF64D3D25625B300050A86D /* Frameworks */,
  68. );
  69. sourceTree = "<group>";
  70. };
  71. EDF64C8F256241310050A86D /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. EDF64C8E256241310050A86D /* ACarouselDemo iOS.app */,
  75. EDF64D5A256380F10050A86D /* ACarouselDemo macOS.app */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. EDF64C90256241310050A86D /* ACarouselDemo iOS */ = {
  81. isa = PBXGroup;
  82. children = (
  83. EDF64C91256241310050A86D /* AppDelegate.swift */,
  84. EDF64C93256241310050A86D /* SceneDelegate.swift */,
  85. EDF64C95256241310050A86D /* ContentView.swift */,
  86. EDF64C97256241320050A86D /* Assets.xcassets */,
  87. EDF64C9C256241320050A86D /* LaunchScreen.storyboard */,
  88. EDF64C9F256241320050A86D /* Info.plist */,
  89. EDF64C99256241320050A86D /* Preview Content */,
  90. );
  91. path = "ACarouselDemo iOS";
  92. sourceTree = "<group>";
  93. };
  94. EDF64C99256241320050A86D /* Preview Content */ = {
  95. isa = PBXGroup;
  96. children = (
  97. EDF64C9A256241320050A86D /* Preview Assets.xcassets */,
  98. );
  99. path = "Preview Content";
  100. sourceTree = "<group>";
  101. };
  102. EDF64D3D25625B300050A86D /* Frameworks */ = {
  103. isa = PBXGroup;
  104. children = (
  105. );
  106. name = Frameworks;
  107. sourceTree = "<group>";
  108. };
  109. EDF64D5B256380F10050A86D /* ACarouselDemo macOS */ = {
  110. isa = PBXGroup;
  111. children = (
  112. EDF64D5C256380F10050A86D /* AppDelegate.swift */,
  113. EDF64DA325638FC50050A86D /* ContentView.swift */,
  114. EDF64D65256380F10050A86D /* Main.storyboard */,
  115. EDF64D68256380F10050A86D /* Info.plist */,
  116. EDF64D69256380F10050A86D /* ACarouselDemo_macOS.entitlements */,
  117. EDF64D62256380F10050A86D /* Preview Content */,
  118. );
  119. path = "ACarouselDemo macOS";
  120. sourceTree = "<group>";
  121. };
  122. EDF64D62256380F10050A86D /* Preview Content */ = {
  123. isa = PBXGroup;
  124. children = (
  125. EDF64D63256380F10050A86D /* Preview Assets.xcassets */,
  126. );
  127. path = "Preview Content";
  128. sourceTree = "<group>";
  129. };
  130. /* End PBXGroup section */
  131. /* Begin PBXNativeTarget section */
  132. EDF64C8D256241310050A86D /* ACarouselDemo iOS */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = EDF64CA2256241320050A86D /* Build configuration list for PBXNativeTarget "ACarouselDemo iOS" */;
  135. buildPhases = (
  136. EDF64C8A256241310050A86D /* Sources */,
  137. EDF64C8B256241310050A86D /* Frameworks */,
  138. EDF64C8C256241310050A86D /* Resources */,
  139. );
  140. buildRules = (
  141. );
  142. dependencies = (
  143. );
  144. name = "ACarouselDemo iOS";
  145. packageProductDependencies = (
  146. EDF64D3E25625B300050A86D /* ACarousel */,
  147. );
  148. productName = "ACarouselDemo iOS";
  149. productReference = EDF64C8E256241310050A86D /* ACarouselDemo iOS.app */;
  150. productType = "com.apple.product-type.application";
  151. };
  152. EDF64D59256380F10050A86D /* ACarouselDemo macOS */ = {
  153. isa = PBXNativeTarget;
  154. buildConfigurationList = EDF64D6A256380F10050A86D /* Build configuration list for PBXNativeTarget "ACarouselDemo macOS" */;
  155. buildPhases = (
  156. EDF64D56256380F10050A86D /* Sources */,
  157. EDF64D57256380F10050A86D /* Frameworks */,
  158. EDF64D58256380F10050A86D /* Resources */,
  159. );
  160. buildRules = (
  161. );
  162. dependencies = (
  163. );
  164. name = "ACarouselDemo macOS";
  165. packageProductDependencies = (
  166. EDF64D6F256381410050A86D /* ACarousel */,
  167. );
  168. productName = "ACarouselDemo macOS";
  169. productReference = EDF64D5A256380F10050A86D /* ACarouselDemo macOS.app */;
  170. productType = "com.apple.product-type.application";
  171. };
  172. /* End PBXNativeTarget section */
  173. /* Begin PBXProject section */
  174. EDF64C842562405E0050A86D /* Project object */ = {
  175. isa = PBXProject;
  176. attributes = {
  177. LastSwiftUpdateCheck = 1210;
  178. LastUpgradeCheck = 1210;
  179. TargetAttributes = {
  180. EDF64C8D256241310050A86D = {
  181. CreatedOnToolsVersion = 12.1;
  182. };
  183. EDF64D59256380F10050A86D = {
  184. CreatedOnToolsVersion = 12.1;
  185. };
  186. };
  187. };
  188. buildConfigurationList = EDF64C872562405E0050A86D /* Build configuration list for PBXProject "ACarouselDemo" */;
  189. compatibilityVersion = "Xcode 9.3";
  190. developmentRegion = en;
  191. hasScannedForEncodings = 0;
  192. knownRegions = (
  193. en,
  194. Base,
  195. );
  196. mainGroup = EDF64C832562405E0050A86D;
  197. productRefGroup = EDF64C8F256241310050A86D /* Products */;
  198. projectDirPath = "";
  199. projectRoot = "";
  200. targets = (
  201. EDF64C8D256241310050A86D /* ACarouselDemo iOS */,
  202. EDF64D59256380F10050A86D /* ACarouselDemo macOS */,
  203. );
  204. };
  205. /* End PBXProject section */
  206. /* Begin PBXResourcesBuildPhase section */
  207. EDF64C8C256241310050A86D /* Resources */ = {
  208. isa = PBXResourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. EDF64C9E256241320050A86D /* LaunchScreen.storyboard in Resources */,
  212. EDF64C9B256241320050A86D /* Preview Assets.xcassets in Resources */,
  213. EDF64C98256241320050A86D /* Assets.xcassets in Resources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. EDF64D58256380F10050A86D /* Resources */ = {
  218. isa = PBXResourcesBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. EDF64D67256380F10050A86D /* Main.storyboard in Resources */,
  222. EDC9AF3F2563A19300321BC0 /* Assets.xcassets in Resources */,
  223. EDF64D64256380F10050A86D /* Preview Assets.xcassets in Resources */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXResourcesBuildPhase section */
  228. /* Begin PBXSourcesBuildPhase section */
  229. EDF64C8A256241310050A86D /* Sources */ = {
  230. isa = PBXSourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. EDF64C92256241310050A86D /* AppDelegate.swift in Sources */,
  234. EDF64C94256241310050A86D /* SceneDelegate.swift in Sources */,
  235. EDF64C96256241310050A86D /* ContentView.swift in Sources */,
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. EDF64D56256380F10050A86D /* Sources */ = {
  240. isa = PBXSourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. EDF64D5D256380F10050A86D /* AppDelegate.swift in Sources */,
  244. EDF64DA425638FC50050A86D /* ContentView.swift in Sources */,
  245. );
  246. runOnlyForDeploymentPostprocessing = 0;
  247. };
  248. /* End PBXSourcesBuildPhase section */
  249. /* Begin PBXVariantGroup section */
  250. EDF64C9C256241320050A86D /* LaunchScreen.storyboard */ = {
  251. isa = PBXVariantGroup;
  252. children = (
  253. EDF64C9D256241320050A86D /* Base */,
  254. );
  255. name = LaunchScreen.storyboard;
  256. sourceTree = "<group>";
  257. };
  258. EDF64D65256380F10050A86D /* Main.storyboard */ = {
  259. isa = PBXVariantGroup;
  260. children = (
  261. EDF64D66256380F10050A86D /* Base */,
  262. );
  263. name = Main.storyboard;
  264. sourceTree = "<group>";
  265. };
  266. /* End PBXVariantGroup section */
  267. /* Begin XCBuildConfiguration section */
  268. EDF64C882562405E0050A86D /* Debug */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. };
  272. name = Debug;
  273. };
  274. EDF64C892562405E0050A86D /* Release */ = {
  275. isa = XCBuildConfiguration;
  276. buildSettings = {
  277. };
  278. name = Release;
  279. };
  280. EDF64CA0256241320050A86D /* Debug */ = {
  281. isa = XCBuildConfiguration;
  282. buildSettings = {
  283. ALWAYS_SEARCH_USER_PATHS = NO;
  284. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  285. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  286. CLANG_ANALYZER_NONNULL = YES;
  287. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  288. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  289. CLANG_CXX_LIBRARY = "libc++";
  290. CLANG_ENABLE_MODULES = YES;
  291. CLANG_ENABLE_OBJC_ARC = YES;
  292. CLANG_ENABLE_OBJC_WEAK = YES;
  293. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  294. CLANG_WARN_BOOL_CONVERSION = YES;
  295. CLANG_WARN_COMMA = YES;
  296. CLANG_WARN_CONSTANT_CONVERSION = YES;
  297. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  298. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  299. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  300. CLANG_WARN_EMPTY_BODY = YES;
  301. CLANG_WARN_ENUM_CONVERSION = YES;
  302. CLANG_WARN_INFINITE_RECURSION = YES;
  303. CLANG_WARN_INT_CONVERSION = YES;
  304. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  305. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  306. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  307. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  308. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  309. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  310. CLANG_WARN_STRICT_PROTOTYPES = YES;
  311. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  312. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  313. CLANG_WARN_UNREACHABLE_CODE = YES;
  314. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  315. CODE_SIGN_STYLE = Automatic;
  316. COPY_PHASE_STRIP = NO;
  317. DEBUG_INFORMATION_FORMAT = dwarf;
  318. DEVELOPMENT_ASSET_PATHS = "\"ACarouselDemo iOS/Preview Content\"";
  319. DEVELOPMENT_TEAM = FJ92PFEJWW;
  320. ENABLE_PREVIEWS = YES;
  321. ENABLE_STRICT_OBJC_MSGSEND = YES;
  322. ENABLE_TESTABILITY = YES;
  323. GCC_C_LANGUAGE_STANDARD = gnu11;
  324. GCC_DYNAMIC_NO_PIC = NO;
  325. GCC_NO_COMMON_BLOCKS = YES;
  326. GCC_OPTIMIZATION_LEVEL = 0;
  327. GCC_PREPROCESSOR_DEFINITIONS = (
  328. "DEBUG=1",
  329. "$(inherited)",
  330. );
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. INFOPLIST_FILE = "ACarouselDemo iOS/Info.plist";
  338. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  339. LD_RUNPATH_SEARCH_PATHS = (
  340. "$(inherited)",
  341. "@executable_path/Frameworks",
  342. );
  343. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  344. MTL_FAST_MATH = YES;
  345. ONLY_ACTIVE_ARCH = YES;
  346. PRODUCT_BUNDLE_IDENTIFIER = "com.diyunkeji.ACarouselDemo-iOS";
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. SDKROOT = iphoneos;
  349. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  350. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  351. SWIFT_VERSION = 5.0;
  352. TARGETED_DEVICE_FAMILY = "1,2";
  353. };
  354. name = Debug;
  355. };
  356. EDF64CA1256241320050A86D /* Release */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. ALWAYS_SEARCH_USER_PATHS = NO;
  360. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  361. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  362. CLANG_ANALYZER_NONNULL = YES;
  363. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  364. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  365. CLANG_CXX_LIBRARY = "libc++";
  366. CLANG_ENABLE_MODULES = YES;
  367. CLANG_ENABLE_OBJC_ARC = YES;
  368. CLANG_ENABLE_OBJC_WEAK = YES;
  369. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  370. CLANG_WARN_BOOL_CONVERSION = YES;
  371. CLANG_WARN_COMMA = YES;
  372. CLANG_WARN_CONSTANT_CONVERSION = YES;
  373. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  374. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  375. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  376. CLANG_WARN_EMPTY_BODY = YES;
  377. CLANG_WARN_ENUM_CONVERSION = YES;
  378. CLANG_WARN_INFINITE_RECURSION = YES;
  379. CLANG_WARN_INT_CONVERSION = YES;
  380. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  381. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  382. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  383. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  384. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  385. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  386. CLANG_WARN_STRICT_PROTOTYPES = YES;
  387. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  388. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  389. CLANG_WARN_UNREACHABLE_CODE = YES;
  390. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  391. CODE_SIGN_STYLE = Automatic;
  392. COPY_PHASE_STRIP = NO;
  393. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  394. DEVELOPMENT_ASSET_PATHS = "\"ACarouselDemo iOS/Preview Content\"";
  395. DEVELOPMENT_TEAM = FJ92PFEJWW;
  396. ENABLE_NS_ASSERTIONS = NO;
  397. ENABLE_PREVIEWS = YES;
  398. ENABLE_STRICT_OBJC_MSGSEND = YES;
  399. GCC_C_LANGUAGE_STANDARD = gnu11;
  400. GCC_NO_COMMON_BLOCKS = YES;
  401. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  402. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  403. GCC_WARN_UNDECLARED_SELECTOR = YES;
  404. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  405. GCC_WARN_UNUSED_FUNCTION = YES;
  406. GCC_WARN_UNUSED_VARIABLE = YES;
  407. INFOPLIST_FILE = "ACarouselDemo iOS/Info.plist";
  408. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  409. LD_RUNPATH_SEARCH_PATHS = (
  410. "$(inherited)",
  411. "@executable_path/Frameworks",
  412. );
  413. MTL_ENABLE_DEBUG_INFO = NO;
  414. MTL_FAST_MATH = YES;
  415. PRODUCT_BUNDLE_IDENTIFIER = "com.diyunkeji.ACarouselDemo-iOS";
  416. PRODUCT_NAME = "$(TARGET_NAME)";
  417. SDKROOT = iphoneos;
  418. SWIFT_COMPILATION_MODE = wholemodule;
  419. SWIFT_OPTIMIZATION_LEVEL = "-O";
  420. SWIFT_VERSION = 5.0;
  421. TARGETED_DEVICE_FAMILY = "1,2";
  422. VALIDATE_PRODUCT = YES;
  423. };
  424. name = Release;
  425. };
  426. EDF64D6B256380F10050A86D /* Debug */ = {
  427. isa = XCBuildConfiguration;
  428. buildSettings = {
  429. ALWAYS_SEARCH_USER_PATHS = NO;
  430. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  431. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  432. CLANG_ANALYZER_NONNULL = YES;
  433. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  434. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  435. CLANG_CXX_LIBRARY = "libc++";
  436. CLANG_ENABLE_MODULES = YES;
  437. CLANG_ENABLE_OBJC_ARC = YES;
  438. CLANG_ENABLE_OBJC_WEAK = YES;
  439. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  440. CLANG_WARN_BOOL_CONVERSION = YES;
  441. CLANG_WARN_COMMA = YES;
  442. CLANG_WARN_CONSTANT_CONVERSION = YES;
  443. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  444. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  445. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  446. CLANG_WARN_EMPTY_BODY = YES;
  447. CLANG_WARN_ENUM_CONVERSION = YES;
  448. CLANG_WARN_INFINITE_RECURSION = YES;
  449. CLANG_WARN_INT_CONVERSION = YES;
  450. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  451. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  452. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  453. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  454. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  455. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  456. CLANG_WARN_STRICT_PROTOTYPES = YES;
  457. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  458. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  459. CLANG_WARN_UNREACHABLE_CODE = YES;
  460. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  461. CODE_SIGN_ENTITLEMENTS = "ACarouselDemo macOS/ACarouselDemo_macOS.entitlements";
  462. CODE_SIGN_STYLE = Automatic;
  463. COMBINE_HIDPI_IMAGES = YES;
  464. COPY_PHASE_STRIP = NO;
  465. DEBUG_INFORMATION_FORMAT = dwarf;
  466. DEVELOPMENT_ASSET_PATHS = "\"ACarouselDemo macOS/Preview Content\"";
  467. DEVELOPMENT_TEAM = FJ92PFEJWW;
  468. ENABLE_HARDENED_RUNTIME = YES;
  469. ENABLE_PREVIEWS = YES;
  470. ENABLE_STRICT_OBJC_MSGSEND = YES;
  471. ENABLE_TESTABILITY = YES;
  472. GCC_C_LANGUAGE_STANDARD = gnu11;
  473. GCC_DYNAMIC_NO_PIC = NO;
  474. GCC_NO_COMMON_BLOCKS = YES;
  475. GCC_OPTIMIZATION_LEVEL = 0;
  476. GCC_PREPROCESSOR_DEFINITIONS = (
  477. "DEBUG=1",
  478. "$(inherited)",
  479. );
  480. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  481. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  482. GCC_WARN_UNDECLARED_SELECTOR = YES;
  483. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  484. GCC_WARN_UNUSED_FUNCTION = YES;
  485. GCC_WARN_UNUSED_VARIABLE = YES;
  486. INFOPLIST_FILE = "ACarouselDemo macOS/Info.plist";
  487. LD_RUNPATH_SEARCH_PATHS = (
  488. "$(inherited)",
  489. "@executable_path/../Frameworks",
  490. );
  491. MACOSX_DEPLOYMENT_TARGET = 10.15;
  492. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  493. MTL_FAST_MATH = YES;
  494. ONLY_ACTIVE_ARCH = YES;
  495. PRODUCT_BUNDLE_IDENTIFIER = "com.diyunkeji.ACarouselDemo-macOS";
  496. PRODUCT_NAME = "$(TARGET_NAME)";
  497. SDKROOT = macosx;
  498. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  499. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  500. SWIFT_VERSION = 5.0;
  501. };
  502. name = Debug;
  503. };
  504. EDF64D6C256380F10050A86D /* Release */ = {
  505. isa = XCBuildConfiguration;
  506. buildSettings = {
  507. ALWAYS_SEARCH_USER_PATHS = NO;
  508. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  509. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  510. CLANG_ANALYZER_NONNULL = YES;
  511. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  512. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  513. CLANG_CXX_LIBRARY = "libc++";
  514. CLANG_ENABLE_MODULES = YES;
  515. CLANG_ENABLE_OBJC_ARC = YES;
  516. CLANG_ENABLE_OBJC_WEAK = YES;
  517. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  518. CLANG_WARN_BOOL_CONVERSION = YES;
  519. CLANG_WARN_COMMA = YES;
  520. CLANG_WARN_CONSTANT_CONVERSION = YES;
  521. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  522. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  523. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  524. CLANG_WARN_EMPTY_BODY = YES;
  525. CLANG_WARN_ENUM_CONVERSION = YES;
  526. CLANG_WARN_INFINITE_RECURSION = YES;
  527. CLANG_WARN_INT_CONVERSION = YES;
  528. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  529. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  530. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  531. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  532. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  533. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  534. CLANG_WARN_STRICT_PROTOTYPES = YES;
  535. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  536. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  537. CLANG_WARN_UNREACHABLE_CODE = YES;
  538. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  539. CODE_SIGN_ENTITLEMENTS = "ACarouselDemo macOS/ACarouselDemo_macOS.entitlements";
  540. CODE_SIGN_STYLE = Automatic;
  541. COMBINE_HIDPI_IMAGES = YES;
  542. COPY_PHASE_STRIP = NO;
  543. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  544. DEVELOPMENT_ASSET_PATHS = "\"ACarouselDemo macOS/Preview Content\"";
  545. DEVELOPMENT_TEAM = FJ92PFEJWW;
  546. ENABLE_HARDENED_RUNTIME = YES;
  547. ENABLE_NS_ASSERTIONS = NO;
  548. ENABLE_PREVIEWS = YES;
  549. ENABLE_STRICT_OBJC_MSGSEND = YES;
  550. GCC_C_LANGUAGE_STANDARD = gnu11;
  551. GCC_NO_COMMON_BLOCKS = YES;
  552. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  553. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  554. GCC_WARN_UNDECLARED_SELECTOR = YES;
  555. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  556. GCC_WARN_UNUSED_FUNCTION = YES;
  557. GCC_WARN_UNUSED_VARIABLE = YES;
  558. INFOPLIST_FILE = "ACarouselDemo macOS/Info.plist";
  559. LD_RUNPATH_SEARCH_PATHS = (
  560. "$(inherited)",
  561. "@executable_path/../Frameworks",
  562. );
  563. MACOSX_DEPLOYMENT_TARGET = 10.15;
  564. MTL_ENABLE_DEBUG_INFO = NO;
  565. MTL_FAST_MATH = YES;
  566. PRODUCT_BUNDLE_IDENTIFIER = "com.diyunkeji.ACarouselDemo-macOS";
  567. PRODUCT_NAME = "$(TARGET_NAME)";
  568. SDKROOT = macosx;
  569. SWIFT_COMPILATION_MODE = wholemodule;
  570. SWIFT_OPTIMIZATION_LEVEL = "-O";
  571. SWIFT_VERSION = 5.0;
  572. };
  573. name = Release;
  574. };
  575. /* End XCBuildConfiguration section */
  576. /* Begin XCConfigurationList section */
  577. EDF64C872562405E0050A86D /* Build configuration list for PBXProject "ACarouselDemo" */ = {
  578. isa = XCConfigurationList;
  579. buildConfigurations = (
  580. EDF64C882562405E0050A86D /* Debug */,
  581. EDF64C892562405E0050A86D /* Release */,
  582. );
  583. defaultConfigurationIsVisible = 0;
  584. defaultConfigurationName = Release;
  585. };
  586. EDF64CA2256241320050A86D /* Build configuration list for PBXNativeTarget "ACarouselDemo iOS" */ = {
  587. isa = XCConfigurationList;
  588. buildConfigurations = (
  589. EDF64CA0256241320050A86D /* Debug */,
  590. EDF64CA1256241320050A86D /* Release */,
  591. );
  592. defaultConfigurationIsVisible = 0;
  593. defaultConfigurationName = Release;
  594. };
  595. EDF64D6A256380F10050A86D /* Build configuration list for PBXNativeTarget "ACarouselDemo macOS" */ = {
  596. isa = XCConfigurationList;
  597. buildConfigurations = (
  598. EDF64D6B256380F10050A86D /* Debug */,
  599. EDF64D6C256380F10050A86D /* Release */,
  600. );
  601. defaultConfigurationIsVisible = 0;
  602. defaultConfigurationName = Release;
  603. };
  604. /* End XCConfigurationList section */
  605. /* Begin XCSwiftPackageProductDependency section */
  606. EDF64D3E25625B300050A86D /* ACarousel */ = {
  607. isa = XCSwiftPackageProductDependency;
  608. productName = ACarousel;
  609. };
  610. EDF64D6F256381410050A86D /* ACarousel */ = {
  611. isa = XCSwiftPackageProductDependency;
  612. productName = ACarousel;
  613. };
  614. /* End XCSwiftPackageProductDependency section */
  615. };
  616. rootObject = EDF64C842562405E0050A86D /* Project object */;
  617. }