From e9eb7a7ebf2a234d5ba89079c813aab29e39a531 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Wed, 10 Jan 2024 02:45:30 -0800 Subject: [PATCH] skipPackagePluginValidation --- .github/workflows/documentation-deployment.yml | 1 + .../Supporting Files/TemplateApplication.docc/Setup.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation-deployment.yml b/.github/workflows/documentation-deployment.yml index c2331dd..6cf5cd3 100644 --- a/.github/workflows/documentation-deployment.yml +++ b/.github/workflows/documentation-deployment.yml @@ -45,6 +45,7 @@ jobs: xcodebuild docbuild -scheme TemplateApplication \ -derivedDataPath .derivedData \ -destination 'generic/platform=iOS' \ + -skipPackagePluginValidation \ CODE_SIGN_IDENTITY="" \ CODE_SIGNING_REQUIRED=NO $(xcrun --find docc) process-archive \ diff --git a/TemplateApplication/Supporting Files/TemplateApplication.docc/Setup.md b/TemplateApplication/Supporting Files/TemplateApplication.docc/Setup.md index 4e65a17..6df9eb7 100644 --- a/TemplateApplication/Supporting Files/TemplateApplication.docc/Setup.md +++ b/TemplateApplication/Supporting Files/TemplateApplication.docc/Setup.md @@ -105,7 +105,7 @@ You can follow the Apple Documentation on [Building and running an app](https:// ### Firebase Cloud Setup -If you want to connect your project to a development or production Firebase cloud project, you can provide your [`GoogleService-Info.plist`](https://firebase.google.com/docs/ios/setup) in a base 64 representation in the [GitHub secrets](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) (`GOOGLE_SERVICE_INFO_PLIST_BASE64`) of your project where it is picked up and loaded in the configured path setup in the [`beta-deployment.yml`](.github/workflows/beta-deployment.yml) [GitHub Action](https://docs.github.com/en/actions) using the `googleserviceinfoplistpath` parameter that needs to be adapted to your project structure. +If you want to connect your project to a development or production Firebase cloud project, you can provide your [`GoogleService-Info.plist`](https://firebase.google.com/docs/ios/setup) in a base 64 representation in the [GitHub secrets](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) (`GOOGLE_SERVICE_INFO_PLIST_BASE64`) of your project where it is picked up and loaded in the configured path setup in the [`beta-deployment.yml`] [GitHub Action](https://docs.github.com/en/actions) using the `googleserviceinfoplistpath` parameter that needs to be adapted to your project structure. You can generate a base 64 representation of a file after you [navigated into the folder](https://en.wikipedia.org/wiki/Cd_(command)#Usage) where you have downloaded your [`GoogleService-Info.plist`](https://firebase.google.com/docs/ios/setup) file to. ```shell