You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From review of PR #56 (watch2 support), I have a feeling that we should be able to clean up both the source code and all of the tests. I am raising this for future consideration and discussion.
Regarding code readability, are you thinking to enhance dependency lookup ability, or a more general thought? If the former, I have a few thoughts based on work in #76:
Xcode links dependencies sort of messily, but helper functions could be exposed to help with this.
The addTarget function could/should expose easier data about any generated dependencies it adds via addTargetDependency (the new UUIDs generated from addTargetDependency aren't in turn exposed through the response object of addTarget).
From review of PR #56 (watch2 support), I have a feeling that we should be able to clean up both the source code and all of the tests. I am raising this for future consideration and discussion.
Starting to add a list:
addTarget
add to main project as dependency #76/cc @l3ender
The text was updated successfully, but these errors were encountered: