Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apple.codesign_frameworks_without_provisioning_profile feature #2605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brentleyjones
Copy link
Collaborator

This feature causes *_{dynamic_,}framework targets to codesign themselves even when they don’t have a provisioning profile set. This allows moving and caching some of the codesigning time into the framework targets, which can be a big win if your incremental builds don’t touch a lot of the frameworks.

@brentleyjones brentleyjones force-pushed the bj/codesign_frameworks_without_provisioning_profile branch from 1f38fb4 to 64b07b1 Compare January 8, 2025 21:32
@brentleyjones brentleyjones marked this pull request as ready for review January 8, 2025 21:32
This feature causes `*_{dynamic_,}framework` targets to codesign themselves even when they don’t have a provisioning profile set. This allows moving and caching some of the codesigning time into the framework targets, which can be a big win if your incremental builds don’t touch a lot of the frameworks.

Signed-off-by: Brentley Jones <[email protected]>
@brentleyjones brentleyjones force-pushed the bj/codesign_frameworks_without_provisioning_profile branch from 64b07b1 to ca6fbbe Compare January 8, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants