Skip to content

iOS CFBundleShortVersionString is not changing #18

Description

@benomatis

This regexp doesn't seem to match my setting, as I have $(MARKETING_VERSION) as the value of CFBundleShortVersionString. I'm not a regexpert (lol), so cannot make a pull request to correct this, or to account for this. Can it be done at all?

content = content.replace(/(<key>CFBundleShortVersionString<\/key>\s*<string>)([\d\.]+)(<\/string>)/g, `$1${version}$3`);

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions