New entitlements:
* Universal links * Shared keychain group (to make development easier)
This commit is contained in:
parent
76191fe47d
commit
7c867b6e54
3 changed files with 6 additions and 8 deletions
|
@ -134,6 +134,8 @@ else
|
|||
cp -R target/${target_dir}/WebRTC.framework "${app_path}/Contents/Frameworks/"
|
||||
fi
|
||||
|
||||
cp crates/zed/contents/embedded.provisionprofile "${app_path}/Contents/"
|
||||
|
||||
if [[ -n $MACOS_CERTIFICATE && -n $MACOS_CERTIFICATE_PASSWORD && -n $APPLE_NOTARIZATION_USERNAME && -n $APPLE_NOTARIZATION_PASSWORD ]]; then
|
||||
echo "Signing bundle with Apple-issued certificate"
|
||||
security create-keychain -p "$MACOS_CERTIFICATE_PASSWORD" zed.keychain || echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue