LSMinimumSystemVersion is used (or should as per Apple) to define minimum system requirements for an application.
Is anyone seeing this for Adobe Acrobat Reader 2017 (Classic)?
# defaults read /Applications/Adobe Acrobat Reader 2017.app/Contents/Info.plist LSMinimumSystemVersion
10 . 4 . 3
Here's how LSMinimumSystemVersion should look like, for example Photoshop CC 2018:
# defaults read /Applications/Adobe Photoshop CC 2018/Adobe Photoshop CC 2018.app/Contents/Info.plist LSMinimumSystemVersion
10.11.0
Anyone able to confirm the LSMinimumSystemVersion version issue?
Just wanted a sanity check before we open a ticket with Adobe.
FWIW, the value is not only malformatted, it is also incorrect based on published system requirements.
TIA,
Don