Skip to content
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

xcodeTarget to also automatically match Tests and WatchKit App #353

Merged
merged 1 commit into from
Aug 17, 2015

Commits on Aug 17, 2015

  1. Automatically link Test and WatchKit targets in Xcode

    For an iOS app target of ‘IOS-APP’, this will add linkages for other
    iOS targets that start with the same name. Such as ‘IOS-APPTests’,
    ‘IOS-APP WatchKit App’ and ‘IOS-APP WatchKit Extension’.
    
    - Automatic linkage for Apple Watch apps and extension
    - Matches against all targets that start with the same prefix
    - Standardize xcodeTarget examples and test to use ‘IOS-APP’
    brunobowden committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    d254168 View commit details
    Browse the repository at this point in the history