Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates name to MyHeartCounts #1

Merged
merged 2 commits into from
Oct 10, 2024
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: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "stanfordspezitemplateapp"
"default": "myheartcounts"
}
}
2 changes: 1 addition & 1 deletion .firebaserc.license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This source file is part of the Stanford Spezi Template Application open-source project
This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
contents: read
with:
googleserviceinfoplistpath: 'TemplateApplication/Supporting Files/GoogleService-Info.plist'
googleserviceinfoplistpath: 'MyHeartCounts/Supporting Files/GoogleService-Info.plist'
setupsigning: true
fastlanelane: beta
secrets: inherit
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
permissions:
contents: read
with:
artifactname: TemplateApplication.xcresult
artifactname: MyHeartCounts.xcresult
runsonlabels: '["macOS", "self-hosted"]'
setupfirebaseemulator: true
customcommand: "firebase emulators:exec 'fastlane test'"
Expand All @@ -63,6 +63,6 @@ jobs:
permissions:
contents: read
with:
coveragereports: TemplateApplication.xcresult
coveragereports: MyHeartCounts.xcresult
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
32 changes: 0 additions & 32 deletions .github/workflows/documentation-deployment.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/monthly-markdown-link-check.yml.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand All @@ -12,7 +12,7 @@
.derivedData
.build
.docs
!TemplateApplication.xcodeproj
!MyHeartCounts.xcodeproj

# IDE related folders
.idea
Expand All @@ -30,7 +30,7 @@ xcuserdata/
# Tests
report.junit
report.html
TemplateApplication.xcresult
MyHeartCounts.xcresult

# Logs
logs
Expand All @@ -45,4 +45,4 @@ firebase-debug.*.log*
.firebase/

# Swift Package List
TemplateApplication/package-list.json
MyHeartCounts/package-list.json
12 changes: 6 additions & 6 deletions .periphery.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
# SPDX-License-Identifier: MIT
#

project: TemplateApplication.xcodeproj
project: MyHeartCounts.xcodeproj
schemes:
- TemplateApplication
- MyHeartCounts
targets:
- TemplateApplication
- TemplateApplicationTests
- TemplateApplicationUITests
- MyHeartCounts
- MyHeartCountsTests
- MyHeartCountsUITests
4 changes: 2 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: TemplateApplication.xcodeproj/*
Files: MyHeartCounts.xcodeproj/*
Copyright: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
License: MIT
Comment: All Xcode Project Configuration Files are part of the Stanford Spezi Template Application open-source project.
Comment: All Xcode Project Configuration Files are part of the MyHeartCounts based on the Stanford Spezi Template Application project.
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down
6 changes: 2 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford Spezi Template Application open-source project
# This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down Expand Up @@ -27,6 +27,4 @@ authors:
- family-names: "Aalami"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0002-7799-2429"
title: "Spezi Template Application"
doi: doi.org/10.5281/zenodo.7600783
url: "https://github.com/StanfordSpezi/SpeziTemplateApplication"
title: "MyHeartCounts"
4 changes: 2 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!--
This source file is part of the Stanford Spezi Template Application open-source project
This source file is part of the MyHeartCounts based on the Stanford Spezi Template Application project
SPDX-FileCopyrightText: 2023 Stanford University
SPDX-License-Identifier: MIT
-->

Template Application Contributors
MyHeartCounts Contributors
=================================

* [Paul Schmiedmayer](https://github.com/PSchmiedmayer)
Expand Down
Loading
Loading