aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Neverland/mac/Info.plist
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-02-09 19:05:55 -0500
committerChris Johnson <jinx6568@sover.net>2020-02-09 19:05:55 -0500
commit652cbd32b1ac910d09068f76549edc0a3df8151f (patch)
tree1d55fb9c2766af58501c686d8411a6ff1d879a74 /plugins/MacVST/Neverland/mac/Info.plist
parent828681015d65db1c4f6c39c1ffb9fe89b71f8af2 (diff)
downloadairwindows-lv2-port-652cbd32b1ac910d09068f76549edc0a3df8151f.tar.gz
airwindows-lv2-port-652cbd32b1ac910d09068f76549edc0a3df8151f.tar.bz2
airwindows-lv2-port-652cbd32b1ac910d09068f76549edc0a3df8151f.zip
Neverland
Diffstat (limited to 'plugins/MacVST/Neverland/mac/Info.plist')
-rwxr-xr-xplugins/MacVST/Neverland/mac/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/MacVST/Neverland/mac/Info.plist b/plugins/MacVST/Neverland/mac/Info.plist
new file mode 100755
index 0000000..c97dbc9
--- /dev/null
+++ b/plugins/MacVST/Neverland/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>Neverland</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.Neverland</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>