From 1635e5b2e6d853ef5d89f6ca3ef18edece91e7b1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 23 十一月 2021 10:31:11 +0800
Subject: [PATCH] 1

---
 SiriIntents/Info.plist |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist
index bf03fa4..c619699 100644
--- a/SiriIntents/Info.plist
+++ b/SiriIntents/Info.plist
@@ -1,4 +1,4 @@
-锘�<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
@@ -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,10 +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