From cec718bdb5735a2db8a3a6fa9b5dedd81cac2898 Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Tue, 24 Oct 2023 18:18:07 -0300 Subject: [PATCH] ci --- .github/workflows/ci.yml | 4 +++- Examples/ProductSample/SupportFiles/_Config.plist | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Examples/ProductSample/SupportFiles/_Config.plist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062522a6..84d5198d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: - name: Select Xcode 14.3 run: sudo xcode-select -s /Applications/Xcode_14.3.app - name: Copy Secrets file - run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift + run: | + cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift + cp Examples/ProductSample/SupportFiles/_Config.plist Examples/ProductSample/SupportFiles/Config.plist - name: Build example run: env PLATFORM="${{ matrix.platform }}" make build-example diff --git a/Examples/ProductSample/SupportFiles/_Config.plist b/Examples/ProductSample/SupportFiles/_Config.plist new file mode 100644 index 00000000..b325447b --- /dev/null +++ b/Examples/ProductSample/SupportFiles/_Config.plist @@ -0,0 +1,10 @@ + + + + + SUPABASE_ANON_KEY + SUPABASE_ANON_KEY + SUPABASE_URL + https://PROJECT_ID.supabase.co + +