From 897c0830e603a950e838a3753f89334bdf56bb71 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sun, 24 May 2020 21:28:47 -0400 Subject: ChromeOxide --- plugins/MacVST/ChromeOxide/mac/Info.plist | 24 +++++++++++++++++++++++ plugins/MacVST/ChromeOxide/mac/PkgInfo | 1 + plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h | 17 ++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100755 plugins/MacVST/ChromeOxide/mac/Info.plist create mode 100755 plugins/MacVST/ChromeOxide/mac/PkgInfo create mode 100755 plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h (limited to 'plugins/MacVST/ChromeOxide/mac') diff --git a/plugins/MacVST/ChromeOxide/mac/Info.plist b/plugins/MacVST/ChromeOxide/mac/Info.plist new file mode 100755 index 0000000..d24dbcb --- /dev/null +++ b/plugins/MacVST/ChromeOxide/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ChromeOxide + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.ChromeOxide + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/ChromeOxide/mac/PkgInfo b/plugins/MacVST/ChromeOxide/mac/PkgInfo new file mode 100755 index 0000000..19a9cf6 --- /dev/null +++ b/plugins/MacVST/ChromeOxide/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h b/plugins/MacVST/ChromeOxide/mac/xcode_vst_prefix.h new file mode 100755 index 0000000..eaf4c0b --- /dev/null +++ b/plugins/MacVST/ChromeOxide/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 \ No newline at end of file -- cgit v1.2.3