Closed michaelmcguire closed 2 years ago
Resolves https://github.com/tuist/xcodeproj/issues/716
PBXTarget has a set of accessors for the various types of build phases but is missing one for Run Script.
PBXTarget
This adds an access with tests.
@all-contributors add @michaelmcguire for code
@kwridan
I've put up a pull request to add @michaelmcguire! :tada:
Resolves https://github.com/tuist/xcodeproj/issues/716
Short description 📝
PBXTarget
has a set of accessors for the various types of build phases but is missing one for Run Script.Solution 📦
This adds an access with tests.
Implementation 👩💻👨💻