Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

[IOS] Version strings in Info.plist file always includes LTS postfix #141

Closed
tanersener opened this issue May 21, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@tanersener
Copy link
Owner

tanersener commented May 21, 2019

Values of CFBundleShortVersionString and CFBundleVersion keys in Info.plist file always includes @-lts postfix. Only LTS releases should contain an LTS release indicator postfix.

<key>CFBundleShortVersionString</key>
<string>4.2 %@-lts</string>
<key>CFBundleVersion</key>
<string>4.2 %@-lts</string>

This bug exists in 4.2, 4.2.1 releases.

@tanersener tanersener added the bug Something isn't working label May 21, 2019
@tanersener tanersener self-assigned this May 21, 2019
@tanersener tanersener reopened this May 21, 2019
@tanersener
Copy link
Owner Author

fixed in development

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant