Skip to content

Commit 6454994

Browse files
committed
Fix Xcode paths
1 parent 0277b45 commit 6454994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Xcode/GateEngineDemos.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
children = (
8989
5677A8652A279C1000BD0456 /* UserInput.swift */,
9090
);
91-
path = G_01_UserInput;
91+
name = G_01_UserInput;
92+
path = ../Sources/G_01_UserInput;
9293
sourceTree = "<group>";
9394
};
9495
5677A8672A279C4200BD0456 /* Packages */ = {
@@ -104,7 +105,8 @@
104105
children = (
105106
569C5E662A32C5A2009CC52B /* MultipleWindows.swift */,
106107
);
107-
path = G_02_MultipleWindows;
108+
name = G_02_MultipleWindows;
109+
path = ../Sources/G_02_MultipleWindows;
108110
sourceTree = "<group>";
109111
};
110112
56D155472A2A487800FDB7AC /* Shared */ = {

0 commit comments

Comments
 (0)