Hi, Is there a way to get rid the .sources file in a deployment scenario?
I followed this guide [1], but I cannot get rid of the .sources files, because I'm using PharoADO (which uses PharoCOM) and it uses some reflection for FFI and for some reason that implies using the .sources file. I installed the FFICompilerPlugin as per the instructions, but I don't have a way to tell whether I did in the right place/moment, nor how to assess its proper installation. If such [2] .sources file cannot be removed, what is the criteria for the lookup, can it be renamed or modified via some parameter/config? Thanks! [1] https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md#sources-obfuscation [2] Pharo8.0-32bit-0932da8.sources in my case Esteban A. Maringolo