How do you see more than the Last Opened date when an application was launched on Mac?
Solution 1:
See the kMDItemUsedDates
field of the output of command
mdls "/Applications/Sublime Text.app"
or any other app.
mdls "/Applications/Sublime Text.app" -name kMDItemUsedDates
will also work.