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

---
 SiriIntentsUI/Info.plist |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/SiriIntentsUI/Info.plist b/SiriIntentsUI/Info.plist
index b9e141f..24f1df7 100644
--- a/SiriIntentsUI/Info.plist
+++ b/SiriIntentsUI/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleName</key>
 	<string>SiriIntentsUI</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.hdl.onpro.SiriIntentsui</string>
+	<string>com.hdl.onpro.siriui</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<key>CFBundleInfoDictionaryVersion</key>
@@ -19,16 +19,19 @@
 	<key>CFBundleVersion</key>
 	<string>1.3.11171</string>
 	<key>MinimumOSVersion</key>
-	<string>15.0</string>
+	<string>12.0</string>
 	<key>NSExtension</key>
 	<dict>
 		<key>NSExtensionAttributes</key>
 		<dict>
 			<key>IntentsSupported</key>
 			<array>
-				<string>INSendMessageIntent</string>
 				<string>HDLRunSceneIntent</string>
 			</array>
+			<key>IntentsRestrictedWhileLocked</key>
+			<array/>
+			<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
+			<array/>
 		</dict>
 		<key>NSExtensionMainStoryboard</key>
 		<string>MainInterface</string>

--
Gitblit v1.8.0