fix: remove entitlements from code signing for non-sandboxed app
For non-sandboxed apps, don't pass --entitlements to codesign. This was causing code signature issues.
This commit is contained in:
@@ -165,7 +165,6 @@ if [[ -n "${CODESIGN_IDENTITY:-}" ]]; then
|
||||
--force \
|
||||
--options runtime \
|
||||
--timestamp \
|
||||
--entitlements "$ROOT_DIR/iKeyMon.entitlements" \
|
||||
--sign "$CODESIGN_IDENTITY" \
|
||||
"$APP_PATH"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user