From 017af840d60fd6a56da9711308bf8239cb7fc1e6 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 13 十一月 2020 11:01:01 +0800 Subject: [PATCH] 2020-11-13 1.部分接口替换备份 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 6d07110..be15a71 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -82,6 +82,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" /> @@ -99,6 +102,9 @@ </PackageReference> <PackageReference Include="ZXing.Net.Mobile"> <Version>2.4.1</Version> + </PackageReference> + <PackageReference Include="RestSharp"> + <Version>106.11.7</Version> </PackageReference> </ItemGroup> <ItemGroup> @@ -173,6 +179,7 @@ <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" /> @@ -193,6 +200,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" /> -- Gitblit v1.8.0