|
30 | 30 | B96004B02D4451AE006E9FB9 /* PieceBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96004AF2D4451AE006E9FB9 /* PieceBase.swift */; }; |
31 | 31 | B96004B62D458B49006E9FB9 /* BoardFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96004B52D458B49006E9FB9 /* BoardFactory.swift */; }; |
32 | 32 | B96EBB382D45944D00F42C70 /* HistoryState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB372D45943800F42C70 /* HistoryState.swift */; }; |
| 33 | + B96EBB3A2D459C4B00F42C70 /* InfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB392D459C4B00F42C70 /* InfoView.swift */; }; |
| 34 | + B96EBB3C2D45A10900F42C70 /* SimpleBoardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB3B2D45A10900F42C70 /* SimpleBoardView.swift */; }; |
| 35 | + B96EBB3E2D45A2C300F42C70 /* PresentationConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB3D2D45A2BE00F42C70 /* PresentationConstants.swift */; }; |
| 36 | + B96EBB3F2D45A2C300F42C70 /* PresentationConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB3D2D45A2BE00F42C70 /* PresentationConstants.swift */; }; |
| 37 | + B96EBB412D45A41000F42C70 /* BoardViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96EBB402D45A41000F42C70 /* BoardViewProtocol.swift */; }; |
33 | 38 | B9ABF7A72BAEF11E00907C61 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ABF7A62BAEF11E00907C61 /* AppState.swift */; }; |
34 | 39 | B9ABF7A92BAEF18A00907C61 /* GameState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ABF7A82BAEF18A00907C61 /* GameState.swift */; }; |
35 | 40 | B9ABF7AB2BAEF1EB00907C61 /* BoardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ABF7AA2BAEF1EB00907C61 /* BoardView.swift */; }; |
36 | 41 | B9FAC9112BAEF492002A20F7 /* PositioningState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAC9102BAEF492002A20F7 /* PositioningState.swift */; }; |
37 | 42 | B9FAC9152BAEF6C3002A20F7 /* PositioningInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAC9142BAEF6C3002A20F7 /* PositioningInteractor.swift */; }; |
38 | | - B9FAC9172BAEFFAC002A20F7 /* LayoutState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAC9162BAEFFAC002A20F7 /* LayoutState.swift */; }; |
39 | 43 | B9FAC9192BAF070C002A20F7 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9FAC9182BAF070C002A20F7 /* Launch Screen.storyboard */; }; |
40 | 44 | B9FAC91B2BAF0CA7002A20F7 /* BuiltInPieces.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAC91A2BAF0CA7002A20F7 /* BuiltInPieces.swift */; }; |
41 | 45 | B9FAC91D2BAF0D15002A20F7 /* BuiltInPieces.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAC91A2BAF0CA7002A20F7 /* BuiltInPieces.swift */; }; |
|
115 | 119 | B96004AF2D4451AE006E9FB9 /* PieceBase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PieceBase.swift; sourceTree = "<group>"; }; |
116 | 120 | B96004B52D458B49006E9FB9 /* BoardFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoardFactory.swift; sourceTree = "<group>"; }; |
117 | 121 | B96EBB372D45943800F42C70 /* HistoryState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryState.swift; sourceTree = "<group>"; }; |
| 122 | + B96EBB392D459C4B00F42C70 /* InfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoView.swift; sourceTree = "<group>"; }; |
| 123 | + B96EBB3B2D45A10900F42C70 /* SimpleBoardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleBoardView.swift; sourceTree = "<group>"; }; |
| 124 | + B96EBB3D2D45A2BE00F42C70 /* PresentationConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PresentationConstants.swift; sourceTree = "<group>"; }; |
| 125 | + B96EBB402D45A41000F42C70 /* BoardViewProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoardViewProtocol.swift; sourceTree = "<group>"; }; |
118 | 126 | B9ABF7A62BAEF11E00907C61 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
119 | 127 | B9ABF7A82BAEF18A00907C61 /* GameState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameState.swift; sourceTree = "<group>"; }; |
120 | 128 | B9ABF7AA2BAEF1EB00907C61 /* BoardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoardView.swift; sourceTree = "<group>"; }; |
121 | 129 | B9FAC9102BAEF492002A20F7 /* PositioningState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositioningState.swift; sourceTree = "<group>"; }; |
122 | 130 | B9FAC9142BAEF6C3002A20F7 /* PositioningInteractor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositioningInteractor.swift; sourceTree = "<group>"; }; |
123 | | - B9FAC9162BAEFFAC002A20F7 /* LayoutState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutState.swift; sourceTree = "<group>"; }; |
124 | 131 | B9FAC9182BAF070C002A20F7 /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; |
125 | 132 | B9FAC91A2BAF0CA7002A20F7 /* BuiltInPieces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuiltInPieces.swift; sourceTree = "<group>"; }; |
126 | 133 | B9FAC91E2BAF0D6A002A20F7 /* Player.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Player.swift; sourceTree = "<group>"; }; |
|
258 | 265 | isa = PBXGroup; |
259 | 266 | children = ( |
260 | 267 | B95CE5102AD4CB5B00978591 /* ContentView.swift */, |
| 268 | + B96EBB3D2D45A2BE00F42C70 /* PresentationConstants.swift */, |
261 | 269 | B9FAC9312BB053AD002A20F7 /* Lobby */, |
262 | 270 | B9FAC9322BB053B2002A20F7 /* Game */, |
263 | 271 | B90F55A82BA61F6E00874F00 /* MovesView.swift */, |
|
309 | 317 | B9FAC9382BB0586C002A20F7 /* LobbyState.swift */, |
310 | 318 | B9ABF7A82BAEF18A00907C61 /* GameState.swift */, |
311 | 319 | B9FAC9102BAEF492002A20F7 /* PositioningState.swift */, |
312 | | - B9FAC9162BAEFFAC002A20F7 /* LayoutState.swift */, |
313 | 320 | B96EBB372D45943800F42C70 /* HistoryState.swift */, |
314 | 321 | ); |
315 | 322 | path = State; |
|
342 | 349 | B9FAC92F2BB05325002A20F7 /* GameView.swift */, |
343 | 350 | B9ABF7AA2BAEF1EB00907C61 /* BoardView.swift */, |
344 | 351 | B90F55AB2BA6289800874F00 /* PieceView.swift */, |
| 352 | + B96EBB392D459C4B00F42C70 /* InfoView.swift */, |
345 | 353 | ); |
346 | 354 | path = Game; |
347 | 355 | sourceTree = "<group>"; |
348 | 356 | }; |
349 | 357 | B9FAC9352BB054A2002A20F7 /* Elements */ = { |
350 | 358 | isa = PBXGroup; |
351 | 359 | children = ( |
| 360 | + B96EBB402D45A41000F42C70 /* BoardViewProtocol.swift */, |
352 | 361 | B9FAC9362BB054C2002A20F7 /* ButtonStyles.swift */, |
353 | 362 | B9FAC9482BB06C91002A20F7 /* SimpleNavigationBackButton.swift */, |
354 | 363 | B9FAC94A2BB06FB2002A20F7 /* WaitingView.swift */, |
| 364 | + B96EBB3B2D45A10900F42C70 /* SimpleBoardView.swift */, |
355 | 365 | ); |
356 | 366 | path = Elements; |
357 | 367 | sourceTree = "<group>"; |
|
576 | 586 | B9FAC94F2BB2E833002A20F7 /* Color.swift in Sources */, |
577 | 587 | B9FAC93F2BB059CD002A20F7 /* GameService.swift in Sources */, |
578 | 588 | B9ABF7AB2BAEF1EB00907C61 /* BoardView.swift in Sources */, |
579 | | - B9FAC9172BAEFFAC002A20F7 /* LayoutState.swift in Sources */, |
580 | 589 | B9FAC92E2BB04A01002A20F7 /* PlayCondition.swift in Sources */, |
| 590 | + B96EBB3C2D45A10900F42C70 /* SimpleBoardView.swift in Sources */, |
581 | 591 | B9FAC9392BB0586C002A20F7 /* LobbyState.swift in Sources */, |
582 | 592 | B9FAC9112BAEF492002A20F7 /* PositioningState.swift in Sources */, |
583 | 593 | B9FAC9372BB054C2002A20F7 /* ButtonStyles.swift in Sources */, |
|
605 | 615 | B9FAC9222BAF1DCD002A20F7 /* GameRepository.swift in Sources */, |
606 | 616 | B90F55A92BA61F6E00874F00 /* MovesView.swift in Sources */, |
607 | 617 | B9ABF7A92BAEF18A00907C61 /* GameState.swift in Sources */, |
| 618 | + B96EBB3A2D459C4B00F42C70 /* InfoView.swift in Sources */, |
608 | 619 | B9FAC94B2BB06FB2002A20F7 /* WaitingView.swift in Sources */, |
609 | 620 | B94B61F52B68F8D700C998F3 /* PieceGenerator.swift in Sources */, |
610 | 621 | B9FAC9432BB06315002A20F7 /* LobbyRepository.swift in Sources */, |
611 | 622 | B9FAC91B2BAF0CA7002A20F7 /* BuiltInPieces.swift in Sources */, |
612 | 623 | B9FAC9512BB2F46D002A20F7 /* Style.swift in Sources */, |
613 | 624 | B9FAC91F2BAF0D6A002A20F7 /* Player.swift in Sources */, |
614 | 625 | B9FAC9152BAEF6C3002A20F7 /* PositioningInteractor.swift in Sources */, |
| 626 | + B96EBB3F2D45A2C300F42C70 /* PresentationConstants.swift in Sources */, |
| 627 | + B96EBB412D45A41000F42C70 /* BoardViewProtocol.swift in Sources */, |
615 | 628 | ); |
616 | 629 | runOnlyForDeploymentPostprocessing = 0; |
617 | 630 | }; |
|
628 | 641 | B94B61B12B461D3200C998F3 /* GamePiece.swift in Sources */, |
629 | 642 | B90F55AA2BA61F6E00874F00 /* MovesView.swift in Sources */, |
630 | 643 | B9FAC9612BB30D8F002A20F7 /* StyleConstants.swift in Sources */, |
| 644 | + B96EBB3E2D45A2C300F42C70 /* PresentationConstants.swift in Sources */, |
631 | 645 | B9FAC95C2BB2FD0C002A20F7 /* Typography.swift in Sources */, |
632 | 646 | B94B61F62B68F8D700C998F3 /* PieceGenerator.swift in Sources */, |
633 | 647 | B9FAC9672BB3129F002A20F7 /* LayoutDirection.swift in Sources */, |
|
0 commit comments