From 70e80fb5713011bca5ce7365428e4508f1a24379 Mon Sep 17 00:00:00 2001 From: vvveiii Date: Mon, 4 Mar 2019 12:02:18 +0800 Subject: [PATCH 1/2] Add xcodeproj for carthage. --- SafeKit.xcodeproj/project.pbxproj | 433 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/xcschemes/SafeKit.xcscheme | 80 ++++ .../xcschemes/xcschememanagement.plist | 14 + 4 files changed, 534 insertions(+) create mode 100644 SafeKit.xcodeproj/project.pbxproj create mode 100644 SafeKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 SafeKit.xcodeproj/xcshareddata/xcschemes/SafeKit.xcscheme create mode 100644 SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/SafeKit.xcodeproj/project.pbxproj b/SafeKit.xcodeproj/project.pbxproj new file mode 100644 index 0000000..8658130 --- /dev/null +++ b/SafeKit.xcodeproj/project.pbxproj @@ -0,0 +1,433 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 73D42235222CDA2A00E9F5FB /* NSMutableArray+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4221D222CDA2A00E9F5FB /* NSMutableArray+SafeKit.h */; }; + 73D42236222CDA2A00E9F5FB /* NSDictionary+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4221E222CDA2A00E9F5FB /* NSDictionary+SafeKit.h */; }; + 73D42237222CDA2A00E9F5FB /* NSArray+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D4221F222CDA2A00E9F5FB /* NSArray+SafeKit.m */; }; + 73D42238222CDA2A00E9F5FB /* NSMutableString+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42220222CDA2A00E9F5FB /* NSMutableString+SafeKit.h */; }; + 73D42239222CDA2A00E9F5FB /* NSNumber+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42221222CDA2A00E9F5FB /* NSNumber+SafeKit.m */; }; + 73D4223A222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42222222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.m */; }; + 73D4223B222CDA2A00E9F5FB /* NSString+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42223222CDA2A00E9F5FB /* NSString+SafeKit.m */; }; + 73D4223C222CDA2A00E9F5FB /* NSDictionary+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42224222CDA2A00E9F5FB /* NSDictionary+SafeKit.m */; }; + 73D4223D222CDA2A00E9F5FB /* NSMutableArray+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42225222CDA2A00E9F5FB /* NSMutableArray+SafeKit.m */; }; + 73D4223E222CDA2A00E9F5FB /* NSMutableString+SafeKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42226222CDA2A00E9F5FB /* NSMutableString+SafeKit.m */; }; + 73D4223F222CDA2A00E9F5FB /* NSArray+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42227222CDA2A00E9F5FB /* NSArray+SafeKit.h */; }; + 73D42240222CDA2A00E9F5FB /* Foundation+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42228222CDA2A00E9F5FB /* Foundation+SafeKit.h */; }; + 73D42241222CDA2A00E9F5FB /* NSNumber+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42229222CDA2A00E9F5FB /* NSNumber+SafeKit.h */; }; + 73D42242222CDA2A00E9F5FB /* NSString+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4222A222CDA2A00E9F5FB /* NSString+SafeKit.h */; }; + 73D42243222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4222B222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.h */; }; + 73D42244222CDA2A00E9F5FB /* NSObject+Swizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D4222D222CDA2A00E9F5FB /* NSObject+Swizzle.m */; }; + 73D42245222CDA2A00E9F5FB /* SafeKitCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4222E222CDA2A00E9F5FB /* SafeKitCore.h */; }; + 73D42246222CDA2A00E9F5FB /* NSObject+Swizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D4222F222CDA2A00E9F5FB /* NSObject+Swizzle.h */; }; + 73D42247222CDA2A00E9F5FB /* SafeKitMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42230222CDA2A00E9F5FB /* SafeKitMacro.h */; }; + 73D42248222CDA2A00E9F5FB /* SafeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42231222CDA2A00E9F5FB /* SafeKit.h */; }; + 73D42249222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D42233222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.m */; }; + 73D4224A222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D42234222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 73D42211222CD9AB00E9F5FB /* SafeKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SafeKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 73D4221D222CDA2A00E9F5FB /* NSMutableArray+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+SafeKit.h"; sourceTree = ""; }; + 73D4221E222CDA2A00E9F5FB /* NSDictionary+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+SafeKit.h"; sourceTree = ""; }; + 73D4221F222CDA2A00E9F5FB /* NSArray+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+SafeKit.m"; sourceTree = ""; }; + 73D42220222CDA2A00E9F5FB /* NSMutableString+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableString+SafeKit.h"; sourceTree = ""; }; + 73D42221222CDA2A00E9F5FB /* NSNumber+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNumber+SafeKit.m"; sourceTree = ""; }; + 73D42222222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+SafeKit.m"; sourceTree = ""; }; + 73D42223222CDA2A00E9F5FB /* NSString+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+SafeKit.m"; sourceTree = ""; }; + 73D42224222CDA2A00E9F5FB /* NSDictionary+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+SafeKit.m"; sourceTree = ""; }; + 73D42225222CDA2A00E9F5FB /* NSMutableArray+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableArray+SafeKit.m"; sourceTree = ""; }; + 73D42226222CDA2A00E9F5FB /* NSMutableString+SafeKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableString+SafeKit.m"; sourceTree = ""; }; + 73D42227222CDA2A00E9F5FB /* NSArray+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+SafeKit.h"; sourceTree = ""; }; + 73D42228222CDA2A00E9F5FB /* Foundation+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Foundation+SafeKit.h"; sourceTree = ""; }; + 73D42229222CDA2A00E9F5FB /* NSNumber+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNumber+SafeKit.h"; sourceTree = ""; }; + 73D4222A222CDA2A00E9F5FB /* NSString+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+SafeKit.h"; sourceTree = ""; }; + 73D4222B222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+SafeKit.h"; sourceTree = ""; }; + 73D4222D222CDA2A00E9F5FB /* NSObject+Swizzle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+Swizzle.m"; sourceTree = ""; }; + 73D4222E222CDA2A00E9F5FB /* SafeKitCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeKitCore.h; sourceTree = ""; }; + 73D4222F222CDA2A00E9F5FB /* NSObject+Swizzle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+Swizzle.h"; sourceTree = ""; }; + 73D42230222CDA2A00E9F5FB /* SafeKitMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeKitMacro.h; sourceTree = ""; }; + 73D42231222CDA2A00E9F5FB /* SafeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeKit.h; sourceTree = ""; }; + 73D42233222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableArray+SafeKitMRC.m"; sourceTree = ""; }; + 73D42234222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+SafeKitMRC.h"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 73D4220E222CD9AB00E9F5FB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 73D42207222CD9AB00E9F5FB = { + isa = PBXGroup; + children = ( + 73D42213222CD9AB00E9F5FB /* SafeKit */, + 73D42212222CD9AB00E9F5FB /* Products */, + ); + sourceTree = ""; + }; + 73D42212222CD9AB00E9F5FB /* Products */ = { + isa = PBXGroup; + children = ( + 73D42211222CD9AB00E9F5FB /* SafeKit.framework */, + ); + name = Products; + sourceTree = ""; + }; + 73D42213222CD9AB00E9F5FB /* SafeKit */ = { + isa = PBXGroup; + children = ( + 73D4221C222CDA2A00E9F5FB /* Foundation */, + 73D42232222CDA2A00E9F5FB /* MRC */, + 73D4222C222CDA2A00E9F5FB /* SafeCore */, + 73D42231222CDA2A00E9F5FB /* SafeKit.h */, + ); + path = SafeKit; + sourceTree = ""; + }; + 73D4221C222CDA2A00E9F5FB /* Foundation */ = { + isa = PBXGroup; + children = ( + 73D4221D222CDA2A00E9F5FB /* NSMutableArray+SafeKit.h */, + 73D4221E222CDA2A00E9F5FB /* NSDictionary+SafeKit.h */, + 73D4221F222CDA2A00E9F5FB /* NSArray+SafeKit.m */, + 73D42220222CDA2A00E9F5FB /* NSMutableString+SafeKit.h */, + 73D42221222CDA2A00E9F5FB /* NSNumber+SafeKit.m */, + 73D42222222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.m */, + 73D42223222CDA2A00E9F5FB /* NSString+SafeKit.m */, + 73D42224222CDA2A00E9F5FB /* NSDictionary+SafeKit.m */, + 73D42225222CDA2A00E9F5FB /* NSMutableArray+SafeKit.m */, + 73D42226222CDA2A00E9F5FB /* NSMutableString+SafeKit.m */, + 73D42227222CDA2A00E9F5FB /* NSArray+SafeKit.h */, + 73D42228222CDA2A00E9F5FB /* Foundation+SafeKit.h */, + 73D42229222CDA2A00E9F5FB /* NSNumber+SafeKit.h */, + 73D4222A222CDA2A00E9F5FB /* NSString+SafeKit.h */, + 73D4222B222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.h */, + ); + path = Foundation; + sourceTree = ""; + }; + 73D4222C222CDA2A00E9F5FB /* SafeCore */ = { + isa = PBXGroup; + children = ( + 73D4222D222CDA2A00E9F5FB /* NSObject+Swizzle.m */, + 73D4222E222CDA2A00E9F5FB /* SafeKitCore.h */, + 73D4222F222CDA2A00E9F5FB /* NSObject+Swizzle.h */, + 73D42230222CDA2A00E9F5FB /* SafeKitMacro.h */, + ); + path = SafeCore; + sourceTree = ""; + }; + 73D42232222CDA2A00E9F5FB /* MRC */ = { + isa = PBXGroup; + children = ( + 73D42233222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.m */, + 73D42234222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.h */, + ); + path = MRC; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 73D4220C222CD9AB00E9F5FB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 73D42235222CDA2A00E9F5FB /* NSMutableArray+SafeKit.h in Headers */, + 73D4223F222CDA2A00E9F5FB /* NSArray+SafeKit.h in Headers */, + 73D42247222CDA2A00E9F5FB /* SafeKitMacro.h in Headers */, + 73D42245222CDA2A00E9F5FB /* SafeKitCore.h in Headers */, + 73D4224A222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.h in Headers */, + 73D42241222CDA2A00E9F5FB /* NSNumber+SafeKit.h in Headers */, + 73D42236222CDA2A00E9F5FB /* NSDictionary+SafeKit.h in Headers */, + 73D42248222CDA2A00E9F5FB /* SafeKit.h in Headers */, + 73D42240222CDA2A00E9F5FB /* Foundation+SafeKit.h in Headers */, + 73D42238222CDA2A00E9F5FB /* NSMutableString+SafeKit.h in Headers */, + 73D42243222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.h in Headers */, + 73D42242222CDA2A00E9F5FB /* NSString+SafeKit.h in Headers */, + 73D42246222CDA2A00E9F5FB /* NSObject+Swizzle.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 73D42210222CD9AB00E9F5FB /* SafeKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 73D42219222CD9AB00E9F5FB /* Build configuration list for PBXNativeTarget "SafeKit" */; + buildPhases = ( + 73D4220C222CD9AB00E9F5FB /* Headers */, + 73D4220D222CD9AB00E9F5FB /* Sources */, + 73D4220E222CD9AB00E9F5FB /* Frameworks */, + 73D4220F222CD9AB00E9F5FB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SafeKit; + productName = SafeKit; + productReference = 73D42211222CD9AB00E9F5FB /* SafeKit.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 73D42208222CD9AB00E9F5FB /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = jjmm; + TargetAttributes = { + 73D42210222CD9AB00E9F5FB = { + CreatedOnToolsVersion = 10.1; + }; + }; + }; + buildConfigurationList = 73D4220B222CD9AB00E9F5FB /* Build configuration list for PBXProject "SafeKit" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 73D42207222CD9AB00E9F5FB; + productRefGroup = 73D42212222CD9AB00E9F5FB /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 73D42210222CD9AB00E9F5FB /* SafeKit */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 73D4220F222CD9AB00E9F5FB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 73D4220D222CD9AB00E9F5FB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 73D42244222CDA2A00E9F5FB /* NSObject+Swizzle.m in Sources */, + 73D42237222CDA2A00E9F5FB /* NSArray+SafeKit.m in Sources */, + 73D4223D222CDA2A00E9F5FB /* NSMutableArray+SafeKit.m in Sources */, + 73D4223A222CDA2A00E9F5FB /* NSMutableDictionary+SafeKit.m in Sources */, + 73D42239222CDA2A00E9F5FB /* NSNumber+SafeKit.m in Sources */, + 73D4223E222CDA2A00E9F5FB /* NSMutableString+SafeKit.m in Sources */, + 73D4223B222CDA2A00E9F5FB /* NSString+SafeKit.m in Sources */, + 73D4223C222CDA2A00E9F5FB /* NSDictionary+SafeKit.m in Sources */, + 73D42249222CDA2A00E9F5FB /* NSMutableArray+SafeKitMRC.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 73D42217222CD9AB00E9F5FB /* 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_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; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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 = 8.0; + 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; + }; + 73D42218222CD9AB00E9F5FB /* 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_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; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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 = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 73D4221A222CD9AB00E9F5FB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + PRODUCT_BUNDLE_IDENTIFIER = com.jjmm.SafeKit; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 73D4221B222CD9AB00E9F5FB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + PRODUCT_BUNDLE_IDENTIFIER = com.jjmm.SafeKit; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 73D4220B222CD9AB00E9F5FB /* Build configuration list for PBXProject "SafeKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 73D42217222CD9AB00E9F5FB /* Debug */, + 73D42218222CD9AB00E9F5FB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 73D42219222CD9AB00E9F5FB /* Build configuration list for PBXNativeTarget "SafeKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 73D4221A222CD9AB00E9F5FB /* Debug */, + 73D4221B222CD9AB00E9F5FB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 73D42208222CD9AB00E9F5FB /* Project object */; +} diff --git a/SafeKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SafeKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..4f39bdd --- /dev/null +++ b/SafeKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SafeKit.xcodeproj/xcshareddata/xcschemes/SafeKit.xcscheme b/SafeKit.xcodeproj/xcshareddata/xcschemes/SafeKit.xcscheme new file mode 100644 index 0000000..e07a853 --- /dev/null +++ b/SafeKit.xcodeproj/xcshareddata/xcschemes/SafeKit.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist b/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..3e26404 --- /dev/null +++ b/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + SafeKit.xcscheme_^#shared#^_ + + orderHint + 0 + + + + From 541bb3adb06c50473962d7183adaf20359372bfb Mon Sep 17 00:00:00 2001 From: cntrump Date: Mon, 4 Mar 2019 12:06:52 +0800 Subject: [PATCH 2/2] remove xcuserdata --- .../xcschemes/xcschememanagement.plist | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist b/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 3e26404..0000000 --- a/SafeKit.xcodeproj/xcuserdata/vvveiii.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - SafeKit.xcscheme_^#shared#^_ - - orderHint - 0 - - - -