I am having a hard time figuring out the optimal solution for leveraging arguments within a spm package plugin, passed from Xcode.
I am needing access to the host app build's "PRODUCT_BUNDLE_IDENTIFIER" within the package plugin.
I don't see any way to set an argument or pass any context through to the plugin.
Any ideas how to achieve this?