From e71c57108e6dd407c2c6f0361f68150f2ff9aed5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 15 十二月 2021 13:41:16 +0800 Subject: [PATCH] 版本备份 --- SiriIntents/Info.plist | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index bf03fa4..43d7878 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -1,13 +1,9 @@ -锘�<?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> - <key>CFBundleDisplayName</key> - <string>SiriIntents</string> - <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> @@ -15,22 +11,26 @@ <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>IntentsRestrictedWhileLocked</key> - <array/> + <array> + <string>HDLRunSceneIntent</string> + </array> <key>IntentsSupported</key> <array> - <string>INSendMessageIntent</string> - <string>INSearchForMessagesIntent</string> - <string>INSetMessageAttributeIntent</string> + <string>HDLRunSceneIntent</string> + </array> + <key>IntentsRestrictedWhileProtectedDataUnavailable</key> + <array> + <string>HDLRunSceneIntent</string> </array> </dict> <key>NSExtensionPointIdentifier</key> @@ -38,5 +38,7 @@ <key>NSExtensionPrincipalClass</key> <string>IntentHandler</string> </dict> + <key>CFBundleDisplayName</key> + <string>SiriIntents</string> </dict> </plist> -- Gitblit v1.8.0