|
157 | 157 | A4E711AC2B58F7C000C9DE08 /* HandRailForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AB2B58F7C000C9DE08 /* HandRailForm.swift */; }; |
158 | 158 | A4E711AE2B59004700C9DE08 /* StepsIncline.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AD2B59004700C9DE08 /* StepsIncline.swift */; }; |
159 | 159 | A4E711B02B59011000C9DE08 /* StepsInclineForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AF2B59011000C9DE08 /* StepsInclineForm.swift */; }; |
| 160 | + B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */; }; |
| 161 | + B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */; }; |
160 | 162 | FA5853C12B21F17F00301CDA /* OnboardingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5853C02B21F17F00301CDA /* OnboardingView.swift */; }; |
161 | 163 | FA87A8102B68142F000A6BEA /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA87A80F2B68142F000A6BEA /* LoadingView.swift */; }; |
162 | 164 | FA87A8132B6AC019000A6BEA /* StepsRampTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA87A8112B6AC019000A6BEA /* StepsRampTests.swift */; }; |
|
409 | 411 | A4E711AD2B59004700C9DE08 /* StepsIncline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StepsIncline.swift; sourceTree = "<group>"; }; |
410 | 412 | A4E711AF2B59011000C9DE08 /* StepsInclineForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StepsInclineForm.swift; sourceTree = "<group>"; }; |
411 | 413 | AE61EC473200AFDA81C2110A /* Pods-GoInfoGame-GoInfoGameUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGame-GoInfoGameUITests.release.xcconfig"; path = "Target Support Files/Pods-GoInfoGame-GoInfoGameUITests/Pods-GoInfoGame-GoInfoGameUITests.release.xcconfig"; sourceTree = "<group>"; }; |
| 414 | + B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; |
| 415 | + B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewVM.swift; sourceTree = "<group>"; }; |
412 | 416 | C96303080D26026265099E0E /* Pods-GoInfoGame.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGame.release.xcconfig"; path = "Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame.release.xcconfig"; sourceTree = "<group>"; }; |
413 | 417 | D76D8E22AC705A38AFEA78B1 /* Pods-GoInfoGame-GoInfoGameUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGame-GoInfoGameUITests.debug.xcconfig"; path = "Target Support Files/Pods-GoInfoGame-GoInfoGameUITests/Pods-GoInfoGame-GoInfoGameUITests.debug.xcconfig"; sourceTree = "<group>"; }; |
414 | 418 | F008D431593E568E75C48C84 /* Pods-GoInfoGame.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGame.debug.xcconfig"; path = "Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame.debug.xcconfig"; sourceTree = "<group>"; }; |
|
569 | 573 | children = ( |
570 | 574 | FA87A80E2B681416000A6BEA /* Utils */, |
571 | 575 | 970D5BD02B62B61300C20BE7 /* MapViewController.swift */, |
| 576 | + B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */, |
| 577 | + B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */, |
572 | 578 | 971575152B5FFD5F0044797C /* Map */, |
573 | 579 | 973FC0152B4D562200878269 /* CustomComponents */, |
574 | 580 | 973FBFFF2B46CD4100878269 /* QuestsList */, |
|
1663 | 1669 | 973FC04C2B5A5F5F00878269 /* RadioItem.swift in Sources */, |
1664 | 1670 | A495DF2D2B6A190400478E44 /* CustomMapView.swift in Sources */, |
1665 | 1671 | 05DBBB662B17209600B6F110 /* RealmOPMeta.swift in Sources */, |
| 1672 | + B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */, |
1666 | 1673 | 0536DD942B0BD59900B04C4B /* OAuthError.swift in Sources */, |
1667 | 1674 | 973FC0172B4D567900878269 /* WidthView.swift in Sources */, |
1668 | 1675 | 97AC1C082B6A45C9004F0BF4 /* SideWalkValidationForm.swift in Sources */, |
|
1678 | 1685 | A4E711AC2B58F7C000C9DE08 /* HandRailForm.swift in Sources */, |
1679 | 1686 | A4E711A62B57BBCA00C9DE08 /* QuestProtocols.swift in Sources */, |
1680 | 1687 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */, |
| 1688 | + B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */, |
1681 | 1689 | FAF44FBD2B3084EC004FE664 /* OnboardingView1.swift in Sources */, |
1682 | 1690 | 973FC01D2B4FEE1B00878269 /* YesNoView.swift in Sources */, |
1683 | 1691 | ); |
|
0 commit comments