DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 4fcab4f6b4238a76c2b20f3043d6fc21b0bb2979
parent df964fe73938fe02732c131f6770f173bdaac89a
Author: falkTX <falktx@falktx.com>
Date:   Mon,  5 Sep 2022 18:53:34 +0100

Rename plugin.vst to plugin.bundle as we use it for CLAP now too

Diffstat:
MMakefile.plugins.mk | 10+++++-----
Rutils/plugin.vst/Contents/Info.plist -> utils/plugin.bundle/Contents/Info.plist | 0
Rutils/plugin.vst/Contents/PkgInfo -> utils/plugin.bundle/Contents/PkgInfo | 0
Rutils/plugin.vst/Contents/Resources/empty.lproj -> utils/plugin.bundle/Contents/Resources/empty.lproj | 0
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk @@ -591,23 +591,23 @@ $(TARGET_DIR)/%.app/Contents/Info.plist: $(DPF_PATH)/utils/plugin.app/Contents/I -@mkdir -p $(shell dirname $@) $(SILENT)sed -e "s/@INFO_PLIST_PROJECT_NAME@/$(NAME)/" $< > $@ -$(TARGET_DIR)/%.vst/Contents/Info.plist: $(DPF_PATH)/utils/plugin.vst/Contents/Info.plist +$(TARGET_DIR)/%.vst/Contents/Info.plist: $(DPF_PATH)/utils/plugin.bundle/Contents/Info.plist -@mkdir -p $(shell dirname $@) $(SILENT)sed -e "s/@INFO_PLIST_PROJECT_NAME@/$(NAME)/" $< > $@ -$(TARGET_DIR)/%.vst3/Contents/Info.plist: $(DPF_PATH)/utils/plugin.vst/Contents/Info.plist +$(TARGET_DIR)/%.vst3/Contents/Info.plist: $(DPF_PATH)/utils/plugin.bundle/Contents/Info.plist -@mkdir -p $(shell dirname $@) $(SILENT)sed -e "s/@INFO_PLIST_PROJECT_NAME@/$(NAME)/" $< > $@ -$(TARGET_DIR)/%.clap/Contents/Info.plist: $(DPF_PATH)/utils/plugin.vst/Contents/Info.plist +$(TARGET_DIR)/%.clap/Contents/Info.plist: $(DPF_PATH)/utils/plugin.bundle/Contents/Info.plist -@mkdir -p $(shell dirname $@) $(SILENT)sed -e "s/@INFO_PLIST_PROJECT_NAME@/$(NAME)/" $< > $@ -$(TARGET_DIR)/%/Contents/PkgInfo: $(DPF_PATH)/utils/plugin.vst/Contents/PkgInfo +$(TARGET_DIR)/%/Contents/PkgInfo: $(DPF_PATH)/utils/plugin.bundle/Contents/PkgInfo -@mkdir -p $(shell dirname $@) $(SILENT)cp $< $@ -$(TARGET_DIR)/%/Resources/empty.lproj: $(DPF_PATH)/utils/plugin.vst/Contents/Resources/empty.lproj +$(TARGET_DIR)/%/Resources/empty.lproj: $(DPF_PATH)/utils/plugin.bundle/Contents/Resources/empty.lproj -@mkdir -p $(shell dirname $@) $(SILENT)cp $< $@ diff --git a/utils/plugin.vst/Contents/Info.plist b/utils/plugin.bundle/Contents/Info.plist diff --git a/utils/plugin.vst/Contents/PkgInfo b/utils/plugin.bundle/Contents/PkgInfo diff --git a/utils/plugin.vst/Contents/Resources/empty.lproj b/utils/plugin.bundle/Contents/Resources/empty.lproj