Skip to content

Commit e711e82

Browse files
committed
Update MAUITodo readme
1 parent 7be3762 commit e711e82

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

demos/MAUITodo/README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changes made to the backend's source DB or to the self-hosted web UI will be syn
1111
In 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

1717
Then switch into the demo's directory:
@@ -31,6 +31,7 @@ dotnet build -t:Run -f:net8.0-ios
3131
```
3232

3333
Specifyng an iOS simulator
34+
3435
```sh
3536
dotnet 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

4445
Specifying 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-
```

0 commit comments

Comments
 (0)