diff --git a/Chess.xcodeproj/project.pbxproj b/Chess.xcodeproj/project.pbxproj index 888dfe3..1284508 100644 --- a/Chess.xcodeproj/project.pbxproj +++ b/Chess.xcodeproj/project.pbxproj @@ -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 */, @@ -480,7 +480,7 @@ dependencies = ( 5648530228C7E3F800BA4CC0 /* PBXTargetDependency */, ); - name = "Chess-macOS"; + name = Chess; productName = Chess; productReference = 56BB94A828A94A750034D4AB /* Chess.app */; productType = "com.apple.product-type.application"; @@ -541,7 +541,7 @@ ); projectRoot = ""; targets = ( - 56BB94A728A94A750034D4AB /* Chess-macOS */, + 56BB94A728A94A750034D4AB /* Chess */, 56DA449A28CFE7AC009FE23C /* Chess-Tests */, ); }; @@ -652,7 +652,7 @@ }; 56DA44A028CFE7AC009FE23C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 56BB94A728A94A750034D4AB /* Chess-macOS */; + target = 56BB94A728A94A750034D4AB /* Chess */; targetProxy = 56DA449F28CFE7AC009FE23C /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -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 */, diff --git a/Chess.xcodeproj/xcshareddata/xcschemes/Chess.xcscheme b/Chess.xcodeproj/xcshareddata/xcschemes/Chess.xcscheme index 07c2392..ee46485 100644 --- a/Chess.xcodeproj/xcshareddata/xcschemes/Chess.xcscheme +++ b/Chess.xcodeproj/xcshareddata/xcschemes/Chess.xcscheme @@ -16,7 +16,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "56BB94A728A94A750034D4AB" BuildableName = "Chess.app" - BlueprintName = "Chess-macOS" + BlueprintName = "Chess" ReferencedContainer = "container:Chess.xcodeproj"> @@ -39,6 +39,7 @@ ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" debugServiceExtension = "internal" + enableGPUFrameCaptureMode = "1" allowLocationSimulation = "YES"> @@ -46,7 +47,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "56BB94A728A94A750034D4AB" BuildableName = "Chess.app" - BlueprintName = "Chess-macOS" + BlueprintName = "Chess" ReferencedContainer = "container:Chess.xcodeproj"> @@ -63,7 +64,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "56BB94A728A94A750034D4AB" BuildableName = "Chess.app" - BlueprintName = "Chess-macOS" + BlueprintName = "Chess" ReferencedContainer = "container:Chess.xcodeproj"> diff --git a/Library b/Library index 7321c3a..9219483 160000 --- a/Library +++ b/Library @@ -1 +1 @@ -Subproject commit 7321c3ab2c30c72fcac063f0187a74e9fd7eb18b +Subproject commit 9219483c679977250be05df84c71e0aff2a40287