jimgoog

Results 16 comments of jimgoog

> Preferably you would not use AAC ViewModels nor Hilt within your composables because both couple your composables to your platform/application respectively. Build your widgets with the assumption they will...

Specifically (for anyone following along from home, not able to follow the slack link, etc), the solution ended up being to add an entitlements file as per https://github.com/iterate-ch/cyberduck/issues/13347

And even more specifically, you need something to the effect of: Create a file default.entitlements or whatever you want to name it ``` com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation ```` In your build.gradle.kts...

👍 Seems reasonable to me. CLA required, see instructions from CLA bot. Also, lint is complaining that there is no unit test stanza, you can amend your commit message to...