Files
SwiftShell/SwiftShell.xcodeproj/project.pbxproj
T
Kare Morstol a9dbdcf629 Update to Swift 2.0 .
Wow, lots of changes in Swift 2.0! And all of them great, except for renaming println to print. What's up with that?
This is just to get it to compile, we will be trying and throwing errors in no time.
2015-06-28 00:52:40 +02:00

627 lines
27 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
BA338BF819A6897B00654EC4 /* Stream_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA338BF719A6897B00654EC4 /* Stream_Tests.swift */; };
BA880BBC19CA12C9002FACCB /* Pipes_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA880BBB19CA12C9002FACCB /* Pipes_Tests.swift */; };
BAA4EEC819C77BA3006CEB87 /* XCTestCase_Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA4EEC719C77BA3006CEB87 /* XCTestCase_Additions.swift */; };
BAA4EECB19C77F0F006CEB87 /* XCTestCase_Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA4EEC719C77BA3006CEB87 /* XCTestCase_Additions.swift */; };
BAAE15EE19A3FD4D00DA3462 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15E919A3FD4D00DA3462 /* Stream.swift */; };
BAAE15EF19A3FD4D00DA3462 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15EA19A3FD4D00DA3462 /* Command.swift */; };
BAAE15F019A3FD4D00DA3462 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15EB19A3FD4D00DA3462 /* String.swift */; };
BAAE15F119A3FD4D00DA3462 /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15EC19A3FD4D00DA3462 /* FileHandle.swift */; };
BAAE15F219A3FD4D00DA3462 /* Pipes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15ED19A3FD4D00DA3462 /* Pipes.swift */; };
BAAE15F719A3FDC200DA3462 /* FileHandle_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15F319A3FDC200DA3462 /* FileHandle_Tests.swift */; };
BAAE15F819A3FDC200DA3462 /* Command_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15F419A3FDC200DA3462 /* Command_Tests.swift */; };
BAAE15F919A3FDC200DA3462 /* Stream_Iteration_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15F519A3FDC200DA3462 /* Stream_Iteration_Tests.swift */; };
BAAE15FA19A3FDC200DA3462 /* String_Partition_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE15F619A3FDC200DA3462 /* String_Partition_Tests.swift */; };
BAAE160B19A4007700DA3462 /* Stream_Iteration_SpeedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAE160A19A4007700DA3462 /* Stream_Iteration_SpeedTests.swift */; };
BAAE160E19A4014900DA3462 /* SwiftShell.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BAAE15D019A3FB5E00DA3462 /* SwiftShell.framework */; };
BAB0F87E19A6CD6C000191AB /* long text.txt in Resources */ = {isa = PBXBuildFile; fileRef = BAB0F87D19A6CD6C000191AB /* long text.txt */; };
BAB5EBC319BF65350083971B /* shorttext.txt in Resources */ = {isa = PBXBuildFile; fileRef = BAB5EBC219BF65350083971B /* shorttext.txt */; };
BAB8852D1A0939E700FCFC14 /* String_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB8852C1A0939E700FCFC14 /* String_Tests.swift */; };
BAC5312B1A24FF3B001BDA50 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC5312A1A24FF3B001BDA50 /* Files.swift */; };
BAC5312D1A250288001BDA50 /* Files_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC5312C1A250288001BDA50 /* Files_Tests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
BAAE160C19A4014200DA3462 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BAAE15C719A3FB5D00DA3462 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BAAE15CF19A3FB5E00DA3462;
remoteInfo = SwiftShell;
};
BAB0BB2419B10850005EE6B8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BAAE15C719A3FB5D00DA3462 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BAAE15CF19A3FB5E00DA3462;
remoteInfo = SwiftShell;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
BA2E031E19B5F01C005B1227 /* Test area.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = "Test area.playground"; path = "Misc/Test area.playground"; sourceTree = "<group>"; };
BA338BF719A6897B00654EC4 /* Stream_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream_Tests.swift; sourceTree = "<group>"; };
BA880BBB19CA12C9002FACCB /* Pipes_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pipes_Tests.swift; sourceTree = "<group>"; };
BAA4EEC719C77BA3006CEB87 /* XCTestCase_Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = XCTestCase_Additions.swift; path = SwiftShellTests/XCTestCase_Additions.swift; sourceTree = "<group>"; };
BAAE15D019A3FB5E00DA3462 /* SwiftShell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftShell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BAAE15D419A3FB5E00DA3462 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BAAE15DB19A3FB5E00DA3462 /* SwiftShellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftShellTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
BAAE15DE19A3FB5E00DA3462 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BAAE15E919A3FD4D00DA3462 /* Stream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream.swift; sourceTree = "<group>"; };
BAAE15EA19A3FD4D00DA3462 /* Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = "<group>"; };
BAAE15EB19A3FD4D00DA3462 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
BAAE15EC19A3FD4D00DA3462 /* FileHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = "<group>"; };
BAAE15ED19A3FD4D00DA3462 /* Pipes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pipes.swift; sourceTree = "<group>"; };
BAAE15F319A3FDC200DA3462 /* FileHandle_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileHandle_Tests.swift; sourceTree = "<group>"; };
BAAE15F419A3FDC200DA3462 /* Command_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command_Tests.swift; sourceTree = "<group>"; };
BAAE15F519A3FDC200DA3462 /* Stream_Iteration_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream_Iteration_Tests.swift; sourceTree = "<group>"; };
BAAE15F619A3FDC200DA3462 /* String_Partition_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String_Partition_Tests.swift; sourceTree = "<group>"; };
BAAE160119A3FFEC00DA3462 /* SwiftShell_Speed_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftShell_Speed_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
BAAE160419A3FFEC00DA3462 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BAAE160A19A4007700DA3462 /* Stream_Iteration_SpeedTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream_Iteration_SpeedTests.swift; sourceTree = "<group>"; };
BAB0F87D19A6CD6C000191AB /* long text.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "long text.txt"; sourceTree = "<group>"; };
BAB5EBC219BF65350083971B /* shorttext.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = shorttext.txt; sourceTree = "<group>"; };
BAB8852C1A0939E700FCFC14 /* String_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String_Tests.swift; sourceTree = "<group>"; };
BAC5312A1A24FF3B001BDA50 /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
BAC5312C1A250288001BDA50 /* Files_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files_Tests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
BAAE15CC19A3FB5E00DA3462 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15D819A3FB5E00DA3462 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15FE19A3FFEC00DA3462 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BAAE160E19A4014900DA3462 /* SwiftShell.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
BAA4EECA19C77ED6006CEB87 /* Common */ = {
isa = PBXGroup;
children = (
BAA4EEC719C77BA3006CEB87 /* XCTestCase_Additions.swift */,
);
name = Common;
sourceTree = "<group>";
};
BAAE15C619A3FB5D00DA3462 = {
isa = PBXGroup;
children = (
BA2E031E19B5F01C005B1227 /* Test area.playground */,
BAAE15D219A3FB5E00DA3462 /* SwiftShell */,
BAAE15DC19A3FB5E00DA3462 /* SwiftShellTests */,
BAAE160219A3FFEC00DA3462 /* SwiftShell_Speed_Tests */,
BAA4EECA19C77ED6006CEB87 /* Common */,
BAAE15D119A3FB5E00DA3462 /* Products */,
);
sourceTree = "<group>";
};
BAAE15D119A3FB5E00DA3462 /* Products */ = {
isa = PBXGroup;
children = (
BAAE15D019A3FB5E00DA3462 /* SwiftShell.framework */,
BAAE15DB19A3FB5E00DA3462 /* SwiftShellTests.xctest */,
BAAE160119A3FFEC00DA3462 /* SwiftShell_Speed_Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
BAAE15D219A3FB5E00DA3462 /* SwiftShell */ = {
isa = PBXGroup;
children = (
BAAE15EA19A3FD4D00DA3462 /* Command.swift */,
BAAE15EC19A3FD4D00DA3462 /* FileHandle.swift */,
BAC5312A1A24FF3B001BDA50 /* Files.swift */,
BAAE15ED19A3FD4D00DA3462 /* Pipes.swift */,
BAAE15E919A3FD4D00DA3462 /* Stream.swift */,
BAAE15EB19A3FD4D00DA3462 /* String.swift */,
BAAE15D319A3FB5E00DA3462 /* Supporting Files */,
);
path = SwiftShell;
sourceTree = "<group>";
};
BAAE15D319A3FB5E00DA3462 /* Supporting Files */ = {
isa = PBXGroup;
children = (
BAAE15D419A3FB5E00DA3462 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
BAAE15DC19A3FB5E00DA3462 /* SwiftShellTests */ = {
isa = PBXGroup;
children = (
BAAE15F419A3FDC200DA3462 /* Command_Tests.swift */,
BAAE15F319A3FDC200DA3462 /* FileHandle_Tests.swift */,
BAC5312C1A250288001BDA50 /* Files_Tests.swift */,
BA880BBB19CA12C9002FACCB /* Pipes_Tests.swift */,
BA338BF719A6897B00654EC4 /* Stream_Tests.swift */,
BAAE15F519A3FDC200DA3462 /* Stream_Iteration_Tests.swift */,
BAAE15F619A3FDC200DA3462 /* String_Partition_Tests.swift */,
BAB8852C1A0939E700FCFC14 /* String_Tests.swift */,
BAAE15DD19A3FB5E00DA3462 /* Supporting Files */,
);
path = SwiftShellTests;
sourceTree = "<group>";
};
BAAE15DD19A3FB5E00DA3462 /* Supporting Files */ = {
isa = PBXGroup;
children = (
BAB5EBC219BF65350083971B /* shorttext.txt */,
BAAE15DE19A3FB5E00DA3462 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
BAAE160219A3FFEC00DA3462 /* SwiftShell_Speed_Tests */ = {
isa = PBXGroup;
children = (
BAAE160A19A4007700DA3462 /* Stream_Iteration_SpeedTests.swift */,
BAAE160319A3FFEC00DA3462 /* Supporting Files */,
);
path = SwiftShell_Speed_Tests;
sourceTree = "<group>";
};
BAAE160319A3FFEC00DA3462 /* Supporting Files */ = {
isa = PBXGroup;
children = (
BAB0F87D19A6CD6C000191AB /* long text.txt */,
BAAE160419A3FFEC00DA3462 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
BAAE15CD19A3FB5E00DA3462 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
BAAE15CF19A3FB5E00DA3462 /* SwiftShell */ = {
isa = PBXNativeTarget;
buildConfigurationList = BAAE15E319A3FB5E00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShell" */;
buildPhases = (
BAAE15CB19A3FB5E00DA3462 /* Sources */,
BAAE15CC19A3FB5E00DA3462 /* Frameworks */,
BAAE15CD19A3FB5E00DA3462 /* Headers */,
BAAE15CE19A3FB5E00DA3462 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SwiftShell;
productName = SwiftShell;
productReference = BAAE15D019A3FB5E00DA3462 /* SwiftShell.framework */;
productType = "com.apple.product-type.framework";
};
BAAE15DA19A3FB5E00DA3462 /* SwiftShellTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = BAAE15E619A3FB5E00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */;
buildPhases = (
BAAE15D719A3FB5E00DA3462 /* Sources */,
BAAE15D819A3FB5E00DA3462 /* Frameworks */,
BAAE15D919A3FB5E00DA3462 /* Resources */,
);
buildRules = (
);
dependencies = (
BAB0BB2519B10850005EE6B8 /* PBXTargetDependency */,
);
name = SwiftShellTests;
productName = SwiftShellTests;
productReference = BAAE15DB19A3FB5E00DA3462 /* SwiftShellTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
BAAE160019A3FFEC00DA3462 /* SwiftShell_Speed_Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = BAAE160719A3FFEC00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShell_Speed_Tests" */;
buildPhases = (
BAAE15FD19A3FFEC00DA3462 /* Sources */,
BAAE15FE19A3FFEC00DA3462 /* Frameworks */,
BAAE15FF19A3FFEC00DA3462 /* Resources */,
);
buildRules = (
);
dependencies = (
BAAE160D19A4014200DA3462 /* PBXTargetDependency */,
);
name = SwiftShell_Speed_Tests;
productName = SwiftShell_Speed_Tests;
productReference = BAAE160119A3FFEC00DA3462 /* SwiftShell_Speed_Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
BAAE15C719A3FB5D00DA3462 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "NotTooBad Software";
TargetAttributes = {
BAAE15CF19A3FB5E00DA3462 = {
CreatedOnToolsVersion = 6.0;
};
BAAE15DA19A3FB5E00DA3462 = {
CreatedOnToolsVersion = 6.0;
};
BAAE160019A3FFEC00DA3462 = {
CreatedOnToolsVersion = 6.0;
};
};
};
buildConfigurationList = BAAE15CA19A3FB5D00DA3462 /* Build configuration list for PBXProject "SwiftShell" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = BAAE15C619A3FB5D00DA3462;
productRefGroup = BAAE15D119A3FB5E00DA3462 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
BAAE15CF19A3FB5E00DA3462 /* SwiftShell */,
BAAE15DA19A3FB5E00DA3462 /* SwiftShellTests */,
BAAE160019A3FFEC00DA3462 /* SwiftShell_Speed_Tests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
BAAE15CE19A3FB5E00DA3462 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15D919A3FB5E00DA3462 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAB5EBC319BF65350083971B /* shorttext.txt in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15FF19A3FFEC00DA3462 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAB0F87E19A6CD6C000191AB /* long text.txt in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BAAE15CB19A3FB5E00DA3462 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAAE15F019A3FD4D00DA3462 /* String.swift in Sources */,
BAAE15F219A3FD4D00DA3462 /* Pipes.swift in Sources */,
BAAE15F119A3FD4D00DA3462 /* FileHandle.swift in Sources */,
BAAE15EE19A3FD4D00DA3462 /* Stream.swift in Sources */,
BAAE15EF19A3FD4D00DA3462 /* Command.swift in Sources */,
BAC5312B1A24FF3B001BDA50 /* Files.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15D719A3FB5E00DA3462 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAB8852D1A0939E700FCFC14 /* String_Tests.swift in Sources */,
BA338BF819A6897B00654EC4 /* Stream_Tests.swift in Sources */,
BAA4EEC819C77BA3006CEB87 /* XCTestCase_Additions.swift in Sources */,
BAAE15F719A3FDC200DA3462 /* FileHandle_Tests.swift in Sources */,
BAAE15F919A3FDC200DA3462 /* Stream_Iteration_Tests.swift in Sources */,
BAAE15FA19A3FDC200DA3462 /* String_Partition_Tests.swift in Sources */,
BAAE15F819A3FDC200DA3462 /* Command_Tests.swift in Sources */,
BA880BBC19CA12C9002FACCB /* Pipes_Tests.swift in Sources */,
BAC5312D1A250288001BDA50 /* Files_Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BAAE15FD19A3FFEC00DA3462 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BAA4EECB19C77F0F006CEB87 /* XCTestCase_Additions.swift in Sources */,
BAAE160B19A4007700DA3462 /* Stream_Iteration_SpeedTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
BAAE160D19A4014200DA3462 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BAAE15CF19A3FB5E00DA3462 /* SwiftShell */;
targetProxy = BAAE160C19A4014200DA3462 /* PBXContainerItemProxy */;
};
BAB0BB2519B10850005EE6B8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BAAE15CF19A3FB5E00DA3462 /* SwiftShell */;
targetProxy = BAB0BB2419B10850005EE6B8 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
BAAE15E119A3FB5E00DA3462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
BAAE15E219A3FB5E00DA3462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
BAAE15E419A3FB5E00DA3462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEPLOYMENT_LOCATION = NO;
DSTROOT = "~/";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = SwiftShell/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = NO;
};
name = Debug;
};
BAAE15E519A3FB5E00DA3462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEPLOYMENT_LOCATION = NO;
DSTROOT = "~/";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = SwiftShell/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = NO;
};
name = Release;
};
BAAE15E719A3FB5E00DA3462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = SwiftShellTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
BAAE15E819A3FB5E00DA3462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
INFOPLIST_FILE = SwiftShellTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
BAAE160819A3FFEC00DA3462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = SwiftShell_Speed_Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
BAAE160919A3FFEC00DA3462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
INFOPLIST_FILE = SwiftShell_Speed_Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.nottoobadsoftware.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
BAAE15CA19A3FB5D00DA3462 /* Build configuration list for PBXProject "SwiftShell" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BAAE15E119A3FB5E00DA3462 /* Debug */,
BAAE15E219A3FB5E00DA3462 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BAAE15E319A3FB5E00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShell" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BAAE15E419A3FB5E00DA3462 /* Debug */,
BAAE15E519A3FB5E00DA3462 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BAAE15E619A3FB5E00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BAAE15E719A3FB5E00DA3462 /* Debug */,
BAAE15E819A3FB5E00DA3462 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BAAE160719A3FFEC00DA3462 /* Build configuration list for PBXNativeTarget "SwiftShell_Speed_Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BAAE160819A3FFEC00DA3462 /* Debug */,
BAAE160919A3FFEC00DA3462 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = BAAE15C719A3FB5D00DA3462 /* Project object */;
}