mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 06:37:16 +02:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user