Skip to content

Commit

Permalink
Initial Project Setup (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Feb 3, 2023
1 parent b3975aa commit 2d8d895
Show file tree
Hide file tree
Showing 118 changed files with 385 additions and 526 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#
# This source file is part of the Stanford CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
# SPDX-License-Identifier: MIT
#

*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .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 CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down
4 changes: 2 additions & 2 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 CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
xcode: true
xcode_archive_path: TemplateApplication.xcresult
xcode_archive_path: PAWS.xcresult
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand All @@ -10,7 +10,7 @@
*.xcodeproj
.swiftpm
.build/
!TemplateApplication.xcodeproj
!PAWS.xcodeproj

# IDE related folders
.idea
Expand All @@ -28,4 +28,4 @@ xcuserdata/
# Tests
report.junit
report.html
TemplateApplication.xcresult
PAWS.xcresult
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 CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down
7 changes: 3 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 CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand All @@ -18,6 +18,5 @@ authors:
- family-names: "Aalami"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0002-7799-2429"
title: "CardinalKit Template Application"
doi: doi.org/10.5281/zenodo.7600783
url: "https://github.com/StanfordBDHG/CardinalKitTemplateApplication"
title: "CS342 2023 PAWS Team Application"
url: "https://github.com/CS342/2023-PAWS"
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 CardinalKit Template Application project
This source file is part of the CS342 2023 PAWS Team Application project
SPDX-FileCopyrightText: 2023 Stanford University
SPDX-License-Identifier: MIT
-->

Template Application Contributors
CS342 2023 PAWS Team Application Contributors
=================================

* [Paul Schmiedmayer](https://github.com/PSchmiedmayer)
3 changes: 0 additions & 3 deletions Figures/TemplateContacts/Contacts.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateContacts/Contacts.png.license

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateOnboardingFlow/Consent.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateOnboardingFlow/Consent.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateOnboardingFlow/HealthKitAccess.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateOnboardingFlow/HealthKitAccess.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateOnboardingFlow/InterestingModules.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateOnboardingFlow/InterestingModules.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateOnboardingFlow/Welcome.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateOnboardingFlow/Welcome.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateSchedule/Questionnaire.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateSchedule/Questionnaire.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateSchedule/QuestionnaireFinished.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateSchedule/QuestionnaireFinished.png.license

This file was deleted.

3 changes: 0 additions & 3 deletions Figures/TemplateSchedule/Scheduler.png

This file was deleted.

6 changes: 0 additions & 6 deletions Figures/TemplateSchedule/Scheduler.png.license

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This source file is part of the Stanford CardinalKit Template Application project
# This source file is part of the CS342 2023 PAWS Team Application project
#
# SPDX-FileCopyrightText: 2023 Stanford University
#
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock.license
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

This source file is part of the Stanford CardinalKit Template Application project
This source file is part of the CS342 2023 PAWS Team Application project

SPDX-FileCopyrightText: 2023 Stanford University

Expand Down
Loading

0 comments on commit 2d8d895

Please sign in to comment.