aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/PurestFade/mac/Info.plist
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-05-03 21:03:34 -0400
committerChris Johnson <jinx6568@sover.net>2020-05-03 21:03:34 -0400
commitedea4b6aa5f570c4ddcce158a2d15bc32851de89 (patch)
treea51eadcd0b8654823dd868fa7b06e1cd836762c2 /plugins/MacVST/PurestFade/mac/Info.plist
parentbbef76bc4a1bf7efde0cafcbca4d16aea2761bdd (diff)
downloadairwindows-lv2-port-edea4b6aa5f570c4ddcce158a2d15bc32851de89.tar.gz
airwindows-lv2-port-edea4b6aa5f570c4ddcce158a2d15bc32851de89.tar.bz2
airwindows-lv2-port-edea4b6aa5f570c4ddcce158a2d15bc32851de89.zip
PurestFade
Diffstat (limited to 'plugins/MacVST/PurestFade/mac/Info.plist')
-rwxr-xr-xplugins/MacVST/PurestFade/mac/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/MacVST/PurestFade/mac/Info.plist b/plugins/MacVST/PurestFade/mac/Info.plist
new file mode 100755
index 0000000..a86cbfb
--- /dev/null
+++ b/plugins/MacVST/PurestFade/mac/Info.plist
@@ -0,0 +1,24 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>PurestFade</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.PurestFade</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleSignature</key>
+ <string>Dthr</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>