XcodeUpdates icon indicating copy to clipboard operation
XcodeUpdates copied to clipboard

"Release Date” columns are always displays “Unknown"

Open YusukeHosonuma opened this issue 5 years ago • 2 comments

"Release Date” columns are always displays “Unknown" when use japanese(or also other languages maybe). image

Probably the cause is that the date output of the xcodes command included in the project is localized.

$ pwd
.../XcodeUpdatesInternal/XcodeUpdatesInternal/External

$ ./xcodes list --print-dates # use Japanese
2.3 (5月 23, 2006)
2.4 (8月 11, 2006)
2.4.1 (10月 31, 2006)
...

$ ./xcodes list --print-dates # use English
2.3 (May 23, 2006)
2.4 (August 11, 2006)
2.4.1 (October 31, 2006)

Below expression are return nil.

image

I couldn't find the "--print-dates" option in the RobotsAndPencils/xcodes in the official repository, so I've juste reported the problem in here.

$ xcodes version
0.15.0

$ xcodes list --print-dates
Error: unknown shorthand flag: 'print-dates'

Thanks.

YusukeHosonuma avatar Jan 05 '21 13:01 YusukeHosonuma

Thanks a lot! --print-dates is a flag I've added on my version of xcodes. The URL to that repo is mentioned in the Readme.md file, but I also put it here:

Thank you for testing & everything! I barely had time to finish this project, needs a lot to get improved. But I am working on something more important as a feature right now, I won't be able to do improvements in the near future, only new features (auto-updates within the app, 2FA w/ multiple verified phone numbers etc.).

Here's the custom xcodes. You can modify it if you have time for it. Branch is main_2.

P.S. I will be creating PRs to the official xcodes from my version of it some time later, manualy extracting new code from my main_2 branch to separate branches. Just to share the plans! Cheers!

Here's the "roadmap" for the nearest future: https://github.com/art-divin/XcodeUpdates/projects/1

art-divin avatar Jan 05 '21 14:01 art-divin

Thank you for your polite reply!

Thanks a lot! --print-dates is a flag I've added on my version of xcodes. The URL to that repo is mentioned in the Readme.md file, but I also put it here:

Sorry, I'm missed... I would like to fix this issue and create PR :)

I'm looking forward to the next release 👍

YusukeHosonuma avatar Jan 05 '21 14:01 YusukeHosonuma