From 17bf9921d0432fcab9d43ed256f02334e1cf6755 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期二, 29 三月 2022 10:27:34 +0800 Subject: [PATCH] 1.封装新的全视通dll 2.更新TBL.dll、IOS.dll库 --- ZigbeeApp/Home.Ios/Home.IOS.csproj | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Home.IOS.csproj b/ZigbeeApp/Home.Ios/Home.IOS.csproj index efe7dc0..6c83bb0 100644 --- a/ZigbeeApp/Home.Ios/Home.IOS.csproj +++ b/ZigbeeApp/Home.Ios/Home.IOS.csproj @@ -53,13 +53,15 @@ <CodesignKey>iPhone Developer</CodesignKey> <MtouchDebug>true</MtouchDebug> <MtouchI18n>cjk</MtouchI18n> -<MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler> +<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> <OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder> <MtouchLink>SdkOnly</MtouchLink> <CodesignProvision>ComEvoyoHomeDevelopment</CodesignProvision> -<MtouchExtraArgs>-gcc_flags="-dead_strip" </MtouchExtraArgs> +<MtouchEnableSGenConc>true</MtouchEnableSGenConc> +<MtouchFastDev>true</MtouchFastDev> +<MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -84,9 +86,6 @@ <Reference Include="Xamarin.iOS" /> <Reference Include="System.Numerics" /> <Reference Include="System.Numerics.Vectors" /> - <Reference Include="Shared.IOS"> - <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> - </Reference> <Reference Include="Newtonsoft.Json"> <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> </Reference> @@ -94,14 +93,14 @@ <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> </Reference> <Reference Include="System.Net.Http" /> - <Reference Include="Shared.IOS.ESVideoPhoneSDK"> - <HintPath>..\Shared\DLL\IOS\Shared.IOS.ESVideoPhoneSDK.dll</HintPath> - </Reference> <Reference Include="Shared.IOS.TBL"> - <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath> + <HintPath>..\..\..\Library\Shared.IOS.TBL\bin\Debug\Shared.IOS.TBL.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS"> + <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> </Reference> <Reference Include="Shared.IOS.HDLFVSDK"> - <HintPath>..\Shared\DLL\Shared.IOS.HDLFVSDK.dll</HintPath> + <HintPath>..\Shared\DLL\IOS\Shared.IOS.HDLFVSDK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0