feat: usable logs on iOS

- enable logs page on iOS
- centralize all logging
- wrap long identifiers in logs UI
- update editorconfig for swift files
- update podfile
This commit is contained in:
Clay Jensen-Reimann
2025-09-07 16:31:59 -05:00
parent 00ee7b662e
commit b773ec7690
21 changed files with 431 additions and 211 deletions
+12
View File
@@ -144,6 +144,12 @@ npx cap open android
Start coding!
After making changes to the JS layer you need to rebuild the nuxt pages and sync them to the native shells:
```shell
npm run sync
```
### Mac Environment Setup for iOS
Required Software:
@@ -213,3 +219,9 @@ npx cap open ios
<br>
Start coding!
After making changes to the JS layer you need to rebuild the nuxt pages and sync them to the native shells:
```shell
npm run sync
```