Move workspace and project files into projects/macos
This commit is contained in:
@@ -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 */ = {
|
||||
@@ -85,7 +85,7 @@
|
||||
349327F62A20E3E300097063 /* ConsoleExtensions.swift */,
|
||||
);
|
||||
name = KissMeConsole;
|
||||
path = KissMeConsole/Sources;
|
||||
path = ../../KissMeConsole/Sources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
341F5EDA2A0A8C4600962D48 /* Frameworks */ = {
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user