Skip to content

Commit 06b979d

Browse files
more cleanup
1 parent 555ec99 commit 06b979d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Follow this guide to:
1616

1717
1. Open this directory in XCode.
1818

19-
2. Copy the `Secrets.template` file to a new Swift file and insert the credentials of your Supabase and PowerSync projects (more info can be found [here](https://docs.powersync.com/integration-guides/supabase-+-powersync#test-everything-using-our-demo-app)).
19+
2. Copy the `Secrets.template.swift` file to a new `Secrets.swift` file and insert the credentials of your Supabase and PowerSync projects (more info can be found [here](https://docs.powersync.com/integration-guides/supabase-+-powersync#test-everything-using-our-demo-app)).
2020

2121
```bash
22-
cp Secrets.template Secrets.swift
22+
cp Secrets.template.swift Secrets.swift
2323
```
2424

2525
3. You will need to enable `CasePathMacros` for SwiftUI Navigation. You can do this in settings, or just build the app and a dialog will be shown to enable `CasePathMacros`.

0 commit comments

Comments
 (0)