-
In our app we have the following:
In the app feed we have:
When Sparkle presents a dialog, we are not always getting the
The same applies to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Relatedly, I just merged some changes that allows better customization of the version strings #2321 |
Beta Was this translation helpful? Give feedback.
-
Thanks, really appreciate the info. I'm taking a look at your changes, and I think that might help. |
Beta Was this translation helpful? Give feedback.
-
@zorgiepoo I am calling this from Swift, and the new functions do not seem to be being called (it is always the deprecated one). They are also not offered by auto-complete.
|
Beta Was this translation helpful? Give feedback.
CFBundleShortVersionString
from the app bundle is used when displaying the version of the app the user is currently using. It is usually assumed theCFBundleShortVersionString
andsparkle:shortVersionString
are used the same way.Relatedly, I just merged some changes that allows better customization of the version strings #2321