Skip to content

Commit

Permalink
Merge pull request #5274 from nextcloud/bugfix/remove-get-task-allow-…
Browse files Browse the repository at this point in the history
…entitlement

Avoid the Get-Task-Allow Entitlement (macOS Notarization)
  • Loading branch information
claucambra authored Dec 13, 2022
2 parents da2c978 + 5892075 commit e2b6065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_ENTITLEMENTS = FinderSyncExt/FinderSyncExt.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
Expand Down

0 comments on commit e2b6065

Please sign in to comment.