Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/HeartCoach/iOS/Views/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,10 @@ struct OnboardingView: View {

// MARK: - Preview

#if DEBUG
#Preview("Onboarding Flow") {
OnboardingView()
.environmentObject(LocalStore.preview)
.environmentObject(HealthKitService.preview)
}
#endif
38 changes: 38 additions & 0 deletions apps/HeartCoach/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,44 @@ schemes:
archive:
config: Release

Thump Dev:
build:
targets:
Thump: all
ThumpCoreTests: [test]
ThumpUITests: [test]
run:
config: Debug
test:
config: Debug
gatherCoverageData: true
targets:
- ThumpCoreTests
- ThumpUITests
profile:
config: Release
analyze:
config: Debug
archive:
config: Release

Thump Prod:
build:
targets:
Thump: all
run:
config: Release
test:
config: Release
targets:
- ThumpCoreTests
profile:
config: Release
analyze:
config: Release
archive:
config: Release

ThumpWatch:
build:
targets:
Expand Down
Loading