-
Notifications
You must be signed in to change notification settings - Fork 43
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
convert xcodeTarget to enumerated list #441
Milestone
Comments
+1 |
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 3, 2015
Now defaults to all targets when none are specified Corresponding unit tests updated Fixes j2objc-contrib#441
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 3, 2015
Now defaults to all targets when none are specified Corresponding unit tests updated Fixes j2objc-contrib#441
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 3, 2015
Now defaults to all targets when none are specified Corresponding unit tests updated Fixes j2objc-contrib#441
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 4, 2015
Now defaults to all targets when none are specified Corresponding unit tests updated Fixes j2objc-contrib#441
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 5, 2015
Now defaults to all targets when none are specified Corresponding unit tests updated Fixes j2objc-contrib#441
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #353 matches multiple Xcode targets based on substring matching. Proper support means enumerating the list of targets instead. Given that it's now multiple targets, it also means that the name changes: xcodeTarget => xcodeTargets. With a breaking change like this, I think it would be wise to provide error message for the old syntax explaining how to fix it. Then remove that old syntax (and error) on a future release.
Before:
After
The text was updated successfully, but these errors were encountered: