project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 01A5B83227474A2300E9395F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A5B83127474A2300E9395F /* AppDelegate.swift */; };
  10. 01A5B83427474A2300E9395F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A5B83327474A2300E9395F /* SceneDelegate.swift */; };
  11. 01A5B83627474A2300E9395F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A5B83527474A2300E9395F /* ViewController.swift */; };
  12. 01A5B83927474A2300E9395F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01A5B83727474A2300E9395F /* Main.storyboard */; };
  13. 01A5B83B27474A2400E9395F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01A5B83A27474A2400E9395F /* Assets.xcassets */; };
  14. 01A5B83E27474A2400E9395F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01A5B83C27474A2400E9395F /* LaunchScreen.storyboard */; };
  15. 01BCAEF327474BBD00F6FEE3 /* MJRefresh in Frameworks */ = {isa = PBXBuildFile; productRef = 01BCAEF227474BBD00F6FEE3 /* MJRefresh */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 01A5B82E27474A2300E9395F /* SPMTestExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SPMTestExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. 01A5B83127474A2300E9395F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  20. 01A5B83327474A2300E9395F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  21. 01A5B83527474A2300E9395F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  22. 01A5B83827474A2300E9395F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  23. 01A5B83A27474A2400E9395F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  24. 01A5B83D27474A2400E9395F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  25. 01A5B83F27474A2400E9395F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  26. 01BCAEF027474AFD00F6FEE3 /* MJRefresh */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MJRefresh; path = ../..; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. 01A5B82B27474A2300E9395F /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. 01BCAEF327474BBD00F6FEE3 /* MJRefresh in Frameworks */,
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXFrameworksBuildPhase section */
  38. /* Begin PBXGroup section */
  39. 01A5B82527474A2300E9395F = {
  40. isa = PBXGroup;
  41. children = (
  42. 01BCAEEF27474AFC00F6FEE3 /* Packages */,
  43. 01A5B83027474A2300E9395F /* SPMTestExample */,
  44. 01A5B82F27474A2300E9395F /* Products */,
  45. 01BCAEF127474BBD00F6FEE3 /* Frameworks */,
  46. );
  47. sourceTree = "<group>";
  48. };
  49. 01A5B82F27474A2300E9395F /* Products */ = {
  50. isa = PBXGroup;
  51. children = (
  52. 01A5B82E27474A2300E9395F /* SPMTestExample.app */,
  53. );
  54. name = Products;
  55. sourceTree = "<group>";
  56. };
  57. 01A5B83027474A2300E9395F /* SPMTestExample */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 01A5B83127474A2300E9395F /* AppDelegate.swift */,
  61. 01A5B83327474A2300E9395F /* SceneDelegate.swift */,
  62. 01A5B83527474A2300E9395F /* ViewController.swift */,
  63. 01A5B83727474A2300E9395F /* Main.storyboard */,
  64. 01A5B83A27474A2400E9395F /* Assets.xcassets */,
  65. 01A5B83C27474A2400E9395F /* LaunchScreen.storyboard */,
  66. 01A5B83F27474A2400E9395F /* Info.plist */,
  67. );
  68. path = SPMTestExample;
  69. sourceTree = "<group>";
  70. };
  71. 01BCAEEF27474AFC00F6FEE3 /* Packages */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 01BCAEF027474AFD00F6FEE3 /* MJRefresh */,
  75. );
  76. name = Packages;
  77. sourceTree = "<group>";
  78. };
  79. 01BCAEF127474BBD00F6FEE3 /* Frameworks */ = {
  80. isa = PBXGroup;
  81. children = (
  82. );
  83. name = Frameworks;
  84. sourceTree = "<group>";
  85. };
  86. /* End PBXGroup section */
  87. /* Begin PBXNativeTarget section */
  88. 01A5B82D27474A2300E9395F /* SPMTestExample */ = {
  89. isa = PBXNativeTarget;
  90. buildConfigurationList = 01A5B84227474A2400E9395F /* Build configuration list for PBXNativeTarget "SPMTestExample" */;
  91. buildPhases = (
  92. 01A5B82A27474A2300E9395F /* Sources */,
  93. 01A5B82B27474A2300E9395F /* Frameworks */,
  94. 01A5B82C27474A2300E9395F /* Resources */,
  95. );
  96. buildRules = (
  97. );
  98. dependencies = (
  99. );
  100. name = SPMTestExample;
  101. packageProductDependencies = (
  102. 01BCAEF227474BBD00F6FEE3 /* MJRefresh */,
  103. );
  104. productName = SPMTestExample;
  105. productReference = 01A5B82E27474A2300E9395F /* SPMTestExample.app */;
  106. productType = "com.apple.product-type.application";
  107. };
  108. /* End PBXNativeTarget section */
  109. /* Begin PBXProject section */
  110. 01A5B82627474A2300E9395F /* Project object */ = {
  111. isa = PBXProject;
  112. attributes = {
  113. BuildIndependentTargetsInParallel = 1;
  114. LastSwiftUpdateCheck = 1310;
  115. LastUpgradeCheck = 1310;
  116. TargetAttributes = {
  117. 01A5B82D27474A2300E9395F = {
  118. CreatedOnToolsVersion = 13.1;
  119. };
  120. };
  121. };
  122. buildConfigurationList = 01A5B82927474A2300E9395F /* Build configuration list for PBXProject "SPMTestExample" */;
  123. compatibilityVersion = "Xcode 13.0";
  124. developmentRegion = en;
  125. hasScannedForEncodings = 0;
  126. knownRegions = (
  127. en,
  128. Base,
  129. );
  130. mainGroup = 01A5B82527474A2300E9395F;
  131. productRefGroup = 01A5B82F27474A2300E9395F /* Products */;
  132. projectDirPath = "";
  133. projectRoot = "";
  134. targets = (
  135. 01A5B82D27474A2300E9395F /* SPMTestExample */,
  136. );
  137. };
  138. /* End PBXProject section */
  139. /* Begin PBXResourcesBuildPhase section */
  140. 01A5B82C27474A2300E9395F /* Resources */ = {
  141. isa = PBXResourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. 01A5B83E27474A2400E9395F /* LaunchScreen.storyboard in Resources */,
  145. 01A5B83B27474A2400E9395F /* Assets.xcassets in Resources */,
  146. 01A5B83927474A2300E9395F /* Main.storyboard in Resources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXResourcesBuildPhase section */
  151. /* Begin PBXSourcesBuildPhase section */
  152. 01A5B82A27474A2300E9395F /* Sources */ = {
  153. isa = PBXSourcesBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. 01A5B83627474A2300E9395F /* ViewController.swift in Sources */,
  157. 01A5B83227474A2300E9395F /* AppDelegate.swift in Sources */,
  158. 01A5B83427474A2300E9395F /* SceneDelegate.swift in Sources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXSourcesBuildPhase section */
  163. /* Begin PBXVariantGroup section */
  164. 01A5B83727474A2300E9395F /* Main.storyboard */ = {
  165. isa = PBXVariantGroup;
  166. children = (
  167. 01A5B83827474A2300E9395F /* Base */,
  168. );
  169. name = Main.storyboard;
  170. sourceTree = "<group>";
  171. };
  172. 01A5B83C27474A2400E9395F /* LaunchScreen.storyboard */ = {
  173. isa = PBXVariantGroup;
  174. children = (
  175. 01A5B83D27474A2400E9395F /* Base */,
  176. );
  177. name = LaunchScreen.storyboard;
  178. sourceTree = "<group>";
  179. };
  180. /* End PBXVariantGroup section */
  181. /* Begin XCBuildConfiguration section */
  182. 01A5B84027474A2400E9395F /* Debug */ = {
  183. isa = XCBuildConfiguration;
  184. buildSettings = {
  185. ALWAYS_SEARCH_USER_PATHS = NO;
  186. CLANG_ANALYZER_NONNULL = YES;
  187. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  188. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  189. CLANG_CXX_LIBRARY = "libc++";
  190. CLANG_ENABLE_MODULES = YES;
  191. CLANG_ENABLE_OBJC_ARC = YES;
  192. CLANG_ENABLE_OBJC_WEAK = YES;
  193. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  194. CLANG_WARN_BOOL_CONVERSION = YES;
  195. CLANG_WARN_COMMA = YES;
  196. CLANG_WARN_CONSTANT_CONVERSION = YES;
  197. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  198. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  199. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  200. CLANG_WARN_EMPTY_BODY = YES;
  201. CLANG_WARN_ENUM_CONVERSION = YES;
  202. CLANG_WARN_INFINITE_RECURSION = YES;
  203. CLANG_WARN_INT_CONVERSION = YES;
  204. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  205. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  206. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  207. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  208. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  209. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  210. CLANG_WARN_STRICT_PROTOTYPES = YES;
  211. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  212. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  213. CLANG_WARN_UNREACHABLE_CODE = YES;
  214. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  215. COPY_PHASE_STRIP = NO;
  216. DEBUG_INFORMATION_FORMAT = dwarf;
  217. ENABLE_STRICT_OBJC_MSGSEND = YES;
  218. ENABLE_TESTABILITY = YES;
  219. GCC_C_LANGUAGE_STANDARD = gnu11;
  220. GCC_DYNAMIC_NO_PIC = NO;
  221. GCC_NO_COMMON_BLOCKS = YES;
  222. GCC_OPTIMIZATION_LEVEL = 0;
  223. GCC_PREPROCESSOR_DEFINITIONS = (
  224. "DEBUG=1",
  225. "$(inherited)",
  226. );
  227. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  228. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  229. GCC_WARN_UNDECLARED_SELECTOR = YES;
  230. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  231. GCC_WARN_UNUSED_FUNCTION = YES;
  232. GCC_WARN_UNUSED_VARIABLE = YES;
  233. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  234. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  235. MTL_FAST_MATH = YES;
  236. ONLY_ACTIVE_ARCH = YES;
  237. SDKROOT = iphoneos;
  238. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  239. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  240. };
  241. name = Debug;
  242. };
  243. 01A5B84127474A2400E9395F /* Release */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_ANALYZER_NONNULL = YES;
  248. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  249. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  250. CLANG_CXX_LIBRARY = "libc++";
  251. CLANG_ENABLE_MODULES = YES;
  252. CLANG_ENABLE_OBJC_ARC = YES;
  253. CLANG_ENABLE_OBJC_WEAK = YES;
  254. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  255. CLANG_WARN_BOOL_CONVERSION = YES;
  256. CLANG_WARN_COMMA = YES;
  257. CLANG_WARN_CONSTANT_CONVERSION = YES;
  258. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  259. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  260. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  261. CLANG_WARN_EMPTY_BODY = YES;
  262. CLANG_WARN_ENUM_CONVERSION = YES;
  263. CLANG_WARN_INFINITE_RECURSION = YES;
  264. CLANG_WARN_INT_CONVERSION = YES;
  265. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  266. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  267. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  268. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  269. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  270. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  271. CLANG_WARN_STRICT_PROTOTYPES = YES;
  272. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  273. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  274. CLANG_WARN_UNREACHABLE_CODE = YES;
  275. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  276. COPY_PHASE_STRIP = NO;
  277. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  278. ENABLE_NS_ASSERTIONS = NO;
  279. ENABLE_STRICT_OBJC_MSGSEND = YES;
  280. GCC_C_LANGUAGE_STANDARD = gnu11;
  281. GCC_NO_COMMON_BLOCKS = YES;
  282. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  284. GCC_WARN_UNDECLARED_SELECTOR = YES;
  285. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  286. GCC_WARN_UNUSED_FUNCTION = YES;
  287. GCC_WARN_UNUSED_VARIABLE = YES;
  288. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  289. MTL_ENABLE_DEBUG_INFO = NO;
  290. MTL_FAST_MATH = YES;
  291. SDKROOT = iphoneos;
  292. SWIFT_COMPILATION_MODE = wholemodule;
  293. SWIFT_OPTIMIZATION_LEVEL = "-O";
  294. VALIDATE_PRODUCT = YES;
  295. };
  296. name = Release;
  297. };
  298. 01A5B84327474A2400E9395F /* Debug */ = {
  299. isa = XCBuildConfiguration;
  300. buildSettings = {
  301. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  302. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  303. CODE_SIGN_STYLE = Automatic;
  304. CURRENT_PROJECT_VERSION = 1;
  305. GENERATE_INFOPLIST_FILE = YES;
  306. INFOPLIST_FILE = SPMTestExample/Info.plist;
  307. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  308. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  309. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  310. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  311. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  312. LD_RUNPATH_SEARCH_PATHS = (
  313. "$(inherited)",
  314. "@executable_path/Frameworks",
  315. );
  316. MARKETING_VERSION = 1.0;
  317. PRODUCT_BUNDLE_IDENTIFIER = com.MJRefresh.SPMTestExample;
  318. PRODUCT_NAME = "$(TARGET_NAME)";
  319. SWIFT_EMIT_LOC_STRINGS = YES;
  320. SWIFT_VERSION = 5.0;
  321. TARGETED_DEVICE_FAMILY = "1,2";
  322. };
  323. name = Debug;
  324. };
  325. 01A5B84427474A2400E9395F /* Release */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  329. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  330. CODE_SIGN_STYLE = Automatic;
  331. CURRENT_PROJECT_VERSION = 1;
  332. GENERATE_INFOPLIST_FILE = YES;
  333. INFOPLIST_FILE = SPMTestExample/Info.plist;
  334. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  335. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  336. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  337. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  338. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  339. LD_RUNPATH_SEARCH_PATHS = (
  340. "$(inherited)",
  341. "@executable_path/Frameworks",
  342. );
  343. MARKETING_VERSION = 1.0;
  344. PRODUCT_BUNDLE_IDENTIFIER = com.MJRefresh.SPMTestExample;
  345. PRODUCT_NAME = "$(TARGET_NAME)";
  346. SWIFT_EMIT_LOC_STRINGS = YES;
  347. SWIFT_VERSION = 5.0;
  348. TARGETED_DEVICE_FAMILY = "1,2";
  349. };
  350. name = Release;
  351. };
  352. /* End XCBuildConfiguration section */
  353. /* Begin XCConfigurationList section */
  354. 01A5B82927474A2300E9395F /* Build configuration list for PBXProject "SPMTestExample" */ = {
  355. isa = XCConfigurationList;
  356. buildConfigurations = (
  357. 01A5B84027474A2400E9395F /* Debug */,
  358. 01A5B84127474A2400E9395F /* Release */,
  359. );
  360. defaultConfigurationIsVisible = 0;
  361. defaultConfigurationName = Release;
  362. };
  363. 01A5B84227474A2400E9395F /* Build configuration list for PBXNativeTarget "SPMTestExample" */ = {
  364. isa = XCConfigurationList;
  365. buildConfigurations = (
  366. 01A5B84327474A2400E9395F /* Debug */,
  367. 01A5B84427474A2400E9395F /* Release */,
  368. );
  369. defaultConfigurationIsVisible = 0;
  370. defaultConfigurationName = Release;
  371. };
  372. /* End XCConfigurationList section */
  373. /* Begin XCSwiftPackageProductDependency section */
  374. 01BCAEF227474BBD00F6FEE3 /* MJRefresh */ = {
  375. isa = XCSwiftPackageProductDependency;
  376. productName = MJRefresh;
  377. };
  378. /* End XCSwiftPackageProductDependency section */
  379. };
  380. rootObject = 01A5B82627474A2300E9395F /* Project object */;
  381. }