Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 24, 2023
1 parent 4fe2dd5 commit cec718b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions Examples/ProductSample/SupportFiles/_Config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SUPABASE_ANON_KEY</key>
<string>SUPABASE_ANON_KEY</string>
<key>SUPABASE_URL</key>
<string>https://PROJECT_ID.supabase.co</string>
</dict>
</plist>

0 comments on commit cec718b

Please sign in to comment.