fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.07k stars 133 forks source link

Renamed Mac OS X to proper MacOS #272

Closed EasyG0ing1 closed 1 year ago

EasyG0ing1 commented 1 year ago

Mac OS X was renamed by Apple several years ago to just MacOS. The X in the name was in reference to version 10, so since they went past version 10, I assume it no longer made sense to keep increasing the roman numerals in the title of the operating system, so they just shortened it to MacOS (no spaces) which now applies to any version of the Mac operating system.

I simply did a search and replace for all instances of Mac OS X and Mac OS and replaced them with MacOS

Every place where the text was changed, was only in code comments or the readme file, or within descriptive strings when any of the text was part of output descriptors from scripts.

fvarrui commented 1 year ago

Hi @EasyG0ing1! It makes sense ... thanks so much for your contribution