XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add ability to set executable to an external application

Open platysma opened this issue 3 years ago • 1 comments

Fixes #1084

Summary

Added ability to set executable to an external application by providing a filePath in the Run Action

Changes

Added additional field filePath in the Run Action. If set, a PathRunnable will be created in the Run Action.

schemes:
  ExampleScheme:
    run:
      filePath: /Applications/Example.app

platysma avatar May 27 '21 18:05 platysma

It looks good, please check my comments. Sorry for late

freddi-kit avatar May 28 '21 22:05 freddi-kit