|
|
@ -47,6 +47,9 @@
|
|
|
|
EC2DD0412C1C203000FC55C0 /* ShowAllPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC2DD0402C1C203000FC55C0 /* ShowAllPlayer.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 */; };
|
|
|
|
|
|
|
|
EC4D7EFB2C29C1470076CD8A /* Fight.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC4D7EF92C29C1470076CD8A /* Fight.mp3 */; };
|
|
|
|
|
|
|
|
EC4D7EFD2C29C14F0076CD8A /* SelectFighterSound.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC4D7EFC2C29C14F0076CD8A /* SelectFighterSound.mp3 */; };
|
|
|
|
|
|
|
|
EC4D7EFF2C29C1550076CD8A /* Start.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC4D7EFE2C29C1550076CD8A /* Start.mp3 */; };
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FA2C038BD20048CD0B /* PlayersView.swift */; };
|
|
|
|
EC62C4FB2C038BD20048CD0B /* PlayersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FA2C038BD20048CD0B /* PlayersView.swift */; };
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */; };
|
|
|
|
EC62C4FD2C0391D30048CD0B /* PlayerRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */; };
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */; };
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */; };
|
|
|
@ -142,6 +145,9 @@
|
|
|
|
EC2DD0402C1C203000FC55C0 /* ShowAllPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowAllPlayer.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>"; };
|
|
|
|
|
|
|
|
EC4D7EF92C29C1470076CD8A /* Fight.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = Fight.mp3; path = ../../../../../../Downloads/Fight.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC4D7EFC2C29C14F0076CD8A /* SelectFighterSound.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = SelectFighterSound.mp3; path = ../../../../../../Downloads/SelectFighterSound.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
EC4D7EFE2C29C1550076CD8A /* Start.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = Start.mp3; path = ../../../../../../Downloads/Start.mp3; 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>"; };
|
|
|
|
EC62C4FC2C0391D30048CD0B /* PlayerRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerRow.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>"; };
|
|
|
|
EC62C4FE2C0457AD0048CD0B /* TitleScreenMusic.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = TitleScreenMusic.mp3; sourceTree = "<group>"; };
|
|
|
@ -167,9 +173,6 @@
|
|
|
|
ECF3FD1D2C2582B300F5E62B /* ArKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ArKit.xcodeproj; path = ../../Swift/ArKit/ArKit.xcodeproj; sourceTree = "<group>"; };
|
|
|
|
ECF3FD1D2C2582B300F5E62B /* ArKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ArKit.xcodeproj; path = ../../Swift/ArKit/ArKit.xcodeproj; sourceTree = "<group>"; };
|
|
|
|
ECF3FD302C2722C600F5E62B /* CDHistoriqueExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CDHistoriqueExtension.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD302C2722C600F5E62B /* CDHistoriqueExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CDHistoriqueExtension.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD322C27238F00F5E62B /* Historique.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Historique.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD322C27238F00F5E62B /* Historique.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Historique.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD352C299CC100F5E62B /* Fight.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Fight.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
ECF3FD372C299CC500F5E62B /* Start.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = Start.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
ECF3FD382C299CC800F5E62B /* SelectFighterSound.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = SelectFighterSound.mp3; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
ECF3FD392C29A20D00F5E62B /* HistoricListVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoricListVM.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD392C29A20D00F5E62B /* HistoricListVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoricListVM.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD3C2C29B64100F5E62B /* ChronoVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChronoVM.swift; sourceTree = "<group>"; };
|
|
|
|
ECF3FD3C2C29B64100F5E62B /* ChronoVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChronoVM.swift; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* End PBXFileReference section */
|
|
|
@ -438,9 +441,9 @@
|
|
|
|
EC62C5032C045BD30048CD0B /* Sounds */ = {
|
|
|
|
EC62C5032C045BD30048CD0B /* Sounds */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
ECF3FD352C299CC100F5E62B /* Fight.mp3 */,
|
|
|
|
EC4D7EFE2C29C1550076CD8A /* Start.mp3 */,
|
|
|
|
ECF3FD372C299CC500F5E62B /* Start.mp3 */,
|
|
|
|
EC4D7EFC2C29C14F0076CD8A /* SelectFighterSound.mp3 */,
|
|
|
|
ECF3FD382C299CC800F5E62B /* SelectFighterSound.mp3 */,
|
|
|
|
EC4D7EF92C29C1470076CD8A /* Fight.mp3 */,
|
|
|
|
EC62C50C2C046D9E0048CD0B /* SplashScreenSound.mp3 */,
|
|
|
|
EC62C50C2C046D9E0048CD0B /* SplashScreenSound.mp3 */,
|
|
|
|
EC62C5052C045C1A0048CD0B /* TitleScreenButtonSound.mp3 */,
|
|
|
|
EC62C5052C045C1A0048CD0B /* TitleScreenButtonSound.mp3 */,
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -639,6 +642,7 @@
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
|
|
|
|
EC4D7EFF2C29C1550076CD8A /* Start.mp3 in Resources */,
|
|
|
|
EC0540CA2C08BD8D0032E9EF /* GameMusic.mp3 in Resources */,
|
|
|
|
EC0540CA2C08BD8D0032E9EF /* GameMusic.mp3 in Resources */,
|
|
|
|
649B59A72BF64BA9002BAE38 /* Colors.xcassets in Resources */,
|
|
|
|
649B59A72BF64BA9002BAE38 /* Colors.xcassets in Resources */,
|
|
|
|
6493C1C02C046BF900B5121D /* samurai.ttf in Resources */,
|
|
|
|
6493C1C02C046BF900B5121D /* samurai.ttf in Resources */,
|
|
|
@ -647,7 +651,9 @@
|
|
|
|
EC62C50D2C046D9E0048CD0B /* SplashScreenSound.mp3 in Resources */,
|
|
|
|
EC62C50D2C046D9E0048CD0B /* SplashScreenSound.mp3 in Resources */,
|
|
|
|
645834632BF5F92500E18321 /* Preview Assets.xcassets in Resources */,
|
|
|
|
645834632BF5F92500E18321 /* Preview Assets.xcassets in Resources */,
|
|
|
|
645834602BF5F92500E18321 /* Assets.xcassets in Resources */,
|
|
|
|
645834602BF5F92500E18321 /* Assets.xcassets in Resources */,
|
|
|
|
|
|
|
|
EC4D7EFB2C29C1470076CD8A /* Fight.mp3 in Resources */,
|
|
|
|
ECB636552C047992007CD5E2 /* Image.xcassets in Resources */,
|
|
|
|
ECB636552C047992007CD5E2 /* Image.xcassets in Resources */,
|
|
|
|
|
|
|
|
EC4D7EFD2C29C14F0076CD8A /* SelectFighterSound.mp3 in Resources */,
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */,
|
|
|
|
EC62C4FF2C0457AD0048CD0B /* TitleScreenMusic.mp3 in Resources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|