You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/TodoSQLite/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
3. cd into this directory: `* cd demos/TodoSQLite `
9
9
4. run `dotnet build -t:Run -f:net8.0-ios`
10
10
1. Or specify an iOS simulator identifier e.g.: `dotnet build -t:Run -f:net8.0-ios -p:_DeviceName=:v2:udid=B1CA156A-56FC-4C3C-B35D-4BC349111FDF`
11
-
5.The easiest way to inspect your server's data at this stage would be via a tool like `psql`, e.g. `psql -h localhost -p 5432 -U postgres -d postgres`
11
+
5.Changes made to the backend's source DB (inspect via a tool like `psql`) or to the self-hosted aapp's web UI will be synced to this iOS client (and vice versa)
12
12
13
13
## Current known issues:
14
14
* Switching from offline to online mode isn't yet handled
0 commit comments