diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa0fbe7..180d892 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,15 +60,15 @@ jobs: - name: Codesign AU plugin working-directory: ${{ github.workspace }}/ci/bin - run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp + run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp - name: Codesign VST3 plugin working-directory: ${{ github.workspace }}/ci/bin - run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp + run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp - name: Codesign Standalone app working-directory: ${{ github.workspace }}/ci/bin - run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp + run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp - name: Download Packages installer build tool run: wget http://s.sudre.free.fr/files/Packages_1211_dev.dmg diff --git a/osci-render.jucer b/osci-render.jucer index 26761a1..3500595 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -777,7 +777,8 @@ bigIcon="pSc1mq" applicationCategory="public.app-category.music" microphonePermissionNeeded="1" frameworkSearchPaths="../../External/syphon" embeddedFrameworks="../../External/syphon/Syphon.framework" extraCustomFrameworks="../../External/syphon/Syphon.framework" - hardenedRuntime="1" hardenedRuntimeOptions="com.apple.security.device.audio-input"> + hardenedRuntime="1" hardenedRuntimeOptions="com.apple.security.device.audio-input" + iosDevelopmentTeamID="D86A3M3H2L"> diff --git a/sosci.jucer b/sosci.jucer index 2ac8e6f..ff71f06 100644 --- a/sosci.jucer +++ b/sosci.jucer @@ -255,7 +255,7 @@ bigIcon="pSc1mq" applicationCategory="public.app-category.music" microphonePermissionNeeded="1" embeddedFrameworks="../../../External/syphon/Syphon.framework" extraCustomFrameworks="../../../External/syphon/Syphon.framework" - frameworkSearchPaths="../../../External/syphon"> + frameworkSearchPaths="../../../External/syphon" iosDevelopmentTeamID="D86A3M3H2L">