|
|
|
@ -18,8 +18,9 @@
|
|
|
|
|
645834792BF5F92600E18321 /* DouShouQi_AppUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645834782BF5F92600E18321 /* DouShouQi_AppUITestsLaunchTests.swift */; };
|
|
|
|
|
645834882BF5FEA000E18321 /* DSQ.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 645834872BF5FEA000E18321 /* DSQ.xcframework */; };
|
|
|
|
|
645834892BF5FEA000E18321 /* DSQ.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 645834872BF5FEA000E18321 /* DSQ.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerResumeFrame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645B4C1F2BFCCA0500FD658A /* PlayerResumeFrame.swift */; };
|
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerScoreResumeFrame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645B4C1F2BFCCA0500FD658A /* PlayerScoreResumeFrame.swift */; };
|
|
|
|
|
645B4C252BFCD3C600FD658A /* ScoreBoardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 645B4C242BFCD3C600FD658A /* ScoreBoardView.swift */; };
|
|
|
|
|
647D565C2BFD0212008D02EA /* PlayerResumeFrame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647D565B2BFD0212008D02EA /* PlayerResumeFrame.swift */; };
|
|
|
|
|
649ABF5B2BF60D78002E8894 /* MainMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649ABF5A2BF60D78002E8894 /* MainMenuView.swift */; };
|
|
|
|
|
649ABF602BF60F2D002E8894 /* MainMenuButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649ABF5F2BF60F2D002E8894 /* MainMenuButton.swift */; };
|
|
|
|
|
649B59A42BF64574002BAE38 /* TitlePageFrame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B59A32BF64574002BAE38 /* TitlePageFrame.swift */; };
|
|
|
|
@ -77,8 +78,9 @@
|
|
|
|
|
645834782BF5F92600E18321 /* DouShouQi_AppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DouShouQi_AppUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
|
|
|
645834852BF5FE1400E18321 /* DouShouQi-App-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "DouShouQi-App-Info.plist"; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
645834872BF5FEA000E18321 /* DSQ.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = DSQ.xcframework; sourceTree = "<group>"; };
|
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerResumeFrame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerResumeFrame.swift; sourceTree = "<group>"; };
|
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerScoreResumeFrame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerScoreResumeFrame.swift; sourceTree = "<group>"; };
|
|
|
|
|
645B4C242BFCD3C600FD658A /* ScoreBoardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScoreBoardView.swift; sourceTree = "<group>"; };
|
|
|
|
|
647D565B2BFD0212008D02EA /* PlayerResumeFrame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerResumeFrame.swift; sourceTree = "<group>"; };
|
|
|
|
|
649ABF5A2BF60D78002E8894 /* MainMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenuView.swift; sourceTree = "<group>"; };
|
|
|
|
|
649ABF5F2BF60F2D002E8894 /* MainMenuButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenuButton.swift; sourceTree = "<group>"; };
|
|
|
|
|
649B59A32BF64574002BAE38 /* TitlePageFrame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitlePageFrame.swift; sourceTree = "<group>"; };
|
|
|
|
@ -204,7 +206,8 @@
|
|
|
|
|
645B4C1C2BFCC95000FD658A /* Player */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerResumeFrame.swift */,
|
|
|
|
|
645B4C1F2BFCCA0500FD658A /* PlayerScoreResumeFrame.swift */,
|
|
|
|
|
647D565B2BFD0212008D02EA /* PlayerResumeFrame.swift */,
|
|
|
|
|
);
|
|
|
|
|
path = Player;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -418,7 +421,8 @@
|
|
|
|
|
643AB6932BFCEFD00018DA73 /* GameResumeFrame.swift in Sources */,
|
|
|
|
|
649B59B22BF65392002BAE38 /* TextStyles.swift in Sources */,
|
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */,
|
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerResumeFrame.swift in Sources */,
|
|
|
|
|
645B4C202BFCCA0500FD658A /* PlayerScoreResumeFrame.swift in Sources */,
|
|
|
|
|
647D565C2BFD0212008D02EA /* PlayerResumeFrame.swift in Sources */,
|
|
|
|
|
649ABF5B2BF60D78002E8894 /* MainMenuView.swift in Sources */,
|
|
|
|
|
649B59A42BF64574002BAE38 /* TitlePageFrame.swift in Sources */,
|
|
|
|
|
);
|
|
|
|
|