-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could I only get arm64 version of PythonistaKit compiled binary? #13
Comments
You can't achieve this goal. You don't have access to the source, only the compiled binary. There's nothing you can do about this. |
Thank you for your reply. Will your team release arm64 version of the compiled binary. In fact I could pay for this extra work as I really need to reduce the size of my app. |
First of all, I'm not part of the Pythonista "team," that's solely @omz. You may be able to get him to compile one for you, but I'm not sure. FWIW, 40MB is not an unreasonable size for an app, it's very small. |
This isn't quite true, you can strip an architecture that's not needed from a binary using the |
That's a neat trick 👍
|
Thank you for your advice. I will try this. |
Hello. I will only use the framework in iPhone 6 series. So I only need arm64 version of PythonistaKit compiled binary. So my app size could then be reduced. How could I achieve this goal? Thx.
The text was updated successfully, but these errors were encountered: