How to get plugin name in static library

Is there a way to get plugin name in a Static Library created by projucer?
If I use ProjectInfo::projectName, it returns the project name of the static library not the Main Project name.

Is there a way to access the info.plist and parse the name from that or any other way to retrieve it?

Thanks

Not really… But if it’s your library, then you can just give it a function that lets you pass the name into it, right?

Aww that sucks. I was trying to avoid passing and grab it globally. I guess that’s my only option. Thanks