ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.8k stars 65 forks source link

`Info.plist` bundle #42

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm trying to integrate an Info.plist into a project using Cacao to set the ATSApplicationFontsPath key to load custom fonts. How is this possible?

ghost commented 1 year ago

I suppose this is part of bundles in general, which don't seem to be supported yet.

ryanmcgrath commented 1 year ago

You wouldn't use cacao for bundles, you'd use something like cargo-bundle.

This project is very outdated but the scripts in the root should be more or less still the same approach you're looking for: https://github.com/secretkeysio/subatomic (look at the release and debug scripts)