Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

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

@tanersener

Description

@tanersener

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions