IControlView with runtime .idrc and signing/notarization
Hi,
For our plugins we dynamically update some of the .idrc files (essentially png files) in our "idrc_PNGA" folder of our plugins depending on the environment. This folder, however is nested inside the plugin itself. Therefore, updating it dynamically, breaks the signing and Adobe InDesign flags the plugin as "damaged".

So, I have a few questions:
-Is there a way I can point IControlView to use a path instead of resourceid (pIconView->SetRsrcID)?
-Is it possible to overwrite the plugin idrc_PNGA .idrc files without breaking signing?
-Any other alternative?