diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 05daa430..97acd552 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,17 +61,17 @@ jobs: source ./ci/build.sh shell: bash - # - name: Codesign AU plugin - # working-directory: ${{ github.workspace }}/ci/bin - # run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp + - name: Codesign AU plugin + working-directory: ${{ github.workspace }}/ci/bin + run: codesign -v --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp --deep --strict --options=runtime - # - name: Codesign VST3 plugin - # working-directory: ${{ github.workspace }}/ci/bin - # run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp + - name: Codesign VST3 plugin + working-directory: ${{ github.workspace }}/ci/bin + run: codesign -v --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp --deep --strict --options=runtime - # - name: Codesign Standalone app - # working-directory: ${{ github.workspace }}/ci/bin - # run: codesign --force --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp + - name: Codesign Standalone app + working-directory: ${{ github.workspace }}/ci/bin + run: codesign -v --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp --deep --strict --options=runtime - name: Download Packages installer build tool run: wget http://s.sudre.free.fr/files/Packages_1211_dev.dmg @@ -91,7 +91,7 @@ jobs: - name: Notarize installer uses: lando/notarize-action@v2 with: - product-path: ${{ github.workspace }}/packaging/build/osci-render.pkg + product-path: ${{ github.workspace }}/bin/osci-render.pkg appstore-connect-username: ${{ secrets.APPLE_ID }} appstore-connect-password: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }} appstore-connect-team-id: ${{ secrets.APPLE_TEAM_ID }} diff --git a/.gitignore b/.gitignore index c270f54e..34cddfbb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +ci/sign.sh + .DS_Store *.pkg diff --git a/osci-render.jucer b/osci-render.jucer index 35005950..26761a12 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -777,8 +777,7 @@ 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" - iosDevelopmentTeamID="D86A3M3H2L"> + hardenedRuntime="1" hardenedRuntimeOptions="com.apple.security.device.audio-input">