From 2e82c7f03b0833e3a149d02453d66d8db133b2ce Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 29 十一月 2021 13:36:20 +0800 Subject: [PATCH] 2021-11-29 1.实现ON+设计的UI --- HDLSceneSiriDemo/HDLSceneSiriDemo/Info.plist | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDLSceneSiriDemo/HDLSceneSiriDemo/Info.plist b/HDLSceneSiriDemo/HDLSceneSiriDemo/Info.plist index 001e4c2..1a2dcbe 100644 --- a/HDLSceneSiriDemo/HDLSceneSiriDemo/Info.plist +++ b/HDLSceneSiriDemo/HDLSceneSiriDemo/Info.plist @@ -2,6 +2,10 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>NSUserActivityTypes</key> + <array> + <string>HDLRunSceneIntent</string> + </array> <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> @@ -21,9 +25,5 @@ </array> </dict> </dict> - <key>NSUserActivityTypes</key> - <array> - <string>HDLRunSceneIntent</string> - </array> </dict> </plist> -- Gitblit v1.8.0