Working POC based on WWDC 2022's Create Swift Package plugins session.
- My Recreation of the code - Adding a plugin to
swift-tools-support-corethat generates a CONTRIBUTORS.txt file
Folders:
- IconLibrary
- A swift package that has a library, an executable and a plugin that wraps the executable
- The library includes the plugin (and therefore the executable as well) in to the build chain of the package
Folders:
- GenStringsPlugin
- The plugin itself that does some localization file creation via "xcrun"
- MyLibrary
- The Swift Package library that we use to test the Gen Strings Plugin.