I am looking to run this tool in a post-build command to automate the generation of the interfaces.
I have had some trouble getting this to work however, as the command builds the app I seem to get stuck in an infinite loop where the app keeps building and calling the command to generate the interfaces.
I was wondering if there was a way to only run the command once by having the command ignore the post-build command or adding a condition to the post build command that would prevent the command from being run multiple times.
Here is the command that I have now. Any help would be greatly appreciated.
I am looking to run this tool in a post-build command to automate the generation of the interfaces.
I have had some trouble getting this to work however, as the command builds the app I seem to get stuck in an infinite loop where the app keeps building and calling the command to generate the interfaces.
I was wondering if there was a way to only run the command once by having the command ignore the post-build command or adding a condition to the post build command that would prevent the command from being run multiple times.
Here is the command that I have now. Any help would be greatly appreciated.
`
`