|
|
@ -8,6 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
90BAEDC82D34F75500C6B480 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90BAEDC72D34F75500C6B480 /* main.swift */; };
|
|
|
|
90BAEDC82D34F75500C6B480 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90BAEDC72D34F75500C6B480 /* main.swift */; };
|
|
|
|
|
|
|
|
90C8428D2D50D02200DDFF08 /* Model in Frameworks */ = {isa = PBXBuildFile; productRef = 90C8428C2D50D02200DDFF08 /* Model */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
@ -25,7 +26,6 @@
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
90BAEDC42D34F75500C6B480 /* Connect4_CLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Connect4_CLI; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
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>"; };
|
|
|
|
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 */
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@ -33,6 +33,7 @@
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
|
|
|
|
90C8428D2D50D02200DDFF08 /* Model in Frameworks */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -42,9 +43,9 @@
|
|
|
|
90BAEDBB2D34F75500C6B480 = {
|
|
|
|
90BAEDBB2D34F75500C6B480 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
90BAEDCE2D34F78600C6B480 /* Model */,
|
|
|
|
|
|
|
|
90BAEDC62D34F75500C6B480 /* Connect4_CLI */,
|
|
|
|
90BAEDC62D34F75500C6B480 /* Connect4_CLI */,
|
|
|
|
90BAEDC52D34F75500C6B480 /* Products */,
|
|
|
|
90BAEDC52D34F75500C6B480 /* Products */,
|
|
|
|
|
|
|
|
90C8428B2D50D02200DDFF08 /* Frameworks */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -64,6 +65,13 @@
|
|
|
|
path = Connect4_CLI;
|
|
|
|
path = Connect4_CLI;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
90C8428B2D50D02200DDFF08 /* Frameworks */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = Frameworks;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@ -80,6 +88,9 @@
|
|
|
|
dependencies = (
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
);
|
|
|
|
name = Connect4_CLI;
|
|
|
|
name = Connect4_CLI;
|
|
|
|
|
|
|
|
packageProductDependencies = (
|
|
|
|
|
|
|
|
90C8428C2D50D02200DDFF08 /* Model */,
|
|
|
|
|
|
|
|
);
|
|
|
|
productName = Connect4_CLI;
|
|
|
|
productName = Connect4_CLI;
|
|
|
|
productReference = 90BAEDC42D34F75500C6B480 /* Connect4_CLI */;
|
|
|
|
productReference = 90BAEDC42D34F75500C6B480 /* Connect4_CLI */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
@ -282,6 +293,13 @@
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
|
|
|
|
90C8428C2D50D02200DDFF08 /* Model */ = {
|
|
|
|
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
|
|
|
|
productName = Model;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
};
|
|
|
|
};
|
|
|
|
rootObject = 90BAEDBC2D34F75500C6B480 /* Project object */;
|
|
|
|
rootObject = 90BAEDBC2D34F75500C6B480 /* Project object */;
|
|
|
|
}
|
|
|
|
}
|
|
|
|