Skip to content

Commit

Permalink
Fix Xcode paths
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Jul 1, 2024
1 parent 0277b45 commit 6454994
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Xcode/GateEngineDemos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
children = (
5677A8652A279C1000BD0456 /* UserInput.swift */,
);
path = G_01_UserInput;
name = G_01_UserInput;
path = ../Sources/G_01_UserInput;
sourceTree = "<group>";
};
5677A8672A279C4200BD0456 /* Packages */ = {
Expand All @@ -104,7 +105,8 @@
children = (
569C5E662A32C5A2009CC52B /* MultipleWindows.swift */,
);
path = G_02_MultipleWindows;
name = G_02_MultipleWindows;
path = ../Sources/G_02_MultipleWindows;
sourceTree = "<group>";
};
56D155472A2A487800FDB7AC /* Shared */ = {
Expand Down

0 comments on commit 6454994

Please sign in to comment.