[stable-34.0] fix(cmake): set cmake var APPLICATION_REV_DOMAIN_INSTALLER - #10706
Merged
Conversation
Use a legacy installer identifier for migrating a branded client to a new bundle identifier, letting PackageKit recognize the new package as an upgrade of the existing receipt. Signed-off-by: Camila Ayres <camila.ayres@nextcloud.com>
Enables atomic replacement of the outer @APPLICATION_NAME@.app
payload during install/upgrade instead of PackageKit's default
file by file diff.
Without this, installing a rebranded client over an existing
install like a legacy client receipt being upgraded
via APPLICATION_REV_DOMAIN_INSTALLER can leave stale files from
the previous bundle mixed with the new payload, producing an
invalid code signature ("a sealed resource is missing or
invalid") that fails Gatekeeper/launchd validation on next boot.
Signed-off-by: Camila Ayres <camila.ayres@nextcloud.com>
backportbot
Bot
requested review from
camilasan,
i2h3 and
mgallien
as code owners
September 1, 2026 08:47
camilasan
approved these changes
Sep 1, 2026
claucambra
approved these changes
Sep 1, 2026
mgallien
enabled auto-merge
September 1, 2026 09:23
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Backport of PR #10699