notification: fix entitlements for release

Change-Id: I9a80cab8c7579a7a3f9a8d2cc302554cb3c73f5e
diff --git a/Ring/Ring.xcodeproj/project.pbxproj b/Ring/Ring.xcodeproj/project.pbxproj
index f9bda2a..54cb7d0 100644
--- a/Ring/Ring.xcodeproj/project.pbxproj
+++ b/Ring/Ring.xcodeproj/project.pbxproj
@@ -877,7 +877,7 @@
 		26D08ABD2696296300E37574 /* RequestsAdapter.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RequestsAdapter.mm; sourceTree = "<group>"; };
 		26DA813024B641A5006C6E23 /* ProfilesAdapter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProfilesAdapter.h; sourceTree = "<group>"; };
 		26DA813124B641A5006C6E23 /* ProfilesAdapter.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ProfilesAdapter.mm; sourceTree = "<group>"; };
-		26F5E11A26F91D98001BECCE /* NotificationService-release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = "NotificationService-release.entitlements"; path = "../../../../../NotificationService-release.entitlements"; sourceTree = "<group>"; };
+		26F5E11A26F91D98001BECCE /* NotificationService-release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "NotificationService-release.entitlements"; sourceTree = "<group>"; };
 		4430A66A236CBA7D00747177 /* ContactPickerSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactPickerSection.swift; sourceTree = "<group>"; };
 		4430A66C236CBC5900747177 /* ContactPickerViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ContactPickerViewController.storyboard; sourceTree = "<group>"; };
 		4430A66E236CBC6900747177 /* ContactPickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactPickerViewController.swift; sourceTree = "<group>"; };
diff --git a/Ring/jamiNotificationExtension/NotificationService-release.entitlements b/Ring/jamiNotificationExtension/NotificationService-release.entitlements
index f7c5f8d..4ec6a8f 100644
--- a/Ring/jamiNotificationExtension/NotificationService-release.entitlements
+++ b/Ring/jamiNotificationExtension/NotificationService-release.entitlements
@@ -6,5 +6,6 @@
 	<array>
 		<string>group.com.savoirfairelinux.ring</string>
 	</array>
+    <key>com.apple.developer.usernotifications.filtering</key><true/>
 </dict>
 </plist>