Git Product home page Git Product logo

Comments (3)

IonoclastBrigham avatar IonoclastBrigham commented on May 31, 2024

Yeah, OS X .apps are actually just a specific directory structure with certain files in known places. If you look at the makefile, it's manually copying the icon files into the app tree (didn't we have an issue filed to change that because raco will do it for us or something..?).

You can embed shared libs and .frameworks (another special directory structure which wraps up a shared lib and C header files) into the app package. I'm not 100% sure how you'd do it if you're linking to it via racket FFI, but I suspect you'd just need to drop it in a certain directory and make sure the racket code uses the correct path prefix.

from ivy.

lehitoskin avatar lehitoskin commented on May 31, 2024

I gotcha. That makes things a little easier. As for the icns, there's this hint:

~> raco help exe
...
 --icns <.icns-file> : Set Mac OS icon for executable
...

I think we still need to create the icns file, but this flag should set it as the icon.

from ivy.

lehitoskin avatar lehitoskin commented on May 31, 2024

Resolved quite some time ago. Don't know why I didn't close this earlier.

from ivy.

Related Issues (20)

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.