aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Tape/mac
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2020-01-26 17:47:49 -0500
committerChris Johnson <jinx6568@sover.net>2020-01-26 17:47:49 -0500
commit95d0811f50332fe99cdb52eed0bd929faec2d43c (patch)
treeb0ad4517047f126f9eff31a674ea686394cf5480 /plugins/MacVST/Tape/mac
parent4d7b9da22a6ad75609f370b58095ee49080fa0dc (diff)
downloadairwindows-lv2-port-95d0811f50332fe99cdb52eed0bd929faec2d43c.tar.gz
airwindows-lv2-port-95d0811f50332fe99cdb52eed0bd929faec2d43c.tar.bz2
airwindows-lv2-port-95d0811f50332fe99cdb52eed0bd929faec2d43c.zip
Tape. Just 'Tape'.
Diffstat (limited to 'plugins/MacVST/Tape/mac')
-rwxr-xr-xplugins/MacVST/Tape/mac/Info.plist24
-rwxr-xr-xplugins/MacVST/Tape/mac/PkgInfo1
-rwxr-xr-xplugins/MacVST/Tape/mac/xcode_vst_prefix.h17
3 files changed, 42 insertions, 0 deletions
diff --git a/plugins/MacVST/Tape/mac/Info.plist b/plugins/MacVST/Tape/mac/Info.plist
new file mode 100755
index 0000000..4592ca3
--- /dev/null
+++ b/plugins/MacVST/Tape/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>Tape</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.Tape</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/Tape/mac/PkgInfo b/plugins/MacVST/Tape/mac/PkgInfo
new file mode 100755
index 0000000..19a9cf6
--- /dev/null
+++ b/plugins/MacVST/Tape/mac/PkgInfo
@@ -0,0 +1 @@
+BNDL???? \ No newline at end of file
diff --git a/plugins/MacVST/Tape/mac/xcode_vst_prefix.h b/plugins/MacVST/Tape/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/Tape/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