Tobias Boogh
Tobias Boogh
Great initiative, a suggestion is that the plugin should look for a configuration file in the project path such as the `SwiftGenPlugin` does https://github.com/SwiftGen/SwiftGenPlugin/blob/stable/Plugins/SwiftGenPlugin/Plugin.swift
Thanks for taking the time to look into it. In my opinion a basic implementation now is way better than a more advanced one in the future. Xcode will probably...
This should be clear enough that it's your responsability as a SDK provider to provide a privacy manifest.
We had similar issues with this so in our fork we use a semaphore to guard the access, it's not the most elegant solution but as a triage it works....
> > Has this been tested on Xcode 15? Seem Xcode 15 has some stricter rules around write permissions to `outputFilesDirectory` > > just tested this. Seems like the permissions...