File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Changes made to the backend's source DB or to the self-hosted web UI will be syn
1111In the repo root, run the following to download the PowerSync extension:
1212
1313``` bash
14- dotnet run --project Tools/Setup
14+ dotnet run --project Tools/Setup
1515```
1616
1717Then switch into the demo's directory:
@@ -31,6 +31,7 @@ dotnet build -t:Run -f:net8.0-ios
3131```
3232
3333Specifyng an iOS simulator
34+
3435``` sh
3536dotnet build -t:Run -f:net8.0-ios -p:_DeviceName=:v2:udid=B1CA156A-56FC-4C3C-B35D-4BC349111FDF
3637```
@@ -42,19 +43,8 @@ dotnet build -t:Run -f:net8.0-android
4243```
4344
4445Specifying an Android emulator
45- ``` sh
46- dotnet build -t:Run -f:net8.0-android -p:_DeviceName=emulator-5554
47- ```
48-
49- ### Windows
5046
5147``` sh
52- dotnet run -f net8.0-windows10.0.19041.0
48+ dotnet build -t:Run -f: net8.0-android -p:_DeviceName=emulator-5554
5349```
5450
55- ## Android on Windows
56- You may need to overwrite the [ backend and PowerSync URLs] ( ./Data/NodeConnector.cs ) when running an Android emulator on Windows.
57- ```
58- BackendUrl = "http://10.0.2.2:6060";
59- PowerSyncUrl = "http://10.0.2.2:8080";
60- ```
You can’t perform that action at this time.
0 commit comments