AppleFmt Version error
baiyidjp opened this issue · 1 comments
baiyidjp commented
shortVersion and bundleVersion are written inversely, Apple format should be 1.0.0 (10001), but is 10001 (1.0.0)
GLinnik21 commented
Hi!
The issue you've pointed out is due to Apple changing its format. This change was introduced to conform to Apple's format in #277. I can see that they now use the ver.si.on (build)
format, although they haven't updated their documentation yet. Despite this, I think it's worth fixing.
As we're getting ready for version 2.0, if you have the time, we'd greatly appreciate if you could contribute a fix for this