From 5a0532cbfd530d4e59bef785b6e2945f9bbaa058 Mon Sep 17 00:00:00 2001 From: Yuta Koshizawa Date: Sun, 9 Apr 2017 02:18:31 +0900 Subject: [PATCH] Reinitialize the package by SwiftPM --- .gitignore | 7 +- Package.swift | 2 + PromiseK.xcodeproj/Configs/Project.xcconfig | 7 - PromiseK.xcodeproj/project.pbxproj | 282 ++++++++++-------- .../xcshareddata/xcschemes/PromiseK.xcscheme | 6 +- Sources/PromiseK.h | 11 - Tests/LinuxMain.swift | 4 +- 7 files changed, 160 insertions(+), 159 deletions(-) delete mode 100644 PromiseK.xcodeproj/Configs/Project.xcconfig delete mode 100644 Sources/PromiseK.h diff --git a/.gitignore b/.gitignore index 9debffb..02c0875 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ +.DS_Store /.build -/*.xcodeproj/xcshareddata/ -/*.xcodeproj/project.xcworkspace/xcuserdata/ -/*.xcodeproj/xcuserdata/ -/Carthage +/Packages +/*.xcodeproj diff --git a/Package.swift b/Package.swift index 998b193..98ef787 100644 --- a/Package.swift +++ b/Package.swift @@ -1,3 +1,5 @@ +// swift-tools-version:3.1 + import PackageDescription let package = Package( diff --git a/PromiseK.xcodeproj/Configs/Project.xcconfig b/PromiseK.xcodeproj/Configs/Project.xcconfig deleted file mode 100644 index 5f63024..0000000 --- a/PromiseK.xcodeproj/Configs/Project.xcconfig +++ /dev/null @@ -1,7 +0,0 @@ -PRODUCT_NAME = $(TARGET_NAME) -SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator -MACOSX_DEPLOYMENT_TARGET = 10.10 -DYLIB_INSTALL_NAME_BASE = @rpath -OTHER_SWIFT_FLAGS = -DXcode -COMBINE_HIDPI_IMAGES = YES -USE_HEADERMAP = NO diff --git a/PromiseK.xcodeproj/project.pbxproj b/PromiseK.xcodeproj/project.pbxproj index b82050a..9b67d50 100644 --- a/PromiseK.xcodeproj/project.pbxproj +++ b/PromiseK.xcodeproj/project.pbxproj @@ -7,131 +7,105 @@ objects = { /* Begin PBXBuildFile section */ - _LinkFileRef_PromiseK_via_PromiseKTests /* PromiseK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_PromiseK" /* PromiseK.framework */; }; - __src_cc_ref_Sources/Operators.swift /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Operators.swift /* Operators.swift */; }; - __src_cc_ref_Sources/Promise.swift /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Promise.swift /* Promise.swift */; }; - __src_cc_ref_Tests/PromiseKTests/PromiseKTests.swift /* PromiseKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/PromiseKTests/PromiseKTests.swift /* PromiseKTests.swift */; }; + OBJ_21 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_8 /* Operators.swift */; }; + OBJ_22 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Promise.swift */; }; + OBJ_29 /* PromiseKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* PromiseKTests.swift */; }; + OBJ_31 /* PromiseK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* PromiseK.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - D628F9C81DC99FA0004C8356 /* PBXContainerItemProxy */ = { + D687D5DC1E994BB1006EA0C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = __RootObject_ /* Project object */; + containerPortal = OBJ_1 /* Project object */; proxyType = 1; - remoteGlobalIDString = "______Target_PromiseK"; + remoteGlobalIDString = OBJ_16; remoteInfo = PromiseK; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - __PBXFileRef_Package.swift /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; - __PBXFileRef_PromiseK.xcodeproj/Configs/Project.xcconfig /* PromiseK.xcodeproj/Configs/Project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = PromiseK.xcodeproj/Configs/Project.xcconfig; sourceTree = ""; }; - __PBXFileRef_Sources/Operators.swift /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = ""; }; - __PBXFileRef_Sources/Promise.swift /* Promise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; - __PBXFileRef_Tests/PromiseKTests/PromiseKTests.swift /* PromiseKTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromiseKTests.swift; sourceTree = ""; }; - "_____Product_PromiseK" /* PromiseK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PromiseK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - "_____Product_PromiseKTests" /* PromiseKTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = PromiseKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_12 /* PromiseKTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromiseKTests.swift; sourceTree = ""; }; + OBJ_14 /* PromiseK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PromiseK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_15 /* PromiseKTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = PromiseKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; + OBJ_8 /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = ""; }; + OBJ_9 /* Promise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - "___LinkPhase_PromiseK" /* Frameworks */ = { + OBJ_23 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 0; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - "___LinkPhase_PromiseKTests" /* Frameworks */ = { + OBJ_30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 0; files = ( - _LinkFileRef_PromiseK_via_PromiseKTests /* PromiseK.framework in Frameworks */, + OBJ_31 /* PromiseK.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - TestProducts_ /* Tests */ = { + OBJ_10 /* Tests */ = { isa = PBXGroup; children = ( - "_____Product_PromiseKTests" /* PromiseKTests.xctest */, + OBJ_11 /* PromiseKTests */, ); name = Tests; - sourceTree = ""; + sourceTree = SOURCE_ROOT; }; - "___RootGroup_" = { + OBJ_11 /* PromiseKTests */ = { isa = PBXGroup; children = ( - __PBXFileRef_Package.swift /* Package.swift */, - "_____Configs_" /* Configs */, - "_____Sources_" /* Sources */, - "_______Tests_" /* Tests */, - "____Products_" /* Products */, + OBJ_12 /* PromiseKTests.swift */, ); - sourceTree = ""; + name = PromiseKTests; + path = Tests/PromiseKTests; + sourceTree = SOURCE_ROOT; }; - "____Products_" /* Products */ = { + OBJ_13 /* Products */ = { isa = PBXGroup; children = ( - TestProducts_ /* Tests */, - "_____Product_PromiseK" /* PromiseK.framework */, + OBJ_14 /* PromiseK.framework */, + OBJ_15 /* PromiseKTests.xctest */, ); name = Products; - sourceTree = ""; - }; - "_____Configs_" /* Configs */ = { - isa = PBXGroup; - children = ( - __PBXFileRef_PromiseK.xcodeproj/Configs/Project.xcconfig /* PromiseK.xcodeproj/Configs/Project.xcconfig */, - ); - name = Configs; - sourceTree = ""; + sourceTree = BUILT_PRODUCTS_DIR; }; - "_____Sources_" /* Sources */ = { + OBJ_5 /* */ = { isa = PBXGroup; children = ( - "_______Group_PromiseK" /* PromiseK */, + OBJ_6 /* Package.swift */, + OBJ_7 /* Sources */, + OBJ_10 /* Tests */, + OBJ_13 /* Products */, ); - name = Sources; + name = ""; sourceTree = ""; }; - "_______Group_PromiseK" /* PromiseK */ = { + OBJ_7 /* Sources */ = { isa = PBXGroup; children = ( - __PBXFileRef_Sources/Operators.swift /* Operators.swift */, - __PBXFileRef_Sources/Promise.swift /* Promise.swift */, + OBJ_8 /* Operators.swift */, + OBJ_9 /* Promise.swift */, ); - name = PromiseK; path = Sources; - sourceTree = ""; - }; - "_______Group_PromiseKTests" /* PromiseKTests */ = { - isa = PBXGroup; - children = ( - __PBXFileRef_Tests/PromiseKTests/PromiseKTests.swift /* PromiseKTests.swift */, - ); - name = PromiseKTests; - path = Tests/PromiseKTests; - sourceTree = ""; - }; - "_______Tests_" /* Tests */ = { - isa = PBXGroup; - children = ( - "_______Group_PromiseKTests" /* PromiseKTests */, - ); - name = Tests; - sourceTree = ""; + sourceTree = SOURCE_ROOT; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - "______Target_PromiseK" /* PromiseK */ = { + OBJ_16 /* PromiseK */ = { isa = PBXNativeTarget; - buildConfigurationList = "_______Confs_PromiseK" /* Build configuration list for PBXNativeTarget "PromiseK" */; + buildConfigurationList = OBJ_17 /* Build configuration list for PBXNativeTarget "PromiseK" */; buildPhases = ( - CompilePhase_PromiseK /* Sources */, - "___LinkPhase_PromiseK" /* Frameworks */, + OBJ_20 /* Sources */, + OBJ_23 /* Frameworks */, ); buildRules = ( ); @@ -139,86 +113,90 @@ ); name = PromiseK; productName = PromiseK; - productReference = "_____Product_PromiseK" /* PromiseK.framework */; + productReference = OBJ_14 /* PromiseK.framework */; productType = "com.apple.product-type.framework"; }; - "______Target_PromiseKTests" /* PromiseKTests */ = { + OBJ_24 /* PromiseKTests */ = { isa = PBXNativeTarget; - buildConfigurationList = "_______Confs_PromiseKTests" /* Build configuration list for PBXNativeTarget "PromiseKTests" */; + buildConfigurationList = OBJ_25 /* Build configuration list for PBXNativeTarget "PromiseKTests" */; buildPhases = ( - CompilePhase_PromiseKTests /* Sources */, - "___LinkPhase_PromiseKTests" /* Frameworks */, + OBJ_28 /* Sources */, + OBJ_30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - __Dependency_PromiseK /* PBXTargetDependency */, + OBJ_32 /* PBXTargetDependency */, ); name = PromiseKTests; productName = PromiseKTests; - productReference = "_____Product_PromiseKTests" /* PromiseKTests.xctest */; + productReference = OBJ_15 /* PromiseKTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - __RootObject_ /* Project object */ = { + OBJ_1 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 9999; }; - buildConfigurationList = "___RootConfs_" /* Build configuration list for PBXProject "PromiseK" */; + buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "PromiseK" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); - mainGroup = "___RootGroup_"; - productRefGroup = "____Products_" /* Products */; + mainGroup = OBJ_5 /* */; + productRefGroup = OBJ_13 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - "______Target_PromiseK" /* PromiseK */, - "______Target_PromiseKTests" /* PromiseKTests */, + OBJ_16 /* PromiseK */, + OBJ_24 /* PromiseKTests */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - CompilePhase_PromiseK /* Sources */ = { + OBJ_20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 0; files = ( - __src_cc_ref_Sources/Operators.swift /* Operators.swift in Sources */, - __src_cc_ref_Sources/Promise.swift /* Promise.swift in Sources */, + OBJ_21 /* Operators.swift in Sources */, + OBJ_22 /* Promise.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CompilePhase_PromiseKTests /* Sources */ = { + OBJ_28 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 0; files = ( - __src_cc_ref_Tests/PromiseKTests/PromiseKTests.swift /* PromiseKTests.swift in Sources */, + OBJ_29 /* PromiseKTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - __Dependency_PromiseK /* PBXTargetDependency */ = { + OBJ_32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = "______Target_PromiseK" /* PromiseK */; - targetProxy = D628F9C81DC99FA0004C8356 /* PBXContainerItemProxy */; + target = OBJ_16 /* PromiseK */; + targetProxy = D687D5DC1E994BB1006EA0C7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - _ReleaseConf_PromiseK /* Release */ = { + OBJ_18 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = PromiseK.xcodeproj/PromiseK_Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; OTHER_LDFLAGS = "$(inherited)"; @@ -226,28 +204,20 @@ PRODUCT_BUNDLE_IDENTIFIER = PromiseK; PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; - _ReleaseConf_PromiseKTests /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks"; - INFOPLIST_FILE = PromiseK.xcodeproj/PromiseKTests_Info.plist; - LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks"; - OTHER_LDFLAGS = "$(inherited)"; - OTHER_SWIFT_FLAGS = "$(inherited)"; - SWIFT_VERSION = 3.0; + SKIP_INSTALL = YES; + TARGET_NAME = PromiseK; }; - name = Release; + name = Debug; }; - "___DebugConf_PromiseK" /* Debug */ = { + OBJ_19 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ENABLE_TESTABILITY = YES; - FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = PromiseK.xcodeproj/PromiseK_Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; OTHER_LDFLAGS = "$(inherited)"; @@ -255,72 +225,120 @@ PRODUCT_BUNDLE_IDENTIFIER = PromiseK; PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SKIP_INSTALL = YES; + TARGET_NAME = PromiseK; }; - name = Debug; + name = Release; }; - "___DebugConf_PromiseKTests" /* Debug */ = { + OBJ_26 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = PromiseK.xcodeproj/PromiseKTests_Info.plist; - LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + TARGET_NAME = PromiseKTests; }; name = Debug; }; - "_____Release_" /* Release */ = { + OBJ_27 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = __PBXFileRef_PromiseK.xcodeproj/Configs/Project.xcconfig /* PromiseK.xcodeproj/Configs/Project.xcconfig */; buildSettings = { - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = "$(inherited)"; + INFOPLIST_FILE = PromiseK.xcodeproj/PromiseKTests_Info.plist; + LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks"; + OTHER_LDFLAGS = "$(inherited)"; + OTHER_SWIFT_FLAGS = "$(inherited)"; + TARGET_NAME = PromiseKTests; }; name = Release; }; - "_______Debug_" /* Debug */ = { + OBJ_3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = __PBXFileRef_PromiseK.xcodeproj/Configs/Project.xcconfig /* PromiseK.xcodeproj/Configs/Project.xcconfig */; buildSettings = { - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_NS_ASSERTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; + OTHER_SWIFT_FLAGS = "-DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; + USE_HEADERMAP = NO; }; name = Debug; }; + OBJ_4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = YES; + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_OPTIMIZATION_LEVEL = s; + MACOSX_DEPLOYMENT_TARGET = 10.10; + OTHER_SWIFT_FLAGS = "-DXcode"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 3.0; + USE_HEADERMAP = NO; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - "___RootConfs_" /* Build configuration list for PBXProject "PromiseK" */ = { + OBJ_17 /* Build configuration list for PBXNativeTarget "PromiseK" */ = { isa = XCConfigurationList; buildConfigurations = ( - "_______Debug_" /* Debug */, - "_____Release_" /* Release */, + OBJ_18 /* Debug */, + OBJ_19 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - "_______Confs_PromiseK" /* Build configuration list for PBXNativeTarget "PromiseK" */ = { + OBJ_2 /* Build configuration list for PBXProject "PromiseK" */ = { isa = XCConfigurationList; buildConfigurations = ( - "___DebugConf_PromiseK" /* Debug */, - _ReleaseConf_PromiseK /* Release */, + OBJ_3 /* Debug */, + OBJ_4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - "_______Confs_PromiseKTests" /* Build configuration list for PBXNativeTarget "PromiseKTests" */ = { + OBJ_25 /* Build configuration list for PBXNativeTarget "PromiseKTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - "___DebugConf_PromiseKTests" /* Debug */, - _ReleaseConf_PromiseKTests /* Release */, + OBJ_26 /* Debug */, + OBJ_27 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = __RootObject_ /* Project object */; + rootObject = OBJ_1 /* Project object */; } diff --git a/PromiseK.xcodeproj/xcshareddata/xcschemes/PromiseK.xcscheme b/PromiseK.xcodeproj/xcshareddata/xcschemes/PromiseK.xcscheme index 6a3f3af..08e050e 100644 --- a/PromiseK.xcodeproj/xcshareddata/xcschemes/PromiseK.xcscheme +++ b/PromiseK.xcodeproj/xcshareddata/xcschemes/PromiseK.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> @@ -32,7 +32,7 @@ skipped = "NO"> @@ -55,7 +55,7 @@ diff --git a/Sources/PromiseK.h b/Sources/PromiseK.h deleted file mode 100644 index f8b9758..0000000 --- a/Sources/PromiseK.h +++ /dev/null @@ -1,11 +0,0 @@ -#import - -//! Project version number for PromiseK. -FOUNDATION_EXPORT double PromiseKVersionNumber; - -//! Project version string for PromiseK. -FOUNDATION_EXPORT const unsigned char PromiseKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 7250b83..f12c409 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -1,6 +1,6 @@ import XCTest -@testable import PromisureTests +@testable import PromiseKTests XCTMain([ - testCase(PromisureTests.allTests), + testCase(PromiseKTests.allTests), ])