Set "Skip install" to true for login item

It spoils archive otherwise, because there are two macOS apps.
This commit is contained in:
Davide 2024-10-29 15:32:01 +01:00
parent 374ac6f636
commit 0f6df3894e
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 2 additions and 0 deletions

View File

@ -800,6 +800,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "$(CFG_LOGIN_ITEM_ID)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
@ -824,6 +825,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "$(CFG_LOGIN_ITEM_ID)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";