SwiftGenPlugin
SwiftGenPlugin copied to clipboard
Fix contextual menu command and command-line
Xcode always passes targets as arguments to plugin, thats why a condition !arguments.isEmpty is always true, and final command is incorrect. Also have added missing DERIVED_SOURCES_DIR environment support.
Fixes #8
@djbe can you take a look and merge this feature asap?
@djbe 🚀
Interesting...looks like others have found the same missing DERIVED_SOURCES_DIR issue as I have. What is blocking this PR from being merged?