CodeViewer icon indicating copy to clipboard operation
CodeViewer copied to clipboard

How can I generate the ace.bundle myself?

Open vmanot opened this issue 4 years ago • 1 comments

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 avatar Feb 22 '21 08:02 vmanot

@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)

Mozahler avatar Aug 03 '21 17:08 Mozahler