Change MAS bundle id to match the iOS app bundle id.

This commit is contained in:
Maurice Parker 2021-06-21 18:14:06 -05:00
parent 269e127e29
commit e164f8526b
1 changed files with 1 additions and 1 deletions

View File

@ -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)