aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Wider/Info.plist
diff options
context:
space:
mode:
authorairwindows <jinx6568@sover.net>2018-05-06 20:11:50 -0400
committerairwindows <jinx6568@sover.net>2018-05-06 20:11:50 -0400
commitee090696621521aaa9475b5a3b3015b3b7511800 (patch)
tree5676d179e03e86ef0907eea6f63a8391bfd135b4 /plugins/MacAU/Wider/Info.plist
parentaf4c5c5652338c3a63c055d14cf1a5f239c608d9 (diff)
downloadairwindows-lv2-port-ee090696621521aaa9475b5a3b3015b3b7511800.tar.gz
airwindows-lv2-port-ee090696621521aaa9475b5a3b3015b3b7511800.tar.bz2
airwindows-lv2-port-ee090696621521aaa9475b5a3b3015b3b7511800.zip
Wider
Diffstat (limited to 'plugins/MacAU/Wider/Info.plist')
-rwxr-xr-xplugins/MacAU/Wider/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MacAU/Wider/Info.plist b/plugins/MacAU/Wider/Info.plist
new file mode 100755
index 0000000..12f0517
--- /dev/null
+++ b/plugins/MacAU/Wider/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>