13:25:33 xiphon: `v` prefix? 13:25:56 v0.15.0.3-1-g910aebe 13:26:27 CFBundleVersion is only used internally so it doesn’t matter 13:27:05 So drop it them 13:27:08 *then 13:27:11 IF it doesn't matter 13:27:13 It is used by the OS. 13:27:18 If it does matter - do it consistent 13:27:31 but I can drop it if you want. 13:27:45 I just want tit to be without v prefix 13:27:53 k will update 13:28:06 cause short version doesn't have one 13:28:21 Or we have to add 'v' prefix to short version as well 13:29:08 The OS adds Version before shortversion, it does not add anything to long version 13:29:13 that’s why I have it like this 13:29:15 but will change 13:34:38 xiphon: updated 13:34:50 does indeed look cleaner when looking at the info.plist 13:59:33 selsta: thanks. Though MacOS dev docs require to use just "[0-9].[0-9].[0-9]" format for both 14:01:40 Yep, but I guess it’s only a recommendation. A lot of my installed apps use different format. 14:02:10 Also displaying v0.15.0 wouldn’t make sense for GUI :D 14:06:41 Left another comment, seems MacOS will identify 0.15.0.3 and 0.15.0.1 as the asem version 14:07:29 Not sure whether it will lead to some problems or not 14:08:05 I will look into how other apps handle it. 14:11:54 It should not be a problem considering how we had no version before but maybe there’s a better solution. 14:27:42 "It should not be a problem considering how we had no version before" -> yep, seems so 14:29:34 all solutions I can think of are hacky 14:29:39 e.g. setting it to the amount of git commits 14:30:20 or setting it to the current date 14:31:45 xiphon: should I leave it like it is or do one of the above? 14:39:58 selsta: let's merge it 14:40:45 I guess it would only get important when submitting to the appstore 14:40:46 ok 18:39:47 Apologies for not getting a build to you selsta - While qmake is happy, I broke something else apparently. I completely get why GUI statics have been a PITA now. :) 21:35:49 Snipa: no problem lol I know that static builds are complicated