Thomas Visser
Thomas Visser
After adopting InterposeKit in my [app](https://github.com/Thomvis/Construct), uploading a build to Apple fails when bitcode is enabled with the following error: > ITMS-90562: Invalid Bundle - The app submission can not...
This fixes https://github.com/steipete/InterposeKit/issues/29 for me. I think without the `used` attribute, the compiler optimizes the function away as it appears to be unused.
While [my hooks](https://github.com/Thomvis/Construct/blob/main/Construct/Reference/ReferenceItemView.swift#L92) work fine while debugging, they crash on device with the Release configuration. I think I've been able to nail it down to `IKTAddSuperImplementationToClass` not being found. The...
We build a lot of apps with shared dependencies and could greatly benefit from this project iff it would use a shared cache for storing and retrieving the compiled frameworks....
### Description If a reducer, in response to an action, emits both an `EffectTask.task` with `cancellable` on it and an `EffectTask.cancel` (in that order) for the same id, the task...
This is quite a big PR, so please bear with me and let me know if you are open for changes like this. I found that the `arrangedSubviews` property was...