|
|
|
@ -7,6 +7,9 @@
|
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
6437FF132C25846F009D0EAF /* PlayingGameVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6437FF122C25846F009D0EAF /* PlayingGameVM.swift */; };
|
|
|
|
|
6437FF142C25870C009D0EAF /* DSQ.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC62C5322C1C188F0048CD0B /* DSQ.xcframework */; };
|
|
|
|
|
6437FF152C25870C009D0EAF /* DSQ.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EC62C5322C1C188F0048CD0B /* DSQ.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
|
|
6458345C2BF5F92300E18321 /* DouShouQi_AppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6458345B2BF5F92300E18321 /* DouShouQi_AppApp.swift */; };
|
|
|
|
|
6458345E2BF5F92300E18321 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6458345D2BF5F92300E18321 /* ContentView.swift */; };
|
|
|
|
|
645834602BF5F92500E18321 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6458345F2BF5F92500E18321 /* Assets.xcassets */; };
|
|
|
|
@ -56,7 +59,6 @@
|
|
|
|
|
EC62C5252C0F68830048CD0B /* PlayerVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C5242C0F68830048CD0B /* PlayerVM.swift */; };
|
|
|
|
|
EC62C5292C1974000048CD0B /* PlayersVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C5282C1974000048CD0B /* PlayersVM.swift */; };
|
|
|
|
|
EC62C52D2C197ED10048CD0B /* Player.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C52C2C197ED10048CD0B /* Player.swift */; };
|
|
|
|
|
EC62C5332C1C188F0048CD0B /* DSQ.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC62C5322C1C188F0048CD0B /* DSQ.xcframework */; };
|
|
|
|
|
EC62C5382C1C64EE0048CD0B /* CoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C5372C1C64EE0048CD0B /* CoreManager.swift */; };
|
|
|
|
|
EC62C53D2C1C69200048CD0B /* DouShouQi_App.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = EC62C53B2C1C69200048CD0B /* DouShouQi_App.xcdatamodeld */; };
|
|
|
|
|
EC62C53F2C1C6D1A0048CD0B /* CDPlayerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C53E2C1C6D1A0048CD0B /* CDPlayerExtension.swift */; };
|
|
|
|
@ -84,7 +86,22 @@
|
|
|
|
|
};
|
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
|
6437FF162C25870C009D0EAF /* Embed Frameworks */ = {
|
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
dstPath = "";
|
|
|
|
|
dstSubfolderSpec = 10;
|
|
|
|
|
files = (
|
|
|
|
|
6437FF152C25870C009D0EAF /* DSQ.xcframework in Embed Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
name = "Embed Frameworks";
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
6437FF122C25846F009D0EAF /* PlayingGameVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayingGameVM.swift; sourceTree = "<group>"; };
|
|
|
|
|
645834582BF5F92300E18321 /* DouShouQi_App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DouShouQi_App.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
6458345B2BF5F92300E18321 /* DouShouQi_AppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DouShouQi_AppApp.swift; sourceTree = "<group>"; };
|
|
|
|
|
6458345D2BF5F92300E18321 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
|
@ -154,7 +171,7 @@
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
EC62C5332C1C188F0048CD0B /* DSQ.xcframework in Frameworks */,
|
|
|
|
|
6437FF142C25870C009D0EAF /* DSQ.xcframework in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
@ -300,6 +317,7 @@
|
|
|
|
|
children = (
|
|
|
|
|
646FA83D2C072340001466BA /* GameVM.swift */,
|
|
|
|
|
646FA8422C0730D6001466BA /* HistoricVM.swift */,
|
|
|
|
|
6437FF122C25846F009D0EAF /* PlayingGameVM.swift */,
|
|
|
|
|
);
|
|
|
|
|
path = Game;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -479,6 +497,7 @@
|
|
|
|
|
645834542BF5F92300E18321 /* Sources */,
|
|
|
|
|
645834552BF5F92300E18321 /* Frameworks */,
|
|
|
|
|
645834562BF5F92300E18321 /* Resources */,
|
|
|
|
|
6437FF162C25870C009D0EAF /* Embed Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
buildRules = (
|
|
|
|
|
);
|
|
|
|
@ -652,6 +671,7 @@
|
|
|
|
|
646F04BE2C0F54C0003C8600 /* SettingsVM.swift in Sources */,
|
|
|
|
|
EC62C52D2C197ED10048CD0B /* Player.swift in Sources */,
|
|
|
|
|
EC62C5292C1974000048CD0B /* PlayersVM.swift in Sources */,
|
|
|
|
|
6437FF132C25846F009D0EAF /* PlayingGameVM.swift in Sources */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|