project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3E02D9B7F37ED33FCB9F247B /* Pods_AppSpSDKDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D50BDB49E6899013E99E1257 /* Pods_AppSpSDKDemo.framework */; };
  10. C11F1ED6251890BD00D1DB4D /* UIColor+AJExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C11F1ED5251890BD00D1DB4D /* UIColor+AJExtension.swift */; };
  11. C11F1EDB251896E400D1DB4D /* AJProgressHud.swift in Sources */ = {isa = PBXBuildFile; fileRef = C11F1ED9251896E400D1DB4D /* AJProgressHud.swift */; };
  12. C11F1EDC251896E400D1DB4D /* SwiftProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C11F1EDA251896E400D1DB4D /* SwiftProgressHUD.swift */; };
  13. C164DBE42521B1A80095D335 /* AppSpMarqueeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C164DBE32521B1A80095D335 /* AppSpMarqueeView.swift */; };
  14. C191D9562514813F008EB56C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9552514813F008EB56C /* AppDelegate.swift */; };
  15. C191D95A2514813F008EB56C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9592514813F008EB56C /* ViewController.swift */; };
  16. C191D95D2514813F008EB56C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C191D95B2514813F008EB56C /* Main.storyboard */; };
  17. C191D95F25148156008EB56C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C191D95E25148156008EB56C /* Assets.xcassets */; };
  18. C191D96225148156008EB56C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C191D96025148156008EB56C /* LaunchScreen.storyboard */; };
  19. C191D9A125148AF0008EB56C /* AppSpSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C191D9A025148AF0008EB56C /* AppSpSDK.framework */; };
  20. C191D9A225148AF0008EB56C /* AppSpSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C191D9A025148AF0008EB56C /* AppSpSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  21. C191D9C025148C75008EB56C /* NoticeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9B825148C75008EB56C /* NoticeController.swift */; };
  22. C191D9C125148C75008EB56C /* VersionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9B925148C75008EB56C /* VersionController.swift */; };
  23. C191D9C225148C75008EB56C /* AppSpNoticeAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9BB25148C75008EB56C /* AppSpNoticeAlert.swift */; };
  24. C191D9C325148C75008EB56C /* AppSpVersionAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9BC25148C75008EB56C /* AppSpVersionAlert.swift */; };
  25. C191D9C425148C75008EB56C /* AppSpAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9BD25148C75008EB56C /* AppSpAlert.swift */; };
  26. C191D9C525148C75008EB56C /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C191D9BE25148C75008EB56C /* Utils.swift */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXCopyFilesBuildPhase section */
  29. C191D9A325148AF0008EB56C /* Embed Frameworks */ = {
  30. isa = PBXCopyFilesBuildPhase;
  31. buildActionMask = 2147483647;
  32. dstPath = "";
  33. dstSubfolderSpec = 10;
  34. files = (
  35. C191D9A225148AF0008EB56C /* AppSpSDK.framework in Embed Frameworks */,
  36. );
  37. name = "Embed Frameworks";
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXCopyFilesBuildPhase section */
  41. /* Begin PBXFileReference section */
  42. 976D7EF0CB326BD79A9A33D6 /* Pods-AppSpSDKDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppSpSDKDemo.release.xcconfig"; path = "Target Support Files/Pods-AppSpSDKDemo/Pods-AppSpSDKDemo.release.xcconfig"; sourceTree = "<group>"; };
  43. AF4595B51F2EB31A0E38CA27 /* Pods-AppSpSDKDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppSpSDKDemo.debug.xcconfig"; path = "Target Support Files/Pods-AppSpSDKDemo/Pods-AppSpSDKDemo.debug.xcconfig"; sourceTree = "<group>"; };
  44. C11F1ED5251890BD00D1DB4D /* UIColor+AJExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+AJExtension.swift"; sourceTree = "<group>"; };
  45. C11F1ED9251896E400D1DB4D /* AJProgressHud.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AJProgressHud.swift; sourceTree = "<group>"; };
  46. C11F1EDA251896E400D1DB4D /* SwiftProgressHUD.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftProgressHUD.swift; sourceTree = "<group>"; };
  47. C164DBE32521B1A80095D335 /* AppSpMarqueeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSpMarqueeView.swift; sourceTree = "<group>"; };
  48. C191D9522514813F008EB56C /* AppSpSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppSpSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  49. C191D9552514813F008EB56C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  50. C191D9592514813F008EB56C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  51. C191D95C2514813F008EB56C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  52. C191D95E25148156008EB56C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  53. C191D96125148156008EB56C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  54. C191D96325148156008EB56C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  55. C191D9A025148AF0008EB56C /* AppSpSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AppSpSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  56. C191D9B825148C75008EB56C /* NoticeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NoticeController.swift; sourceTree = "<group>"; };
  57. C191D9B925148C75008EB56C /* VersionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionController.swift; sourceTree = "<group>"; };
  58. C191D9BB25148C75008EB56C /* AppSpNoticeAlert.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppSpNoticeAlert.swift; sourceTree = "<group>"; };
  59. C191D9BC25148C75008EB56C /* AppSpVersionAlert.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppSpVersionAlert.swift; sourceTree = "<group>"; };
  60. C191D9BD25148C75008EB56C /* AppSpAlert.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppSpAlert.swift; sourceTree = "<group>"; };
  61. C191D9BE25148C75008EB56C /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  62. D50BDB49E6899013E99E1257 /* Pods_AppSpSDKDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppSpSDKDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. C191D94F2514813F008EB56C /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. C191D9A125148AF0008EB56C /* AppSpSDK.framework in Frameworks */,
  70. 3E02D9B7F37ED33FCB9F247B /* Pods_AppSpSDKDemo.framework in Frameworks */,
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXFrameworksBuildPhase section */
  75. /* Begin PBXGroup section */
  76. BCC5A3CB4F28FCB1DA4A1988 /* Pods */ = {
  77. isa = PBXGroup;
  78. children = (
  79. AF4595B51F2EB31A0E38CA27 /* Pods-AppSpSDKDemo.debug.xcconfig */,
  80. 976D7EF0CB326BD79A9A33D6 /* Pods-AppSpSDKDemo.release.xcconfig */,
  81. );
  82. path = Pods;
  83. sourceTree = "<group>";
  84. };
  85. C11F1ED42518905200D1DB4D /* Category */ = {
  86. isa = PBXGroup;
  87. children = (
  88. C11F1ED5251890BD00D1DB4D /* UIColor+AJExtension.swift */,
  89. );
  90. path = Category;
  91. sourceTree = "<group>";
  92. };
  93. C11F1ED7251896C600D1DB4D /* Tools */ = {
  94. isa = PBXGroup;
  95. children = (
  96. C191D9BE25148C75008EB56C /* Utils.swift */,
  97. C11F1ED8251896E400D1DB4D /* SwiftProgressHUD */,
  98. );
  99. path = Tools;
  100. sourceTree = "<group>";
  101. };
  102. C11F1ED8251896E400D1DB4D /* SwiftProgressHUD */ = {
  103. isa = PBXGroup;
  104. children = (
  105. C11F1ED9251896E400D1DB4D /* AJProgressHud.swift */,
  106. C11F1EDA251896E400D1DB4D /* SwiftProgressHUD.swift */,
  107. );
  108. path = SwiftProgressHUD;
  109. sourceTree = "<group>";
  110. };
  111. C191D9492514813F008EB56C = {
  112. isa = PBXGroup;
  113. children = (
  114. C191D9542514813F008EB56C /* AppSpSDKDemo */,
  115. C191D9532514813F008EB56C /* Products */,
  116. BCC5A3CB4F28FCB1DA4A1988 /* Pods */,
  117. EB62731EEC6EF4F428D0BAD1 /* Frameworks */,
  118. );
  119. sourceTree = "<group>";
  120. };
  121. C191D9532514813F008EB56C /* Products */ = {
  122. isa = PBXGroup;
  123. children = (
  124. C191D9522514813F008EB56C /* AppSpSDKDemo.app */,
  125. );
  126. name = Products;
  127. sourceTree = "<group>";
  128. };
  129. C191D9542514813F008EB56C /* AppSpSDKDemo */ = {
  130. isa = PBXGroup;
  131. children = (
  132. C191D9552514813F008EB56C /* AppDelegate.swift */,
  133. C191D9592514813F008EB56C /* ViewController.swift */,
  134. C191D9B825148C75008EB56C /* NoticeController.swift */,
  135. C191D9B925148C75008EB56C /* VersionController.swift */,
  136. C191D9BA25148C75008EB56C /* ASPUI */,
  137. C11F1ED42518905200D1DB4D /* Category */,
  138. C11F1ED7251896C600D1DB4D /* Tools */,
  139. C191D95B2514813F008EB56C /* Main.storyboard */,
  140. C191D95E25148156008EB56C /* Assets.xcassets */,
  141. C191D96025148156008EB56C /* LaunchScreen.storyboard */,
  142. C191D96325148156008EB56C /* Info.plist */,
  143. );
  144. path = AppSpSDKDemo;
  145. sourceTree = "<group>";
  146. };
  147. C191D9BA25148C75008EB56C /* ASPUI */ = {
  148. isa = PBXGroup;
  149. children = (
  150. C191D9BB25148C75008EB56C /* AppSpNoticeAlert.swift */,
  151. C191D9BC25148C75008EB56C /* AppSpVersionAlert.swift */,
  152. C191D9BD25148C75008EB56C /* AppSpAlert.swift */,
  153. C164DBE32521B1A80095D335 /* AppSpMarqueeView.swift */,
  154. );
  155. path = ASPUI;
  156. sourceTree = "<group>";
  157. };
  158. EB62731EEC6EF4F428D0BAD1 /* Frameworks */ = {
  159. isa = PBXGroup;
  160. children = (
  161. C191D9A025148AF0008EB56C /* AppSpSDK.framework */,
  162. D50BDB49E6899013E99E1257 /* Pods_AppSpSDKDemo.framework */,
  163. );
  164. name = Frameworks;
  165. sourceTree = "<group>";
  166. };
  167. /* End PBXGroup section */
  168. /* Begin PBXNativeTarget section */
  169. C191D9512514813F008EB56C /* AppSpSDKDemo */ = {
  170. isa = PBXNativeTarget;
  171. buildConfigurationList = C191D96625148156008EB56C /* Build configuration list for PBXNativeTarget "AppSpSDKDemo" */;
  172. buildPhases = (
  173. 1B6493D8E849980C1B76C668 /* [CP] Check Pods Manifest.lock */,
  174. C191D94E2514813F008EB56C /* Sources */,
  175. C191D94F2514813F008EB56C /* Frameworks */,
  176. C191D9502514813F008EB56C /* Resources */,
  177. C191D9A325148AF0008EB56C /* Embed Frameworks */,
  178. 25B9ED1FEA48B4E7E581A50C /* [CP] Embed Pods Frameworks */,
  179. );
  180. buildRules = (
  181. );
  182. dependencies = (
  183. );
  184. name = AppSpSDKDemo;
  185. productName = AppSpSDKDemo;
  186. productReference = C191D9522514813F008EB56C /* AppSpSDKDemo.app */;
  187. productType = "com.apple.product-type.application";
  188. };
  189. /* End PBXNativeTarget section */
  190. /* Begin PBXProject section */
  191. C191D94A2514813F008EB56C /* Project object */ = {
  192. isa = PBXProject;
  193. attributes = {
  194. LastSwiftUpdateCheck = 1120;
  195. LastUpgradeCheck = 1120;
  196. ORGANIZATIONNAME = Black;
  197. TargetAttributes = {
  198. C191D9512514813F008EB56C = {
  199. CreatedOnToolsVersion = 11.2.1;
  200. };
  201. };
  202. };
  203. buildConfigurationList = C191D94D2514813F008EB56C /* Build configuration list for PBXProject "AppSpSDKDemo" */;
  204. compatibilityVersion = "Xcode 9.3";
  205. developmentRegion = en;
  206. hasScannedForEncodings = 0;
  207. knownRegions = (
  208. en,
  209. Base,
  210. );
  211. mainGroup = C191D9492514813F008EB56C;
  212. productRefGroup = C191D9532514813F008EB56C /* Products */;
  213. projectDirPath = "";
  214. projectRoot = "";
  215. targets = (
  216. C191D9512514813F008EB56C /* AppSpSDKDemo */,
  217. );
  218. };
  219. /* End PBXProject section */
  220. /* Begin PBXResourcesBuildPhase section */
  221. C191D9502514813F008EB56C /* Resources */ = {
  222. isa = PBXResourcesBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. C191D96225148156008EB56C /* LaunchScreen.storyboard in Resources */,
  226. C191D95F25148156008EB56C /* Assets.xcassets in Resources */,
  227. C191D95D2514813F008EB56C /* Main.storyboard in Resources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXResourcesBuildPhase section */
  232. /* Begin PBXShellScriptBuildPhase section */
  233. 1B6493D8E849980C1B76C668 /* [CP] Check Pods Manifest.lock */ = {
  234. isa = PBXShellScriptBuildPhase;
  235. buildActionMask = 2147483647;
  236. files = (
  237. );
  238. inputFileListPaths = (
  239. );
  240. inputPaths = (
  241. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  242. "${PODS_ROOT}/Manifest.lock",
  243. );
  244. name = "[CP] Check Pods Manifest.lock";
  245. outputFileListPaths = (
  246. );
  247. outputPaths = (
  248. "$(DERIVED_FILE_DIR)/Pods-AppSpSDKDemo-checkManifestLockResult.txt",
  249. );
  250. runOnlyForDeploymentPostprocessing = 0;
  251. shellPath = /bin/sh;
  252. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  253. showEnvVarsInLog = 0;
  254. };
  255. 25B9ED1FEA48B4E7E581A50C /* [CP] Embed Pods Frameworks */ = {
  256. isa = PBXShellScriptBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. );
  260. inputFileListPaths = (
  261. "${PODS_ROOT}/Target Support Files/Pods-AppSpSDKDemo/Pods-AppSpSDKDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  262. );
  263. name = "[CP] Embed Pods Frameworks";
  264. outputFileListPaths = (
  265. "${PODS_ROOT}/Target Support Files/Pods-AppSpSDKDemo/Pods-AppSpSDKDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. shellPath = /bin/sh;
  269. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppSpSDKDemo/Pods-AppSpSDKDemo-frameworks.sh\"\n";
  270. showEnvVarsInLog = 0;
  271. };
  272. /* End PBXShellScriptBuildPhase section */
  273. /* Begin PBXSourcesBuildPhase section */
  274. C191D94E2514813F008EB56C /* Sources */ = {
  275. isa = PBXSourcesBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. C164DBE42521B1A80095D335 /* AppSpMarqueeView.swift in Sources */,
  279. C191D9C325148C75008EB56C /* AppSpVersionAlert.swift in Sources */,
  280. C191D9C225148C75008EB56C /* AppSpNoticeAlert.swift in Sources */,
  281. C191D9C425148C75008EB56C /* AppSpAlert.swift in Sources */,
  282. C11F1EDB251896E400D1DB4D /* AJProgressHud.swift in Sources */,
  283. C191D9C125148C75008EB56C /* VersionController.swift in Sources */,
  284. C11F1EDC251896E400D1DB4D /* SwiftProgressHUD.swift in Sources */,
  285. C191D9C025148C75008EB56C /* NoticeController.swift in Sources */,
  286. C191D95A2514813F008EB56C /* ViewController.swift in Sources */,
  287. C191D9562514813F008EB56C /* AppDelegate.swift in Sources */,
  288. C191D9C525148C75008EB56C /* Utils.swift in Sources */,
  289. C11F1ED6251890BD00D1DB4D /* UIColor+AJExtension.swift in Sources */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. /* End PBXSourcesBuildPhase section */
  294. /* Begin PBXVariantGroup section */
  295. C191D95B2514813F008EB56C /* Main.storyboard */ = {
  296. isa = PBXVariantGroup;
  297. children = (
  298. C191D95C2514813F008EB56C /* Base */,
  299. );
  300. name = Main.storyboard;
  301. sourceTree = "<group>";
  302. };
  303. C191D96025148156008EB56C /* LaunchScreen.storyboard */ = {
  304. isa = PBXVariantGroup;
  305. children = (
  306. C191D96125148156008EB56C /* Base */,
  307. );
  308. name = LaunchScreen.storyboard;
  309. sourceTree = "<group>";
  310. };
  311. /* End PBXVariantGroup section */
  312. /* Begin XCBuildConfiguration section */
  313. C191D96425148156008EB56C /* Debug */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. ALWAYS_SEARCH_USER_PATHS = NO;
  317. CLANG_ANALYZER_NONNULL = YES;
  318. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  319. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  320. CLANG_CXX_LIBRARY = "libc++";
  321. CLANG_ENABLE_MODULES = YES;
  322. CLANG_ENABLE_OBJC_ARC = YES;
  323. CLANG_ENABLE_OBJC_WEAK = YES;
  324. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  325. CLANG_WARN_BOOL_CONVERSION = YES;
  326. CLANG_WARN_COMMA = YES;
  327. CLANG_WARN_CONSTANT_CONVERSION = YES;
  328. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  329. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  330. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  331. CLANG_WARN_EMPTY_BODY = YES;
  332. CLANG_WARN_ENUM_CONVERSION = YES;
  333. CLANG_WARN_INFINITE_RECURSION = YES;
  334. CLANG_WARN_INT_CONVERSION = YES;
  335. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  336. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  337. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  338. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  339. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  340. CLANG_WARN_STRICT_PROTOTYPES = YES;
  341. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  342. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  343. CLANG_WARN_UNREACHABLE_CODE = YES;
  344. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  345. COPY_PHASE_STRIP = NO;
  346. DEBUG_INFORMATION_FORMAT = dwarf;
  347. ENABLE_STRICT_OBJC_MSGSEND = YES;
  348. ENABLE_TESTABILITY = YES;
  349. GCC_C_LANGUAGE_STANDARD = gnu11;
  350. GCC_DYNAMIC_NO_PIC = NO;
  351. GCC_NO_COMMON_BLOCKS = YES;
  352. GCC_OPTIMIZATION_LEVEL = 0;
  353. GCC_PREPROCESSOR_DEFINITIONS = (
  354. "DEBUG=1",
  355. "$(inherited)",
  356. );
  357. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  358. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  359. GCC_WARN_UNDECLARED_SELECTOR = YES;
  360. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  361. GCC_WARN_UNUSED_FUNCTION = YES;
  362. GCC_WARN_UNUSED_VARIABLE = YES;
  363. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  364. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  365. MTL_FAST_MATH = YES;
  366. ONLY_ACTIVE_ARCH = YES;
  367. SDKROOT = iphoneos;
  368. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  369. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  370. };
  371. name = Debug;
  372. };
  373. C191D96525148156008EB56C /* Release */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ALWAYS_SEARCH_USER_PATHS = NO;
  377. CLANG_ANALYZER_NONNULL = YES;
  378. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  379. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  380. CLANG_CXX_LIBRARY = "libc++";
  381. CLANG_ENABLE_MODULES = YES;
  382. CLANG_ENABLE_OBJC_ARC = YES;
  383. CLANG_ENABLE_OBJC_WEAK = YES;
  384. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  385. CLANG_WARN_BOOL_CONVERSION = YES;
  386. CLANG_WARN_COMMA = YES;
  387. CLANG_WARN_CONSTANT_CONVERSION = YES;
  388. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  389. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  390. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  391. CLANG_WARN_EMPTY_BODY = YES;
  392. CLANG_WARN_ENUM_CONVERSION = YES;
  393. CLANG_WARN_INFINITE_RECURSION = YES;
  394. CLANG_WARN_INT_CONVERSION = YES;
  395. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  396. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  397. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  398. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  399. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  400. CLANG_WARN_STRICT_PROTOTYPES = YES;
  401. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  402. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  403. CLANG_WARN_UNREACHABLE_CODE = YES;
  404. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  405. COPY_PHASE_STRIP = NO;
  406. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  407. ENABLE_NS_ASSERTIONS = NO;
  408. ENABLE_STRICT_OBJC_MSGSEND = YES;
  409. GCC_C_LANGUAGE_STANDARD = gnu11;
  410. GCC_NO_COMMON_BLOCKS = YES;
  411. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  412. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  413. GCC_WARN_UNDECLARED_SELECTOR = YES;
  414. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  415. GCC_WARN_UNUSED_FUNCTION = YES;
  416. GCC_WARN_UNUSED_VARIABLE = YES;
  417. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  418. MTL_ENABLE_DEBUG_INFO = NO;
  419. MTL_FAST_MATH = YES;
  420. SDKROOT = iphoneos;
  421. SWIFT_COMPILATION_MODE = wholemodule;
  422. SWIFT_OPTIMIZATION_LEVEL = "-O";
  423. VALIDATE_PRODUCT = YES;
  424. };
  425. name = Release;
  426. };
  427. C191D96725148156008EB56C /* Debug */ = {
  428. isa = XCBuildConfiguration;
  429. baseConfigurationReference = AF4595B51F2EB31A0E38CA27 /* Pods-AppSpSDKDemo.debug.xcconfig */;
  430. buildSettings = {
  431. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  432. CODE_SIGN_STYLE = Automatic;
  433. DEVELOPMENT_TEAM = 4A44TJ86VM;
  434. INFOPLIST_FILE = AppSpSDKDemo/Info.plist;
  435. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  436. LD_RUNPATH_SEARCH_PATHS = (
  437. "$(inherited)",
  438. "@executable_path/Frameworks",
  439. );
  440. PRODUCT_BUNDLE_IDENTIFIER = com.anji.plus.AppSpSDKDemo;
  441. PRODUCT_NAME = "$(TARGET_NAME)";
  442. SWIFT_VERSION = 5.0;
  443. TARGETED_DEVICE_FAMILY = "1,2";
  444. };
  445. name = Debug;
  446. };
  447. C191D96825148156008EB56C /* Release */ = {
  448. isa = XCBuildConfiguration;
  449. baseConfigurationReference = 976D7EF0CB326BD79A9A33D6 /* Pods-AppSpSDKDemo.release.xcconfig */;
  450. buildSettings = {
  451. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  452. CODE_SIGN_STYLE = Automatic;
  453. DEVELOPMENT_TEAM = 4A44TJ86VM;
  454. INFOPLIST_FILE = AppSpSDKDemo/Info.plist;
  455. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  456. LD_RUNPATH_SEARCH_PATHS = (
  457. "$(inherited)",
  458. "@executable_path/Frameworks",
  459. );
  460. PRODUCT_BUNDLE_IDENTIFIER = com.anji.plus.AppSpSDKDemo;
  461. PRODUCT_NAME = "$(TARGET_NAME)";
  462. SWIFT_VERSION = 5.0;
  463. TARGETED_DEVICE_FAMILY = "1,2";
  464. };
  465. name = Release;
  466. };
  467. /* End XCBuildConfiguration section */
  468. /* Begin XCConfigurationList section */
  469. C191D94D2514813F008EB56C /* Build configuration list for PBXProject "AppSpSDKDemo" */ = {
  470. isa = XCConfigurationList;
  471. buildConfigurations = (
  472. C191D96425148156008EB56C /* Debug */,
  473. C191D96525148156008EB56C /* Release */,
  474. );
  475. defaultConfigurationIsVisible = 0;
  476. defaultConfigurationName = Release;
  477. };
  478. C191D96625148156008EB56C /* Build configuration list for PBXNativeTarget "AppSpSDKDemo" */ = {
  479. isa = XCConfigurationList;
  480. buildConfigurations = (
  481. C191D96725148156008EB56C /* Debug */,
  482. C191D96825148156008EB56C /* Release */,
  483. );
  484. defaultConfigurationIsVisible = 0;
  485. defaultConfigurationName = Release;
  486. };
  487. /* End XCConfigurationList section */
  488. };
  489. rootObject = C191D94A2514813F008EB56C /* Project object */;
  490. }