Move workspace and project files into projects/macos

This commit is contained in:
2023-05-28 18:16:47 +09:00
parent 364bb26854
commit de8e174e06
10 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@
341F5F0A2A15115400962D48 /* KissShop.swift */,
);
name = KissMe;
path = KissMe/Sources;
path = ../../KissMe/Sources;
sourceTree = "<group>";
};
341F5EB92A0A80EC00962D48 /* KissMeTests */ = {
@@ -137,7 +137,7 @@
341F5EBA2A0A80EC00962D48 /* KissMeTests.swift */,
);
name = KissMeTests;
path = KissMe/Tests;
path = ../../KissMe/Tests;
sourceTree = "<group>";
};
341F5EDF2A0F372000962D48 /* Login */ = {

View File

@@ -85,7 +85,7 @@
349327F62A20E3E300097063 /* ConsoleExtensions.swift */,
);
name = KissMeConsole;
path = KissMeConsole/Sources;
path = ../../KissMeConsole/Sources;
sourceTree = "<group>";
};
341F5EDA2A0A8C4600962D48 /* Frameworks */ = {

View File

@@ -35,7 +35,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$(SRCROOT)/../bin"
customWorkingDirectory = "$(SRCROOT)/../../bin"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"

View File

@@ -35,7 +35,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$(SRCROOT)/../bin"
customWorkingDirectory = "$(SRCROOT)/../../bin"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"