From a8f4c018202dc2d19fcc0bd3a8d6c397e67822be Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Fri, 24 Sep 2021 12:54:30 +1000 Subject: [PATCH] macos bundle? not working atm maybe will revisit maybe not --- .../Contents/Info.plist | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 macos-bundles/ableton-rack-converter.app/Contents/Info.plist diff --git a/macos-bundles/ableton-rack-converter.app/Contents/Info.plist b/macos-bundles/ableton-rack-converter.app/Contents/Info.plist new file mode 100644 index 0000000..40caf38 --- /dev/null +++ b/macos-bundles/ableton-rack-converter.app/Contents/Info.plist @@ -0,0 +1,29 @@ + + + + + CFBundleExecutable + ableton-rack-converter + CFBundleIdentifier + com.alexjanka.ableton-rack-converter + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ableton-rack-converter + CFBundlePackageType + APPL + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + adg + + CFBundleTypeName + adg + CFBundleTypeRole + Editor + + + +