hallelujahIM icon indicating copy to clipboard operation
hallelujahIM copied to clipboard

version number broken

Open core-code opened this issue 3 years ago • 3 comments

i have downloaded version 1.5.7 but when looking at it in the Finder it claims to be version 1.0 instead

both the CFBundleShortVersionString and CFBundleString in your Info.plist file are set to 1.0, but they should be set to 1.5.7

Screenshot 2021-04-24 at 17 42 56

core-code avatar Apr 24 '21 15:04 core-code

Thanks for your report. The release process could be better(update the version automatically, etc).

dongyuwei avatar Apr 26 '21 01:04 dongyuwei

Btw, it seems like there is also no easy way to find this version number. If I didn't miss anything, you can only find it by locating the .app file in the /Library/Input Methods. Maybe add the number in the Preference page?

stevenlis avatar Sep 27 '22 01:09 stevenlis

It could be better. Currently only timestamp is appended on the file name.

Maybe xcrun agvtool is suitable tools to do version management .

dongyuwei avatar Sep 27 '22 02:09 dongyuwei