123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 50;
- objects = {
- /* Begin PBXBuildFile section */
- 95B50F68256669D0009D1A5D /* DCRichAlertModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */; };
- 95B50F69256669D0009D1A5D /* DCRichAlertProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */; };
- 95B50F6A256669D0009D1A5D /* DCRichAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F55256669D0009D1A5D /* DCRichAlertView.h */; };
- 95B50F6B256669D0009D1A5D /* BEMCheckBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F57256669D0009D1A5D /* BEMCheckBox.h */; };
- 95B50F6C256669D0009D1A5D /* BEMAnimationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */; };
- 95B50F6D256669D0009D1A5D /* BEMPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F59256669D0009D1A5D /* BEMPathManager.m */; };
- 95B50F6E256669D0009D1A5D /* BEMCheckBoxGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */; };
- 95B50F6F256669D0009D1A5D /* BEMAnimationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */; };
- 95B50F70256669D0009D1A5D /* BEMCheckBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */; };
- 95B50F71256669D0009D1A5D /* BEMPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5D256669D0009D1A5D /* BEMPathManager.h */; };
- 95B50F72256669D0009D1A5D /* BEMCheckBoxGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */; };
- 95B50F73256669D0009D1A5D /* DCRichAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */; };
- 95B50F74256669D0009D1A5D /* DCRichAlertModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */; };
- 95B50F75256669D0009D1A5D /* DCXMLRichTextLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */; };
- 95B50F76256669D0009D1A5D /* DC_TTTAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */; };
- 95B50F77256669D0009D1A5D /* DC_TTTAttributedLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */; };
- 95B50F78256669D0009D1A5D /* DCXMLRichTextLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */; };
- 95B50F79256669D0009D1A5D /* DCRichAlertProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 95B50F4425666379009D1A5D /* DCRichAlert.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DCRichAlert.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 95B50F4825666379009D1A5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertModule.m; sourceTree = "<group>"; };
- 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertProxy.h; sourceTree = "<group>"; };
- 95B50F55256669D0009D1A5D /* DCRichAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertView.h; sourceTree = "<group>"; };
- 95B50F57256669D0009D1A5D /* BEMCheckBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMCheckBox.h; sourceTree = "<group>"; };
- 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMAnimationManager.m; sourceTree = "<group>"; };
- 95B50F59256669D0009D1A5D /* BEMPathManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMPathManager.m; sourceTree = "<group>"; };
- 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMCheckBoxGroup.m; sourceTree = "<group>"; };
- 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMAnimationManager.h; sourceTree = "<group>"; };
- 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMCheckBox.m; sourceTree = "<group>"; };
- 95B50F5D256669D0009D1A5D /* BEMPathManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMPathManager.h; sourceTree = "<group>"; };
- 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMCheckBoxGroup.h; sourceTree = "<group>"; };
- 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertView.m; sourceTree = "<group>"; };
- 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCRichAlertModule.h; sourceTree = "<group>"; };
- 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCXMLRichTextLabel.h; sourceTree = "<group>"; };
- 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DC_TTTAttributedLabel.m; sourceTree = "<group>"; };
- 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DC_TTTAttributedLabel.h; sourceTree = "<group>"; };
- 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCXMLRichTextLabel.m; sourceTree = "<group>"; };
- 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCRichAlertProxy.m; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 95B50F4125666379009D1A5D /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 95B50F3A25666379009D1A5D = {
- isa = PBXGroup;
- children = (
- 95B50F4625666379009D1A5D /* DCRichAlert */,
- 95B50F4525666379009D1A5D /* Products */,
- );
- sourceTree = "<group>";
- };
- 95B50F4525666379009D1A5D /* Products */ = {
- isa = PBXGroup;
- children = (
- 95B50F4425666379009D1A5D /* DCRichAlert.framework */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 95B50F4625666379009D1A5D /* DCRichAlert */ = {
- isa = PBXGroup;
- children = (
- 95B50F51256669D0009D1A5D /* DCRichAlert */,
- 95B50F4825666379009D1A5D /* Info.plist */,
- );
- path = DCRichAlert;
- sourceTree = "<group>";
- };
- 95B50F51256669D0009D1A5D /* DCRichAlert */ = {
- isa = PBXGroup;
- children = (
- 95B50F52256669D0009D1A5D /* DCRichAlertModule.m */,
- 95B50F53256669D0009D1A5D /* DCRichAlertProxy.h */,
- 95B50F54256669D0009D1A5D /* DCRichAlertView */,
- 95B50F60256669D0009D1A5D /* DCRichAlertModule.h */,
- 95B50F61256669D0009D1A5D /* DCXMLRichTextLabel */,
- 95B50F67256669D0009D1A5D /* DCRichAlertProxy.m */,
- );
- path = DCRichAlert;
- sourceTree = "<group>";
- };
- 95B50F54256669D0009D1A5D /* DCRichAlertView */ = {
- isa = PBXGroup;
- children = (
- 95B50F55256669D0009D1A5D /* DCRichAlertView.h */,
- 95B50F56256669D0009D1A5D /* DCCheckBox */,
- 95B50F5F256669D0009D1A5D /* DCRichAlertView.m */,
- );
- path = DCRichAlertView;
- sourceTree = "<group>";
- };
- 95B50F56256669D0009D1A5D /* DCCheckBox */ = {
- isa = PBXGroup;
- children = (
- 95B50F57256669D0009D1A5D /* BEMCheckBox.h */,
- 95B50F58256669D0009D1A5D /* BEMAnimationManager.m */,
- 95B50F59256669D0009D1A5D /* BEMPathManager.m */,
- 95B50F5A256669D0009D1A5D /* BEMCheckBoxGroup.m */,
- 95B50F5B256669D0009D1A5D /* BEMAnimationManager.h */,
- 95B50F5C256669D0009D1A5D /* BEMCheckBox.m */,
- 95B50F5D256669D0009D1A5D /* BEMPathManager.h */,
- 95B50F5E256669D0009D1A5D /* BEMCheckBoxGroup.h */,
- );
- path = DCCheckBox;
- sourceTree = "<group>";
- };
- 95B50F61256669D0009D1A5D /* DCXMLRichTextLabel */ = {
- isa = PBXGroup;
- children = (
- 95B50F62256669D0009D1A5D /* DCXMLRichTextLabel.h */,
- 95B50F63256669D0009D1A5D /* DC_TTTAttributedLabel */,
- 95B50F66256669D0009D1A5D /* DCXMLRichTextLabel.m */,
- );
- path = DCXMLRichTextLabel;
- sourceTree = "<group>";
- };
- 95B50F63256669D0009D1A5D /* DC_TTTAttributedLabel */ = {
- isa = PBXGroup;
- children = (
- 95B50F64256669D0009D1A5D /* DC_TTTAttributedLabel.m */,
- 95B50F65256669D0009D1A5D /* DC_TTTAttributedLabel.h */,
- );
- path = DC_TTTAttributedLabel;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 95B50F3F25666379009D1A5D /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 95B50F71256669D0009D1A5D /* BEMPathManager.h in Headers */,
- 95B50F6B256669D0009D1A5D /* BEMCheckBox.h in Headers */,
- 95B50F72256669D0009D1A5D /* BEMCheckBoxGroup.h in Headers */,
- 95B50F69256669D0009D1A5D /* DCRichAlertProxy.h in Headers */,
- 95B50F77256669D0009D1A5D /* DC_TTTAttributedLabel.h in Headers */,
- 95B50F6F256669D0009D1A5D /* BEMAnimationManager.h in Headers */,
- 95B50F75256669D0009D1A5D /* DCXMLRichTextLabel.h in Headers */,
- 95B50F6A256669D0009D1A5D /* DCRichAlertView.h in Headers */,
- 95B50F74256669D0009D1A5D /* DCRichAlertModule.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 95B50F4325666379009D1A5D /* DCRichAlert */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 95B50F4C25666379009D1A5D /* Build configuration list for PBXNativeTarget "DCRichAlert" */;
- buildPhases = (
- 95B50F3F25666379009D1A5D /* Headers */,
- 95B50F4025666379009D1A5D /* Sources */,
- 95B50F4125666379009D1A5D /* Frameworks */,
- 95B50F4225666379009D1A5D /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = DCRichAlert;
- productName = DCRichAlert;
- productReference = 95B50F4425666379009D1A5D /* DCRichAlert.framework */;
- productType = "com.apple.product-type.framework";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 95B50F3B25666379009D1A5D /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1220;
- TargetAttributes = {
- 95B50F4325666379009D1A5D = {
- CreatedOnToolsVersion = 12.2;
- };
- };
- };
- buildConfigurationList = 95B50F3E25666379009D1A5D /* Build configuration list for PBXProject "DCRichAlert" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 95B50F3A25666379009D1A5D;
- productRefGroup = 95B50F4525666379009D1A5D /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 95B50F4325666379009D1A5D /* DCRichAlert */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 95B50F4225666379009D1A5D /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 95B50F4025666379009D1A5D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 95B50F68256669D0009D1A5D /* DCRichAlertModule.m in Sources */,
- 95B50F6E256669D0009D1A5D /* BEMCheckBoxGroup.m in Sources */,
- 95B50F78256669D0009D1A5D /* DCXMLRichTextLabel.m in Sources */,
- 95B50F76256669D0009D1A5D /* DC_TTTAttributedLabel.m in Sources */,
- 95B50F73256669D0009D1A5D /* DCRichAlertView.m in Sources */,
- 95B50F79256669D0009D1A5D /* DCRichAlertProxy.m in Sources */,
- 95B50F6D256669D0009D1A5D /* BEMPathManager.m in Sources */,
- 95B50F6C256669D0009D1A5D /* BEMAnimationManager.m in Sources */,
- 95B50F70256669D0009D1A5D /* BEMCheckBox.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 95B50F4A25666379009D1A5D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 14.2;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 95B50F4B25666379009D1A5D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 14.2;
- MACH_O_TYPE = staticlib;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 95B50F4D25666379009D1A5D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Automatic;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDK/inc\"/**";
- INFOPLIST_FILE = DCRichAlert/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.dcloud.io.DCRichAlert;
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Debug;
- };
- 95B50F4E25666379009D1A5D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Automatic;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDK/inc\"/**";
- INFOPLIST_FILE = DCRichAlert/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.dcloud.io.DCRichAlert;
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 95B50F3E25666379009D1A5D /* Build configuration list for PBXProject "DCRichAlert" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 95B50F4A25666379009D1A5D /* Debug */,
- 95B50F4B25666379009D1A5D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 95B50F4C25666379009D1A5D /* Build configuration list for PBXNativeTarget "DCRichAlert" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 95B50F4D25666379009D1A5D /* Debug */,
- 95B50F4E25666379009D1A5D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 95B50F3B25666379009D1A5D /* Project object */;
- }
|