aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/BrightAmbience/Info.plist
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-06-28 22:11:41 -0400
committerChris Johnson <jinx6568@sover.net>2020-06-28 22:11:41 -0400
commita9a344ede4d4a6c3e7960af07389db5b031d0260 (patch)
tree5b9b249647456059a16fadb576e0a8dfced02ce1 /plugins/MacAU/BrightAmbience/Info.plist
parent79dfe233eb2665089a22b9e573e2368e9757fc4e (diff)
downloadairwindows-lv2-port-a9a344ede4d4a6c3e7960af07389db5b031d0260.tar.gz
airwindows-lv2-port-a9a344ede4d4a6c3e7960af07389db5b031d0260.tar.bz2
airwindows-lv2-port-a9a344ede4d4a6c3e7960af07389db5b031d0260.zip
BrightAmbience
Diffstat (limited to 'plugins/MacAU/BrightAmbience/Info.plist')
-rwxr-xr-xplugins/MacAU/BrightAmbience/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MacAU/BrightAmbience/Info.plist b/plugins/MacAU/BrightAmbience/Info.plist
new file mode 100755
index 0000000..01dc683
--- /dev/null
+++ b/plugins/MacAU/BrightAmbience/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>DthX</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>