kopia lustrzana https://github.com/jameshball/osci-render
Fix bugs
rodzic
c1973ccfa3
commit
6d810ad970
|
@ -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 }}
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
ci/sign.sh
|
||||
|
||||
.DS_Store
|
||||
|
||||
*.pkg
|
||||
|
|
|
@ -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">
|
||||
<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/'"/>
|
||||
|
|
Ładowanie…
Reference in New Issue