From e75ccccb370b47305c6eadb321efb27c86cdd28b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 30 十一月 2021 09:57:24 +0800
Subject: [PATCH] 合并

---
 SiriIntentsUI/Info.plist |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/SiriIntentsUI/Info.plist b/SiriIntentsUI/Info.plist
new file mode 100644
index 0000000..c85f32c
--- /dev/null
+++ b/SiriIntentsUI/Info.plist
@@ -0,0 +1,46 @@
+<?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>
+	<key>CFBundleDisplayName</key>
+	<string>SiriIntentsUI</string>
+	<key>CFBundleName</key>
+	<string>SiriIntentsUI</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.hdl.onpro.siriui</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundlePackageType</key>
+	<string>XPC!</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.3.202111171</string>
+	<key>CFBundleVersion</key>
+	<string>1.3.11171</string>
+	<key>MinimumOSVersion</key>
+	<string>12.0</string>
+	<key>NSExtension</key>
+	<dict>
+		<key>NSExtensionAttributes</key>
+		<dict>
+			<key>IntentsSupported</key>
+			<array>
+				<string>HDLRunSceneIntent</string>
+			</array>
+			<key>IntentsRestrictedWhileLocked</key>
+			<array>
+				<string>HDLRunSceneIntent</string>
+			</array>
+			<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
+			<array>
+				<string>HDLRunSceneIntent</string>
+			</array>
+		</dict>
+		<key>NSExtensionMainStoryboard</key>
+		<string>MainInterface</string>
+		<key>NSExtensionPointIdentifier</key>
+		<string>com.apple.intents-ui-service</string>
+	</dict>
+</dict>
+</plist>

--
Gitblit v1.8.0