From e1a8f2f7e4d850beedeb1469610b878c1427e976 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 15 十二月 2021 09:01:53 +0800 Subject: [PATCH] 更新 --- SiriIntentsUI/Info.plist | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/SiriIntentsUI/Info.plist b/SiriIntentsUI/Info.plist index b9e141f..1c27acc 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> @@ -15,18 +15,25 @@ <key>CFBundlePackageType</key> <string>XPC!</string> <key>CFBundleShortVersionString</key> - <string>1.3.202111171</string> + <string>1.3.202112062</string> <key>CFBundleVersion</key> - <string>1.3.11171</string> + <string>1.3.12062</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> + <string>HDLRunSceneIntent</string> + </array> + <key>IntentsRestrictedWhileProtectedDataUnavailable</key> + <array> <string>HDLRunSceneIntent</string> </array> </dict> -- Gitblit v1.8.0