devedbox/Commander

View on GitHub
Commander.xcodeproj/project.pbxproj

Summary

Maintainability
Test Coverage
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {

/* Begin PBXAggregateTarget section */
        "Commander::CommanderPackageTests::ProductTarget" /* CommanderPackageTests */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_91 /* Build configuration list for PBXAggregateTarget "CommanderPackageTests" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_94 /* PBXTargetDependency */,
                OBJ_96 /* PBXTargetDependency */,
            );
            name = CommanderPackageTests;
            productName = CommanderPackageTests;
        };
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
        DC9A614F25651BE6001EAD48 /* DefaultOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC9A614E25651BE6001EAD48 /* DefaultOptions.swift */; };
        DCD3FC3725666F870026FC05 /* Option.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3FC3625666F870026FC05 /* Option.swift */; };
        DCD3FC5025676E3B0026FC05 /* WrappedCommandTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3FC4F25676E3B0026FC05 /* WrappedCommandTests.swift */; };
        OBJ_102 /* CommandPathTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* CommandPathTests.swift */; };
        OBJ_103 /* CommandTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* CommandTests.swift */; };
        OBJ_104 /* CommanderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* CommanderTests.swift */; };
        OBJ_105 /* GlobalOptionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_40 /* GlobalOptionsTests.swift */; };
        OBJ_106 /* OptionsDecoderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* OptionsDecoderTests.swift */; };
        OBJ_107 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* XCTestManifests.swift */; };
        OBJ_109 /* Commander.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Commander::Product" /* Commander.framework */; };
        OBJ_110 /* Utility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Utility::Product" /* Utility.framework */; };
        OBJ_117 /* Bool+.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* Bool+.swift */; };
        OBJ_118 /* Collection+.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* Collection+.swift */; };
        OBJ_119 /* CommandLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* CommandLine.swift */; };
        OBJ_120 /* Optional+.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* Optional+.swift */; };
        OBJ_121 /* String+.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* String+.swift */; };
        OBJ_127 /* Bool+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_44 /* Bool+Tests.swift */; };
        OBJ_128 /* CommandLineTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* CommandLineTests.swift */; };
        OBJ_129 /* Optional+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* Optional+Tests.swift */; };
        OBJ_130 /* String+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* String+Tests.swift */; };
        OBJ_131 /* UtilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_48 /* UtilityTests.swift */; };
        OBJ_133 /* Utility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Utility::Product" /* Utility.framework */; };
        OBJ_140 /* SampleCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* SampleCommand.swift */; };
        OBJ_141 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* main.swift */; };
        OBJ_143 /* Commander.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Commander::Product" /* Commander.framework */; };
        OBJ_144 /* Utility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Utility::Product" /* Utility.framework */; };
        OBJ_67 /* BuiltIn.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* BuiltIn.swift */; };
        OBJ_68 /* Complete.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* Complete.swift */; };
        OBJ_69 /* Help.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* Help.swift */; };
        OBJ_70 /* Commander.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* Commander.swift */; };
        OBJ_71 /* CommandDescriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* CommandDescriber.swift */; };
        OBJ_72 /* CommandPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* CommandPath.swift */; };
        OBJ_73 /* CommandRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* CommandRepresentable.swift */; };
        OBJ_74 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Error.swift */; };
        OBJ_75 /* OptionDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* OptionDescription.swift */; };
        OBJ_76 /* OptionsDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* OptionsDecoder.swift */; };
        OBJ_77 /* OptionsRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* OptionsRepresentable.swift */; };
        OBJ_78 /* Shell.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* Shell.swift */; };
        OBJ_79 /* misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* misc.swift */; };
        OBJ_81 /* Utility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Commander::Utility::Product" /* Utility.framework */; };
        OBJ_89 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        DC9A6112255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Utility";
            remoteInfo = Utility;
        };
        DC9A6113255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Commander";
            remoteInfo = Commander;
        };
        DC9A6114255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Utility";
            remoteInfo = Utility;
        };
        DC9A6115255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Commander";
            remoteInfo = Commander;
        };
        DC9A6116255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Utility";
            remoteInfo = Utility;
        };
        DC9A6117255FEE9B001EAD48 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::Utility";
            remoteInfo = Utility;
        };
        DCD3FC3A25666F880026FC05 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::CommanderTests";
            remoteInfo = CommanderTests;
        };
        DCD3FC3B25666F880026FC05 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "Commander::UtilityTests";
            remoteInfo = UtilityTests;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
        "Commander::Commander::Product" /* Commander.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Commander.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "Commander::CommanderTests::Product" /* CommanderTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommanderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        "Commander::Utility::Product" /* Utility.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Utility.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "Commander::UtilityTests::Product" /* UtilityTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = UtilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        "Commander::commander-sample::Product" /* commander-sample */ = {isa = PBXFileReference; lastKnownFileType = text; path = "commander-sample"; sourceTree = BUILT_PRODUCTS_DIR; };
        DC9A614E25651BE6001EAD48 /* DefaultOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultOptions.swift; sourceTree = "<group>"; };
        DCD3FC3625666F870026FC05 /* Option.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Option.swift; sourceTree = "<group>"; };
        DCD3FC4F25676E3B0026FC05 /* WrappedCommandTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WrappedCommandTests.swift; sourceTree = "<group>"; };
        OBJ_10 /* BuiltIn.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuiltIn.swift; sourceTree = "<group>"; };
        OBJ_12 /* Complete.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Complete.swift; sourceTree = "<group>"; };
        OBJ_13 /* Help.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Help.swift; sourceTree = "<group>"; };
        OBJ_14 /* Commander.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Commander.swift; sourceTree = "<group>"; };
        OBJ_16 /* CommandDescriber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandDescriber.swift; sourceTree = "<group>"; };
        OBJ_17 /* CommandPath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandPath.swift; sourceTree = "<group>"; };
        OBJ_18 /* CommandRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandRepresentable.swift; sourceTree = "<group>"; };
        OBJ_19 /* Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
        OBJ_21 /* OptionDescription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionDescription.swift; sourceTree = "<group>"; };
        OBJ_22 /* OptionsDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionsDecoder.swift; sourceTree = "<group>"; };
        OBJ_23 /* OptionsRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionsRepresentable.swift; sourceTree = "<group>"; };
        OBJ_24 /* Shell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Shell.swift; sourceTree = "<group>"; };
        OBJ_25 /* misc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = misc.swift; sourceTree = "<group>"; };
        OBJ_27 /* Bool+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bool+.swift"; sourceTree = "<group>"; };
        OBJ_28 /* Collection+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+.swift"; sourceTree = "<group>"; };
        OBJ_29 /* CommandLine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.swift; sourceTree = "<group>"; };
        OBJ_30 /* Optional+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Optional+.swift"; sourceTree = "<group>"; };
        OBJ_31 /* String+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+.swift"; sourceTree = "<group>"; };
        OBJ_33 /* SampleCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleCommand.swift; sourceTree = "<group>"; };
        OBJ_34 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
        OBJ_37 /* CommandPathTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandPathTests.swift; sourceTree = "<group>"; };
        OBJ_38 /* CommandTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandTests.swift; sourceTree = "<group>"; };
        OBJ_39 /* CommanderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommanderTests.swift; sourceTree = "<group>"; };
        OBJ_40 /* GlobalOptionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalOptionsTests.swift; sourceTree = "<group>"; };
        OBJ_41 /* OptionsDecoderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionsDecoderTests.swift; sourceTree = "<group>"; };
        OBJ_42 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
        OBJ_44 /* Bool+Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bool+Tests.swift"; sourceTree = "<group>"; };
        OBJ_45 /* CommandLineTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineTests.swift; sourceTree = "<group>"; };
        OBJ_46 /* Optional+Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Optional+Tests.swift"; sourceTree = "<group>"; };
        OBJ_47 /* String+Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Tests.swift"; sourceTree = "<group>"; };
        OBJ_48 /* UtilityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UtilityTests.swift; sourceTree = "<group>"; };
        OBJ_55 /* Resources */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Resources; sourceTree = SOURCE_ROOT; };
        OBJ_56 /* headerdoc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = headerdoc; sourceTree = SOURCE_ROOT; };
        OBJ_57 /* help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = help; sourceTree = SOURCE_ROOT; };
        OBJ_58 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
        OBJ_59 /* commander_completion */ = {isa = PBXFileReference; lastKnownFileType = text; path = commander_completion; sourceTree = "<group>"; };
        OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
        OBJ_60 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
        OBJ_61 /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        OBJ_108 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_109 /* Commander.framework in Frameworks */,
                OBJ_110 /* Utility.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_122 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_132 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_133 /* Utility.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_142 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_143 /* Commander.framework in Frameworks */,
                OBJ_144 /* Utility.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_80 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_81 /* Utility.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        OBJ_11 /* Commands */ = {
            isa = PBXGroup;
            children = (
                OBJ_12 /* Complete.swift */,
                OBJ_13 /* Help.swift */,
            );
            path = Commands;
            sourceTree = "<group>";
        };
        OBJ_15 /* Commands */ = {
            isa = PBXGroup;
            children = (
                OBJ_16 /* CommandDescriber.swift */,
                OBJ_17 /* CommandPath.swift */,
                OBJ_18 /* CommandRepresentable.swift */,
            );
            path = Commands;
            sourceTree = "<group>";
        };
        OBJ_20 /* Options */ = {
            isa = PBXGroup;
            children = (
                DCD3FC3625666F870026FC05 /* Option.swift */,
                OBJ_21 /* OptionDescription.swift */,
                OBJ_22 /* OptionsDecoder.swift */,
                OBJ_23 /* OptionsRepresentable.swift */,
                DC9A614E25651BE6001EAD48 /* DefaultOptions.swift */,
            );
            path = Options;
            sourceTree = "<group>";
        };
        OBJ_26 /* Utility */ = {
            isa = PBXGroup;
            children = (
                OBJ_27 /* Bool+.swift */,
                OBJ_28 /* Collection+.swift */,
                OBJ_29 /* CommandLine.swift */,
                OBJ_30 /* Optional+.swift */,
                OBJ_31 /* String+.swift */,
            );
            name = Utility;
            path = Sources/Utility;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_32 /* commander-sample */ = {
            isa = PBXGroup;
            children = (
                OBJ_33 /* SampleCommand.swift */,
                OBJ_34 /* main.swift */,
            );
            name = "commander-sample";
            path = "Sources/commander-sample";
            sourceTree = SOURCE_ROOT;
        };
        OBJ_35 /* Tests */ = {
            isa = PBXGroup;
            children = (
                OBJ_36 /* CommanderTests */,
                OBJ_43 /* UtilityTests */,
            );
            name = Tests;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_36 /* CommanderTests */ = {
            isa = PBXGroup;
            children = (
                OBJ_37 /* CommandPathTests.swift */,
                OBJ_38 /* CommandTests.swift */,
                DCD3FC4F25676E3B0026FC05 /* WrappedCommandTests.swift */,
                OBJ_39 /* CommanderTests.swift */,
                OBJ_40 /* GlobalOptionsTests.swift */,
                OBJ_41 /* OptionsDecoderTests.swift */,
                OBJ_42 /* XCTestManifests.swift */,
            );
            name = CommanderTests;
            path = Tests/CommanderTests;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_43 /* UtilityTests */ = {
            isa = PBXGroup;
            children = (
                OBJ_44 /* Bool+Tests.swift */,
                OBJ_45 /* CommandLineTests.swift */,
                OBJ_46 /* Optional+Tests.swift */,
                OBJ_47 /* String+Tests.swift */,
                OBJ_48 /* UtilityTests.swift */,
            );
            name = UtilityTests;
            path = Tests/UtilityTests;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_49 /* Products */ = {
            isa = PBXGroup;
            children = (
                "Commander::commander-sample::Product" /* commander-sample */,
                "Commander::Utility::Product" /* Utility.framework */,
                "Commander::CommanderTests::Product" /* CommanderTests.xctest */,
                "Commander::Commander::Product" /* Commander.framework */,
                "Commander::UtilityTests::Product" /* UtilityTests.xctest */,
            );
            name = Products;
            sourceTree = BUILT_PRODUCTS_DIR;
        };
        OBJ_5 = {
            isa = PBXGroup;
            children = (
                OBJ_6 /* Package.swift */,
                OBJ_7 /* Sources */,
                OBJ_35 /* Tests */,
                OBJ_49 /* Products */,
                OBJ_55 /* Resources */,
                OBJ_56 /* headerdoc */,
                OBJ_57 /* help */,
                OBJ_58 /* LICENSE */,
                OBJ_59 /* commander_completion */,
                OBJ_60 /* README.md */,
                OBJ_61 /* Gemfile */,
            );
            sourceTree = "<group>";
        };
        OBJ_7 /* Sources */ = {
            isa = PBXGroup;
            children = (
                OBJ_8 /* Commander */,
                OBJ_26 /* Utility */,
                OBJ_32 /* commander-sample */,
            );
            name = Sources;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_8 /* Commander */ = {
            isa = PBXGroup;
            children = (
                OBJ_9 /* Built-Ins */,
                OBJ_14 /* Commander.swift */,
                OBJ_15 /* Commands */,
                OBJ_19 /* Error.swift */,
                OBJ_20 /* Options */,
                OBJ_24 /* Shell.swift */,
                OBJ_25 /* misc.swift */,
            );
            name = Commander;
            path = Sources/Commander;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_9 /* Built-Ins */ = {
            isa = PBXGroup;
            children = (
                OBJ_10 /* BuiltIn.swift */,
                OBJ_11 /* Commands */,
            );
            path = "Built-Ins";
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        "Commander::Commander" /* Commander */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_63 /* Build configuration list for PBXNativeTarget "Commander" */;
            buildPhases = (
                OBJ_66 /* Sources */,
                OBJ_80 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_82 /* PBXTargetDependency */,
            );
            name = Commander;
            productName = Commander;
            productReference = "Commander::Commander::Product" /* Commander.framework */;
            productType = "com.apple.product-type.framework";
        };
        "Commander::CommanderTests" /* CommanderTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_98 /* Build configuration list for PBXNativeTarget "CommanderTests" */;
            buildPhases = (
                OBJ_101 /* Sources */,
                OBJ_108 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_111 /* PBXTargetDependency */,
                OBJ_112 /* PBXTargetDependency */,
            );
            name = CommanderTests;
            productName = CommanderTests;
            productReference = "Commander::CommanderTests::Product" /* CommanderTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
        "Commander::SwiftPMPackageDescription" /* CommanderPackageDescription */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_85 /* Build configuration list for PBXNativeTarget "CommanderPackageDescription" */;
            buildPhases = (
                OBJ_88 /* Sources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = CommanderPackageDescription;
            productName = CommanderPackageDescription;
            productType = "com.apple.product-type.framework";
        };
        "Commander::Utility" /* Utility */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_113 /* Build configuration list for PBXNativeTarget "Utility" */;
            buildPhases = (
                OBJ_116 /* Sources */,
                OBJ_122 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Utility;
            productName = Utility;
            productReference = "Commander::Utility::Product" /* Utility.framework */;
            productType = "com.apple.product-type.framework";
        };
        "Commander::UtilityTests" /* UtilityTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_123 /* Build configuration list for PBXNativeTarget "UtilityTests" */;
            buildPhases = (
                OBJ_126 /* Sources */,
                OBJ_132 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_134 /* PBXTargetDependency */,
            );
            name = UtilityTests;
            productName = UtilityTests;
            productReference = "Commander::UtilityTests::Product" /* UtilityTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
        "Commander::commander-sample" /* commander-sample */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_136 /* Build configuration list for PBXNativeTarget "commander-sample" */;
            buildPhases = (
                OBJ_139 /* Sources */,
                OBJ_142 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_145 /* PBXTargetDependency */,
                OBJ_146 /* PBXTargetDependency */,
            );
            name = "commander-sample";
            productName = commander_sample;
            productReference = "Commander::commander-sample::Product" /* commander-sample */;
            productType = "com.apple.product-type.tool";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        OBJ_1 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftMigration = 9999;
                LastUpgradeCheck = 9999;
            };
            buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Commander" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
            );
            mainGroup = OBJ_5;
            productRefGroup = OBJ_49 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                "Commander::Commander" /* Commander */,
                "Commander::SwiftPMPackageDescription" /* CommanderPackageDescription */,
                "Commander::CommanderPackageTests::ProductTarget" /* CommanderPackageTests */,
                "Commander::CommanderTests" /* CommanderTests */,
                "Commander::Utility" /* Utility */,
                "Commander::UtilityTests" /* UtilityTests */,
                "Commander::commander-sample" /* commander-sample */,
            );
        };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
        OBJ_101 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_102 /* CommandPathTests.swift in Sources */,
                DCD3FC5025676E3B0026FC05 /* WrappedCommandTests.swift in Sources */,
                OBJ_103 /* CommandTests.swift in Sources */,
                OBJ_104 /* CommanderTests.swift in Sources */,
                OBJ_105 /* GlobalOptionsTests.swift in Sources */,
                OBJ_106 /* OptionsDecoderTests.swift in Sources */,
                OBJ_107 /* XCTestManifests.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_116 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_117 /* Bool+.swift in Sources */,
                OBJ_118 /* Collection+.swift in Sources */,
                OBJ_119 /* CommandLine.swift in Sources */,
                OBJ_120 /* Optional+.swift in Sources */,
                OBJ_121 /* String+.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_126 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_127 /* Bool+Tests.swift in Sources */,
                OBJ_128 /* CommandLineTests.swift in Sources */,
                OBJ_129 /* Optional+Tests.swift in Sources */,
                OBJ_130 /* String+Tests.swift in Sources */,
                OBJ_131 /* UtilityTests.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_139 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_140 /* SampleCommand.swift in Sources */,
                OBJ_141 /* main.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_66 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_67 /* BuiltIn.swift in Sources */,
                OBJ_68 /* Complete.swift in Sources */,
                DC9A614F25651BE6001EAD48 /* DefaultOptions.swift in Sources */,
                OBJ_69 /* Help.swift in Sources */,
                OBJ_70 /* Commander.swift in Sources */,
                DCD3FC3725666F870026FC05 /* Option.swift in Sources */,
                OBJ_71 /* CommandDescriber.swift in Sources */,
                OBJ_72 /* CommandPath.swift in Sources */,
                OBJ_73 /* CommandRepresentable.swift in Sources */,
                OBJ_74 /* Error.swift in Sources */,
                OBJ_75 /* OptionDescription.swift in Sources */,
                OBJ_76 /* OptionsDecoder.swift in Sources */,
                OBJ_77 /* OptionsRepresentable.swift in Sources */,
                OBJ_78 /* Shell.swift in Sources */,
                OBJ_79 /* misc.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_88 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_89 /* Package.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        OBJ_111 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Commander" /* Commander */;
            targetProxy = DC9A6115255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_112 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Utility" /* Utility */;
            targetProxy = DC9A6116255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_134 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Utility" /* Utility */;
            targetProxy = DC9A6117255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_145 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Commander" /* Commander */;
            targetProxy = DC9A6113255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_146 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Utility" /* Utility */;
            targetProxy = DC9A6114255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_82 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::Utility" /* Utility */;
            targetProxy = DC9A6112255FEE9B001EAD48 /* PBXContainerItemProxy */;
        };
        OBJ_94 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::CommanderTests" /* CommanderTests */;
            targetProxy = DCD3FC3A25666F880026FC05 /* PBXContainerItemProxy */;
        };
        OBJ_96 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "Commander::UtilityTests" /* UtilityTests */;
            targetProxy = DCD3FC3B25666F880026FC05 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
        OBJ_100 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/CommanderTests_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
                MACOSX_DEPLOYMENT_TARGET = 10.15;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = CommanderTests;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        OBJ_114 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/Utility_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                PRODUCT_BUNDLE_IDENTIFIER = Utility;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = Utility;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        OBJ_115 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/Utility_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                PRODUCT_BUNDLE_IDENTIFIER = Utility;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = Utility;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        OBJ_124 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/UtilityTests_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
                MACOSX_DEPLOYMENT_TARGET = 10.15;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = UtilityTests;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        OBJ_125 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/UtilityTests_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
                MACOSX_DEPLOYMENT_TARGET = 10.15;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = UtilityTests;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        OBJ_137 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/commander_sample_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
                SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
                SWIFT_VERSION = 5.0;
                TARGET_NAME = "commander-sample";
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        OBJ_138 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/commander_sample_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx @executable_path";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
                SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
                SWIFT_VERSION = 5.0;
                TARGET_NAME = "commander-sample";
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.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;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "$(inherited)",
                    "SWIFT_PACKAGE=1",
                    "DEBUG=1",
                );
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                ONLY_ACTIVE_ARCH = YES;
                OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = macosx;
                SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                USE_HEADERMAP = NO;
            };
            name = Debug;
        };
        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;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "$(inherited)",
                    "SWIFT_PACKAGE=1",
                );
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = macosx;
                SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
                USE_HEADERMAP = NO;
            };
            name = Release;
        };
        OBJ_64 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/Commander_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                PRODUCT_BUNDLE_IDENTIFIER = Commander;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = Commander;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
        OBJ_65 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/Commander_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 9.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
                MACOSX_DEPLOYMENT_TARGET = 10.10;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                PRODUCT_BUNDLE_IDENTIFIER = Commander;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = Commander;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Release;
        };
        OBJ_86 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                LD = /usr/bin/true;
                OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.3.0";
                SWIFT_VERSION = 5.0;
            };
            name = Debug;
        };
        OBJ_87 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                LD = /usr/bin/true;
                OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -package-description-version 5.3.0";
                SWIFT_VERSION = 5.0;
            };
            name = Release;
        };
        OBJ_92 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_93 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_99 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                HEADER_SEARCH_PATHS = "$(inherited)";
                INFOPLIST_FILE = Commander.xcodeproj/CommanderTests_Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
                MACOSX_DEPLOYMENT_TARGET = 10.15;
                OTHER_CFLAGS = "$(inherited)";
                OTHER_LDFLAGS = "$(inherited)";
                OTHER_SWIFT_FLAGS = "$(inherited)";
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
                SWIFT_VERSION = 5.0;
                TARGET_NAME = CommanderTests;
                TVOS_DEPLOYMENT_TARGET = 9.0;
                WATCHOS_DEPLOYMENT_TARGET = 2.0;
            };
            name = Debug;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        OBJ_113 /* Build configuration list for PBXNativeTarget "Utility" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_114 /* Debug */,
                OBJ_115 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_123 /* Build configuration list for PBXNativeTarget "UtilityTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_124 /* Debug */,
                OBJ_125 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_136 /* Build configuration list for PBXNativeTarget "commander-sample" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_137 /* Debug */,
                OBJ_138 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_2 /* Build configuration list for PBXProject "Commander" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_3 /* Debug */,
                OBJ_4 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_63 /* Build configuration list for PBXNativeTarget "Commander" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_64 /* Debug */,
                OBJ_65 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_85 /* Build configuration list for PBXNativeTarget "CommanderPackageDescription" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_86 /* Debug */,
                OBJ_87 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_91 /* Build configuration list for PBXAggregateTarget "CommanderPackageTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_92 /* Debug */,
                OBJ_93 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_98 /* Build configuration list for PBXNativeTarget "CommanderTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_99 /* Debug */,
                OBJ_100 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = OBJ_1 /* Project object */;
}