Skip to content

Commit

Permalink
Remove filler views and source code
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent 0d50ae0 commit 5f7cefc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 121 deletions.
36 changes: 0 additions & 36 deletions ENGAGEHF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
2FE5DCB129EE6107004B9AB4 /* AccountOnboarding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FE5DCAC29EE6107004B9AB4 /* AccountOnboarding.swift */; };
2FF53D8B2A8725DE00042B76 /* SpeziMockWebService in Frameworks */ = {isa = PBXBuildFile; productRef = 2FF53D8A2A8725DE00042B76 /* SpeziMockWebService */; };
2FF53D8D2A8729D600042B76 /* ENGAGEHFStandard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF53D8C2A8729D600042B76 /* ENGAGEHFStandard.swift */; };
4DB025BD2BBDE9F7002D2545 /* HeartHealthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025BC2BBDE9F7002D2545 /* HeartHealthView.swift */; };
4DB025BF2BBDEA03002D2545 /* EducationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025BE2BBDEA03002D2545 /* EducationView.swift */; };
4DB025C12BBDEA0B002D2545 /* MedicationsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025C02BBDEA0B002D2545 /* MedicationsView.swift */; };
4DB025CA2BBE3A59002D2545 /* HomeViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025C92BBE3A59002D2545 /* HomeViewUITests.swift */; };
4DB025D52BBF2E08002D2545 /* Dashboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025D42BBF2E08002D2545 /* Dashboard.swift */; };
4DB025D82BBF2EEC002D2545 /* Greeting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB025D72BBF2EEC002D2545 /* Greeting.swift */; };
Expand Down Expand Up @@ -130,9 +127,6 @@
2FE5DC5529EDD811004B9AB4 /* SocialSupportQuestionnaire.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = SocialSupportQuestionnaire.json; sourceTree = "<group>"; };
2FE5DCAC29EE6107004B9AB4 /* AccountOnboarding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountOnboarding.swift; sourceTree = "<group>"; };
2FF53D8C2A8729D600042B76 /* ENGAGEHFStandard.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENGAGEHFStandard.swift; sourceTree = "<group>"; };
4DB025BC2BBDE9F7002D2545 /* HeartHealthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeartHealthView.swift; sourceTree = "<group>"; };
4DB025BE2BBDEA03002D2545 /* EducationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EducationView.swift; sourceTree = "<group>"; };
4DB025C02BBDEA0B002D2545 /* MedicationsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MedicationsView.swift; sourceTree = "<group>"; };
4DB025C92BBE3A59002D2545 /* HomeViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewUITests.swift; sourceTree = "<group>"; };
4DB025D42BBF2E08002D2545 /* Dashboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dashboard.swift; sourceTree = "<group>"; };
4DB025D72BBF2EEC002D2545 /* Greeting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Greeting.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -294,30 +288,6 @@
path = Dashboard;
sourceTree = "<group>";
};
4DB025B92BBDE9CB002D2545 /* HeartHealth */ = {
isa = PBXGroup;
children = (
4DB025BC2BBDE9F7002D2545 /* HeartHealthView.swift */,
);
path = HeartHealth;
sourceTree = "<group>";
};
4DB025BA2BBDE9DA002D2545 /* Medications */ = {
isa = PBXGroup;
children = (
4DB025C02BBDEA0B002D2545 /* MedicationsView.swift */,
);
path = Medications;
sourceTree = "<group>";
};
4DB025BB2BBDE9E2002D2545 /* Education */ = {
isa = PBXGroup;
children = (
4DB025BE2BBDEA03002D2545 /* EducationView.swift */,
);
path = Education;
sourceTree = "<group>";
};
653A2544283387FE005D4D48 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -349,9 +319,6 @@
2F4E23822989D51F0013F3D9 /* ENGAGEHFTestingSetup.swift */,
2FC975A72978F11A00BA99FE /* Home.swift */,
4DB025B52BBDE8EC002D2545 /* Dashboard */,
4DB025B92BBDE9CB002D2545 /* HeartHealth */,
4DB025BB2BBDE9E2002D2545 /* Education */,
4DB025BA2BBDE9DA002D2545 /* Medications */,
A9720E412ABB68B300872D23 /* Account */,
2FE5DC2829EDD398004B9AB4 /* Onboarding */,
2FE5DC3B29EDD7D0004B9AB4 /* Schedule */,
Expand Down Expand Up @@ -590,10 +557,8 @@
2FE5DC4129EDD7EE004B9AB4 /* StorageKeys.swift in Sources */,
2FE5DCB129EE6107004B9AB4 /* AccountOnboarding.swift in Sources */,
2F4FC8D729EE69D300BFFE26 /* MockUpload.swift in Sources */,
4DB025C12BBDEA0B002D2545 /* MedicationsView.swift in Sources */,
2FE5DC3A29EDD7CA004B9AB4 /* Welcome.swift in Sources */,
2FE5DC3829EDD7CA004B9AB4 /* InterestingModules.swift in Sources */,
4DB025BF2BBDEA03002D2545 /* EducationView.swift in Sources */,
2FE5DC3529EDD7CA004B9AB4 /* Consent.swift in Sources */,
2FE5DC4529EDD7F2004B9AB4 /* Binding+Negate.swift in Sources */,
2FC975A82978F11A00BA99FE /* Home.swift in Sources */,
Expand All @@ -603,7 +568,6 @@
2FE5DC3729EDD7CA004B9AB4 /* OnboardingFlow.swift in Sources */,
2FF53D8D2A8729D600042B76 /* ENGAGEHFStandard.swift in Sources */,
2FE5DC4729EDD7F2004B9AB4 /* CodableArray+RawRepresentable.swift in Sources */,
4DB025BD2BBDE9F7002D2545 /* HeartHealthView.swift in Sources */,
4DB025D82BBF2EEC002D2545 /* Greeting.swift in Sources */,
A9720E432ABB68CC00872D23 /* AccountSetupHeader.swift in Sources */,
2FE5DC4029EDD7EE004B9AB4 /* FeatureFlags.swift in Sources */,
Expand Down
20 changes: 0 additions & 20 deletions ENGAGEHF/Education/EducationView.swift

This file was deleted.

20 changes: 0 additions & 20 deletions ENGAGEHF/HeartHealth/HeartHealthView.swift

This file was deleted.

25 changes: 0 additions & 25 deletions ENGAGEHF/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import SwiftUI
struct HomeView: View {
enum Tabs: String {
case home
case heart
case medications
case education
case mockUpload
}

Expand All @@ -36,28 +33,6 @@ struct HomeView: View {
.tabItem {
Label("Home", systemImage: "house")
}
HeartHealth(presentingAccount: $presentingAccount)
.tag(Tabs.heart)
.tabItem {
Label("Heart Health", systemImage: "heart.square")
}
Medications(presentingAccount: $presentingAccount)
.tag(Tabs.medications)
.tabItem {
Label("Medications", systemImage: "pill")
}
Education(presentingAccount: $presentingAccount)
.tag(Tabs.education)
.tabItem {
Label("Education", systemImage: "book.pages")
}
if FeatureFlags.disableFirebase {
MockUpload(presentingAccount: $presentingAccount)
.tag(Tabs.mockUpload)
.tabItem {
Label("MOCK_WEB_SERVICE_TAB_TITLE", systemImage: "server.rack")
}
}
}
.accessibilityLabel(Text("Tab Bar"))
.sheet(isPresented: $presentingAccount) {
Expand Down
20 changes: 0 additions & 20 deletions ENGAGEHF/Medications/MedicationsView.swift

This file was deleted.

0 comments on commit 5f7cefc

Please sign in to comment.