dwarvesf / CodeViewer

A custom code editor SwiftUI view
MIT License
145 stars 18 forks source link

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

Open vmanot opened 3 years ago

vmanot commented 3 years ago

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 commented 3 years ago

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