From 38a11bcfaf3cf703e38201c9c6cd6631354ea243 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 30 十一月 2021 09:55:09 +0800 Subject: [PATCH] Siri功能完成 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 31 ++++++++++--------------------- 1 files changed, 10 insertions(+), 21 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 906a197..941ee2a 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -56,7 +56,7 @@ <MtouchLink>SdkOnly</MtouchLink> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchEnableSGenConc>false</MtouchEnableSGenConc> -<CodesignProvision>OnPro211116-1</CodesignProvision> +<CodesignProvision>OnPro211125-1-Dev</CodesignProvision> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> @@ -117,19 +117,19 @@ <Version>13.0.1</Version> </PackageReference> <PackageReference Include="MQTTnet"> - <Version>3.0.16</Version> + <Version>3.1.0</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Analytics"> - <Version>4.3.0</Version> + <Version>4.4.0</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Crashes"> - <Version>4.3.0</Version> + <Version>4.4.0</Version> </PackageReference> <PackageReference Include="ZXing.Net.Mobile"> <Version>2.4.1</Version> </PackageReference> <PackageReference Include="RestSharp"> - <Version>106.12.0</Version> + <Version>106.13.0</Version> </PackageReference> <PackageReference Include="Xamarin.iOS.Bugly"> <Version>1.0.4</Version> @@ -470,10 +470,7 @@ <Folder Include="Resources\Phone\FunctionIcon\Light\LightScene\" /> <Folder Include="Resources\Phone\PersonalCenter\FacePassage\" /> <Folder Include="Resources\Phone\FunctionIcon\Electrical\AirSwitch\" /> - <Folder Include="Other\Siri\" /> - <Folder Include="Other\Siri\Data\" /> - <Folder Include="Other\Siri\Support\" /> - <Folder Include="Other\Siri\UI\" /> + <Folder Include="Base.lproj\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -483,7 +480,6 @@ <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZSupportViewController.xib" /> <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZMain.storyboard" /> <InterfaceDefinition Include="Resources\EZ\Base.lproj\AddDevice.storyboard" /> - <InterfaceDefinition Include="Other\Siri\SiriBaseView.xib" /> </ItemGroup> <ItemGroup> <None Include="Info.plist" /> @@ -503,17 +499,6 @@ <Compile Include="Other\JLCountrycode.cs" /> <Compile Include="BlueWifi.cs" /> <Compile Include="Other\SkipControl.cs" /> - <Compile Include="Other\Siri\SiriBaseView.cs" /> - <Compile Include="Other\Siri\SiriBaseView.designer.cs"> - <DependentUpon>SiriBaseView.cs</DependentUpon> - </Compile> - <Compile Include="Other\Siri\VoiceShortcutDataManager.cs" /> - <Compile Include="Other\Siri\SiriScene.cs" /> - <Compile Include="Other\Siri\Data\SceneDateManager.cs" /> - <Compile Include="Other\Siri\Data\DataManager.cs" /> - <Compile Include="Other\Siri\Support\NSUserDefaultsHelper.cs" /> - <Compile Include="Other\Siri\Support\NSUserActivityHelper.cs" /> - <Compile Include="Other\Siri\UI\Cells.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> @@ -1436,6 +1421,10 @@ <Project>{ACC48A7F-250B-4915-A250-9BC399DBD6B3}</Project> <Name>SiriIntentsUI</Name> </ProjectReference> + <ProjectReference Include="..\SiriKit\SiriKit.csproj"> + <Project>{8B1652FA-5158-4D57-B90D-07BB91766625}</Project> + <Name>SiriKit</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="Base.lproj\Intents.intentdefinition" /> -- Gitblit v1.8.0