From 740b89c64f16a5d0fda344366985b5754e594501 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 10 Jan 2024 10:45:25 +0000 Subject: Initial attempt. Icons not working. --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..08b3d3b --- /dev/null +++ b/README @@ -0,0 +1,39 @@ + exe2app + ------- + +exe2app.bash is a script to create a macOS Application bundle from a +passed executable and icon file and other information. + +usage: + +exe2app.bash -x + -i + -o + -v + -n + -c + + + The path to the executable to run as the app. + + + The path to the image to use as an icon. Imagemagick convert is used + to generate the icons, so anything that can understand should work. + + + The name of the generated app. The app will be named as the basename + of this path. ".app" will be added to this in the generated app so + shouldn't be supplied. + + + The version string to put in the plist file. + + + The bundle identifier. This string must be a uniform type identifier + (UTI) that contains only alphanumeric (A-Z,a-z,0-9), hyphen (-), and + period (.) characters. The string should also be in reverse-DNS format. + For example "com.yourdomain.appname". + + + A 4-character string unique to the bundle. Quite how you know it's + unique I don't know. -- cgit v1.2.3