Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ targets:
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: es.amodrono.foodle.mcp
# The helper ships only as an embedded copy inside the app (via the app's
# copy phase). Without this, the tool also installs to the archive's
# Products/usr/local/bin, making the archive multi-product: Xcode then
# omits ApplicationProperties and -exportArchive fails to determine a
# distribution method ("Unknown Distribution Error").
SKIP_INSTALL: true
# Inherit the team signing identity (no ad-hoc override) so the bundled
# helper's Team ID matches the app's frameworks — otherwise the hardened
# runtime's library validation refuses to load them (different Team IDs).
Expand Down
Loading