SwiftGenPlugin icon indicating copy to clipboard operation
SwiftGenPlugin copied to clipboard

Fix contextual menu command and command-line

Open arkichek opened this issue 3 years ago • 3 comments

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

arkichek avatar Nov 12 '22 12:11 arkichek

@djbe can you take a look and merge this feature asap?

twprzybysz avatar Apr 06 '23 09:04 twprzybysz

@djbe 🚀

twprzybysz avatar Apr 16 '23 19:04 twprzybysz

Interesting...looks like others have found the same missing DERIVED_SOURCES_DIR issue as I have. What is blocking this PR from being merged?

acosmicflamingo avatar Jan 10 '24 22:01 acosmicflamingo