diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df754e4..a25ff66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,32 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + + - name: Import APP Certificates + uses: apple-actions/import-codesign-certs@v2 + with: + keychain-password : ${{ secrets.MACOS_KEYCHAIN_PASS }} + p12-file-base64: ${{ secrets.MACOS_APP_DEV_P12 }} + p12-password: ${{ secrets.MACOS_APP_DEV_PASS }} + + - name: Import INST Certificates + uses: apple-actions/import-codesign-certs@v2 + with: + keychain-password : ${{ secrets.MACOS_KEYCHAIN_PASS }} + create-keychain : false + p12-file-base64: ${{ secrets.MACOS_INSTALLER_DEV_P12 }} + p12-password: ${{ secrets.MACOS_INSTALLER_DEV_PASS }} + - uses: distrho/dpf-makefile-action@v1 + env: + MACOS_PKG_NAME: "WSTD-EQ" + MACOS_PKG_LICENSE_FILE: "${{ github.workspace }}/LICENSE" + MACOS_PKG_WELCOME_TXT: "${{ github.workspace }}/welcome.txt" + MACOS_APP_DEV_ID: ${{ secrets.MACOS_APP_DEV_ID }} + MACOS_INSTALLER_DEV_ID: ${{ secrets.MACOS_INSTALLER_DEV_ID }} + MACOS_NOTARIZATION_USER: ${{ secrets.MACOS_NOTARIZATION_USER }} + MACOS_NOTARIZATION_PASS: ${{ secrets.MACOS_NOTARIZATION_PASS }} + MACOS_NOTARIZATION_TEAM: ${{ secrets.MACOS_NOTARIZATION_TEAM }} with: target: ${{ matrix.target }} hvcc: True diff --git a/WSTD_EQ.json b/WSTD_EQ.json index dfc03db..b65d84c 100644 --- a/WSTD_EQ.json +++ b/WSTD_EQ.json @@ -14,6 +14,10 @@ "midi_input": 0, "midi_output": 0, "version": "1, 0, 0", + "maker": "Wasted Audio", + "brand_id": "Wstd", + "brand_id_no_vst3": true, + "unique_id": "WsEQ", "license": "GPL-3.0-or-later", "homepage": "https://wasted.audio/software/wstd_eq", "plugin_uri": "https://wasted.audio/software/wstd_eq", diff --git a/dep/dpf b/dep/dpf index 4238e1c..bbedb38 160000 --- a/dep/dpf +++ b/dep/dpf @@ -1 +1 @@ -Subproject commit 4238e1c7f0351bbe488d79f0899c540543ac7583 +Subproject commit bbedb38c301730980787860272c4bebf9e9daeca diff --git a/welcome.txt b/welcome.txt new file mode 100644 index 0000000..7d97b69 --- /dev/null +++ b/welcome.txt @@ -0,0 +1,7 @@ +@name@ + +Our characteristic 3-band EQ plugin that adds a little something to your sound. If you are looking for a neutral and transparent sounding EQ, then this plugin is not for you! + +Its simple design encourages the user to listen and find their own sweet spots. Each band has ±15dB of adjustment range, with full mute on the far left. Further more, the mid band frequency is tuned to add extra resonance at its extremities. This adds some crunch and makes this band stand out just a little more. + +Like all our other software this plugin is without DRM and Opensource.