aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/UnBox/mac
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2018-09-09 22:59:35 -0400
committerChris Johnson <jinx6568@sover.net>2018-09-09 22:59:35 -0400
commit9ecd9a8c01bea3c02f6e94cf67dd7c4ad12d1e34 (patch)
treea93e71197b6adf49d6abc74ae055d7463c3c0597 /plugins/MacVST/UnBox/mac
parent3dd30d920a374ba31994f784fadd5ee130752247 (diff)
downloadairwindows-lv2-port-9ecd9a8c01bea3c02f6e94cf67dd7c4ad12d1e34.tar.gz
airwindows-lv2-port-9ecd9a8c01bea3c02f6e94cf67dd7c4ad12d1e34.tar.bz2
airwindows-lv2-port-9ecd9a8c01bea3c02f6e94cf67dd7c4ad12d1e34.zip
UnBox, and build folder cleanups
Note that I am compelled to break VST builds on Windows because my build folders have had some files in 'em: you'll have to find those yourself. Here's hoping anyone trying to develop for Windows VST (or any VST) is able to find what they need, but I cannot help you set up a build environment, I can only give you my code for the audio part.
Diffstat (limited to 'plugins/MacVST/UnBox/mac')
-rwxr-xr-xplugins/MacVST/UnBox/mac/Info.plist24
-rwxr-xr-xplugins/MacVST/UnBox/mac/PkgInfo1
-rwxr-xr-xplugins/MacVST/UnBox/mac/xcode_vst_prefix.h17
3 files changed, 42 insertions, 0 deletions
diff --git a/plugins/MacVST/UnBox/mac/Info.plist b/plugins/MacVST/UnBox/mac/Info.plist
new file mode 100755
index 0000000..3da9e5a
--- /dev/null
+++ b/plugins/MacVST/UnBox/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>UnBox</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.UnBox</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>
diff --git a/plugins/MacVST/UnBox/mac/PkgInfo b/plugins/MacVST/UnBox/mac/PkgInfo
new file mode 100755
index 0000000..19a9cf6
--- /dev/null
+++ b/plugins/MacVST/UnBox/mac/PkgInfo
@@ -0,0 +1 @@
+BNDL???? \ No newline at end of file
diff --git a/plugins/MacVST/UnBox/mac/xcode_vst_prefix.h b/plugins/MacVST/UnBox/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/UnBox/mac/xcode_vst_prefix.h
@@ -0,0 +1,17 @@
+#define MAC 1
+#define MACX 1
+
+#define USE_NAMESPACE 0
+
+#define TARGET_API_MAC_CARBON 1
+#define USENAVSERVICES 1
+
+#define __CF_USE_FRAMEWORK_INCLUDES__
+
+#if __MWERKS__
+#define __NOEXTENSIONS__
+#endif
+
+#define QUARTZ 1
+
+#include <AvailabilityMacros.h> \ No newline at end of file