You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sparkle's default user-agent contains app's name and version.
the app name can be non-ASCII (e.g. CFBundleDisplayName localized in Japanese). Cocoa replaces non-ASCII characters with ?, resulting in UA like ???????/1.0 Sparkle/1.15.
the app version is taken from displayVersion, which isn't the exact unique version of the build.
Those are small issues that affect collection of update statistics.
The text was updated successfully, but these errors were encountered:
Sparkle's default user-agent contains app's name and version.
the app name can be non-ASCII (e.g.
CFBundleDisplayName
localized in Japanese). Cocoa replaces non-ASCII characters with?
, resulting in UA like???????/1.0 Sparkle/1.15
.the app version is taken from
displayVersion
, which isn't the exact unique version of the build.Those are small issues that affect collection of update statistics.
The text was updated successfully, but these errors were encountered: