From 7ca4d7e50871c558e5927b6b0eeecb2071fdf14c Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 27 十一月 2020 14:07:47 +0800 Subject: [PATCH] Revert "20201127 合并嘉乐代码" --- HDL-ON_iOS/HDL-ON_iOS.csproj | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 0c0fbba..bb7e0b5 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -51,6 +51,7 @@ <MtouchDebug>true</MtouchDebug> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC";-w</MtouchExtraArgs> <MtouchI18n>cjk</MtouchI18n> + <MtouchLink>SdkOnly</MtouchLink> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -62,6 +63,7 @@ <MtouchArch>ARM64</MtouchArch> <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey> <CodesignProvision>dis-onpro-080401</CodesignProvision> + <MtouchLink>SdkOnly</MtouchLink> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -82,6 +84,9 @@ <Reference Include="MJRefresh_Xamarin"> <HintPath>..\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> </Reference> + <Reference Include="Shared.IOS.JLCountryCode"> + <HintPath>..\DLL\IOS\Shared.IOS.JLCountryCode.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Xamarin.Essentials" Version="1.1.0" /> @@ -89,16 +94,19 @@ <Version>12.0.2</Version> </PackageReference> <PackageReference Include="MQTTnet"> - <Version>3.0.8</Version> + <Version>3.0.13</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Analytics"> - <Version>3.1.0</Version> + <Version>4.0.0</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Crashes"> - <Version>3.1.0</Version> + <Version>4.0.0</Version> </PackageReference> <PackageReference Include="ZXing.Net.Mobile"> <Version>2.4.1</Version> + </PackageReference> + <PackageReference Include="RestSharp"> + <Version>106.11.7</Version> </PackageReference> </ItemGroup> <ItemGroup> @@ -172,6 +180,8 @@ <Folder Include="Resources\Phone\Public\AirIcon\" /> <Folder Include="Resources\Phone\PersonalCenter\ResetPassword\" /> <Folder Include="Resources\Phone\Intelligence\Gallery\" /> + <Folder Include="Resources\Phone\FunctionIcon\DeviceIcon\" /> + <Folder Include="Other\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -192,6 +202,7 @@ <Compile Include="Reachability.cs" /> <Compile Include="Scan.cs" /> <Compile Include="ZXingOverlayView.cs" /> + <Compile Include="Other\JLCountrycode.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> @@ -545,6 +556,7 @@ <BundleResource Include="Resources\Phone\FunctionIcon\Curtain\MotorCurtainIcon.png" /> <BundleResource Include="Resources\Phone\OnIcon.png" /> <BundleResource Include="Resources\Phone\TipNot.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\DeviceIcon\VoicePanelIcon.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0