aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Channel4/Info.plist
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2018-06-03 21:19:24 -0400
committerChris Johnson <jinx6568@sover.net>2018-06-03 21:19:24 -0400
commit3a3c2dde62b7c28950898c469c376ad32ac63f39 (patch)
treeffb5f43117d42b7c65d33d01969d931ff5c8d527 /plugins/MacAU/Channel4/Info.plist
parent4e96c7400c70a1e7bc67e2241727bcc74315c574 (diff)
downloadairwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.tar.gz
airwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.tar.bz2
airwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.zip
Righteous4 && Channel4
Diffstat (limited to 'plugins/MacAU/Channel4/Info.plist')
-rwxr-xr-xplugins/MacAU/Channel4/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MacAU/Channel4/Info.plist b/plugins/MacAU/Channel4/Info.plist
new file mode 100755
index 0000000..12f0517
--- /dev/null
+++ b/plugins/MacAU/Channel4/Info.plist
@@ -0,0 +1,28 @@
+<?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>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.audiounit.${PRODUCT_NAME:identifier}</string>
+ <key>CFBundleName</key>
+ <string>${PROJECTNAMEASIDENTIFIER}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>Dthr</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>