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

Allow spaces in Xcode targets #564

Merged
merged 1 commit into from
Nov 9, 2015

Conversation

brunobowden
Copy link
Contributor

  • Allow spaces in Xcode targets
  • Continue to reject spaces for command line arguments
  • Additionally reject arguments that are only whitespace
  • For watchOS, change unsupported exception to warning for development

- Allow spaces in Xcode targets
- Continue to reject spaces for command line arguments
- Additionally reject arguments that are only whitespace
- For watchOS, change unsupported exception to warning for development
@brunobowden
Copy link
Contributor Author

Turns out that many Xcode targets have spaces by default, particularly the watch app and extensions

@advayDev1
Copy link
Contributor

As a naked boolean, methods like appendNoWhitespaceArgs and appendWhitespaceArgs (and similarly named verify... methods) might be more readable. Your call, LGTM either way.

@brunobowden
Copy link
Contributor Author

I tried both ways and slightly preferred this. Though I see points in both directions.

brunobowden added a commit that referenced this pull request Nov 9, 2015
Allow spaces in Xcode targets
@brunobowden brunobowden merged commit 570289e into j2objc-contrib:master Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants