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

Config parser does not recognize assignments without whitespace #566

Closed
stocc opened this issue Apr 12, 2018 · 0 comments
Closed

Config parser does not recognize assignments without whitespace #566

stocc opened this issue Apr 12, 2018 · 0 comments

Comments

@stocc
Copy link
Contributor

stocc commented Apr 12, 2018

In my project, I have several xcconfig files that have assignments without spaces separating the equal sign like
PRODUCT_NAME=$(CUSTOMER_PRODUCT_NAME)
Xcode parses these just fine but the regex used here appears to enforce whitespace

\s+ # Whitespaces after the key (needed because subscripts

Simply the +should be replaced by *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants