kopia lustrzana https://github.com/jameshball/osci-render
Enable deep signing
rodzic
88eaffe4c7
commit
d8218edfa8
|
@ -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
|
||||
|
|
|
@ -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/'"/>
|
||||
|
|
|
@ -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">
|
||||
<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/'"/>
|
||||
|
|
Ładowanie…
Reference in New Issue