|
|
@ -30,6 +30,12 @@
|
|
|
|
649B59B22BF65392002BAE38 /* TextStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B59B12BF65392002BAE38 /* TextStyles.swift */; };
|
|
|
|
649B59B22BF65392002BAE38 /* TextStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B59B12BF65392002BAE38 /* TextStyles.swift */; };
|
|
|
|
649B59B42BF653E1002BAE38 /* ViewTitleTextStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B59B32BF653E1002BAE38 /* ViewTitleTextStyle.swift */; };
|
|
|
|
649B59B42BF653E1002BAE38 /* ViewTitleTextStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B59B32BF653E1002BAE38 /* ViewTitleTextStyle.swift */; };
|
|
|
|
EC62C4EF2BFE367F0048CD0B /* SwiftUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4EE2BFE367F0048CD0B /* SwiftUIView.swift */; };
|
|
|
|
EC62C4EF2BFE367F0048CD0B /* SwiftUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4EE2BFE367F0048CD0B /* SwiftUIView.swift */; };
|
|
|
|
|
|
|
|
EC62C4F92C0371660048CD0B /* MusicPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4F82C0371660048CD0B /* MusicPlayer.swift */; };
|
|
|
|
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FA2C038BD20048CD0B /* PlayersView.swift */; };
|
|
|
|
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */; };
|
|
|
|
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */; };
|
|
|
|
|
|
|
|
EC62C5012C045B590048CD0B /* SoundPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C5002C045B590048CD0B /* SoundPlayer.swift */; };
|
|
|
|
|
|
|
|
EC62C5062C045C1A0048CD0B /* TitleScreenButtonSound.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC62C5052C045C1A0048CD0B /* TitleScreenButtonSound.mp3 */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@ -90,6 +96,12 @@
|
|
|
|
649B59B12BF65392002BAE38 /* TextStyles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextStyles.swift; sourceTree = "<group>"; };
|
|
|
|
649B59B12BF65392002BAE38 /* TextStyles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextStyles.swift; sourceTree = "<group>"; };
|
|
|
|
649B59B32BF653E1002BAE38 /* ViewTitleTextStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewTitleTextStyle.swift; sourceTree = "<group>"; };
|
|
|
|
649B59B32BF653E1002BAE38 /* ViewTitleTextStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewTitleTextStyle.swift; sourceTree = "<group>"; };
|
|
|
|
EC62C4EE2BFE367F0048CD0B /* SwiftUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIView.swift; sourceTree = "<group>"; };
|
|
|
|
EC62C4EE2BFE367F0048CD0B /* SwiftUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C4F82C0371660048CD0B /* MusicPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicPlayer.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C4FA2C038BD20048CD0B /* PlayersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayersView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerRow.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = TitleScreenMusic.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C5002C045B590048CD0B /* SoundPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoundPlayer.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC62C5052C045C1A0048CD0B /* TitleScreenButtonSound.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = TitleScreenButtonSound.mp3; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@ -159,6 +171,7 @@
|
|
|
|
6458345A2BF5F92300E18321 /* DouShouQi_App */ = {
|
|
|
|
6458345A2BF5F92300E18321 /* DouShouQi_App */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
|
|
|
|
EC62C5022C045BB90048CD0B /* SoundPlayerClass */,
|
|
|
|
649B59A52BF64B1B002BAE38 /* Assets */,
|
|
|
|
649B59A52BF64B1B002BAE38 /* Assets */,
|
|
|
|
649ABF5E2BF60ED5002E8894 /* Components */,
|
|
|
|
649ABF5E2BF60ED5002E8894 /* Components */,
|
|
|
|
649ABF592BF60D13002E8894 /* Views */,
|
|
|
|
649ABF592BF60D13002E8894 /* Views */,
|
|
|
@ -208,6 +221,7 @@
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerResumeFrame.swift */,
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerResumeFrame.swift */,
|
|
|
|
|
|
|
|
EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Player;
|
|
|
|
path = Player;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -216,16 +230,25 @@
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
645B4C242BFCD3C600FD658A /* ScoreBoardView.swift */,
|
|
|
|
645B4C242BFCD3C600FD658A /* ScoreBoardView.swift */,
|
|
|
|
|
|
|
|
EC62C4FA2C038BD20048CD0B /* PlayersView.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Player;
|
|
|
|
path = Player;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
6493C1BE2C04650200B5121D /* Menu */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
649ABF5A2BF60D78002E8894 /* MainMenuView.swift */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Menu;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
649ABF592BF60D13002E8894 /* Views */ = {
|
|
|
|
649ABF592BF60D13002E8894 /* Views */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
643AB6992BFCFB480018DA73 /* Game */,
|
|
|
|
643AB6992BFCFB480018DA73 /* Game */,
|
|
|
|
645B4C232BFCD39A00FD658A /* Player */,
|
|
|
|
645B4C232BFCD39A00FD658A /* Player */,
|
|
|
|
649ABF5A2BF60D78002E8894 /* MainMenuView.swift */,
|
|
|
|
6493C1BE2C04650200B5121D /* Menu */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Views;
|
|
|
|
path = Views;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -244,6 +267,8 @@
|
|
|
|
649B59A52BF64B1B002BAE38 /* Assets */ = {
|
|
|
|
649B59A52BF64B1B002BAE38 /* Assets */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
|
|
|
|
EC62C5042C045BE00048CD0B /* Musics */,
|
|
|
|
|
|
|
|
EC62C5032C045BD30048CD0B /* Sounds */,
|
|
|
|
649B59B02BF65360002BAE38 /* TextStyles */,
|
|
|
|
649B59B02BF65360002BAE38 /* TextStyles */,
|
|
|
|
649B59AF2BF64F0A002BAE38 /* Colors */,
|
|
|
|
649B59AF2BF64F0A002BAE38 /* Colors */,
|
|
|
|
649B59AA2BF64DF1002BAE38 /* Images */,
|
|
|
|
649B59AA2BF64DF1002BAE38 /* Images */,
|
|
|
@ -278,6 +303,31 @@
|
|
|
|
path = TextStyles;
|
|
|
|
path = TextStyles;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
EC62C5022C045BB90048CD0B /* SoundPlayerClass */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
EC62C5002C045B590048CD0B /* SoundPlayer.swift */,
|
|
|
|
|
|
|
|
EC62C4F82C0371660048CD0B /* MusicPlayer.swift */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = SoundPlayerClass;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
EC62C5032C045BD30048CD0B /* Sounds */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
EC62C5052C045C1A0048CD0B /* TitleScreenButtonSound.mp3 */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Sounds;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
EC62C5042C045BE00048CD0B /* Musics */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Musics;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@ -384,9 +434,11 @@
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
649B59A72BF64BA9002BAE38 /* Colors.xcassets in Resources */,
|
|
|
|
649B59A72BF64BA9002BAE38 /* Colors.xcassets in Resources */,
|
|
|
|
|
|
|
|
EC62C5062C045C1A0048CD0B /* TitleScreenButtonSound.mp3 in Resources */,
|
|
|
|
649B59AC2BF64E12002BAE38 /* Images.xcassets in Resources */,
|
|
|
|
649B59AC2BF64E12002BAE38 /* Images.xcassets in Resources */,
|
|
|
|
645834632BF5F92500E18321 /* Preview Assets.xcassets in Resources */,
|
|
|
|
645834632BF5F92500E18321 /* Preview Assets.xcassets in Resources */,
|
|
|
|
645834602BF5F92500E18321 /* Assets.xcassets in Resources */,
|
|
|
|
645834602BF5F92500E18321 /* Assets.xcassets in Resources */,
|
|
|
|
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -415,12 +467,16 @@
|
|
|
|
6458345E2BF5F92300E18321 /* ContentView.swift in Sources */,
|
|
|
|
6458345E2BF5F92300E18321 /* ContentView.swift in Sources */,
|
|
|
|
649B59A92BF64C6A002BAE38 /* Colors.swift in Sources */,
|
|
|
|
649B59A92BF64C6A002BAE38 /* Colors.swift in Sources */,
|
|
|
|
649B59B42BF653E1002BAE38 /* ViewTitleTextStyle.swift in Sources */,
|
|
|
|
649B59B42BF653E1002BAE38 /* ViewTitleTextStyle.swift in Sources */,
|
|
|
|
|
|
|
|
EC62C5012C045B590048CD0B /* SoundPlayer.swift in Sources */,
|
|
|
|
645B4C252BFCD3C600FD658A /* ScoreBoardView.swift in Sources */,
|
|
|
|
645B4C252BFCD3C600FD658A /* ScoreBoardView.swift in Sources */,
|
|
|
|
649B59AE2BF64EAB002BAE38 /* AppImages.swift in Sources */,
|
|
|
|
649B59AE2BF64EAB002BAE38 /* AppImages.swift in Sources */,
|
|
|
|
649ABF602BF60F2D002E8894 /* MainMenuButton.swift in Sources */,
|
|
|
|
649ABF602BF60F2D002E8894 /* MainMenuButton.swift in Sources */,
|
|
|
|
643AB6932BFCEFD00018DA73 /* GameResumeFrame.swift in Sources */,
|
|
|
|
643AB6932BFCEFD00018DA73 /* GameResumeFrame.swift in Sources */,
|
|
|
|
EC62C4EF2BFE367F0048CD0B /* SwiftUIView.swift in Sources */,
|
|
|
|
EC62C4EF2BFE367F0048CD0B /* SwiftUIView.swift in Sources */,
|
|
|
|
649B59B22BF65392002BAE38 /* TextStyles.swift in Sources */,
|
|
|
|
649B59B22BF65392002BAE38 /* TextStyles.swift in Sources */,
|
|
|
|
|
|
|
|
EC62C4F92C0371660048CD0B /* MusicPlayer.swift in Sources */,
|
|
|
|
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */,
|
|
|
|
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */,
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */,
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */,
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerResumeFrame.swift in Sources */,
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerResumeFrame.swift in Sources */,
|
|
|
|
649ABF5B2BF60D78002E8894 /* MainMenuView.swift in Sources */,
|
|
|
|
649ABF5B2BF60D78002E8894 /* MainMenuView.swift in Sources */,
|
|
|
|