Skip to content
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

How can I generate the ace.bundle myself? #9

Open
vmanot opened this issue Feb 22, 2021 · 1 comment
Open

How can I generate the ace.bundle myself? #9

vmanot opened this issue Feb 22, 2021 · 1 comment

Comments

@vmanot
Copy link

vmanot commented Feb 22, 2021

I'm really curious as to what the bundling process for ace the package to the .bundle that you ship with the package is. Is there a script to generate the bundle?

My specific use case is to bundle my own customized version of ace.

@Mozahler
Copy link

Mozahler commented Aug 3, 2021

@vmanot if you left click on the bundle name in Xcode, select "Show in Finder", then left click on the file name there, you can select "Show Package Contents". That will display the entire directory structure (all the files that make up the bundle)
You could probably just copy your replacement files over the existing ones (I'd do it with a copy of the bundle file - just in case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants