|
|
@ -25,6 +25,8 @@
|
|
|
|
7BB279892BFDF79E00491801 /* GameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB279882BFDF79E00491801 /* GameView.swift */; };
|
|
|
|
7BB279892BFDF79E00491801 /* GameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB279882BFDF79E00491801 /* GameView.swift */; };
|
|
|
|
7BDD43C72BFCC927003984FB /* MainMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDD43C62BFCC927003984FB /* MainMenuView.swift */; };
|
|
|
|
7BDD43C72BFCC927003984FB /* MainMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDD43C62BFCC927003984FB /* MainMenuView.swift */; };
|
|
|
|
7BDD43C92BFCD2C4003984FB /* HistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDD43C82BFCD2C4003984FB /* HistoryView.swift */; };
|
|
|
|
7BDD43C92BFCD2C4003984FB /* HistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDD43C82BFCD2C4003984FB /* HistoryView.swift */; };
|
|
|
|
|
|
|
|
7BDE976D2C0E13160079F2CD /* EditModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDE976C2C0E13160079F2CD /* EditModalView.swift */; };
|
|
|
|
|
|
|
|
7BDE976F2C0E18160079F2CD /* PlayerVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDE976E2C0E18160079F2CD /* PlayerVM.swift */; };
|
|
|
|
7BE8C5652C09A29A00A6E8C9 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE8C5642C09A29A00A6E8C9 /* Color.swift */; };
|
|
|
|
7BE8C5652C09A29A00A6E8C9 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE8C5642C09A29A00A6E8C9 /* Color.swift */; };
|
|
|
|
BA5AFD332C09C7470056D332 /* ClassicTextDisplay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5AFD322C09C7470056D332 /* ClassicTextDisplay.swift */; };
|
|
|
|
BA5AFD332C09C7470056D332 /* ClassicTextDisplay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5AFD322C09C7470056D332 /* ClassicTextDisplay.swift */; };
|
|
|
|
BA5AFD352C09CAC10056D332 /* NavButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5AFD342C09CAC10056D332 /* NavButton.swift */; };
|
|
|
|
BA5AFD352C09CAC10056D332 /* NavButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5AFD342C09CAC10056D332 /* NavButton.swift */; };
|
|
|
@ -71,6 +73,8 @@
|
|
|
|
7BB279882BFDF79E00491801 /* GameView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameView.swift; sourceTree = "<group>"; };
|
|
|
|
7BB279882BFDF79E00491801 /* GameView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameView.swift; sourceTree = "<group>"; };
|
|
|
|
7BDD43C62BFCC927003984FB /* MainMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenuView.swift; sourceTree = "<group>"; };
|
|
|
|
7BDD43C62BFCC927003984FB /* MainMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenuView.swift; sourceTree = "<group>"; };
|
|
|
|
7BDD43C82BFCD2C4003984FB /* HistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryView.swift; sourceTree = "<group>"; };
|
|
|
|
7BDD43C82BFCD2C4003984FB /* HistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
7BDE976C2C0E13160079F2CD /* EditModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditModalView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
7BDE976E2C0E18160079F2CD /* PlayerVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerVM.swift; sourceTree = "<group>"; };
|
|
|
|
7BE8C5642C09A29A00A6E8C9 /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
|
|
|
|
7BE8C5642C09A29A00A6E8C9 /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
|
|
|
|
BA5AFD322C09C7470056D332 /* ClassicTextDisplay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicTextDisplay.swift; sourceTree = "<group>"; };
|
|
|
|
BA5AFD322C09C7470056D332 /* ClassicTextDisplay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicTextDisplay.swift; sourceTree = "<group>"; };
|
|
|
|
BA5AFD342C09CAC10056D332 /* NavButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavButton.swift; sourceTree = "<group>"; };
|
|
|
|
BA5AFD342C09CAC10056D332 /* NavButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavButton.swift; sourceTree = "<group>"; };
|
|
|
@ -109,6 +113,7 @@
|
|
|
|
7B3B17632BF24B32002BC817 /* Player.swift */,
|
|
|
|
7B3B17632BF24B32002BC817 /* Player.swift */,
|
|
|
|
7B6426F62C00B81400575E16 /* GameScene.swift */,
|
|
|
|
7B6426F62C00B81400575E16 /* GameScene.swift */,
|
|
|
|
7B6426FA2C00BFF500575E16 /* SpriteMeeple.swift */,
|
|
|
|
7B6426FA2C00BFF500575E16 /* SpriteMeeple.swift */,
|
|
|
|
|
|
|
|
7BDE976E2C0E18160079F2CD /* PlayerVM.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Class;
|
|
|
|
path = Class;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -149,7 +154,6 @@
|
|
|
|
7BE8C5632C09A27600A6E8C9 /* Extension */,
|
|
|
|
7BE8C5632C09A27600A6E8C9 /* Extension */,
|
|
|
|
7B3B17652BF24EB1002BC817 /* Struct */,
|
|
|
|
7B3B17652BF24EB1002BC817 /* Struct */,
|
|
|
|
7B3B17622BF24B23002BC817 /* Class */,
|
|
|
|
7B3B17622BF24B23002BC817 /* Class */,
|
|
|
|
7BB801372BF2374C00413951 /* Style */,
|
|
|
|
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */,
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */,
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */,
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */,
|
|
|
|
7B4508D02BF206B10027E1EF /* Assets.xcassets */,
|
|
|
|
7B4508D02BF206B10027E1EF /* Assets.xcassets */,
|
|
|
@ -193,6 +197,7 @@
|
|
|
|
7BDD43C82BFCD2C4003984FB /* HistoryView.swift */,
|
|
|
|
7BDD43C82BFCD2C4003984FB /* HistoryView.swift */,
|
|
|
|
7BB279882BFDF79E00491801 /* GameView.swift */,
|
|
|
|
7BB279882BFDF79E00491801 /* GameView.swift */,
|
|
|
|
7B6426F82C00BDEA00575E16 /* SpriteKitView.swift */,
|
|
|
|
7B6426F82C00BDEA00575E16 /* SpriteKitView.swift */,
|
|
|
|
|
|
|
|
7BDE976C2C0E13160079F2CD /* EditModalView.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = View;
|
|
|
|
path = View;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -206,13 +211,6 @@
|
|
|
|
name = Frameworks;
|
|
|
|
name = Frameworks;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
7BB801372BF2374C00413951 /* Style */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Style;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
7BE8C5632C09A27600A6E8C9 /* Extension */ = {
|
|
|
|
7BE8C5632C09A27600A6E8C9 /* Extension */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
@ -369,6 +367,8 @@
|
|
|
|
7B6426FB2C00BFF500575E16 /* SpriteMeeple.swift in Sources */,
|
|
|
|
7B6426FB2C00BFF500575E16 /* SpriteMeeple.swift in Sources */,
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */,
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */,
|
|
|
|
7B6426F92C00BDEA00575E16 /* SpriteKitView.swift in Sources */,
|
|
|
|
7B6426F92C00BDEA00575E16 /* SpriteKitView.swift in Sources */,
|
|
|
|
|
|
|
|
7BDE976D2C0E13160079F2CD /* EditModalView.swift in Sources */,
|
|
|
|
|
|
|
|
7BDE976F2C0E18160079F2CD /* PlayerVM.swift in Sources */,
|
|
|
|
BA5AFD392C09D1020056D332 /* DoubleTextDisplay.swift in Sources */,
|
|
|
|
BA5AFD392C09D1020056D332 /* DoubleTextDisplay.swift in Sources */,
|
|
|
|
BA5AFD332C09C7470056D332 /* ClassicTextDisplay.swift in Sources */,
|
|
|
|
BA5AFD332C09C7470056D332 /* ClassicTextDisplay.swift in Sources */,
|
|
|
|
BA5AFD352C09CAC10056D332 /* NavButton.swift in Sources */,
|
|
|
|
BA5AFD352C09CAC10056D332 /* NavButton.swift in Sources */,
|
|
|
|