457 lines
15 KiB
Plaintext
457 lines
15 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 48;
|
|
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 */; };
|
|
/* 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; lastKnownFileType = file; path = DockProgressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E392EC532048876F00AB7097 /* util.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = util.swift; sourceTree = "<group>"; usesTabs = 1; };
|
|
OBJ_12 /* DockProgressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DockProgressTests.swift; sourceTree = "<group>"; };
|
|
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lineEnding = 0; path = Package.swift; sourceTree = "<group>"; usesTabs = 1; };
|
|
OBJ_9 /* DockProgress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = DockProgress.swift; sourceTree = "<group>"; usesTabs = 1; };
|
|
/* 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 */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
OBJ_10 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_11 /* DockProgressTests */,
|
|
);
|
|
name = Tests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_11 /* DockProgressTests */ = {
|
|
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 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_6 /* Package.swift */,
|
|
OBJ_7 /* Sources */,
|
|
OBJ_10 /* Tests */,
|
|
OBJ_13 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
usesTabs = 1;
|
|
};
|
|
OBJ_7 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_8 /* DockProgress */,
|
|
);
|
|
name = Sources;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_8 /* DockProgress */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_9 /* DockProgress.swift */,
|
|
E392EC532048876F00AB7097 /* util.swift */,
|
|
);
|
|
name = DockProgress;
|
|
path = Sources/DockProgress;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
"DockProgress::DockProgress" /* DockProgress */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_32 /* Build configuration list for PBXNativeTarget "DockProgress" */;
|
|
buildPhases = (
|
|
OBJ_35 /* Sources */,
|
|
OBJ_37 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = DockProgress;
|
|
productName = DockProgress;
|
|
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" */;
|
|
buildPhases = (
|
|
OBJ_20 /* Sources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = DockProgressPackageDescription;
|
|
productName = DockProgressPackageDescription;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
OBJ_1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 9999;
|
|
};
|
|
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "DockProgress" */;
|
|
compatibilityVersion = "Xcode 8.0";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = OBJ_5;
|
|
productRefGroup = OBJ_13 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
"DockProgress::SwiftPMPackageDescription" /* DockProgressPackageDescription */,
|
|
"DockProgress::DockProgressTests" /* DockProgressTests */,
|
|
"DockProgress::DockProgress" /* DockProgress */,
|
|
"DockProgress::DockProgressPackageTests::ProductTarget" /* DockProgressPackageTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
OBJ_20 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_21 /* Package.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_26 /* Sources */ = {
|
|
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 */,
|
|
);
|
|
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 */ = {
|
|
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";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_19 /* 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";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_24 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = 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)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = DockProgressTests;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_25 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = 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)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = DockProgressTests;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
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.12;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
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 = {
|
|
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.12;
|
|
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
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" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_18 /* Debug */,
|
|
OBJ_19 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
OBJ_2 /* Build configuration list for PBXProject "DockProgress" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_3 /* Debug */,
|
|
OBJ_4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
OBJ_23 /* Build configuration list for PBXNativeTarget "DockProgressTests" */ = {
|
|
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;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = OBJ_1 /* Project object */;
|
|
}
|