fix(ci): use portable Apple signing selector
This commit is contained in:
@@ -22,7 +22,7 @@ pipeline {
|
||||
DOTNET_NOLOGO = '1'
|
||||
NUGET_XMLDOC_MODE = 'skip'
|
||||
PATH = "/Users/brent/.dotnet:/opt/homebrew/bin:${env.PATH}"
|
||||
UM_TRACE_CODESIGN_KEY = 'Apple Distribution: Underground Magnetics, Inc. (W2N8APPQ2C)'
|
||||
UM_TRACE_CODESIGN_KEY = 'Apple Distribution'
|
||||
UM_TRACE_CODESIGN_PROVISION = 'UM Trace App Store'
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
repo_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
build_number="${1:-}"
|
||||
codesign_key="${UM_TRACE_CODESIGN_KEY:-Apple Distribution: Underground Magnetics, Inc. (W2N8APPQ2C)}"
|
||||
codesign_key="${UM_TRACE_CODESIGN_KEY:-Apple Distribution}"
|
||||
codesign_profile="${UM_TRACE_CODESIGN_PROVISION:-UM Trace App Store}"
|
||||
profile_dir="${HOME}/Library/MobileDevice/Provisioning Profiles"
|
||||
artifacts_dir="${repo_dir}/artifacts/ios-signed"
|
||||
|
||||
Reference in New Issue
Block a user