4916480f4e
That was easier than I feared.
589 lines
27 KiB
Plaintext
589 lines
27 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 47;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
BA1362181BADCA0C009ACCC9 /* CatchingFire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1362171BADCA0C009ACCC9 /* CatchingFire.swift */; };
|
|
BA2E3B201B5C34DD001ED175 /* SwiftShell.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA2E3B151B5C34DD001ED175 /* SwiftShell.framework */; };
|
|
BA2E3B331B5C35CC001ED175 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B2D1B5C35CC001ED175 /* Command.swift */; };
|
|
BA2E3B341B5C35CC001ED175 /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B2E1B5C35CC001ED175 /* FileHandle.swift */; };
|
|
BA2E3B351B5C35CC001ED175 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B2F1B5C35CC001ED175 /* Files.swift */; };
|
|
BA2E3B371B5C35CC001ED175 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B311B5C35CC001ED175 /* Stream.swift */; };
|
|
BA2E3B381B5C35CC001ED175 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B321B5C35CC001ED175 /* String.swift */; };
|
|
BA2E3B431B5C3635001ED175 /* Command_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B391B5C3635001ED175 /* Command_Tests.swift */; };
|
|
BA2E3B441B5C3635001ED175 /* FileHandle_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B3A1B5C3635001ED175 /* FileHandle_Tests.swift */; };
|
|
BA2E3B451B5C3635001ED175 /* Files_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B3B1B5C3635001ED175 /* Files_Tests.swift */; };
|
|
BA2E3B471B5C3635001ED175 /* shorttext.txt in Resources */ = {isa = PBXBuildFile; fileRef = BA2E3B3D1B5C3635001ED175 /* shorttext.txt */; };
|
|
BA2E3B491B5C3635001ED175 /* Stream_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B3F1B5C3635001ED175 /* Stream_Tests.swift */; };
|
|
BA2E3B4B1B5C3635001ED175 /* String_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B411B5C3635001ED175 /* String_Tests.swift */; };
|
|
BA2E3B4C1B5C3635001ED175 /* XCTestCase_Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B421B5C3635001ED175 /* XCTestCase_Additions.swift */; };
|
|
BA2E3B501B5C450C001ED175 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2E3B4F1B5C450C001ED175 /* Context.swift */; };
|
|
BA4D069F1C1795AD00E78F2E /* Lazy-split.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA4D069E1C1795AD00E78F2E /* Lazy-split.swift */; };
|
|
BA4D06A11C17967800E78F2E /* Collection_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA4D06A01C17967800E78F2E /* Collection_Tests.swift */; };
|
|
BAE03DBB1B5C6B7200D731A0 /* Context_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE03DBA1B5C6B7200D731A0 /* Context_Tests.swift */; };
|
|
BAE4F5681B9F838E00908543 /* Bash.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE4F5671B9F838E00908543 /* Bash.swift */; };
|
|
BAE503881BAF1061005261A6 /* Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE503871BAF1061005261A6 /* Array.swift */; };
|
|
BAE5038B1BAF1231005261A6 /* Array_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE5038A1BAF1231005261A6 /* Array_Tests.swift */; };
|
|
BAEDDA4C1BB3582B00BD28B2 /* NSTask+NSTask_Errors.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEDDA4A1BB3582B00BD28B2 /* NSTask+NSTask_Errors.h */; };
|
|
BAEDDA4D1BB3582B00BD28B2 /* NSTask+NSTask_Errors.m in Sources */ = {isa = PBXBuildFile; fileRef = BAEDDA4B1BB3582B00BD28B2 /* NSTask+NSTask_Errors.m */; };
|
|
BAEDDA4F1BB36EE200BD28B2 /* SwiftShell-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEDDA4E1BB36EE200BD28B2 /* SwiftShell-Bridging-Header.h */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
BA2E3B211B5C34DD001ED175 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BA2E3B0A1B5C34BB001ED175 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = BA2E3B141B5C34DD001ED175;
|
|
remoteInfo = SwiftShell;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
BA1362171BADCA0C009ACCC9 /* CatchingFire.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = CatchingFire.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
BA2E3B151B5C34DD001ED175 /* SwiftShell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftShell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BA2E3B1A1B5C34DD001ED175 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
BA2E3B1F1B5C34DD001ED175 /* SwiftShellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftShellTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BA2E3B261B5C34DD001ED175 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
BA2E3B2D1B5C35CC001ED175 /* Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = "<group>"; };
|
|
BA2E3B2E1B5C35CC001ED175 /* FileHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = "<group>"; };
|
|
BA2E3B2F1B5C35CC001ED175 /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
|
|
BA2E3B311B5C35CC001ED175 /* Stream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream.swift; sourceTree = "<group>"; };
|
|
BA2E3B321B5C35CC001ED175 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = String.swift; path = General/String.swift; sourceTree = "<group>"; };
|
|
BA2E3B391B5C3635001ED175 /* Command_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command_Tests.swift; sourceTree = "<group>"; };
|
|
BA2E3B3A1B5C3635001ED175 /* FileHandle_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileHandle_Tests.swift; sourceTree = "<group>"; };
|
|
BA2E3B3B1B5C3635001ED175 /* Files_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files_Tests.swift; sourceTree = "<group>"; };
|
|
BA2E3B3D1B5C3635001ED175 /* shorttext.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = shorttext.txt; sourceTree = "<group>"; };
|
|
BA2E3B3F1B5C3635001ED175 /* Stream_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream_Tests.swift; sourceTree = "<group>"; };
|
|
BA2E3B411B5C3635001ED175 /* String_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = String_Tests.swift; path = General/String_Tests.swift; sourceTree = "<group>"; };
|
|
BA2E3B421B5C3635001ED175 /* XCTestCase_Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTestCase_Additions.swift; sourceTree = "<group>"; };
|
|
BA2E3B4E1B5C380C001ED175 /* Test area 2.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = "Test area 2.playground"; path = "Misc/Test area 2.playground"; sourceTree = "<group>"; };
|
|
BA2E3B4F1B5C450C001ED175 /* Context.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Context.swift; sourceTree = "<group>"; };
|
|
BA4D069E1C1795AD00E78F2E /* Lazy-split.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Lazy-split.swift"; path = "General/Lazy-split.swift"; sourceTree = "<group>"; };
|
|
BA4D06A01C17967800E78F2E /* Collection_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Collection_Tests.swift; path = General/Collection_Tests.swift; sourceTree = "<group>"; };
|
|
BAE03DBA1B5C6B7200D731A0 /* Context_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Context_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
BAE4F5671B9F838E00908543 /* Bash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Bash.swift; sourceTree = "<group>"; };
|
|
BAE503871BAF1061005261A6 /* Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Array.swift; path = General/Array.swift; sourceTree = "<group>"; };
|
|
BAE5038A1BAF1231005261A6 /* Array_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Array_Tests.swift; path = General/Array_Tests.swift; sourceTree = "<group>"; };
|
|
BAEDDA4A1BB3582B00BD28B2 /* NSTask+NSTask_Errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTask+NSTask_Errors.h"; sourceTree = "<group>"; };
|
|
BAEDDA4B1BB3582B00BD28B2 /* NSTask+NSTask_Errors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTask+NSTask_Errors.m"; sourceTree = "<group>"; };
|
|
BAEDDA4E1BB36EE200BD28B2 /* SwiftShell-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SwiftShell-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
BA2E3B111B5C34DD001ED175 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BA2E3B1C1B5C34DD001ED175 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BA2E3B201B5C34DD001ED175 /* SwiftShell.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
BA1362191BADCBF9009ACCC9 /* Helpers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BA2E3B421B5C3635001ED175 /* XCTestCase_Additions.swift */,
|
|
BA1362171BADCA0C009ACCC9 /* CatchingFire.swift */,
|
|
BA2E3B3D1B5C3635001ED175 /* shorttext.txt */,
|
|
BA2E3B261B5C34DD001ED175 /* Info.plist */,
|
|
);
|
|
name = Helpers;
|
|
sourceTree = "<group>";
|
|
};
|
|
BA2E3B091B5C34BB001ED175 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BA2E3B4E1B5C380C001ED175 /* Test area 2.playground */,
|
|
BA2E3B171B5C34DD001ED175 /* Sources */,
|
|
BA2E3B231B5C34DD001ED175 /* Tests */,
|
|
BA2E3B161B5C34DD001ED175 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
BA2E3B161B5C34DD001ED175 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BA2E3B151B5C34DD001ED175 /* SwiftShell.framework */,
|
|
BA2E3B1F1B5C34DD001ED175 /* SwiftShellTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
BA2E3B171B5C34DD001ED175 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BA2E3B4F1B5C450C001ED175 /* Context.swift */,
|
|
BA2E3B2D1B5C35CC001ED175 /* Command.swift */,
|
|
BAE4F5671B9F838E00908543 /* Bash.swift */,
|
|
BA2E3B2E1B5C35CC001ED175 /* FileHandle.swift */,
|
|
BA2E3B2F1B5C35CC001ED175 /* Files.swift */,
|
|
BA2E3B311B5C35CC001ED175 /* Stream.swift */,
|
|
BAE503861BAF104C005261A6 /* General */,
|
|
BA2E3B1A1B5C34DD001ED175 /* Info.plist */,
|
|
BAEDDA501BB37B9200BD28B2 /* NSTask */,
|
|
);
|
|
name = Sources;
|
|
path = Sources/SwiftShell;
|
|
sourceTree = "<group>";
|
|
};
|
|
BA2E3B231B5C34DD001ED175 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BAE03DBA1B5C6B7200D731A0 /* Context_Tests.swift */,
|
|
BA2E3B391B5C3635001ED175 /* Command_Tests.swift */,
|
|
BA2E3B3A1B5C3635001ED175 /* FileHandle_Tests.swift */,
|
|
BA2E3B3B1B5C3635001ED175 /* Files_Tests.swift */,
|
|
BA2E3B3F1B5C3635001ED175 /* Stream_Tests.swift */,
|
|
BAE503891BAF11DC005261A6 /* General */,
|
|
BA1362191BADCBF9009ACCC9 /* Helpers */,
|
|
);
|
|
path = Tests;
|
|
sourceTree = "<group>";
|
|
};
|
|
BAE503861BAF104C005261A6 /* General */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BAE503871BAF1061005261A6 /* Array.swift */,
|
|
BA2E3B321B5C35CC001ED175 /* String.swift */,
|
|
BA4D069E1C1795AD00E78F2E /* Lazy-split.swift */,
|
|
);
|
|
name = General;
|
|
sourceTree = "<group>";
|
|
};
|
|
BAE503891BAF11DC005261A6 /* General */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BAE5038A1BAF1231005261A6 /* Array_Tests.swift */,
|
|
BA2E3B411B5C3635001ED175 /* String_Tests.swift */,
|
|
BA4D06A01C17967800E78F2E /* Collection_Tests.swift */,
|
|
);
|
|
name = General;
|
|
sourceTree = "<group>";
|
|
};
|
|
BAEDDA501BB37B9200BD28B2 /* NSTask */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BAEDDA4A1BB3582B00BD28B2 /* NSTask+NSTask_Errors.h */,
|
|
BAEDDA4B1BB3582B00BD28B2 /* NSTask+NSTask_Errors.m */,
|
|
BAEDDA4E1BB36EE200BD28B2 /* SwiftShell-Bridging-Header.h */,
|
|
);
|
|
name = NSTask;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
BA2E3B121B5C34DD001ED175 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BAEDDA4F1BB36EE200BD28B2 /* SwiftShell-Bridging-Header.h in Headers */,
|
|
BAEDDA4C1BB3582B00BD28B2 /* NSTask+NSTask_Errors.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
BA2E3B141B5C34DD001ED175 /* SwiftShell */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BA2E3B2B1B5C34DD001ED175 /* Build configuration list for PBXNativeTarget "SwiftShell" */;
|
|
buildPhases = (
|
|
BA2E3B101B5C34DD001ED175 /* Sources */,
|
|
BA2E3B111B5C34DD001ED175 /* Frameworks */,
|
|
BA2E3B121B5C34DD001ED175 /* Headers */,
|
|
BA2E3B131B5C34DD001ED175 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SwiftShell;
|
|
productName = SwiftShell;
|
|
productReference = BA2E3B151B5C34DD001ED175 /* SwiftShell.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
BA2E3B1E1B5C34DD001ED175 /* SwiftShellTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BA2E3B2C1B5C34DD001ED175 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */;
|
|
buildPhases = (
|
|
BA2E3B1B1B5C34DD001ED175 /* Sources */,
|
|
BA2E3B1C1B5C34DD001ED175 /* Frameworks */,
|
|
BA2E3B1D1B5C34DD001ED175 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
BA2E3B221B5C34DD001ED175 /* PBXTargetDependency */,
|
|
);
|
|
name = SwiftShellTests;
|
|
productName = SwiftShellTests;
|
|
productReference = BA2E3B1F1B5C34DD001ED175 /* SwiftShellTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
BA2E3B0A1B5C34BB001ED175 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0700;
|
|
LastUpgradeCheck = 0710;
|
|
ORGANIZATIONNAME = "";
|
|
TargetAttributes = {
|
|
BA2E3B141B5C34DD001ED175 = {
|
|
CreatedOnToolsVersion = 7.0;
|
|
};
|
|
BA2E3B1E1B5C34DD001ED175 = {
|
|
CreatedOnToolsVersion = 7.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = BA2E3B0D1B5C34BB001ED175 /* Build configuration list for PBXProject "SwiftShell2" */;
|
|
compatibilityVersion = "Xcode 6.3";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = BA2E3B091B5C34BB001ED175;
|
|
productRefGroup = BA2E3B161B5C34DD001ED175 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
BA2E3B141B5C34DD001ED175 /* SwiftShell */,
|
|
BA2E3B1E1B5C34DD001ED175 /* SwiftShellTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
BA2E3B131B5C34DD001ED175 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BA2E3B1D1B5C34DD001ED175 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BA2E3B471B5C3635001ED175 /* shorttext.txt in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
BA2E3B101B5C34DD001ED175 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BA2E3B381B5C35CC001ED175 /* String.swift in Sources */,
|
|
BA4D069F1C1795AD00E78F2E /* Lazy-split.swift in Sources */,
|
|
BA2E3B331B5C35CC001ED175 /* Command.swift in Sources */,
|
|
BA2E3B341B5C35CC001ED175 /* FileHandle.swift in Sources */,
|
|
BA2E3B501B5C450C001ED175 /* Context.swift in Sources */,
|
|
BA2E3B351B5C35CC001ED175 /* Files.swift in Sources */,
|
|
BAE503881BAF1061005261A6 /* Array.swift in Sources */,
|
|
BAEDDA4D1BB3582B00BD28B2 /* NSTask+NSTask_Errors.m in Sources */,
|
|
BA2E3B371B5C35CC001ED175 /* Stream.swift in Sources */,
|
|
BAE4F5681B9F838E00908543 /* Bash.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BA2E3B1B1B5C34DD001ED175 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BA2E3B431B5C3635001ED175 /* Command_Tests.swift in Sources */,
|
|
BA2E3B491B5C3635001ED175 /* Stream_Tests.swift in Sources */,
|
|
BA2E3B451B5C3635001ED175 /* Files_Tests.swift in Sources */,
|
|
BA2E3B441B5C3635001ED175 /* FileHandle_Tests.swift in Sources */,
|
|
BA1362181BADCA0C009ACCC9 /* CatchingFire.swift in Sources */,
|
|
BAE03DBB1B5C6B7200D731A0 /* Context_Tests.swift in Sources */,
|
|
BA2E3B4C1B5C3635001ED175 /* XCTestCase_Additions.swift in Sources */,
|
|
BA2E3B4B1B5C3635001ED175 /* String_Tests.swift in Sources */,
|
|
BAE5038B1BAF1231005261A6 /* Array_Tests.swift in Sources */,
|
|
BA4D06A11C17967800E78F2E /* Collection_Tests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
BA2E3B221B5C34DD001ED175 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = BA2E3B141B5C34DD001ED175 /* SwiftShell */;
|
|
targetProxy = BA2E3B211B5C34DD001ED175 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
BA2E3B0E1B5C34BB001ED175 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
BA2E3B0F1B5C34BB001ED175 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
};
|
|
name = Release;
|
|
};
|
|
BA2E3B271B5C34DD001ED175 /* 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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEFINES_MODULE = YES;
|
|
DSTROOT = "~/";
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
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;
|
|
INFOPLIST_FILE = "$(SRCROOT)/Sources/SwiftShell/Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.nottoobadsoftware.SwiftShell;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SKIP_INSTALL = NO;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Sources/SwiftShell/SwiftShell-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
BA2E3B281B5C34DD001ED175 /* 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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEFINES_MODULE = YES;
|
|
DSTROOT = "~/";
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
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;
|
|
INFOPLIST_FILE = "$(SRCROOT)/Sources/SwiftShell/Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.nottoobadsoftware.SwiftShell;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SKIP_INSTALL = NO;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Sources/SwiftShell/SwiftShell-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
BA2E3B291B5C34DD001ED175 /* 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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
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;
|
|
INFOPLIST_FILE = Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.nottoobadsoftware.SwiftShellTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
BA2E3B2A1B5C34DD001ED175 /* 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;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
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;
|
|
INFOPLIST_FILE = Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.nottoobadsoftware.SwiftShellTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
BA2E3B0D1B5C34BB001ED175 /* Build configuration list for PBXProject "SwiftShell2" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BA2E3B0E1B5C34BB001ED175 /* Debug */,
|
|
BA2E3B0F1B5C34BB001ED175 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BA2E3B2B1B5C34DD001ED175 /* Build configuration list for PBXNativeTarget "SwiftShell" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BA2E3B271B5C34DD001ED175 /* Debug */,
|
|
BA2E3B281B5C34DD001ED175 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BA2E3B2C1B5C34DD001ED175 /* Build configuration list for PBXNativeTarget "SwiftShellTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BA2E3B291B5C34DD001ED175 /* Debug */,
|
|
BA2E3B2A1B5C34DD001ED175 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = BA2E3B0A1B5C34BB001ED175 /* Project object */;
|
|
}
|