Try adding team id

pre-release-3
James H Ball 2024-12-31 22:39:19 +00:00
rodzic 5bcdb80a24
commit c1973ccfa3
3 zmienionych plików z 21 dodań i 17 usunięć

Wyświetl plik

@ -37,13 +37,22 @@ jobs:
- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
shell: bash
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: Setup temporary keychain and add application and installer signing certificate
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
- name: "Run script"
run: |
export OS="mac"
@ -52,23 +61,17 @@ jobs:
source ./ci/build.sh
shell: bash
- name: Setup temporary keychain and add application and installer signing certificate
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
# - 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 --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 --deep -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp
- 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 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 --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

Wyświetl plik

@ -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">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '@executable_path/../Frameworks' '@executable_path/'"/>
<CONFIGURATION name="Release" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '@executable_path/../Frameworks' '@executable_path/'"/>

Wyświetl plik

@ -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" iosDevelopmentTeamID="D86A3M3H2L">
frameworkSearchPaths="../../../External/syphon">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="sosci" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '@executable_path/../Frameworks' '@executable_path/'"/>
<CONFIGURATION name="Release" targetName="sosci" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '@executable_path/../Frameworks' '@executable_path/'"/>