project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 95B50F68256669D0009D1A5D /* DCRichAlertModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */; };
  10. 95B50F69256669D0009D1A5D /* DCRichAlertProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */; };
  11. 95B50F6A256669D0009D1A5D /* DCRichAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F55256669D0009D1A5D /* DCRichAlertView.h */; };
  12. 95B50F6B256669D0009D1A5D /* BEMCheckBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F57256669D0009D1A5D /* BEMCheckBox.h */; };
  13. 95B50F6C256669D0009D1A5D /* BEMAnimationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */; };
  14. 95B50F6D256669D0009D1A5D /* BEMPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F59256669D0009D1A5D /* BEMPathManager.m */; };
  15. 95B50F6E256669D0009D1A5D /* BEMCheckBoxGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */; };
  16. 95B50F6F256669D0009D1A5D /* BEMAnimationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */; };
  17. 95B50F70256669D0009D1A5D /* BEMCheckBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */; };
  18. 95B50F71256669D0009D1A5D /* BEMPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5D256669D0009D1A5D /* BEMPathManager.h */; };
  19. 95B50F72256669D0009D1A5D /* BEMCheckBoxGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */; };
  20. 95B50F73256669D0009D1A5D /* DCRichAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */; };
  21. 95B50F74256669D0009D1A5D /* DCRichAlertModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */; };
  22. 95B50F75256669D0009D1A5D /* DCXMLRichTextLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */; };
  23. 95B50F76256669D0009D1A5D /* DC_TTTAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */; };
  24. 95B50F77256669D0009D1A5D /* DC_TTTAttributedLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */; };
  25. 95B50F78256669D0009D1A5D /* DCXMLRichTextLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */; };
  26. 95B50F79256669D0009D1A5D /* DCRichAlertProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXFileReference section */
  29. 95B50F4425666379009D1A5D /* DCRichAlert.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DCRichAlert.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 95B50F4825666379009D1A5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertModule.m; sourceTree = "<group>"; };
  32. 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertProxy.h; sourceTree = "<group>"; };
  33. 95B50F55256669D0009D1A5D /* DCRichAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertView.h; sourceTree = "<group>"; };
  34. 95B50F57256669D0009D1A5D /* BEMCheckBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMCheckBox.h; sourceTree = "<group>"; };
  35. 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMAnimationManager.m; sourceTree = "<group>"; };
  36. 95B50F59256669D0009D1A5D /* BEMPathManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMPathManager.m; sourceTree = "<group>"; };
  37. 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMCheckBoxGroup.m; sourceTree = "<group>"; };
  38. 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMAnimationManager.h; sourceTree = "<group>"; };
  39. 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMCheckBox.m; sourceTree = "<group>"; };
  40. 95B50F5D256669D0009D1A5D /* BEMPathManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMPathManager.h; sourceTree = "<group>"; };
  41. 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMCheckBoxGroup.h; sourceTree = "<group>"; };
  42. 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertView.m; sourceTree = "<group>"; };
  43. 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertModule.h; sourceTree = "<group>"; };
  44. 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCXMLRichTextLabel.h; sourceTree = "<group>"; };
  45. 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DC_TTTAttributedLabel.m; sourceTree = "<group>"; };
  46. 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DC_TTTAttributedLabel.h; sourceTree = "<group>"; };
  47. 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCXMLRichTextLabel.m; sourceTree = "<group>"; };
  48. 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertProxy.m; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 95B50F4125666379009D1A5D /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. 95B50F3A25666379009D1A5D = {
  61. isa = PBXGroup;
  62. children = (
  63. 95B50F4625666379009D1A5D /* DCRichAlert */,
  64. 95B50F4525666379009D1A5D /* Products */,
  65. );
  66. sourceTree = "<group>";
  67. };
  68. 95B50F4525666379009D1A5D /* Products */ = {
  69. isa = PBXGroup;
  70. children = (
  71. 95B50F4425666379009D1A5D /* DCRichAlert.framework */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. 95B50F4625666379009D1A5D /* DCRichAlert */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 95B50F51256669D0009D1A5D /* DCRichAlert */,
  80. 95B50F4825666379009D1A5D /* Info.plist */,
  81. );
  82. path = DCRichAlert;
  83. sourceTree = "<group>";
  84. };
  85. 95B50F51256669D0009D1A5D /* DCRichAlert */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */,
  89. 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */,
  90. 95B50F54256669D0009D1A5D /* DCRichAlertView */,
  91. 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */,
  92. 95B50F61256669D0009D1A5D /* DCXMLRichTextLabel */,
  93. 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */,
  94. );
  95. path = DCRichAlert;
  96. sourceTree = "<group>";
  97. };
  98. 95B50F54256669D0009D1A5D /* DCRichAlertView */ = {
  99. isa = PBXGroup;
  100. children = (
  101. 95B50F55256669D0009D1A5D /* DCRichAlertView.h */,
  102. 95B50F56256669D0009D1A5D /* DCCheckBox */,
  103. 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */,
  104. );
  105. path = DCRichAlertView;
  106. sourceTree = "<group>";
  107. };
  108. 95B50F56256669D0009D1A5D /* DCCheckBox */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 95B50F57256669D0009D1A5D /* BEMCheckBox.h */,
  112. 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */,
  113. 95B50F59256669D0009D1A5D /* BEMPathManager.m */,
  114. 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */,
  115. 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */,
  116. 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */,
  117. 95B50F5D256669D0009D1A5D /* BEMPathManager.h */,
  118. 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */,
  119. );
  120. path = DCCheckBox;
  121. sourceTree = "<group>";
  122. };
  123. 95B50F61256669D0009D1A5D /* DCXMLRichTextLabel */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */,
  127. 95B50F63256669D0009D1A5D /* DC_TTTAttributedLabel */,
  128. 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */,
  129. );
  130. path = DCXMLRichTextLabel;
  131. sourceTree = "<group>";
  132. };
  133. 95B50F63256669D0009D1A5D /* DC_TTTAttributedLabel */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */,
  137. 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */,
  138. );
  139. path = DC_TTTAttributedLabel;
  140. sourceTree = "<group>";
  141. };
  142. /* End PBXGroup section */
  143. /* Begin PBXHeadersBuildPhase section */
  144. 95B50F3F25666379009D1A5D /* Headers */ = {
  145. isa = PBXHeadersBuildPhase;
  146. buildActionMask = 2147483647;
  147. files = (
  148. 95B50F71256669D0009D1A5D /* BEMPathManager.h in Headers */,
  149. 95B50F6B256669D0009D1A5D /* BEMCheckBox.h in Headers */,
  150. 95B50F72256669D0009D1A5D /* BEMCheckBoxGroup.h in Headers */,
  151. 95B50F69256669D0009D1A5D /* DCRichAlertProxy.h in Headers */,
  152. 95B50F77256669D0009D1A5D /* DC_TTTAttributedLabel.h in Headers */,
  153. 95B50F6F256669D0009D1A5D /* BEMAnimationManager.h in Headers */,
  154. 95B50F75256669D0009D1A5D /* DCXMLRichTextLabel.h in Headers */,
  155. 95B50F6A256669D0009D1A5D /* DCRichAlertView.h in Headers */,
  156. 95B50F74256669D0009D1A5D /* DCRichAlertModule.h in Headers */,
  157. );
  158. runOnlyForDeploymentPostprocessing = 0;
  159. };
  160. /* End PBXHeadersBuildPhase section */
  161. /* Begin PBXNativeTarget section */
  162. 95B50F4325666379009D1A5D /* DCRichAlert */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = 95B50F4C25666379009D1A5D /* Build configuration list for PBXNativeTarget "DCRichAlert" */;
  165. buildPhases = (
  166. 95B50F3F25666379009D1A5D /* Headers */,
  167. 95B50F4025666379009D1A5D /* Sources */,
  168. 95B50F4125666379009D1A5D /* Frameworks */,
  169. 95B50F4225666379009D1A5D /* Resources */,
  170. );
  171. buildRules = (
  172. );
  173. dependencies = (
  174. );
  175. name = DCRichAlert;
  176. productName = DCRichAlert;
  177. productReference = 95B50F4425666379009D1A5D /* DCRichAlert.framework */;
  178. productType = "com.apple.product-type.framework";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. 95B50F3B25666379009D1A5D /* Project object */ = {
  183. isa = PBXProject;
  184. attributes = {
  185. LastUpgradeCheck = 1220;
  186. TargetAttributes = {
  187. 95B50F4325666379009D1A5D = {
  188. CreatedOnToolsVersion = 12.2;
  189. };
  190. };
  191. };
  192. buildConfigurationList = 95B50F3E25666379009D1A5D /* Build configuration list for PBXProject "DCRichAlert" */;
  193. compatibilityVersion = "Xcode 9.3";
  194. developmentRegion = en;
  195. hasScannedForEncodings = 0;
  196. knownRegions = (
  197. en,
  198. Base,
  199. );
  200. mainGroup = 95B50F3A25666379009D1A5D;
  201. productRefGroup = 95B50F4525666379009D1A5D /* Products */;
  202. projectDirPath = "";
  203. projectRoot = "";
  204. targets = (
  205. 95B50F4325666379009D1A5D /* DCRichAlert */,
  206. );
  207. };
  208. /* End PBXProject section */
  209. /* Begin PBXResourcesBuildPhase section */
  210. 95B50F4225666379009D1A5D /* Resources */ = {
  211. isa = PBXResourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. /* End PBXResourcesBuildPhase section */
  218. /* Begin PBXSourcesBuildPhase section */
  219. 95B50F4025666379009D1A5D /* Sources */ = {
  220. isa = PBXSourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 95B50F68256669D0009D1A5D /* DCRichAlertModule.m in Sources */,
  224. 95B50F6E256669D0009D1A5D /* BEMCheckBoxGroup.m in Sources */,
  225. 95B50F78256669D0009D1A5D /* DCXMLRichTextLabel.m in Sources */,
  226. 95B50F76256669D0009D1A5D /* DC_TTTAttributedLabel.m in Sources */,
  227. 95B50F73256669D0009D1A5D /* DCRichAlertView.m in Sources */,
  228. 95B50F79256669D0009D1A5D /* DCRichAlertProxy.m in Sources */,
  229. 95B50F6D256669D0009D1A5D /* BEMPathManager.m in Sources */,
  230. 95B50F6C256669D0009D1A5D /* BEMAnimationManager.m in Sources */,
  231. 95B50F70256669D0009D1A5D /* BEMCheckBox.m in Sources */,
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXSourcesBuildPhase section */
  236. /* Begin XCBuildConfiguration section */
  237. 95B50F4A25666379009D1A5D /* Debug */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. ALWAYS_SEARCH_USER_PATHS = NO;
  241. CLANG_ANALYZER_NONNULL = YES;
  242. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  243. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  244. CLANG_CXX_LIBRARY = "libc++";
  245. CLANG_ENABLE_MODULES = YES;
  246. CLANG_ENABLE_OBJC_ARC = YES;
  247. CLANG_ENABLE_OBJC_WEAK = YES;
  248. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  249. CLANG_WARN_BOOL_CONVERSION = YES;
  250. CLANG_WARN_COMMA = YES;
  251. CLANG_WARN_CONSTANT_CONVERSION = YES;
  252. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INFINITE_RECURSION = YES;
  258. CLANG_WARN_INT_CONVERSION = YES;
  259. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  260. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  261. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  262. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  263. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  264. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  265. CLANG_WARN_STRICT_PROTOTYPES = YES;
  266. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  267. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  268. CLANG_WARN_UNREACHABLE_CODE = YES;
  269. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  270. COPY_PHASE_STRIP = NO;
  271. CURRENT_PROJECT_VERSION = 1;
  272. DEBUG_INFORMATION_FORMAT = dwarf;
  273. ENABLE_STRICT_OBJC_MSGSEND = YES;
  274. ENABLE_TESTABILITY = YES;
  275. GCC_C_LANGUAGE_STANDARD = gnu11;
  276. GCC_DYNAMIC_NO_PIC = NO;
  277. GCC_NO_COMMON_BLOCKS = YES;
  278. GCC_OPTIMIZATION_LEVEL = 0;
  279. GCC_PREPROCESSOR_DEFINITIONS = (
  280. "DEBUG=1",
  281. "$(inherited)",
  282. );
  283. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  284. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  285. GCC_WARN_UNDECLARED_SELECTOR = YES;
  286. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  287. GCC_WARN_UNUSED_FUNCTION = YES;
  288. GCC_WARN_UNUSED_VARIABLE = YES;
  289. IPHONEOS_DEPLOYMENT_TARGET = 14.2;
  290. MACH_O_TYPE = staticlib;
  291. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  292. MTL_FAST_MATH = YES;
  293. ONLY_ACTIVE_ARCH = YES;
  294. SDKROOT = iphoneos;
  295. VERSIONING_SYSTEM = "apple-generic";
  296. VERSION_INFO_PREFIX = "";
  297. };
  298. name = Debug;
  299. };
  300. 95B50F4B25666379009D1A5D /* Release */ = {
  301. isa = XCBuildConfiguration;
  302. buildSettings = {
  303. ALWAYS_SEARCH_USER_PATHS = NO;
  304. CLANG_ANALYZER_NONNULL = YES;
  305. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  306. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  307. CLANG_CXX_LIBRARY = "libc++";
  308. CLANG_ENABLE_MODULES = YES;
  309. CLANG_ENABLE_OBJC_ARC = YES;
  310. CLANG_ENABLE_OBJC_WEAK = YES;
  311. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  312. CLANG_WARN_BOOL_CONVERSION = YES;
  313. CLANG_WARN_COMMA = YES;
  314. CLANG_WARN_CONSTANT_CONVERSION = YES;
  315. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  316. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  317. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  318. CLANG_WARN_EMPTY_BODY = YES;
  319. CLANG_WARN_ENUM_CONVERSION = YES;
  320. CLANG_WARN_INFINITE_RECURSION = YES;
  321. CLANG_WARN_INT_CONVERSION = YES;
  322. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  323. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  324. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  325. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  326. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  327. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  328. CLANG_WARN_STRICT_PROTOTYPES = YES;
  329. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  330. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  331. CLANG_WARN_UNREACHABLE_CODE = YES;
  332. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  333. COPY_PHASE_STRIP = NO;
  334. CURRENT_PROJECT_VERSION = 1;
  335. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  336. ENABLE_NS_ASSERTIONS = NO;
  337. ENABLE_STRICT_OBJC_MSGSEND = YES;
  338. GCC_C_LANGUAGE_STANDARD = gnu11;
  339. GCC_NO_COMMON_BLOCKS = YES;
  340. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  341. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  342. GCC_WARN_UNDECLARED_SELECTOR = YES;
  343. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  344. GCC_WARN_UNUSED_FUNCTION = YES;
  345. GCC_WARN_UNUSED_VARIABLE = YES;
  346. IPHONEOS_DEPLOYMENT_TARGET = 14.2;
  347. MACH_O_TYPE = staticlib;
  348. MTL_ENABLE_DEBUG_INFO = NO;
  349. MTL_FAST_MATH = YES;
  350. SDKROOT = iphoneos;
  351. VALIDATE_PRODUCT = YES;
  352. VERSIONING_SYSTEM = "apple-generic";
  353. VERSION_INFO_PREFIX = "";
  354. };
  355. name = Release;
  356. };
  357. 95B50F4D25666379009D1A5D /* Debug */ = {
  358. isa = XCBuildConfiguration;
  359. buildSettings = {
  360. CODE_SIGN_STYLE = Automatic;
  361. DEFINES_MODULE = YES;
  362. DYLIB_COMPATIBILITY_VERSION = 1;
  363. DYLIB_CURRENT_VERSION = 1;
  364. DYLIB_INSTALL_NAME_BASE = "@rpath";
  365. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDK/inc\"/**";
  366. INFOPLIST_FILE = DCRichAlert/Info.plist;
  367. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  368. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  369. LD_RUNPATH_SEARCH_PATHS = (
  370. "$(inherited)",
  371. "@executable_path/Frameworks",
  372. "@loader_path/Frameworks",
  373. );
  374. PRODUCT_BUNDLE_IDENTIFIER = com.dcloud.io.DCRichAlert;
  375. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  376. SKIP_INSTALL = YES;
  377. SUPPORTS_MACCATALYST = NO;
  378. TARGETED_DEVICE_FAMILY = 1;
  379. };
  380. name = Debug;
  381. };
  382. 95B50F4E25666379009D1A5D /* Release */ = {
  383. isa = XCBuildConfiguration;
  384. buildSettings = {
  385. CODE_SIGN_STYLE = Automatic;
  386. DEFINES_MODULE = YES;
  387. DYLIB_COMPATIBILITY_VERSION = 1;
  388. DYLIB_CURRENT_VERSION = 1;
  389. DYLIB_INSTALL_NAME_BASE = "@rpath";
  390. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDK/inc\"/**";
  391. INFOPLIST_FILE = DCRichAlert/Info.plist;
  392. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  393. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  394. LD_RUNPATH_SEARCH_PATHS = (
  395. "$(inherited)",
  396. "@executable_path/Frameworks",
  397. "@loader_path/Frameworks",
  398. );
  399. PRODUCT_BUNDLE_IDENTIFIER = com.dcloud.io.DCRichAlert;
  400. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  401. SKIP_INSTALL = YES;
  402. SUPPORTS_MACCATALYST = NO;
  403. TARGETED_DEVICE_FAMILY = 1;
  404. };
  405. name = Release;
  406. };
  407. /* End XCBuildConfiguration section */
  408. /* Begin XCConfigurationList section */
  409. 95B50F3E25666379009D1A5D /* Build configuration list for PBXProject "DCRichAlert" */ = {
  410. isa = XCConfigurationList;
  411. buildConfigurations = (
  412. 95B50F4A25666379009D1A5D /* Debug */,
  413. 95B50F4B25666379009D1A5D /* Release */,
  414. );
  415. defaultConfigurationIsVisible = 0;
  416. defaultConfigurationName = Release;
  417. };
  418. 95B50F4C25666379009D1A5D /* Build configuration list for PBXNativeTarget "DCRichAlert" */ = {
  419. isa = XCConfigurationList;
  420. buildConfigurations = (
  421. 95B50F4D25666379009D1A5D /* Debug */,
  422. 95B50F4E25666379009D1A5D /* Release */,
  423. );
  424. defaultConfigurationIsVisible = 0;
  425. defaultConfigurationName = Release;
  426. };
  427. /* End XCConfigurationList section */
  428. };
  429. rootObject = 95B50F3B25666379009D1A5D /* Project object */;
  430. }