Greetings,
I am looking to use SPM plugins to post-process an iOS app after it has been built. Is this possible using buildTool type plugins?
Imagine something like my_custom_script.sh fully-built-app.ipa
. The important thing is that it applies to the app once it has been built, not to the sources themselves.
I have a working skeleton build tool plugin, however I don't see a way to specify the final app build product as its input. Does anyone have any insights as to how I can do this?
Thanks!
4 posts - 2 participants