Skip to content

Commit

Permalink
Merge pull request #48 from techstartucalgary/frontend-swift
Browse files Browse the repository at this point in the history
Frontend swift
  • Loading branch information
ParsaKargari authored Jan 24, 2024
2 parents 6d43499 + bb11086 commit ca39b85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Rethread/Rethread.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@
9897C7712B3E6BF600EDE9D9 /* Components */,
98F525CC2B46A8E900CCAD78 /* VideoPlayer */,
7C9AA2CC2B0EC02600EF6F36 /* Models */,
98EA47322B605E5200AA2E8F /* Core */,
98AE7AB82B1FAADB0029C2F7 /* OnboardingView.swift */,
98A183852B38273B001E324A /* MainView.swift */,
98A183872B383C0B001E324A /* SignInView.swift */,
988A0F942B3BFB4C00ACDC90 /* SignUpView.swift */,
98A183892B383C47001E324A /* VerificationView.swift */,
9868A7D92B1FADA70063D9BA /* QuestionView.swift */,
9868A7D72B1FAD280063D9BA /* WelcomeView.swift */,
7C3A04B42B0AD9DF00E36883 /* OnboardingApp.swift */,
983286B82B05698F00851B19 /* Assets.xcassets */,
983286BA2B05698F00851B19 /* Preview Content */,
);
Expand Down Expand Up @@ -199,6 +199,14 @@
path = Components;
sourceTree = "<group>";
};
98EA47322B605E5200AA2E8F /* Core */ = {
isa = PBXGroup;
children = (
7C3A04B42B0AD9DF00E36883 /* OnboardingApp.swift */,
);
path = Core;
sourceTree = "<group>";
};
98F525CC2B46A8E900CCAD78 /* VideoPlayer */ = {
isa = PBXGroup;
children = (
Expand Down
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion Rethread/Rethread/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ struct MainView: View {
.edgesIgnoringSafeArea(.top)
}, alignment: .top
)

}
}

Expand Down

0 comments on commit ca39b85

Please sign in to comment.