aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/LeftoMono/Info.plist
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2019-11-03 18:35:33 -0500
committerChris Johnson <jinx6568@sover.net>2019-11-03 18:35:33 -0500
commit65b6f8ae66aaaf324733eb2ab90e50f674ac2b1b (patch)
treeb56827bea6d67f646789036c2ef7ac1ecdb75ecb /plugins/MacAU/LeftoMono/Info.plist
parent9d2318d105595d9061e4c01943573c873138e884 (diff)
downloadairwindows-lv2-port-65b6f8ae66aaaf324733eb2ab90e50f674ac2b1b.tar.gz
airwindows-lv2-port-65b6f8ae66aaaf324733eb2ab90e50f674ac2b1b.tar.bz2
airwindows-lv2-port-65b6f8ae66aaaf324733eb2ab90e50f674ac2b1b.zip
ToMono
Diffstat (limited to 'plugins/MacAU/LeftoMono/Info.plist')
-rwxr-xr-xplugins/MacAU/LeftoMono/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MacAU/LeftoMono/Info.plist b/plugins/MacAU/LeftoMono/Info.plist
new file mode 100755
index 0000000..12f0517
--- /dev/null
+++ b/plugins/MacAU/LeftoMono/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>