diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,8 @@ exe2app.bash -x <executable path> -v <version string> -n <bundle identifier> -c <creator code> + -p <copyright string> + -m <minimum version of macOS supported> <executable path> The path to the executable to run as the app. @@ -41,3 +43,9 @@ exe2app.bash -x <executable path> <creator code> A 4-character string unique to the bundle. Quite how you know it's unique I don't know. + +<copyright string> + The copyright string for the app. + +<minimum version> + The minimum version of macOS supported. |