From 8655407ab6987bb7268fab55b6380051f26668fe Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 24 十一月 2021 10:17:15 +0800 Subject: [PATCH] 备份 --- SiriIntents/Info.plist | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index c619699..4e0984e 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -2,10 +2,6 @@ <!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>SiriIntents</string> - <key>CFBundleName</key> - <string>SiriIntents</string> <key>CFBundleIdentifier</key> <string>com.hdl.onpro.siri</string> <key>CFBundleDevelopmentRegion</key> @@ -19,24 +15,30 @@ <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>IntentsRestrictedWhileLocked</key> - <array/> + <array> + <string>HDLRunSceneIntent</string> + </array> <key>IntentsSupported</key> <array> <string>HDLRunSceneIntent</string> </array> <key>IntentsRestrictedWhileProtectedDataUnavailable</key> - <array/> + <array> + <string>HDLRunSceneIntent</string> + </array> </dict> <key>NSExtensionPointIdentifier</key> <string>com.apple.intents-service</string> <key>NSExtensionPrincipalClass</key> <string>IntentHandler</string> </dict> + <key>CFBundleDisplayName</key> + <string>SiriIntents</string> </dict> </plist> -- Gitblit v1.8.0