|
|
|
@ -7,12 +7,11 @@
|
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
90BAEE022D34FAF100C6B480 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90BAEE012D34FAF100C6B480 /* main.swift */; };
|
|
|
|
|
90BAEE0A2D34FFA900C6B480 /* Model in Frameworks */ = {isa = PBXBuildFile; productRef = 90BAEE092D34FFA900C6B480 /* Model */; };
|
|
|
|
|
90BAEDC82D34F75500C6B480 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90BAEDC72D34F75500C6B480 /* main.swift */; };
|
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
|
90BAEDFC2D34FAF100C6B480 /* CopyFiles */ = {
|
|
|
|
|
90BAEDC22D34F75500C6B480 /* CopyFiles */ = {
|
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
dstPath = /usr/share/man/man1/;
|
|
|
|
@ -24,93 +23,83 @@
|
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
90BAEDFE2D34FAF100C6B480 /* Connect4_CLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Connect4_CLI; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
90BAEE012D34FAF100C6B480 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
|
|
|
90BAEDC42D34F75500C6B480 /* Connect4_CLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Connect4_CLI; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
90BAEDC72D34F75500C6B480 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
|
|
|
90BAEDCE2D34F78600C6B480 /* Model */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Model; path = ../Model; sourceTree = "<group>"; };
|
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
|
90BAEDFB2D34FAF100C6B480 /* Frameworks */ = {
|
|
|
|
|
90BAEDC12D34F75500C6B480 /* Frameworks */ = {
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
90BAEE0A2D34FFA900C6B480 /* Model in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
|
90BAEDF52D34FAF100C6B480 = {
|
|
|
|
|
90BAEDBB2D34F75500C6B480 = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
90BAEE002D34FAF100C6B480 /* Connect4_CLI */,
|
|
|
|
|
90BAEDFF2D34FAF100C6B480 /* Products */,
|
|
|
|
|
90BAEE082D34FFA400C6B480 /* Frameworks */,
|
|
|
|
|
90BAEDCE2D34F78600C6B480 /* Model */,
|
|
|
|
|
90BAEDC62D34F75500C6B480 /* Connect4_CLI */,
|
|
|
|
|
90BAEDC52D34F75500C6B480 /* Products */,
|
|
|
|
|
);
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
90BAEDFF2D34FAF100C6B480 /* Products */ = {
|
|
|
|
|
90BAEDC52D34F75500C6B480 /* Products */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
90BAEDFE2D34FAF100C6B480 /* Connect4_CLI */,
|
|
|
|
|
90BAEDC42D34F75500C6B480 /* Connect4_CLI */,
|
|
|
|
|
);
|
|
|
|
|
name = Products;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
90BAEE002D34FAF100C6B480 /* Connect4_CLI */ = {
|
|
|
|
|
90BAEDC62D34F75500C6B480 /* Connect4_CLI */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
90BAEE012D34FAF100C6B480 /* main.swift */,
|
|
|
|
|
90BAEDC72D34F75500C6B480 /* main.swift */,
|
|
|
|
|
);
|
|
|
|
|
path = Connect4_CLI;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
90BAEE082D34FFA400C6B480 /* Frameworks */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
);
|
|
|
|
|
name = Frameworks;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
|
90BAEDFD2D34FAF100C6B480 /* Connect4_CLI */ = {
|
|
|
|
|
90BAEDC32D34F75500C6B480 /* Connect4_CLI */ = {
|
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
|
buildConfigurationList = 90BAEE052D34FAF100C6B480 /* Build configuration list for PBXNativeTarget "Connect4_CLI" */;
|
|
|
|
|
buildConfigurationList = 90BAEDCB2D34F75500C6B480 /* Build configuration list for PBXNativeTarget "Connect4_CLI" */;
|
|
|
|
|
buildPhases = (
|
|
|
|
|
90BAEDFA2D34FAF100C6B480 /* Sources */,
|
|
|
|
|
90BAEDFB2D34FAF100C6B480 /* Frameworks */,
|
|
|
|
|
90BAEDFC2D34FAF100C6B480 /* CopyFiles */,
|
|
|
|
|
90BAEDC02D34F75500C6B480 /* Sources */,
|
|
|
|
|
90BAEDC12D34F75500C6B480 /* Frameworks */,
|
|
|
|
|
90BAEDC22D34F75500C6B480 /* CopyFiles */,
|
|
|
|
|
);
|
|
|
|
|
buildRules = (
|
|
|
|
|
);
|
|
|
|
|
dependencies = (
|
|
|
|
|
);
|
|
|
|
|
name = Connect4_CLI;
|
|
|
|
|
packageProductDependencies = (
|
|
|
|
|
90BAEE092D34FFA900C6B480 /* Model */,
|
|
|
|
|
);
|
|
|
|
|
productName = Connect4_CLI;
|
|
|
|
|
productReference = 90BAEDFE2D34FAF100C6B480 /* Connect4_CLI */;
|
|
|
|
|
productReference = 90BAEDC42D34F75500C6B480 /* Connect4_CLI */;
|
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
|
};
|
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
|
90BAEDF62D34FAF100C6B480 /* Project object */ = {
|
|
|
|
|
90BAEDBC2D34F75500C6B480 /* Project object */ = {
|
|
|
|
|
isa = PBXProject;
|
|
|
|
|
attributes = {
|
|
|
|
|
BuildIndependentTargetsInParallel = 1;
|
|
|
|
|
LastSwiftUpdateCheck = 1420;
|
|
|
|
|
LastUpgradeCheck = 1420;
|
|
|
|
|
TargetAttributes = {
|
|
|
|
|
90BAEDFD2D34FAF100C6B480 = {
|
|
|
|
|
90BAEDC32D34F75500C6B480 = {
|
|
|
|
|
CreatedOnToolsVersion = 14.2;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
buildConfigurationList = 90BAEDF92D34FAF100C6B480 /* Build configuration list for PBXProject "Connect4_CLI" */;
|
|
|
|
|
buildConfigurationList = 90BAEDBF2D34F75500C6B480 /* Build configuration list for PBXProject "Connect4_CLI" */;
|
|
|
|
|
compatibilityVersion = "Xcode 14.0";
|
|
|
|
|
developmentRegion = en;
|
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
@ -118,29 +107,29 @@
|
|
|
|
|
en,
|
|
|
|
|
Base,
|
|
|
|
|
);
|
|
|
|
|
mainGroup = 90BAEDF52D34FAF100C6B480;
|
|
|
|
|
productRefGroup = 90BAEDFF2D34FAF100C6B480 /* Products */;
|
|
|
|
|
mainGroup = 90BAEDBB2D34F75500C6B480;
|
|
|
|
|
productRefGroup = 90BAEDC52D34F75500C6B480 /* Products */;
|
|
|
|
|
projectDirPath = "";
|
|
|
|
|
projectRoot = "";
|
|
|
|
|
targets = (
|
|
|
|
|
90BAEDFD2D34FAF100C6B480 /* Connect4_CLI */,
|
|
|
|
|
90BAEDC32D34F75500C6B480 /* Connect4_CLI */,
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
|
90BAEDFA2D34FAF100C6B480 /* Sources */ = {
|
|
|
|
|
90BAEDC02D34F75500C6B480 /* Sources */ = {
|
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
90BAEE022D34FAF100C6B480 /* main.swift in Sources */,
|
|
|
|
|
90BAEDC82D34F75500C6B480 /* main.swift in Sources */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
|
90BAEE032D34FAF100C6B480 /* Debug */ = {
|
|
|
|
|
90BAEDC92D34F75500C6B480 /* Debug */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
@ -200,7 +189,7 @@
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
90BAEE042D34FAF100C6B480 /* Release */ = {
|
|
|
|
|
90BAEDCA2D34F75500C6B480 /* Release */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
@ -253,7 +242,7 @@
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
90BAEE062D34FAF100C6B480 /* Debug */ = {
|
|
|
|
|
90BAEDCC2D34F75500C6B480 /* Debug */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
@ -262,7 +251,7 @@
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
90BAEE072D34FAF100C6B480 /* Release */ = {
|
|
|
|
|
90BAEDCD2D34F75500C6B480 /* Release */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
@ -274,32 +263,25 @@
|
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
|
90BAEDF92D34FAF100C6B480 /* Build configuration list for PBXProject "Connect4_CLI" */ = {
|
|
|
|
|
90BAEDBF2D34F75500C6B480 /* Build configuration list for PBXProject "Connect4_CLI" */ = {
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
90BAEE032D34FAF100C6B480 /* Debug */,
|
|
|
|
|
90BAEE042D34FAF100C6B480 /* Release */,
|
|
|
|
|
90BAEDC92D34F75500C6B480 /* Debug */,
|
|
|
|
|
90BAEDCA2D34F75500C6B480 /* Release */,
|
|
|
|
|
);
|
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
};
|
|
|
|
|
90BAEE052D34FAF100C6B480 /* Build configuration list for PBXNativeTarget "Connect4_CLI" */ = {
|
|
|
|
|
90BAEDCB2D34F75500C6B480 /* Build configuration list for PBXNativeTarget "Connect4_CLI" */ = {
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
90BAEE062D34FAF100C6B480 /* Debug */,
|
|
|
|
|
90BAEE072D34FAF100C6B480 /* Release */,
|
|
|
|
|
90BAEDCC2D34F75500C6B480 /* Debug */,
|
|
|
|
|
90BAEDCD2D34F75500C6B480 /* Release */,
|
|
|
|
|
);
|
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
};
|
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
|
90BAEE092D34FFA900C6B480 /* Model */ = {
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
productName = Model;
|
|
|
|
|
};
|
|
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
|
};
|
|
|
|
|
rootObject = 90BAEDF62D34FAF100C6B480 /* Project object */;
|
|
|
|
|
rootObject = 90BAEDBC2D34F75500C6B480 /* Project object */;
|
|
|
|
|
}
|
|
|
|
|