Skip to content

Config parser does not recognize assignments without whitespace #566

Closed
@stocc

Description

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 *

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions