Change the intents extension’s bundle identifier to something unique.

This commit is contained in:
Brent Simmons 2019-10-19 12:27:15 -07:00
parent 16b945af35
commit 4115c2231b
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
CODE_SIGN_ENTITLEMENTS = iOS/ShareExtension/NetNewsWire_iOS_ShareExtension.entitlements
INFOPLIST_FILE = iOS/IntentsExtension/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.Intents-Extension
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.IntentsExtension
PRODUCT_NAME = $(TARGET_NAME)