|
165 | 165 | A4E711AC2B58F7C000C9DE08 /* HandRailForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AB2B58F7C000C9DE08 /* HandRailForm.swift */; }; |
166 | 166 | A4E711AE2B59004700C9DE08 /* StepsIncline.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AD2B59004700C9DE08 /* StepsIncline.swift */; }; |
167 | 167 | A4E711B02B59011000C9DE08 /* StepsInclineForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711AF2B59011000C9DE08 /* StepsInclineForm.swift */; }; |
| 168 | + B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */; }; |
| 169 | + B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */; }; |
168 | 170 | FA5853C12B21F17F00301CDA /* OnboardingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5853C02B21F17F00301CDA /* OnboardingView.swift */; }; |
169 | 171 | FA87A8102B68142F000A6BEA /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA87A80F2B68142F000A6BEA /* LoadingView.swift */; }; |
170 | 172 | FA87A8132B6AC019000A6BEA /* StepsRampTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA87A8112B6AC019000A6BEA /* StepsRampTests.swift */; }; |
|
425 | 427 | A4E711AD2B59004700C9DE08 /* StepsIncline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StepsIncline.swift; sourceTree = "<group>"; }; |
426 | 428 | A4E711AF2B59011000C9DE08 /* StepsInclineForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StepsInclineForm.swift; sourceTree = "<group>"; }; |
427 | 429 | 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>"; }; |
| 430 | + B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; |
| 431 | + B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewVM.swift; sourceTree = "<group>"; }; |
428 | 432 | 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>"; }; |
429 | 433 | 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>"; }; |
430 | 434 | 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>"; }; |
|
585 | 589 | children = ( |
586 | 590 | FA87A80E2B681416000A6BEA /* Utils */, |
587 | 591 | 970D5BD02B62B61300C20BE7 /* MapViewController.swift */, |
| 592 | + B0CBEA902B88980A00C430F3 /* Profile */, |
588 | 593 | 971575152B5FFD5F0044797C /* Map */, |
589 | 594 | 973FC0152B4D562200878269 /* CustomComponents */, |
590 | 595 | 973FBFFF2B46CD4100878269 /* QuestsList */, |
|
1077 | 1082 | path = StepsIncline; |
1078 | 1083 | sourceTree = "<group>"; |
1079 | 1084 | }; |
| 1085 | + B0CBEA902B88980A00C430F3 /* Profile */ = { |
| 1086 | + isa = PBXGroup; |
| 1087 | + children = ( |
| 1088 | + B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */, |
| 1089 | + B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */, |
| 1090 | + ); |
| 1091 | + path = Profile; |
| 1092 | + sourceTree = "<group>"; |
| 1093 | + }; |
1080 | 1094 | FA5853BF2B21E3E000301CDA /* Onboarding */ = { |
1081 | 1095 | isa = PBXGroup; |
1082 | 1096 | children = ( |
|
1719 | 1733 | 973FC04C2B5A5F5F00878269 /* RadioItem.swift in Sources */, |
1720 | 1734 | A495DF2D2B6A190400478E44 /* CustomMapView.swift in Sources */, |
1721 | 1735 | 05DBBB662B17209600B6F110 /* RealmOPMeta.swift in Sources */, |
| 1736 | + B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */, |
1722 | 1737 | 0536DD942B0BD59900B04C4B /* OAuthError.swift in Sources */, |
1723 | 1738 | 973FC0172B4D567900878269 /* WidthView.swift in Sources */, |
1724 | 1739 | 97AC1C082B6A45C9004F0BF4 /* SideWalkValidationForm.swift in Sources */, |
|
1734 | 1749 | A4E711AC2B58F7C000C9DE08 /* HandRailForm.swift in Sources */, |
1735 | 1750 | A4E711A62B57BBCA00C9DE08 /* QuestProtocols.swift in Sources */, |
1736 | 1751 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */, |
| 1752 | + B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */, |
1737 | 1753 | FAF44FBD2B3084EC004FE664 /* OnboardingView1.swift in Sources */, |
1738 | 1754 | 973FC01D2B4FEE1B00878269 /* YesNoView.swift in Sources */, |
1739 | 1755 | ); |
|
0 commit comments