| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| obj.dstSubfolderSpec = SUBFOLDERSPEC_BY_DESTINATION[DESTINATION_BY_TARGETTYPE[folderType]]; | ||
| console.log("pbxCopyFilesBuildPhase"); | ||
| console.log(obj); | ||
|
|
There was a problem hiding this comment.
Hi, remove console.log()s and add unit tests please
Sorry, something went wrong.
|
@imhotep There we go. Lots of tests for this project. 👍 |
Sorry, something went wrong.
|
I opened a separate pr in #108 without the path name bugfix, to lower the risk of merging this all in. |
Sorry, something went wrong.
|
Hey @sundbry. I added an isssue (#125) in relation to these changes. Would be great if there was a way to remove a build phase also. |
Sorry, something went wrong.
|
@chrismowbray I can see why you'd want that, especially for making scripts idempotent etc. I can't promise I will get around to implementing it any time soon though. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This implements PBXShellScriptBuildPhase inside project.addBuildPhase.
Resolves issue #85 and upgrades version to 0.9.0