|
98 | 98 | 6798AA59280AF4B100DB76F1 /* SportsGroundsMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA58280AF4B100DB76F1 /* SportsGroundsMapView.swift */; }; |
99 | 99 | 6798AA5B280AF4C700DB76F1 /* ProfileScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA5A280AF4C700DB76F1 /* ProfileScreen.swift */; }; |
100 | 100 | 6798AA5D280AF5E500DB76F1 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA5C280AF5E500DB76F1 /* Constants.swift */; }; |
101 | | - 6798AA64280B1F0900DB76F1 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA63280B1F0900DB76F1 /* WelcomeView.swift */; }; |
102 | 101 | 6798AA66280B232F00DB76F1 /* IncognitoProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA65280B232F00DB76F1 /* IncognitoProfileView.swift */; }; |
103 | 102 | 6798AA68280B23B700DB76F1 /* UserDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA67280B23B700DB76F1 /* UserDetailsView.swift */; }; |
104 | | - 6798AA70280B42BC00DB76F1 /* IncognitoButtonLabelModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA6F280B42BC00DB76F1 /* IncognitoButtonLabelModifier.swift */; }; |
105 | 103 | 6798AA73280B43FE00DB76F1 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6798AA72280B43FE00DB76F1 /* LoginView.swift */; }; |
106 | 104 | 6798AA79280BE8E200DB76F1 /* countries.json in Resources */ = {isa = PBXBuildFile; fileRef = 6798AA75280BE8E200DB76F1 /* countries.json */; }; |
107 | 105 | 6798AA7B280BE8E200DB76F1 /* oldSportsGrounds.json in Resources */ = {isa = PBXBuildFile; fileRef = 6798AA77280BE8E200DB76F1 /* oldSportsGrounds.json */; }; |
|
248 | 246 | 6798AA58280AF4B100DB76F1 /* SportsGroundsMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SportsGroundsMapView.swift; sourceTree = "<group>"; }; |
249 | 247 | 6798AA5A280AF4C700DB76F1 /* ProfileScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileScreen.swift; sourceTree = "<group>"; }; |
250 | 248 | 6798AA5C280AF5E500DB76F1 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
251 | | - 6798AA63280B1F0900DB76F1 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; |
252 | 249 | 6798AA65280B232F00DB76F1 /* IncognitoProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IncognitoProfileView.swift; sourceTree = "<group>"; }; |
253 | 250 | 6798AA67280B23B700DB76F1 /* UserDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDetailsView.swift; sourceTree = "<group>"; }; |
254 | | - 6798AA6F280B42BC00DB76F1 /* IncognitoButtonLabelModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IncognitoButtonLabelModifier.swift; sourceTree = "<group>"; }; |
255 | 251 | 6798AA72280B43FE00DB76F1 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; }; |
256 | 252 | 6798AA75280BE8E200DB76F1 /* countries.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = countries.json; sourceTree = "<group>"; }; |
257 | 253 | 6798AA77280BE8E200DB76F1 /* oldSportsGrounds.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = oldSportsGrounds.json; sourceTree = "<group>"; }; |
|
328 | 324 | path = Settings; |
329 | 325 | sourceTree = "<group>"; |
330 | 326 | }; |
| 327 | + 67138D7E2972EF6F00BBF450 /* Login */ = { |
| 328 | + isa = PBXGroup; |
| 329 | + children = ( |
| 330 | + 6798AA72280B43FE00DB76F1 /* LoginView.swift */, |
| 331 | + 67B7870F281D6110008B104F /* LoginViewModel.swift */, |
| 332 | + ); |
| 333 | + path = Login; |
| 334 | + sourceTree = "<group>"; |
| 335 | + }; |
| 336 | + 67138D7F2972EF7F00BBF450 /* ChangePassword */ = { |
| 337 | + isa = PBXGroup; |
| 338 | + children = ( |
| 339 | + 6747575528113419002F0A24 /* ChangePasswordView.swift */, |
| 340 | + 67B78717281D8792008B104F /* ChangePasswordViewModel.swift */, |
| 341 | + ); |
| 342 | + path = ChangePassword; |
| 343 | + sourceTree = "<group>"; |
| 344 | + }; |
331 | 345 | 671D7DED28210D820068E728 /* Events */ = { |
332 | 346 | isa = PBXGroup; |
333 | 347 | children = ( |
|
380 | 394 | 67419AD8282E8E9E004F5339 /* Settings */ = { |
381 | 395 | isa = PBXGroup; |
382 | 396 | children = ( |
| 397 | + 67138D7F2972EF7F00BBF450 /* ChangePassword */, |
| 398 | + 6770A8352834D7B50006B672 /* AccountInfo */, |
| 399 | + 67138D7E2972EF6F00BBF450 /* Login */, |
383 | 400 | 670CA19D280E8F09003914A3 /* ProfileSettingsView.swift */, |
384 | 401 | 67B78719281D88CB008B104F /* ProfileSettingsViewModel.swift */, |
385 | | - 6747575528113419002F0A24 /* ChangePasswordView.swift */, |
386 | | - 67B78717281D8792008B104F /* ChangePasswordViewModel.swift */, |
387 | 402 | ); |
388 | 403 | path = Settings; |
389 | 404 | sourceTree = "<group>"; |
|
524 | 539 | path = Map; |
525 | 540 | sourceTree = "<group>"; |
526 | 541 | }; |
527 | | - 6770A8352834D7B50006B672 /* Account */ = { |
| 542 | + 6770A8352834D7B50006B672 /* AccountInfo */ = { |
528 | 543 | isa = PBXGroup; |
529 | 544 | children = ( |
530 | | - 6798AA83280C0F7D00DB76F1 /* AccountInfoView.swift */, |
531 | | - 67B78713281D74F3008B104F /* AccountInfoViewModel.swift */, |
532 | 545 | 6798AA8B280C390F00DB76F1 /* CountriesView.swift */, |
533 | 546 | 6798AA8D280C3CCB00DB76F1 /* CitiesView.swift */, |
| 547 | + 6798AA83280C0F7D00DB76F1 /* AccountInfoView.swift */, |
| 548 | + 67B78713281D74F3008B104F /* AccountInfoViewModel.swift */, |
534 | 549 | ); |
535 | | - path = Account; |
| 550 | + path = AccountInfo; |
536 | 551 | sourceTree = "<group>"; |
537 | 552 | }; |
538 | 553 | 67891E34283E93ED00B10802 /* Form */ = { |
|
590 | 605 | isa = PBXGroup; |
591 | 606 | children = ( |
592 | 607 | 67419AD6282E8E84004F5339 /* Root */, |
593 | | - 6798AA82280BF52600DB76F1 /* Welcome */, |
594 | 608 | 67475757281285E5002F0A24 /* SportsGrounds */, |
595 | 609 | 671D7DED28210D820068E728 /* Events */, |
596 | 610 | 67419AD5282E8E7C004F5339 /* Messages */, |
|
706 | 720 | path = Common; |
707 | 721 | sourceTree = "<group>"; |
708 | 722 | }; |
709 | | - 6798AA82280BF52600DB76F1 /* Welcome */ = { |
710 | | - isa = PBXGroup; |
711 | | - children = ( |
712 | | - 6770A8352834D7B50006B672 /* Account */, |
713 | | - 6798AA63280B1F0900DB76F1 /* WelcomeView.swift */, |
714 | | - 6798AA72280B43FE00DB76F1 /* LoginView.swift */, |
715 | | - 67B7870F281D6110008B104F /* LoginViewModel.swift */, |
716 | | - ); |
717 | | - path = Welcome; |
718 | | - sourceTree = "<group>"; |
719 | | - }; |
720 | 723 | 679F3AF72968029900BB3590 /* SportsGroundLocation */ = { |
721 | 724 | isa = PBXGroup; |
722 | 725 | children = ( |
|
747 | 750 | 679F3B0A2969DF3E00BB3590 /* IncognitoButtons */ = { |
748 | 751 | isa = PBXGroup; |
749 | 752 | children = ( |
750 | | - 6798AA6F280B42BC00DB76F1 /* IncognitoButtonLabelModifier.swift */, |
751 | 753 | 679F3B062969D4E200BB3590 /* IncognitoUserButton.swift */, |
752 | 754 | 67138D7C2972E86C00BBF450 /* IncognitoNavbarInfoButton.swift */, |
753 | 755 | ); |
|
936 | 938 | 6798AA4E280AF32A00DB76F1 /* SportsGround.swift in Sources */, |
937 | 939 | 67419AD3282E7F84004F5339 /* RoundedDefaultImage.swift in Sources */, |
938 | 940 | 672F2BE72832CD2A0000A193 /* EventViewCell.swift in Sources */, |
939 | | - 6798AA70280B42BC00DB76F1 /* IncognitoButtonLabelModifier.swift in Sources */, |
940 | 941 | 67FBF64B283379D9008A7968 /* EventsListViewModel.swift in Sources */, |
941 | 942 | 67BAF3F428361BC400DB40D9 /* PhotoSectionView.swift in Sources */, |
942 | 943 | 67BAF3F82836245100DB40D9 /* Comments.swift in Sources */, |
|
994 | 995 | 6758B92C281D9283001D83D8 /* EventFormViewModel.swift in Sources */, |
995 | 996 | 6705E7F2283B880A00DABCC8 /* JournalSettingsViewModel.swift in Sources */, |
996 | 997 | 675A37152854B11300DAE071 /* Gender.swift in Sources */, |
997 | | - 6798AA64280B1F0900DB76F1 /* WelcomeView.swift in Sources */, |
998 | 998 | 67891E36283E945100B10802 /* SportsGroundFormViewModel.swift in Sources */, |
999 | 999 | 67FBF64F28338A2E008A7968 /* EventDetailsView.swift in Sources */, |
1000 | 1000 | 67891E3A283EB15300B10802 /* SportsGroundResult.swift in Sources */, |
|
0 commit comments