Skip to content

Commit a1d0b4a

Browse files
Fix GitHub Action (#2)
# Fix GitHub Action ## ⚙️ Release Notes - Fix GitHub Action ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent 28cbb6b commit a1d0b4a

File tree

62 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+63
-63
lines changed

.firebaserc.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
22

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

55
SPDX-License-Identifier: MIT

.github/workflows/beta-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#
@@ -36,7 +36,7 @@ jobs:
3636
iosapptestflightdeployment:
3737
name: iOS App TestFlight Deployment
3838
needs: buildandtest
39-
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
39+
uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
4040
permissions:
4141
contents: read
4242
with:

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.github/workflows/monthly-markdown-link-check.yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the Stanford Spezi open source project
33
#
4-
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.periphery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22

33
Files: NeutroFeverGuard.xcodeproj/*
4-
Copyright: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
Copyright: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
License: MIT
66
Comment: All Xcode Project Configuration Files are part of the NeutroFeverGuard based on the Stanford Spezi Template Application project.

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion

LICENSE.md

Lines changed: 1 addition & 1 deletion

LICENSES/MIT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Stanford University
3+
Copyright (c) 2025 Stanford University
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

NeutroFeverGuard.xctestplan.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT

NeutroFeverGuard/Account/AccountButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Account/AccountSetupHeader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Account/AccountSheet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Contacts/Contacts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Firestore/FirebaseConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/NeutroFeverGuard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/NeutroFeverGuardDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/NeutroFeverGuardStandard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/NeutroFeverGuardTestingSetup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/AccountOnboarding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/Consent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/HealthKitPermissions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/InterestingModules.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/NotificationPermissions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/OnboardingFlow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Onboarding/Welcome.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33

4-
SPDX-FileCopyrightText: 2023 Stanford University
4+
SPDX-FileCopyrightText: 2025 Stanford University
55

66
SPDX-License-Identifier: MIT

NeutroFeverGuard/Schedule/Bundle+Questionnaire.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Schedule/EventView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Schedule/NeutroFeverGuardScheduler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/Schedule/ScheduleView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/SharedContext/FeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

NeutroFeverGuard/SharedContext/StorageKeys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// This source file is part of the NeutroFeverGuard based on the Stanford Spezi Template Application project
33
//
4-
// SPDX-FileCopyrightText: 2023 Stanford University
4+
// SPDX-FileCopyrightText: 2025 Stanford University
55
//
66
// SPDX-License-Identifier: MIT
77
//

0 commit comments

Comments
 (0)