-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration for setting up Run Script phases
This adds the ability for users to define custom Run Script build phases to be added to the main application target. By default, we're only adding the original TODO/FIXME comment script - Adds `run_script_phases` key to configuration. The value for this key is an array of dictionaries. The key for the dictionary will be used as the filename of the template script and the value will be used as the name for the script inside Xcode. - Removes the `install_todo_script` key from the configuration. This key is superseded by the `run_script_phases` key. Fixes #118
- Loading branch information
1 parent
8f79a69
commit a8cef3e
Showing
4 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters