project.pbxproj 25 KB

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