macos bundle? not working atm maybe will revisit maybe not

This commit is contained in:
Alex Janka 2021-09-24 12:54:30 +10:00
parent c426113e8f
commit a8f4c01820

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>ableton-rack-converter</string>
<key>CFBundleIdentifier</key>
<string>com.alexjanka.ableton-rack-converter</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ableton-rack-converter</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>adg</string>
</array>
<key>CFBundleTypeName</key>
<string>adg</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
</dict>
</plist>