Files
Kare Morstol c36f2e1051 Update Xcode project. (#94)
As suggested by Xcode 12. Also update Swift version.
2020-09-25 22:31:02 +02:00

713 lines
26 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
BA930AEB2077EC5C003E5703 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA930AEA2077EC5C003E5703 /* Process.swift */; };
OBJ_45 /* Bash.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Bash.swift */; };
OBJ_46 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Command.swift */; };
OBJ_47 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* Context.swift */; };
OBJ_49 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* Files.swift */; };
OBJ_50 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* String.swift */; };
OBJ_51 /* Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* Array.swift */; };
OBJ_52 /* Lazy-split.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* Lazy-split.swift */; };
OBJ_53 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Stream.swift */; };
OBJ_60 /* Array_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* Array_Tests.swift */; };
OBJ_67 /* Collection_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* Collection_Tests.swift */; };
OBJ_68 /* Stream_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* Stream_Tests.swift */; };
OBJ_75 /* Command_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* Command_Tests.swift */; };
OBJ_76 /* Context_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* Context_Tests.swift */; };
OBJ_77 /* FileHandle_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* FileHandle_Tests.swift */; };
OBJ_78 /* Files_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* Files_Tests.swift */; };
OBJ_79 /* String_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* String_Tests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
BA04CA991E63720F00C51959 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = OBJ_40;
remoteInfo = SwiftShell;
};
BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = OBJ_40;
remoteInfo = SwiftShell;
};
BAC5F1B31E68942E00F075BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = OBJ_40;
remoteInfo = SwiftShell;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
BA930AEA2077EC5C003E5703 /* Process.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = "<group>"; };
OBJ_10 /* Command.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Command.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_11 /* Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Context.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_13 /* Files.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Files.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_14 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = String.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_16 /* Array.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Array.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_18 /* Lazy-split.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Lazy-split.swift"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_19 /* Stream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Stream.swift; sourceTree = "<group>"; };
OBJ_22 /* Array_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Array_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_24 /* Collection_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Collection_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_25 /* Stream_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Stream_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_27 /* Command_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Command_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_28 /* Context_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Context_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_29 /* FileHandle_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = FileHandle_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_30 /* Files_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Files_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_31 /* String_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = String_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
OBJ_33 /* Misc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Misc; sourceTree = SOURCE_ROOT; };
OBJ_36 /* SwiftShell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftShell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_37 /* GeneralTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = GeneralTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_38 /* StreamTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = StreamTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_39 /* SwiftShellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = SwiftShellTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_9 /* Bash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Bash.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
OBJ_54 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_61 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_69 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_81 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
OBJ_15 /* General */ = {
isa = PBXGroup;
children = (
OBJ_16 /* Array.swift */,
);
path = General;
sourceTree = "<group>";
};
OBJ_17 /* Stream */ = {
isa = PBXGroup;
children = (
OBJ_18 /* Lazy-split.swift */,
OBJ_19 /* Stream.swift */,
);
path = Stream;
sourceTree = "<group>";
};
OBJ_20 /* Tests */ = {
isa = PBXGroup;
children = (
OBJ_21 /* GeneralTests */,
OBJ_23 /* StreamTests */,
OBJ_26 /* SwiftShellTests */,
);
path = Tests;
sourceTree = "<group>";
};
OBJ_21 /* GeneralTests */ = {
isa = PBXGroup;
children = (
OBJ_22 /* Array_Tests.swift */,
);
name = GeneralTests;
path = Tests/GeneralTests;
sourceTree = SOURCE_ROOT;
};
OBJ_23 /* StreamTests */ = {
isa = PBXGroup;
children = (
OBJ_25 /* Stream_Tests.swift */,
OBJ_24 /* Collection_Tests.swift */,
OBJ_29 /* FileHandle_Tests.swift */,
);
name = StreamTests;
path = Tests/StreamTests;
sourceTree = SOURCE_ROOT;
};
OBJ_26 /* SwiftShellTests */ = {
isa = PBXGroup;
children = (
OBJ_27 /* Command_Tests.swift */,
OBJ_28 /* Context_Tests.swift */,
OBJ_30 /* Files_Tests.swift */,
OBJ_31 /* String_Tests.swift */,
);
name = SwiftShellTests;
path = Tests/SwiftShellTests;
sourceTree = SOURCE_ROOT;
};
OBJ_35 /* Products */ = {
isa = PBXGroup;
children = (
OBJ_36 /* SwiftShell.framework */,
OBJ_37 /* GeneralTests.xctest */,
OBJ_38 /* StreamTests.xctest */,
OBJ_39 /* SwiftShellTests.xctest */,
);
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
OBJ_7 /* Sources */,
OBJ_20 /* Tests */,
OBJ_33 /* Misc */,
OBJ_35 /* Products */,
);
sourceTree = "<group>";
};
OBJ_7 /* Sources */ = {
isa = PBXGroup;
children = (
OBJ_8 /* SwiftShell */,
);
path = Sources;
sourceTree = "<group>";
};
OBJ_8 /* SwiftShell */ = {
isa = PBXGroup;
children = (
OBJ_9 /* Bash.swift */,
OBJ_10 /* Command.swift */,
OBJ_11 /* Context.swift */,
BA930AEA2077EC5C003E5703 /* Process.swift */,
OBJ_13 /* Files.swift */,
OBJ_14 /* String.swift */,
OBJ_15 /* General */,
OBJ_17 /* Stream */,
);
name = SwiftShell;
path = Sources/SwiftShell;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
OBJ_40 /* SwiftShell */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_41 /* Build configuration list for PBXNativeTarget "SwiftShell" */;
buildPhases = (
OBJ_44 /* Sources */,
OBJ_54 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = SwiftShell;
productName = SwiftShell;
productReference = OBJ_36 /* SwiftShell.framework */;
productType = "com.apple.product-type.framework";
};
OBJ_55 /* GeneralTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_56 /* Build configuration list for PBXNativeTarget "GeneralTests" */;
buildPhases = (
OBJ_59 /* Sources */,
OBJ_61 /* Frameworks */,
);
buildRules = (
);
dependencies = (
BAC5F1B41E68942E00F075BA /* PBXTargetDependency */,
);
name = GeneralTests;
productName = GeneralTests;
productReference = OBJ_37 /* GeneralTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
OBJ_62 /* StreamTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_63 /* Build configuration list for PBXNativeTarget "StreamTests" */;
buildPhases = (
OBJ_66 /* Sources */,
OBJ_69 /* Frameworks */,
);
buildRules = (
);
dependencies = (
BAC5F1861E676AFC00F075BA /* PBXTargetDependency */,
);
name = StreamTests;
productName = StreamTests;
productReference = OBJ_38 /* StreamTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
OBJ_70 /* SwiftShellTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_71 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */;
buildPhases = (
OBJ_74 /* Sources */,
OBJ_81 /* Frameworks */,
);
buildRules = (
);
dependencies = (
OBJ_83 /* PBXTargetDependency */,
);
name = SwiftShellTests;
productName = SwiftShellTests;
productReference = OBJ_39 /* SwiftShellTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
OBJ_1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1200;
TargetAttributes = {
OBJ_40 = {
LastSwiftMigration = 1020;
};
OBJ_55 = {
LastSwiftMigration = 1020;
};
OBJ_62 = {
LastSwiftMigration = 1020;
};
OBJ_70 = {
LastSwiftMigration = 1020;
};
};
};
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "SwiftShell" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = OBJ_5;
productRefGroup = OBJ_35 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
OBJ_40 /* SwiftShell */,
OBJ_55 /* GeneralTests */,
OBJ_62 /* StreamTests */,
OBJ_70 /* SwiftShellTests */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
OBJ_44 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
OBJ_45 /* Bash.swift in Sources */,
BA930AEB2077EC5C003E5703 /* Process.swift in Sources */,
OBJ_46 /* Command.swift in Sources */,
OBJ_47 /* Context.swift in Sources */,
OBJ_49 /* Files.swift in Sources */,
OBJ_50 /* String.swift in Sources */,
OBJ_51 /* Array.swift in Sources */,
OBJ_52 /* Lazy-split.swift in Sources */,
OBJ_53 /* Stream.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_59 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
OBJ_60 /* Array_Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_66 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
OBJ_67 /* Collection_Tests.swift in Sources */,
OBJ_68 /* Stream_Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
OBJ_74 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 0;
files = (
OBJ_75 /* Command_Tests.swift in Sources */,
OBJ_76 /* Context_Tests.swift in Sources */,
OBJ_77 /* FileHandle_Tests.swift in Sources */,
OBJ_78 /* Files_Tests.swift in Sources */,
OBJ_79 /* String_Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
BAC5F1861E676AFC00F075BA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = OBJ_40 /* SwiftShell */;
targetProxy = BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */;
};
BAC5F1B41E68942E00F075BA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = OBJ_40 /* SwiftShell */;
targetProxy = BAC5F1B31E68942E00F075BA /* PBXContainerItemProxy */;
};
OBJ_83 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = OBJ_40 /* SwiftShell */;
targetProxy = BA04CA991E63720F00C51959 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
OBJ_3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
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";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 5.0;
USE_HEADERMAP = NO;
};
name = Debug;
};
OBJ_4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = s;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 5.0;
USE_HEADERMAP = NO;
};
name = Release;
};
OBJ_42 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/SwiftShell_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = SwiftShell;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftShell;
};
name = Debug;
};
OBJ_43 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/SwiftShell_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = SwiftShell;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftShell;
};
name = Release;
};
OBJ_57 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/GeneralTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = GeneralTests;
};
name = Debug;
};
OBJ_58 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/GeneralTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = GeneralTests;
};
name = Release;
};
OBJ_64 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/StreamTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
TARGET_NAME = StreamTests;
};
name = Debug;
};
OBJ_65 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/StreamTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
TARGET_NAME = StreamTests;
};
name = Release;
};
OBJ_72 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/SwiftShellTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftShellTests;
};
name = Debug;
};
OBJ_73 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftShell.xcodeproj/SwiftShellTests_Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = SwiftShellTests;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
OBJ_2 /* Build configuration list for PBXProject "SwiftShell" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_3 /* Debug */,
OBJ_4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
OBJ_41 /* Build configuration list for PBXNativeTarget "SwiftShell" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_42 /* Debug */,
OBJ_43 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
OBJ_56 /* Build configuration list for PBXNativeTarget "GeneralTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_57 /* Debug */,
OBJ_58 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
OBJ_63 /* Build configuration list for PBXNativeTarget "StreamTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_64 /* Debug */,
OBJ_65 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
OBJ_71 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
OBJ_72 /* Debug */,
OBJ_73 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
/* End XCConfigurationList section */
};
rootObject = OBJ_1 /* Project object */;
}