diff --git a/.gitignore b/.gitignore index 3c9cbcf..de3ee30 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,11 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output -# End of https://www.gitignore.io/api/swift \ No newline at end of file +# End of https://www.gitignore.io/api/swift + +# Xcode - Added for carthage framework +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno diff --git a/Xcode/Bitset.xcodeproj/project.pbxproj b/Xcode/Bitset.xcodeproj/project.pbxproj new file mode 100644 index 0000000..a9a83b0 --- /dev/null +++ b/Xcode/Bitset.xcodeproj/project.pbxproj @@ -0,0 +1,499 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 552CCD7722D1CFB90048A27E /* Bitset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 552CCD7622D1CFB90048A27E /* Bitset.swift */; }; + 55B87AED22CC35CF008C6F18 /* Bitset.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55B87AE322CC35CF008C6F18 /* Bitset.framework */; }; + 55B87B4422CC6F3D008C6F18 /* BitsetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B87B4322CC6F3D008C6F18 /* BitsetTests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 55B87AEE22CC35CF008C6F18 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 55B87ADA22CC35CF008C6F18 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 55B87AE222CC35CF008C6F18; + remoteInfo = SwiftBitset; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 552CCD7622D1CFB90048A27E /* Bitset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Bitset.swift; sourceTree = ""; }; + 5590D72F22D2D3B900AD4C84 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Xcode/Info.plist; sourceTree = ""; }; + 5590D73022D2D3B900AD4C84 /* InfoTest.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = InfoTest.plist; path = Xcode/InfoTest.plist; sourceTree = ""; }; + 55B87AE322CC35CF008C6F18 /* Bitset.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bitset.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 55B87AEC22CC35CF008C6F18 /* BitsetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BitsetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 55B87B4122CC6F25008C6F18 /* LinuxMain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = ""; }; + 55B87B4322CC6F3D008C6F18 /* BitsetTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BitsetTests.swift; path = Tests/BitsetTests/BitsetTests.swift; sourceTree = SOURCE_ROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 55B87AE022CC35CF008C6F18 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 55B87AE922CC35CF008C6F18 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 55B87AED22CC35CF008C6F18 /* Bitset.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 552CCD6B22D1CF1D0048A27E /* Sources */ = { + isa = PBXGroup; + children = ( + 552CCD7522D1CFB90048A27E /* Bitset */, + ); + name = Sources; + sourceTree = ""; + }; + 552CCD7522D1CFB90048A27E /* Bitset */ = { + isa = PBXGroup; + children = ( + 552CCD7622D1CFB90048A27E /* Bitset.swift */, + ); + name = Bitset; + path = Sources/Bitset; + sourceTree = ""; + }; + 5590D72E22D2D3A000AD4C84 /* Resources */ = { + isa = PBXGroup; + children = ( + 5590D72F22D2D3B900AD4C84 /* Info.plist */, + 5590D73022D2D3B900AD4C84 /* InfoTest.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 55B87AD922CC35CF008C6F18 = { + isa = PBXGroup; + children = ( + 5590D72E22D2D3A000AD4C84 /* Resources */, + 552CCD6B22D1CF1D0048A27E /* Sources */, + 55B87B3C22CC6EDA008C6F18 /* Tests */, + 55B87AE422CC35CF008C6F18 /* Products */, + ); + sourceTree = ""; + }; + 55B87AE422CC35CF008C6F18 /* Products */ = { + isa = PBXGroup; + children = ( + 55B87AE322CC35CF008C6F18 /* Bitset.framework */, + 55B87AEC22CC35CF008C6F18 /* BitsetTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 55B87B3C22CC6EDA008C6F18 /* Tests */ = { + isa = PBXGroup; + children = ( + 55B87B4122CC6F25008C6F18 /* LinuxMain.swift */, + 55B87B3F22CC6F06008C6F18 /* BitsetTests */, + ); + name = Tests; + sourceTree = ""; + }; + 55B87B3F22CC6F06008C6F18 /* BitsetTests */ = { + isa = PBXGroup; + children = ( + 55B87B4322CC6F3D008C6F18 /* BitsetTests.swift */, + ); + path = BitsetTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 55B87ADE22CC35CF008C6F18 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 55B87AE222CC35CF008C6F18 /* Bitset */ = { + isa = PBXNativeTarget; + buildConfigurationList = 55B87AF722CC35CF008C6F18 /* Build configuration list for PBXNativeTarget "Bitset" */; + buildPhases = ( + 55B87ADE22CC35CF008C6F18 /* Headers */, + 55B87ADF22CC35CF008C6F18 /* Sources */, + 55B87AE022CC35CF008C6F18 /* Frameworks */, + 55B87AE122CC35CF008C6F18 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Bitset; + productName = SwiftBitset; + productReference = 55B87AE322CC35CF008C6F18 /* Bitset.framework */; + productType = "com.apple.product-type.framework"; + }; + 55B87AEB22CC35CF008C6F18 /* BitsetTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 55B87AFA22CC35CF008C6F18 /* Build configuration list for PBXNativeTarget "BitsetTests" */; + buildPhases = ( + 55B87AE822CC35CF008C6F18 /* Sources */, + 55B87AE922CC35CF008C6F18 /* Frameworks */, + 55B87AEA22CC35CF008C6F18 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 55B87AEF22CC35CF008C6F18 /* PBXTargetDependency */, + ); + name = BitsetTests; + productName = SwiftBitsetTests; + productReference = 55B87AEC22CC35CF008C6F18 /* BitsetTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 55B87ADA22CC35CF008C6F18 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1020; + LastUpgradeCheck = 1020; + ORGANIZATIONNAME = "Jarrod Moldrich"; + TargetAttributes = { + 55B87AE222CC35CF008C6F18 = { + CreatedOnToolsVersion = 10.2.1; + LastSwiftMigration = 1020; + }; + 55B87AEB22CC35CF008C6F18 = { + CreatedOnToolsVersion = 10.2.1; + LastSwiftMigration = 1020; + }; + }; + }; + buildConfigurationList = 55B87ADD22CC35CF008C6F18 /* Build configuration list for PBXProject "Bitset" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 55B87AD922CC35CF008C6F18; + productRefGroup = 55B87AE422CC35CF008C6F18 /* Products */; + projectDirPath = ..; + projectRoot = ""; + targets = ( + 55B87AE222CC35CF008C6F18 /* Bitset */, + 55B87AEB22CC35CF008C6F18 /* BitsetTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 55B87AE122CC35CF008C6F18 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 55B87AEA22CC35CF008C6F18 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 55B87ADF22CC35CF008C6F18 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 552CCD7722D1CFB90048A27E /* Bitset.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 55B87AE822CC35CF008C6F18 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 55B87B4422CC6F3D008C6F18 /* BitsetTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 55B87AEF22CC35CF008C6F18 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 55B87AE222CC35CF008C6F18 /* Bitset */; + targetProxy = 55B87AEE22CC35CF008C6F18 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 55B87AF522CC35CF008C6F18 /* 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; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + 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 = 10.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 55B87AF622CC35CF008C6F18 /* 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; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + 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 = 10.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 55B87AF822CC35CF008C6F18 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Xcode/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.lemire.SwiftBitset; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx watchos watchsimulator appletvos appletvsimulator"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 55B87AF922CC35CF008C6F18 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Xcode/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.lemire.SwiftBitset; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx watchos watchsimulator appletvos appletvsimulator"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 55B87AFB22CC35CF008C6F18 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Xcode/InfoTest.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.lemire.SwiftBitsetTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx watchos watchsimulator appletvos appletvsimulator"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_PRECOMPILE_BRIDGING_HEADER = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 55B87AFC22CC35CF008C6F18 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Xcode/InfoTest.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.lemire.SwiftBitsetTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx watchos watchsimulator appletvos appletvsimulator"; + SWIFT_PRECOMPILE_BRIDGING_HEADER = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 55B87ADD22CC35CF008C6F18 /* Build configuration list for PBXProject "Bitset" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 55B87AF522CC35CF008C6F18 /* Debug */, + 55B87AF622CC35CF008C6F18 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 55B87AF722CC35CF008C6F18 /* Build configuration list for PBXNativeTarget "Bitset" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 55B87AF822CC35CF008C6F18 /* Debug */, + 55B87AF922CC35CF008C6F18 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 55B87AFA22CC35CF008C6F18 /* Build configuration list for PBXNativeTarget "BitsetTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 55B87AFB22CC35CF008C6F18 /* Debug */, + 55B87AFC22CC35CF008C6F18 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 55B87ADA22CC35CF008C6F18 /* Project object */; +} diff --git a/Xcode/Bitset.xcodeproj/xcshareddata/xcschemes/Bitset.xcscheme b/Xcode/Bitset.xcodeproj/xcshareddata/xcschemes/Bitset.xcscheme new file mode 100644 index 0000000..4305182 --- /dev/null +++ b/Xcode/Bitset.xcodeproj/xcshareddata/xcschemes/Bitset.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Xcode/Info.plist b/Xcode/Info.plist new file mode 100644 index 0000000..e1fe4cf --- /dev/null +++ b/Xcode/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + + diff --git a/Xcode/InfoTest.plist b/Xcode/InfoTest.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/Xcode/InfoTest.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + +