|
15 | 15 | 63F6615E1F9B41B30043ABCF /* LevelTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63F6615D1F9B41B30043ABCF /* LevelTest.swift */; }; |
16 | 16 | 63F661611F9B48250043ABCF /* GameFieldServiceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63F661601F9B48250043ABCF /* GameFieldServiceTest.swift */; }; |
17 | 17 | 63F661681F9B88440043ABCF /* LevelTranslatorTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63F661671F9B88440043ABCF /* LevelTranslatorTest.swift */; }; |
| 18 | + A1B2C3D424FA000100000001 /* JustPlayServiceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000011 /* JustPlayServiceTest.swift */; }; |
| 19 | + A1B2C3D424FA000100000002 /* LevelServiceImplUnlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000012 /* LevelServiceImplUnlockingTest.swift */; }; |
| 20 | + A1B2C3D424FA000100000003 /* JustPlayHighscorePersistenceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FA000100000013 /* JustPlayHighscorePersistenceTest.swift */; }; |
| 21 | + A1B2C3D424FB000100000001 /* GameServiceImplTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FB000100000011 /* GameServiceImplTest.swift */; }; |
| 22 | + A1B2C3D424FB000100000002 /* StarCalculatorTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D424FB000100000012 /* StarCalculatorTest.swift */; }; |
18 | 23 | 64182B122082604300CF639A /* TileSpriteNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64182B112082604300CF639A /* TileSpriteNode.swift */; }; |
19 | 24 | 64182B142084BC7C00CF639A /* GameFieldNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64182B132084BC7C00CF639A /* GameFieldNode.swift */; }; |
20 | 25 | 64182B16208771A600CF639A /* SpriteButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64182B15208771A600CF639A /* SpriteButton.swift */; }; |
|
139 | 144 | 63F6615D1F9B41B30043ABCF /* LevelTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LevelTest.swift; sourceTree = "<group>"; }; |
140 | 145 | 63F661601F9B48250043ABCF /* GameFieldServiceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameFieldServiceTest.swift; sourceTree = "<group>"; }; |
141 | 146 | 63F661671F9B88440043ABCF /* LevelTranslatorTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LevelTranslatorTest.swift; sourceTree = "<group>"; }; |
| 147 | + A1B2C3D424FA000100000011 /* JustPlayServiceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustPlayServiceTest.swift; sourceTree = "<group>"; }; |
| 148 | + A1B2C3D424FA000100000012 /* LevelServiceImplUnlockingTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = helper/LevelServiceImplUnlockingTest.swift; sourceTree = "<group>"; }; |
| 149 | + A1B2C3D424FA000100000013 /* JustPlayHighscorePersistenceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = database/JustPlayHighscorePersistenceTest.swift; sourceTree = "<group>"; }; |
| 150 | + A1B2C3D424FB000100000011 /* GameServiceImplTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameServiceImplTest.swift; sourceTree = "<group>"; }; |
| 151 | + A1B2C3D424FB000100000012 /* StarCalculatorTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StarCalculatorTest.swift; sourceTree = "<group>"; }; |
142 | 152 | 64182B112082604300CF639A /* TileSpriteNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileSpriteNode.swift; sourceTree = "<group>"; }; |
143 | 153 | 64182B132084BC7C00CF639A /* GameFieldNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameFieldNode.swift; sourceTree = "<group>"; }; |
144 | 154 | 64182B15208771A600CF639A /* SpriteButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpriteButton.swift; sourceTree = "<group>"; }; |
|
263 | 273 | isa = PBXGroup; |
264 | 274 | children = ( |
265 | 275 | 63F6615F1F9B48000043ABCF /* model */, |
| 276 | + A1B2C3D424FA000100000012 /* LevelServiceImplUnlockingTest.swift */, |
| 277 | + A1B2C3D424FA000100000013 /* JustPlayHighscorePersistenceTest.swift */, |
266 | 278 | 63F6613F1F9B346E0043ABCF /* Info.plist */, |
267 | 279 | 63F6615D1F9B41B30043ABCF /* LevelTest.swift */, |
268 | 280 | ); |
|
323 | 335 | 63F6616E1F9BA61D0043ABCF /* game */ = { |
324 | 336 | isa = PBXGroup; |
325 | 337 | children = ( |
| 338 | + A1B2C3D424FB000100000011 /* GameServiceImplTest.swift */, |
326 | 339 | 63F661601F9B48250043ABCF /* GameFieldServiceTest.swift */, |
| 340 | + A1B2C3D424FA000100000011 /* JustPlayServiceTest.swift */, |
327 | 341 | 63F661671F9B88440043ABCF /* LevelTranslatorTest.swift */, |
| 342 | + A1B2C3D424FB000100000012 /* StarCalculatorTest.swift */, |
328 | 343 | 64CA8A6B1FA7C605009BDBC2 /* FileHandlerTest.swift */, |
329 | 344 | ); |
330 | 345 | path = game; |
|
582 | 597 | 64182B1A208DCE0A00CF639A /* LevelModeGameScene.swift in Sources */, |
583 | 598 | 642E2B43213D257C002669E5 /* LevelButtonPositioner.swift in Sources */, |
584 | 599 | 63F661611F9B48250043ABCF /* GameFieldServiceTest.swift in Sources */, |
| 600 | + A1B2C3D424FB000100000001 /* GameServiceImplTest.swift in Sources */, |
585 | 601 | 646902C9207F6B7600283F71 /* PathState.swift in Sources */, |
586 | 602 | 63F6615E1F9B41B30043ABCF /* LevelTest.swift in Sources */, |
| 603 | + A1B2C3D424FA000100000001 /* JustPlayServiceTest.swift in Sources */, |
| 604 | + A1B2C3D424FA000100000002 /* LevelServiceImplUnlockingTest.swift in Sources */, |
| 605 | + A1B2C3D424FA000100000003 /* JustPlayHighscorePersistenceTest.swift in Sources */, |
| 606 | + A1B2C3D424FB000100000002 /* StarCalculatorTest.swift in Sources */, |
587 | 607 | 642EE5C3224254CF00680612 /* IPadProportionSet.swift in Sources */, |
588 | 608 | 646902D0207F6B7D00283F71 /* LevelTranslator.swift in Sources */, |
589 | 609 | 64AD42AE213FC45400B5A3FC /* StoryServiceImpl.swift in Sources */, |
|
0 commit comments