diff --git a/.gitattributes b/.gitattributes
index 9ed337d..6313b56 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1 @@
-* text=auto
-*.swift text eol=lf
+* text=auto eol=lf
diff --git a/DockProgress.xcodeproj/DockProgressTests_Info.plist b/DockProgress.xcodeproj/DockProgressTests_Info.plist
deleted file mode 100644
index 64c200c..0000000
--- a/DockProgress.xcodeproj/DockProgressTests_Info.plist
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- BNDL
- CFBundleShortVersionString
- 0.0.0
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/DockProgress.xcodeproj/DockProgress_Info.plist b/DockProgress.xcodeproj/DockProgress_Info.plist
index 09539c2..20b05ec 100644
--- a/DockProgress.xcodeproj/DockProgress_Info.plist
+++ b/DockProgress.xcodeproj/DockProgress_Info.plist
@@ -1,23 +1,24 @@
+
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0.0
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ NSPrincipalClass
+
diff --git a/DockProgress.xcodeproj/project.pbxproj b/DockProgress.xcodeproj/project.pbxproj
index c4e4a45..4da85aa 100644
--- a/DockProgress.xcodeproj/project.pbxproj
+++ b/DockProgress.xcodeproj/project.pbxproj
@@ -6,64 +6,21 @@
objectVersion = 50;
objects = {
-/* Begin PBXAggregateTarget section */
- "DockProgress::DockProgressPackageTests::ProductTarget" /* DockProgressPackageTests */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = OBJ_39 /* Build configuration list for PBXAggregateTarget "DockProgressPackageTests" */;
- buildPhases = (
- );
- dependencies = (
- OBJ_42 /* PBXTargetDependency */,
- );
- name = DockProgressPackageTests;
- productName = DockProgressPackageTests;
- };
-/* End PBXAggregateTarget section */
-
/* Begin PBXBuildFile section */
- E392EC542048876F00AB7097 /* util.swift in Sources */ = {isa = PBXBuildFile; fileRef = E392EC532048876F00AB7097 /* util.swift */; };
- OBJ_21 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
- OBJ_27 /* DockProgressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* DockProgressTests.swift */; };
- OBJ_29 /* DockProgress.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "DockProgress::DockProgress::Product" /* DockProgress.framework */; };
- OBJ_36 /* DockProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* DockProgress.swift */; };
+ OBJ_19 /* DockProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* DockProgress.swift */; };
+ OBJ_20 /* util.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* util.swift */; };
+ OBJ_27 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
/* End PBXBuildFile section */
-/* Begin PBXContainerItemProxy section */
- E392EC512048868200AB7097 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "DockProgress::DockProgress";
- remoteInfo = DockProgress;
- };
- E392EC522048868200AB7097 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "DockProgress::DockProgressTests";
- remoteInfo = DockProgressTests;
- };
-/* End PBXContainerItemProxy section */
-
/* Begin PBXFileReference section */
"DockProgress::DockProgress::Product" /* DockProgress.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DockProgress.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "DockProgress::DockProgressTests::Product" /* DockProgressTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = DockProgressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- E392EC532048876F00AB7097 /* util.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = util.swift; sourceTree = ""; usesTabs = 1; };
- OBJ_12 /* DockProgressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DockProgressTests.swift; sourceTree = ""; };
- OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lineEnding = 0; path = Package.swift; sourceTree = ""; usesTabs = 1; };
- OBJ_9 /* DockProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = DockProgress.swift; sourceTree = ""; usesTabs = 1; };
+ OBJ_10 /* util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = util.swift; sourceTree = ""; };
+ OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; };
+ OBJ_9 /* DockProgress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DockProgress.swift; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- OBJ_28 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_29 /* DockProgress.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_37 /* Frameworks */ = {
+ OBJ_21 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
@@ -73,42 +30,31 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- OBJ_10 /* Tests */ = {
+ OBJ_11 /* Tests */ = {
isa = PBXGroup;
children = (
- OBJ_11 /* DockProgressTests */,
);
name = Tests;
sourceTree = SOURCE_ROOT;
};
- OBJ_11 /* DockProgressTests */ = {
+ OBJ_12 /* Products */ = {
isa = PBXGroup;
children = (
- OBJ_12 /* DockProgressTests.swift */,
- );
- name = DockProgressTests;
- path = Tests/DockProgressTests;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_13 /* Products */ = {
- isa = PBXGroup;
- children = (
- "DockProgress::DockProgressTests::Product" /* DockProgressTests.xctest */,
"DockProgress::DockProgress::Product" /* DockProgress.framework */,
);
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
- OBJ_5 = {
+ OBJ_5 /* */ = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
OBJ_7 /* Sources */,
- OBJ_10 /* Tests */,
- OBJ_13 /* Products */,
+ OBJ_11 /* Tests */,
+ OBJ_12 /* Products */,
);
+ name = "";
sourceTree = "";
- usesTabs = 1;
};
OBJ_7 /* Sources */ = {
isa = PBXGroup;
@@ -122,7 +68,7 @@
isa = PBXGroup;
children = (
OBJ_9 /* DockProgress.swift */,
- E392EC532048876F00AB7097 /* util.swift */,
+ OBJ_10 /* util.swift */,
);
name = DockProgress;
path = Sources/DockProgress;
@@ -133,10 +79,10 @@
/* Begin PBXNativeTarget section */
"DockProgress::DockProgress" /* DockProgress */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_32 /* Build configuration list for PBXNativeTarget "DockProgress" */;
+ buildConfigurationList = OBJ_15 /* Build configuration list for PBXNativeTarget "DockProgress" */;
buildPhases = (
- OBJ_35 /* Sources */,
- OBJ_37 /* Frameworks */,
+ OBJ_18 /* Sources */,
+ OBJ_21 /* Frameworks */,
);
buildRules = (
);
@@ -147,28 +93,11 @@
productReference = "DockProgress::DockProgress::Product" /* DockProgress.framework */;
productType = "com.apple.product-type.framework";
};
- "DockProgress::DockProgressTests" /* DockProgressTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_23 /* Build configuration list for PBXNativeTarget "DockProgressTests" */;
- buildPhases = (
- OBJ_26 /* Sources */,
- OBJ_28 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_30 /* PBXTargetDependency */,
- );
- name = DockProgressTests;
- productName = DockProgressTests;
- productReference = "DockProgress::DockProgressTests::Product" /* DockProgressTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
"DockProgress::SwiftPMPackageDescription" /* DockProgressPackageDescription */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_17 /* Build configuration list for PBXNativeTarget "DockProgressPackageDescription" */;
+ buildConfigurationList = OBJ_23 /* Build configuration list for PBXNativeTarget "DockProgressPackageDescription" */;
buildPhases = (
- OBJ_20 /* Sources */,
+ OBJ_26 /* Sources */,
);
buildRules = (
);
@@ -184,7 +113,7 @@
OBJ_1 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0930;
+ LastUpgradeCheck = 0940;
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "DockProgress" */;
compatibilityVersion = "Xcode 9.3";
@@ -193,25 +122,24 @@
knownRegions = (
en,
);
- mainGroup = OBJ_5;
- productRefGroup = OBJ_13 /* Products */;
+ mainGroup = OBJ_5 /* */;
+ productRefGroup = OBJ_12 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
- "DockProgress::SwiftPMPackageDescription" /* DockProgressPackageDescription */,
- "DockProgress::DockProgressTests" /* DockProgressTests */,
"DockProgress::DockProgress" /* DockProgress */,
- "DockProgress::DockProgressPackageTests::ProductTarget" /* DockProgressPackageTests */,
+ "DockProgress::SwiftPMPackageDescription" /* DockProgressPackageDescription */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
- OBJ_20 /* Sources */ = {
+ OBJ_18 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
- OBJ_21 /* Package.swift in Sources */,
+ OBJ_19 /* DockProgress.swift in Sources */,
+ OBJ_20 /* util.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -219,92 +147,84 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
- OBJ_27 /* DockProgressTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_35 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_36 /* DockProgress.swift in Sources */,
- E392EC542048876F00AB7097 /* util.swift in Sources */,
+ OBJ_27 /* Package.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
-/* Begin PBXTargetDependency section */
- OBJ_30 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "DockProgress::DockProgress" /* DockProgress */;
- targetProxy = E392EC512048868200AB7097 /* PBXContainerItemProxy */;
- };
- OBJ_42 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "DockProgress::DockProgressTests" /* DockProgressTests */;
- targetProxy = E392EC522048868200AB7097 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
/* Begin XCBuildConfiguration section */
- OBJ_18 /* Debug */ = {
+ OBJ_16 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 4 -I /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
+ );
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = DockProgress;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 4.0;
+ TARGET_NAME = DockProgress;
+ VALID_ARCHS = x86_64;
};
name = Debug;
};
- OBJ_19 /* Release */ = {
+ OBJ_17 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 4 -I /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
+ );
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = DockProgress;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 4.0;
+ TARGET_NAME = DockProgress;
+ VALID_ARCHS = x86_64;
};
name = Release;
};
OBJ_24 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = DockProgress.xcodeproj/DockProgressTests_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "@loader_path/../Frameworks",
- "@loader_path/Frameworks",
- );
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
SWIFT_VERSION = 4.0;
- TARGET_NAME = DockProgressTests;
};
name = Debug;
};
OBJ_25 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = DockProgress.xcodeproj/DockProgressTests_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "@loader_path/../Frameworks",
- "@loader_path/Frameworks",
- );
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
SWIFT_VERSION = 4.0;
- TARGET_NAME = DockProgressTests;
};
name = Release;
};
@@ -349,59 +269,13 @@
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
- SWIFT_COMPILATION_MODE = singlefile;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
USE_HEADERMAP = NO;
- VALID_ARCHS = x86_64;
};
name = Debug;
};
- OBJ_33 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = DockProgress;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_VERSION = 4.0;
- TARGET_NAME = DockProgress;
- };
- name = Debug;
- };
- OBJ_34 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = DockProgress;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_VERSION = 4.0;
- TARGET_NAME = DockProgress;
- };
- name = Release;
- };
OBJ_4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -440,38 +314,25 @@
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
USE_HEADERMAP = NO;
- VALID_ARCHS = x86_64;
- };
- name = Release;
- };
- OBJ_40 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Debug;
- };
- OBJ_41 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- OBJ_17 /* Build configuration list for PBXNativeTarget "DockProgressPackageDescription" */ = {
+ OBJ_15 /* Build configuration list for PBXNativeTarget "DockProgress" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_18 /* Debug */,
- OBJ_19 /* Release */,
+ OBJ_16 /* Debug */,
+ OBJ_17 /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
+ defaultConfigurationName = Release;
};
OBJ_2 /* Build configuration list for PBXProject "DockProgress" */ = {
isa = XCConfigurationList;
@@ -480,34 +341,16 @@
OBJ_4 /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
+ defaultConfigurationName = Release;
};
- OBJ_23 /* Build configuration list for PBXNativeTarget "DockProgressTests" */ = {
+ OBJ_23 /* Build configuration list for PBXNativeTarget "DockProgressPackageDescription" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_24 /* Debug */,
OBJ_25 /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- OBJ_32 /* Build configuration list for PBXNativeTarget "DockProgress" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_33 /* Debug */,
- OBJ_34 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- OBJ_39 /* Build configuration list for PBXAggregateTarget "DockProgressPackageTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_40 /* Debug */,
- OBJ_41 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
diff --git a/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme b/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme
index 06f47f2..bfa4562 100644
--- a/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme
+++ b/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme
@@ -1,6 +1,6 @@
-
-
-
-
diff --git a/Package.swift b/Package.swift
index cfea27d..1256ef0 100644
--- a/Package.swift
+++ b/Package.swift
@@ -2,19 +2,16 @@
import PackageDescription
let package = Package(
- name: "DockProgress",
- products: [
- .library(
- name: "DockProgress",
- targets: ["DockProgress"]
+ name: "DockProgress",
+ products: [
+ .library(
+ name: "DockProgress",
+ targets: ["DockProgress"]
)
- ],
- targets: [
- .target(
- name: "DockProgress"
- .testTarget(
- name: "DockProgressTests",
- dependencies: ["DockProgress"]
+ ],
+ targets: [
+ .target(
+ name: "DockProgress"
)
- ]
+ ]
)
diff --git a/Tests/DockProgressTests/DockProgressTests.swift b/Tests/DockProgressTests/DockProgressTests.swift
deleted file mode 100644
index 984b950..0000000
--- a/Tests/DockProgressTests/DockProgressTests.swift
+++ /dev/null
@@ -1,6 +0,0 @@
-import XCTest
-@testable import DockProgress
-
-final class DockProgressTests: XCTestCase {
- func testDockProgress() {}
-}
diff --git a/readme.md b/readme.md
index 700efc0..5843c28 100644
--- a/readme.md
+++ b/readme.md
@@ -16,13 +16,13 @@ This package is used in production by the [Gifski app](https://github.com/sindre
## Install
-With [SPM](https://swift.org/package-manager/):
+#### SPM
```swift
.package(url: "https://github.com/sindresorhus/DockProgress", from: "1.0.0")
```
-With [Carthage](https://github.com/Carthage/Carthage):
+#### Carthage
```
github "sindresorhus/DockProgress"