tianren.zhu
tianren.zhu
@stevencurtis Discovered this great repo in Github trending channel, thanks for articles collecting! I found an incorrect link in the README file for TypeErasure section in `Challenging` section and fixed...
Hello @mstfy! While working with some prominent third-party libraries like Realm that offer watchOS instruction set libraries, I noticed that xctrim currently doesn't recognize them. This observation motivated me to...
Hello @mstfy, I've addressed the [issue](https://github.com/mstfy/xctrim/issues/2) I raised earlier regarding the mismatch between the trimmed architectures and the supportedArchitectures listed in the plist. Changes Made: Updated Trimming Logic: Intersect the...
### Issue: When using xctrim, if the xcframework contains an architecture of ios arm64 and the --platform parameter passed is "ios arm64 armv7", the trimmed result only retains the ios_arm64...