From 0edfc730dafa1407efdeb8a6eed4c88c21aa1963 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 19 十一月 2021 16:40:45 +0800
Subject: [PATCH] siri

---
 SiriIntents/Info.plist |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist
index 63023d3..c619699 100644
--- a/SiriIntents/Info.plist
+++ b/SiriIntents/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleName</key>
 	<string>SiriIntents</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.hdl.onpro.SiriIntents</string>
+	<string>com.hdl.onpro.siri</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<key>CFBundleInfoDictionaryVersion</key>
@@ -28,11 +28,10 @@
 			<array/>
 			<key>IntentsSupported</key>
 			<array>
-				<string>INSendMessageIntent</string>
-				<string>INSearchForMessagesIntent</string>
-				<string>INSetMessageAttributeIntent</string>
 				<string>HDLRunSceneIntent</string>
 			</array>
+			<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
+			<array/>
 		</dict>
 		<key>NSExtensionPointIdentifier</key>
 		<string>com.apple.intents-service</string>

--
Gitblit v1.8.0