Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Chess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
56BB94A728A94A750034D4AB /* Chess-macOS */ = {
56BB94A728A94A750034D4AB /* Chess */ = {
isa = PBXNativeTarget;
buildConfigurationList = 56BB94B728A94A770034D4AB /* Build configuration list for PBXNativeTarget "Chess-macOS" */;
buildConfigurationList = 56BB94B728A94A770034D4AB /* Build configuration list for PBXNativeTarget "Chess" */;
buildPhases = (
56BB94A428A94A750034D4AB /* Sources */,
56BB94A528A94A750034D4AB /* Frameworks */,
Expand All @@ -480,7 +480,7 @@
dependencies = (
5648530228C7E3F800BA4CC0 /* PBXTargetDependency */,
);
name = "Chess-macOS";
name = Chess;
productName = Chess;
productReference = 56BB94A828A94A750034D4AB /* Chess.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -541,7 +541,7 @@
);
projectRoot = "";
targets = (
56BB94A728A94A750034D4AB /* Chess-macOS */,
56BB94A728A94A750034D4AB /* Chess */,
56DA449A28CFE7AC009FE23C /* Chess-Tests */,
);
};
Expand Down Expand Up @@ -652,7 +652,7 @@
};
56DA44A028CFE7AC009FE23C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 56BB94A728A94A750034D4AB /* Chess-macOS */;
target = 56BB94A728A94A750034D4AB /* Chess */;
targetProxy = 56DA449F28CFE7AC009FE23C /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -886,7 +886,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
56BB94B728A94A770034D4AB /* Build configuration list for PBXNativeTarget "Chess-macOS" */ = {
56BB94B728A94A770034D4AB /* Build configuration list for PBXNativeTarget "Chess" */ = {
isa = XCConfigurationList;
buildConfigurations = (
56BB94B828A94A770034D4AB /* Debug */,
Expand Down
7 changes: 4 additions & 3 deletions Chess.xcodeproj/xcshareddata/xcschemes/Chess.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "56BB94A728A94A750034D4AB"
BuildableName = "Chess.app"
BlueprintName = "Chess-macOS"
BlueprintName = "Chess"
ReferencedContainer = "container:Chess.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -39,14 +39,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUFrameCaptureMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "56BB94A728A94A750034D4AB"
BuildableName = "Chess.app"
BlueprintName = "Chess-macOS"
BlueprintName = "Chess"
ReferencedContainer = "container:Chess.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand All @@ -63,7 +64,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "56BB94A728A94A750034D4AB"
BuildableName = "Chess.app"
BlueprintName = "Chess-macOS"
BlueprintName = "Chess"
ReferencedContainer = "container:Chess.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down