From 207b7261e989e4271578eddb933b33ba008379bb Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 十一月 2021 14:14:25 +0800 Subject: [PATCH] 1 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 27 ++++----------------------- 1 files changed, 4 insertions(+), 23 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index a33f04f..7a0c09c 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -108,9 +108,6 @@ <Reference Include="Shared.IOS.HDLLinphoneSDK"> <HintPath>..\DLL\Linphone\iOS\Shared.IOS.HDLLinphoneSDK.dll</HintPath> </Reference> - <Reference Include="Shared.IOS.HDLSceneSiri"> - <HintPath>..\..\HDLXamarinSceneSiri\Shared.IOS.HDLSceneSiri\Shared.IOS.HDLSceneSiri\bin\Release\Shared.IOS.HDLSceneSiri.dll</HintPath> - </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json"> @@ -470,10 +467,6 @@ <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\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -483,7 +476,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,18 +495,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\HDLRunSceneIntentHandlder.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" /> @@ -1437,9 +1417,10 @@ <Project>{ACC48A7F-250B-4915-A250-9BC399DBD6B3}</Project> <Name>SiriIntentsUI</Name> </ProjectReference> - </ItemGroup> - <ItemGroup> - <Content Include="Base.lproj\Intents.intentdefinition" /> + <ProjectReference Include="..\HdlSiriKit\HdlSiriKit.csproj"> + <Project>{A8BDEE23-339E-48D2-A5F9-BCF037E6B9E7}</Project> + <Name>HdlSiriKit</Name> + </ProjectReference> </ItemGroup> <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -- Gitblit v1.8.0