aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/OneCornerClip/mac
diff options
context:
space:
mode:
authorairwindows <jinx6568@sover.net>2018-03-18 20:12:25 -0400
committerairwindows <jinx6568@sover.net>2018-03-18 20:12:25 -0400
commit917a22e59965bd4ab10027454fb191fc287e5476 (patch)
tree79444675a2f81f2c16f1e75e67fab7df8b7ed5db /plugins/MacVST/OneCornerClip/mac
parenta34c57dd53d738e3a59976e89c6d46dde607ab82 (diff)
downloadairwindows-lv2-port-917a22e59965bd4ab10027454fb191fc287e5476.tar.gz
airwindows-lv2-port-917a22e59965bd4ab10027454fb191fc287e5476.tar.bz2
airwindows-lv2-port-917a22e59965bd4ab10027454fb191fc287e5476.zip
OneCornerClip
Diffstat (limited to 'plugins/MacVST/OneCornerClip/mac')
-rwxr-xr-xplugins/MacVST/OneCornerClip/mac/Info.plist24
-rwxr-xr-xplugins/MacVST/OneCornerClip/mac/PkgInfo1
-rwxr-xr-xplugins/MacVST/OneCornerClip/mac/xcode_vst_prefix.h17
3 files changed, 42 insertions, 0 deletions
diff --git a/plugins/MacVST/OneCornerClip/mac/Info.plist b/plugins/MacVST/OneCornerClip/mac/Info.plist
new file mode 100755
index 0000000..007d10e
--- /dev/null
+++ b/plugins/MacVST/OneCornerClip/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>OneCornerClip</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.airwindows.OneCornerClip</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/OneCornerClip/mac/PkgInfo b/plugins/MacVST/OneCornerClip/mac/PkgInfo
new file mode 100755
index 0000000..19a9cf6
--- /dev/null
+++ b/plugins/MacVST/OneCornerClip/mac/PkgInfo
@@ -0,0 +1 @@
+BNDL???? \ No newline at end of file
diff --git a/plugins/MacVST/OneCornerClip/mac/xcode_vst_prefix.h b/plugins/MacVST/OneCornerClip/mac/xcode_vst_prefix.h
new file mode 100755
index 0000000..eaf4c0b
--- /dev/null
+++ b/plugins/MacVST/OneCornerClip/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