embeddedc
embeddedc
s/UIColor/Color/
### Checklist - [ ] I've run `bundle exec fastlane test` from the `fastlane` directory to see all new and existing tests pass - [ ] I've followed the [vlc-ios...
Darwin 21.6.0, Firefox 118: libnss3 requires libmozglue... `ERROR - Error when loading /Applications/Firefox.app/Contents/MacOS/libnss3.dylib was dlopen(/Applications/Firefox.app/Contents/MacOS/libnss3.dylib, 0x0006): Library not loaded: '@rpath/libmozglue.dylib'`
Should fix #5
Do not overwrite the logHandler on `app.run()`. Instead propagate it to hypercorn, so ``` logHandler = RotatingFileHandler(...) app.logger.addHandler(logHandler) app.run(...) ``` works as expected...