Sdifft/Sdifft.xcodeproj/project.pbxproj

492 lines
16 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXAggregateTarget section */
"Sdifft::SdifftPackageTests::ProductTarget" /* SdifftPackageTests */ = {
isa = PBXAggregateTarget;
buildConfigurationList = OBJ_30 /* Build configuration list for PBXAggregateTarget "SdifftPackageTests" */;
buildPhases = (
);
dependencies = (
OBJ_33 /* PBXTargetDependency */,
);
name = SdifftPackageTests;
productName = SdifftPackageTests;
};
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
1EB1AD2720BD5E22004D0450 /* NSAttributedString+Diff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EB1AD2620BD5E22004D0450 /* NSAttributedString+Diff.swift */; };
1EB1AD2920BD640B004D0450 /* NSAttributedString+DiffTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EB1AD2820BD640B004D0450 /* NSAttributedString+DiffTests.swift */; };
OBJ_21 /* Diff.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Diff.swift */; };
OBJ_28 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
OBJ_39 /* DiffTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* DiffTests.swift */; };
OBJ_41 /* Sdifft.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Sdifft::Sdifft::Product" /* Sdifft.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
1EDAF6FD20B5963A00F7194A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = "Sdifft::Sdifft";
remoteInfo = Sdifft;
};
1EDAF6FE20B5963A00F7194A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = "Sdifft::SdifftTests";
remoteInfo = SdifftTests;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
1E78630721C394C5006F4912 /* Sdifft.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Sdifft.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
1EB1AD2620BD5E22004D0450 /* NSAttributedString+Diff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Diff.swift"; sourceTree = "<group>"; };
1EB1AD2820BD640B004D0450 /* NSAttributedString+DiffTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+DiffTests.swift"; sourceTree = "<group>"; };
OBJ_12 /* DiffTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffTests.swift; sourceTree = "<group>"; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_9 /* Diff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Diff.swift; sourceTree = "<group>"; };
"Sdifft::Sdifft::Product" /* Sdifft.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Sdifft.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"Sdifft::SdifftTests::Product" /* SdifftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = SdifftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
OBJ_22 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_40 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
OBJ_41 /* Sdifft.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
OBJ_10 /* Tests */ = {
isa = PBXGroup;
children = (
OBJ_11 /* SdifftTests */,
);
name = Tests;
sourceTree = SOURCE_ROOT;
};
OBJ_11 /* SdifftTests */ = {
isa = PBXGroup;
children = (
OBJ_12 /* DiffTests.swift */,
1EB1AD2820BD640B004D0450 /* NSAttributedString+DiffTests.swift */,
);
name = SdifftTests;
path = Tests/SdifftTests;
sourceTree = SOURCE_ROOT;
};
OBJ_13 /* Products */ = {
isa = PBXGroup;
children = (
"Sdifft::Sdifft::Product" /* Sdifft.framework */,
"Sdifft::SdifftTests::Product" /* SdifftTests.xctest */,
);
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 = {
isa = PBXGroup;
children = (
1E78630721C394C5006F4912 /* Sdifft.playground */,
OBJ_6 /* Package.swift */,
OBJ_7 /* Sources */,
OBJ_10 /* Tests */,
OBJ_13 /* Products */,
);
sourceTree = "<group>";
};
OBJ_7 /* Sources */ = {
isa = PBXGroup;
children = (
OBJ_8 /* Sdifft */,
);
name = Sources;
sourceTree = SOURCE_ROOT;
};
OBJ_8 /* Sdifft */ = {
isa = PBXGroup;
children = (
OBJ_9 /* Diff.swift */,
1EB1AD2620BD5E22004D0450 /* NSAttributedString+Diff.swift */,
);
name = Sdifft;
path = Sources/Sdifft;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
"Sdifft::Sdifft" /* Sdifft */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_17 /* Build configuration list for PBXNativeTarget "Sdifft" */;
buildPhases = (
OBJ_20 /* Sources */,
OBJ_22 /* Frameworks */,
1EB1AD2A20BE8B64004D0450 /* ShellScript */,
);
buildRules = (
);
dependencies = (
);
name = Sdifft;
productName = Sdifft;
productReference = "Sdifft::Sdifft::Product" /* Sdifft.framework */;
productType = "com.apple.product-type.framework";
};
"Sdifft::SdifftTests" /* SdifftTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_35 /* Build configuration list for PBXNativeTarget "SdifftTests" */;
buildPhases = (
OBJ_38 /* Sources */,
OBJ_40 /* Frameworks */,
);
buildRules = (
);
dependencies = (
OBJ_42 /* PBXTargetDependency */,
);
name = SdifftTests;
productName = SdifftTests;
productReference = "Sdifft::SdifftTests::Product" /* SdifftTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
"Sdifft::SwiftPMPackageDescription" /* SdifftPackageDescription */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_24 /* Build configuration list for PBXNativeTarget "SdifftPackageDescription" */;
buildPhases = (
OBJ_27 /* Sources */,
);
buildRules = (
);
dependencies = (
);
name = SdifftPackageDescription;
productName = SdifftPackageDescription;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
OBJ_1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 9999;
TargetAttributes = {
"Sdifft::SdifftTests" = {
LastSwiftMigration = 1000;
};
};
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Sdifft" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = OBJ_5;
productRefGroup = OBJ_13 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
"Sdifft::Sdifft" /* Sdifft */,
"Sdifft::SwiftPMPackageDescription" /* SdifftPackageDescription */,
"Sdifft::SdifftPackageTests::ProductTarget" /* SdifftPackageTests */,
"Sdifft::SdifftTests" /* SdifftTests */,
);
};
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
1EB1AD2A20BE8B64004D0450 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null;\nthen\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
OBJ_20 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
1EB1AD2720BD5E22004D0450 /* NSAttributedString+Diff.swift in Sources */,
OBJ_21 /* Diff.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_27 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
OBJ_28 /* Package.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_38 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
1EB1AD2920BD640B004D0450 /* NSAttributedString+DiffTests.swift in Sources */,
OBJ_39 /* DiffTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
OBJ_33 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "Sdifft::SdifftTests" /* SdifftTests */;
targetProxy = 1EDAF6FE20B5963A00F7194A /* PBXContainerItemProxy */;
};
OBJ_42 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "Sdifft::Sdifft" /* Sdifft */;
targetProxy = 1EDAF6FD20B5963A00F7194A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
OBJ_18 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sdifft.xcodeproj/Sdifft_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 = Sdifft;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGET_NAME = Sdifft;
};
name = Debug;
};
OBJ_19 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sdifft.xcodeproj/Sdifft_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 = Sdifft;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGET_NAME = Sdifft;
};
name = Release;
};
OBJ_25 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
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;
};
name = Debug;
};
OBJ_26 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
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;
};
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;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
USE_HEADERMAP = NO;
};
name = Debug;
};
OBJ_31 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
OBJ_32 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
OBJ_36 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sdifft.xcodeproj/SdifftTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
TARGET_NAME = SdifftTests;
};
name = Debug;
};
OBJ_37 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sdifft.xcodeproj/SdifftTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 4.2;
TARGET_NAME = SdifftTests;
};
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;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
USE_HEADERMAP = NO;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
OBJ_17 /* Build configuration list for PBXNativeTarget "Sdifft" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_18 /* Debug */,
OBJ_19 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_2 /* Build configuration list for PBXProject "Sdifft" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_3 /* Debug */,
OBJ_4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_24 /* Build configuration list for PBXNativeTarget "SdifftPackageDescription" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_25 /* Debug */,
OBJ_26 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_30 /* Build configuration list for PBXAggregateTarget "SdifftPackageTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_31 /* Debug */,
OBJ_32 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
OBJ_35 /* Build configuration list for PBXNativeTarget "SdifftTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_36 /* Debug */,
OBJ_37 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = OBJ_1 /* Project object */;
}