aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/C5RawBuss/mac/Info.plist
diff options
context:
space:
mode:
authorairwindows <jinx6568@sover.net>2018-03-25 19:03:53 -0400
committerairwindows <jinx6568@sover.net>2018-03-25 19:03:53 -0400
commit9f95683034d82bb246ae1bfd754b95515211dd93 (patch)
treec55c8de629e2cf6e3453b2081b807b7d13f4e815 /plugins/MacVST/C5RawBuss/mac/Info.plist
parent917a22e59965bd4ab10027454fb191fc287e5476 (diff)
downloadairwindows-lv2-port-9f95683034d82bb246ae1bfd754b95515211dd93.tar.gz
airwindows-lv2-port-9f95683034d82bb246ae1bfd754b95515211dd93.tar.bz2
airwindows-lv2-port-9f95683034d82bb246ae1bfd754b95515211dd93.zip
C5RawConsole
Diffstat (limited to 'plugins/MacVST/C5RawBuss/mac/Info.plist')
-rwxr-xr-xplugins/MacVST/C5RawBuss/mac/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/MacVST/C5RawBuss/mac/Info.plist b/plugins/MacVST/C5RawBuss/mac/Info.plist
new file mode 100755
index 0000000..d1d15ad
--- /dev/null
+++ b/plugins/MacVST/C5RawBuss/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>C5RawBuss</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.C5RawBuss</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>