Code Monkey home page Code Monkey logo

Comments (6)

controversial avatar controversial commented on June 27, 2024

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.

from pythonistaapptemplate.

tomtomtong avatar tomtomtong commented on June 27, 2024

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.

from pythonistaapptemplate.

controversial avatar controversial commented on June 27, 2024

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.

from pythonistaapptemplate.

omz avatar omz commented on June 27, 2024

This isn't quite true, you can strip an architecture that's not needed from a binary using the lipo tool – it should be something like lipo PythonistaKit.framework/PythonistaKit -remove armv7 -o PythonistaKitArm64Only (check man lipo for details).

from pythonistaapptemplate.

controversial avatar controversial commented on June 27, 2024

That's a neat trick 👍
On Sun, Jul 17, 2016 at 4:04 PM Ole Zorn [email protected] wrote:

This isn't quite true, you can strip an architecture that's not needed
from a binary using the lipo tool – it should be something like lipo
PythonistaKit.framework/PythonistaKit -remove armv7 -o
PythonistaKitArm64Only (check man lipo for details).


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#13 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJ5Yr6Wu8GPEtiG-w0vj1GpjI-TGCUimks5qWjZZgaJpZM4JOJ0A
.

from pythonistaapptemplate.

tomtomtong avatar tomtomtong commented on June 27, 2024

Thank you for your advice. I will try this.

from pythonistaapptemplate.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.