From e164f8526b5d7f3d9db815f090e69b437d7e34ee Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 21 Jun 2021 18:14:06 -0500 Subject: [PATCH] Change MAS bundle id to match the iOS app bundle id. --- xcconfig/NetNewsWire_macapp_target_macappstore.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_macapp_target_macappstore.xcconfig b/xcconfig/NetNewsWire_macapp_target_macappstore.xcconfig index 3c4646cec..af610480c 100644 --- a/xcconfig/NetNewsWire_macapp_target_macappstore.xcconfig +++ b/xcconfig/NetNewsWire_macapp_target_macappstore.xcconfig @@ -33,5 +33,5 @@ PROVISIONING_PROFILE_SPECIFIER = #include "./common/NetNewsWire_macapp_target_common.xcconfig" CODE_SIGN_ENTITLEMENTS = Mac/Resources/NetNewsWire.entitlements -PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen.MAS +PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS OTHER_SWIFT_FLAGS = -DMAC_APP_STORE $(inherited)