AppCoronaDelegate

I am writing a native plugin which needs to implement an AppDelegate protocol. I would like that this plugin can be used directly from the Solar2D simulator, so I do not want to write a specific Runner/Player App.
Reading the Solar2D sources I saw that we can define a list of CoronaAppDelegates classes inside the info.plist.
But this info.plist belongs to the App, not to my plugin library.
Is there a way to do that inside a plugin library ?