-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Helper for different Target Types #260
Conversation
@segiddins @neonichu: any feedback? |
@@ -2,6 +2,23 @@ | |||
|
|||
## 0.23.1 | |||
|
|||
##### Enhancements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't go below 0.23.1
, but instead master.
That was actually supposed to be tested.
2adb623
to
4c2f4a2
Compare
# project excluding aggregate targets. | ||
# | ||
def native_targets | ||
root_object.targets.select do |target| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
root_object.targets.grep(PBXNativeTarget)
👍 other than the one comment |
LGTM 👍 |
Project Helper for different Target Types
This supersedes #256.
This adds methods to:
excluding aggregate targetsincluding only native targets