From 8fec9c2162b900fb59a3a3433bbcbc87c5e86777 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 13 六月 2024 17:52:14 +0800
Subject: [PATCH] 更新了iOS扫码sdk,兼容最新手机系统(17.5.1);增加了阿里云日志服务

---
 HDL-ON_iOS/HDL-ON_iOS.csproj |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index 87c716b..b3ce1dd 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -30,6 +30,7 @@
         <CodesignProvision>OnPro2307291-Dev</CodesignProvision>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <MtouchI18n>cjk</MtouchI18n>
+        <MtouchSdkVersion>17.5</MtouchSdkVersion>
     </PropertyGroup>
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
         <DebugType>none</DebugType>
@@ -55,12 +56,13 @@
         <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey>
         <MtouchDebug>true</MtouchDebug>
         <MtouchI18n>cjk</MtouchI18n>
-        <MtouchLink>None</MtouchLink>
+        <MtouchLink>SdkOnly</MtouchLink>
         <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs>
         <MtouchEnableSGenConc>false</MtouchEnableSGenConc>
 <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 <CodesignProvision>OnPro2307291-Dev</CodesignProvision>
+<MtouchSdkVersion>17.5</MtouchSdkVersion>
     </PropertyGroup>
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
         <DebugType>none</DebugType>
@@ -76,6 +78,7 @@
         <MtouchI18n>cjk</MtouchI18n>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <CodesignProvision>OnPro240130-1-Hoc</CodesignProvision>
+        <MtouchSdkVersion>17.5</MtouchSdkVersion>
     </PropertyGroup>
     <ItemGroup>
         <Reference Include="System" />
@@ -119,6 +122,9 @@
         <Reference Include="Shared.IOS">
           <HintPath>..\DLL\Shared.IOS.dll</HintPath>
         </Reference>
+        <Reference Include="Aliyun.Api.LogService">
+          <HintPath>..\DLL\Aliyun.Api.LogService.dll</HintPath>
+        </Reference>
     </ItemGroup>
     <ItemGroup>
       <PackageReference Include="Newtonsoft.Json">
@@ -142,6 +148,18 @@
       <PackageReference Include="Xamarin.iOS.SwiftRuntimeSupport">
         <Version>0.2.1</Version>
       </PackageReference>
+      <PackageReference Include="Google.Protobuf">
+        <Version>3.5.1</Version>
+      </PackageReference>
+      <PackageReference Include="Microsoft.AspNet.WebApi.Client">
+        <Version>5.2.4</Version>
+      </PackageReference>
+      <PackageReference Include="Iconic.Zlib.Netstandard">
+        <Version>1.0.0</Version>
+      </PackageReference>
+      <PackageReference Include="lz4net">
+        <Version>1.0.15.93</Version>
+      </PackageReference>
     </ItemGroup>
     <ItemGroup>
         <ImageAsset Include="Assets.xcassets\add_server1.imageset\add_server1.png" />

--
Gitblit v1.8.0