How to get path to resource in running macOS app
Issue #177
This is useful to refer to another executable in a running executable in Process
1 | Bundle.main.path(forResource: "ffmpeg", ofType: "")! |
Issue #177
This is useful to refer to another executable in a running executable in Process
1 | Bundle.main.path(forResource: "ffmpeg", ofType: "")! |