From 19ecf62d95f1f054e5ddaf24711e6038b3ee32c0 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 11 Jan 2024 11:40:41 -0800 Subject: [PATCH 1/3] Update Links --- Scripts/TEMPLATEREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/TEMPLATEREADME.md b/Scripts/TEMPLATEREADME.md index 93f205ef..edf8df8e 100644 --- a/Scripts/TEMPLATEREADME.md +++ b/Scripts/TEMPLATEREADME.md @@ -11,7 +11,7 @@ SPDX-License-Identifier: MIT # Spezi Template Application This repository contains the Spezi Template Application. -The Spezi Template Application is using the [Spezi](https://github.com/StanfordSpezi/Spezi) ecosystem and builds on top of the [{{SSTA}}](https://github.com/StanfordSpezi/{{TA}}). +The Spezi Template Application is using the [Spezi](https://github.com/StanfordSpezi/Spezi) ecosystem and builds on top of the [{{SSTA}}](https://github.com/StanfordSpezi/Spezi{{TA}}). > [!NOTE]  > Do you want to learn more about the {{SSTA}} and how to use, extend, and modify this application? Check out the [{{SSTA}} documentation](https://stanfordspezi.github.io/Spezi{{TA}}) From 8bd8e02f056fe4929b26fa5a5bffd04c489e829b Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 11 Jan 2024 11:52:00 -0800 Subject: [PATCH 2/3] Update Script --- Scripts/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/create.sh b/Scripts/create.sh index 40ea6674..dd2a74e1 100644 --- a/Scripts/create.sh +++ b/Scripts/create.sh @@ -109,7 +109,7 @@ sed -i '' "s/${oldProvisioningProfileEscaped}/${provisioningProfileEscaped}/g" " # Firebase project name: firebaseProjectNameEscaped=$(sed 's:/:\\/:g' <<< "stanfordspezitemplateapp") -appNameLowerNoSpacesEscaped=$(sed 's:/:\\/:g' <<< "\"$appNameLowerNoSpaces\"") +appNameLowerNoSpacesEscaped=$(sed 's:/:\\/:g' <<< "$appNameLowerNoSpaces") sed -i '' "s/${firebaseProjectNameEscaped}/${appNameLowerNoSpacesEscaped}/g" ".firebaserc" sed -i '' "s/${firebaseProjectNameEscaped}/${appNameLowerNoSpacesEscaped}/g" "./TemplateApplication/Supporting Files/GoogleService-Info.plist" From 5f38307d6ed5d7e331be5d0cb78a54ea5a429d6f Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 11 Jan 2024 13:44:10 -0800 Subject: [PATCH 3/3] Remove Docs Setup --- Scripts/create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/create.sh b/Scripts/create.sh index dd2a74e1..c2d845d0 100644 --- a/Scripts/create.sh +++ b/Scripts/create.sh @@ -193,3 +193,4 @@ sed -i '' "s/${linkCheckDisabledEscaped}//g" "./README.md" rm -rf "./Scripts" +rm -f "./.github/workflows/documentation-deployment.yml"