CodeViewer
CodeViewer copied to clipboard
How can I generate the ace.bundle myself?
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
.
@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)