|
|
@ -41,6 +41,7 @@
|
|
|
|
EC05BFC82C04D832000F7B19 /* CustomSwitchButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC05BFC72C04D832000F7B19 /* CustomSwitchButton.swift */; };
|
|
|
|
EC05BFC82C04D832000F7B19 /* CustomSwitchButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC05BFC72C04D832000F7B19 /* CustomSwitchButton.swift */; };
|
|
|
|
EC05BFCB2C05F470000F7B19 /* GameScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC05BFCA2C05F470000F7B19 /* GameScene.swift */; };
|
|
|
|
EC05BFCB2C05F470000F7B19 /* GameScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC05BFCA2C05F470000F7B19 /* GameScene.swift */; };
|
|
|
|
EC2DD03F2C0CDF0C00FC55C0 /* MainMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC2DD03E2C0CDF0C00FC55C0 /* MainMenuView.swift */; };
|
|
|
|
EC2DD03F2C0CDF0C00FC55C0 /* MainMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC2DD03E2C0CDF0C00FC55C0 /* MainMenuView.swift */; };
|
|
|
|
|
|
|
|
EC2DD0412C1C203000FC55C0 /* ShowAllPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC2DD0402C1C203000FC55C0 /* ShowAllPlayer.swift */; };
|
|
|
|
EC3EE4B12C0CD46000710153 /* ButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC3EE4B02C0CD46000710153 /* ButtonView.swift */; };
|
|
|
|
EC3EE4B12C0CD46000710153 /* ButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC3EE4B02C0CD46000710153 /* ButtonView.swift */; };
|
|
|
|
EC3EE4B32C0CD47000710153 /* MainButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC3EE4B22C0CD47000710153 /* MainButton.swift */; };
|
|
|
|
EC3EE4B32C0CD47000710153 /* MainButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC3EE4B22C0CD47000710153 /* MainButton.swift */; };
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FA2C038BD20048CD0B /* PlayersView.swift */; };
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FA2C038BD20048CD0B /* PlayersView.swift */; };
|
|
|
@ -123,6 +124,7 @@
|
|
|
|
EC05BFC72C04D832000F7B19 /* CustomSwitchButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomSwitchButton.swift; sourceTree = "<group>"; };
|
|
|
|
EC05BFC72C04D832000F7B19 /* CustomSwitchButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomSwitchButton.swift; sourceTree = "<group>"; };
|
|
|
|
EC05BFCA2C05F470000F7B19 /* GameScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameScene.swift; sourceTree = "<group>"; };
|
|
|
|
EC05BFCA2C05F470000F7B19 /* GameScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameScene.swift; sourceTree = "<group>"; };
|
|
|
|
EC2DD03E2C0CDF0C00FC55C0 /* MainMenuView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainMenuView.swift; sourceTree = "<group>"; };
|
|
|
|
EC2DD03E2C0CDF0C00FC55C0 /* MainMenuView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainMenuView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC2DD0402C1C203000FC55C0 /* ShowAllPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowAllPlayer.swift; sourceTree = "<group>"; };
|
|
|
|
EC3EE4B02C0CD46000710153 /* ButtonView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonView.swift; sourceTree = "<group>"; };
|
|
|
|
EC3EE4B02C0CD46000710153 /* ButtonView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonView.swift; sourceTree = "<group>"; };
|
|
|
|
EC3EE4B22C0CD47000710153 /* MainButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainButton.swift; sourceTree = "<group>"; };
|
|
|
|
EC3EE4B22C0CD47000710153 /* MainButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainButton.swift; sourceTree = "<group>"; };
|
|
|
|
EC62C4FA2C038BD20048CD0B /* PlayersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayersView.swift; sourceTree = "<group>"; };
|
|
|
|
EC62C4FA2C038BD20048CD0B /* PlayersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayersView.swift; sourceTree = "<group>"; };
|
|
|
@ -251,6 +253,7 @@
|
|
|
|
647D565B2BFD0212008D02EA /* PlayerResumeFrame.swift */,
|
|
|
|
647D565B2BFD0212008D02EA /* PlayerResumeFrame.swift */,
|
|
|
|
EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */,
|
|
|
|
EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */,
|
|
|
|
EC62C50E2C05D06A0048CD0B /* AddPlayerView.swift */,
|
|
|
|
EC62C50E2C05D06A0048CD0B /* AddPlayerView.swift */,
|
|
|
|
|
|
|
|
EC2DD0402C1C203000FC55C0 /* ShowAllPlayer.swift */,
|
|
|
|
EC62C51A2C09D1790048CD0B /* PlayerStatView.swift */,
|
|
|
|
EC62C51A2C09D1790048CD0B /* PlayerStatView.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Player;
|
|
|
|
path = Player;
|
|
|
@ -641,6 +644,7 @@
|
|
|
|
EC62C5092C0467240048CD0B /* SplashScreenView.swift in Sources */,
|
|
|
|
EC62C5092C0467240048CD0B /* SplashScreenView.swift in Sources */,
|
|
|
|
EC2DD03F2C0CDF0C00FC55C0 /* MainMenuView.swift in Sources */,
|
|
|
|
EC2DD03F2C0CDF0C00FC55C0 /* MainMenuView.swift in Sources */,
|
|
|
|
64FC4D692C09C78000D08B8B /* SelectPlayerView.swift in Sources */,
|
|
|
|
64FC4D692C09C78000D08B8B /* SelectPlayerView.swift in Sources */,
|
|
|
|
|
|
|
|
EC2DD0412C1C203000FC55C0 /* ShowAllPlayer.swift in Sources */,
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */,
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */,
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */,
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */,
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */,
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */,
|
|
|
|