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 \
|
--force \
|
||||||
--options runtime \
|
--options runtime \
|
||||||
--timestamp \
|
--timestamp \
|
||||||
--entitlements "$ROOT_DIR/iKeyMon.entitlements" \
|
|
||||||
--sign "$CODESIGN_IDENTITY" \
|
--sign "$CODESIGN_IDENTITY" \
|
||||||
"$APP_PATH"
|
"$APP_PATH"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user