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

iOS CFBundleShortVersionString is not changing #18

Open
benomatis opened this issue Feb 27, 2021 · 0 comments
Open

iOS CFBundleShortVersionString is not changing #18

benomatis opened this issue Feb 27, 2021 · 0 comments

Comments

@benomatis
Copy link

benomatis commented Feb 27, 2021

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`);

@benomatis benomatis changed the title Bump ios CFBundleShortVersionString as well iOS CFBundleShortVersionString is not changing Feb 27, 2021
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

No branches or pull requests

1 participant