From 8ce8db392faf6f73fb268e6d74a964d86ad23de8 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 02 九月 2022 15:47:03 +0800
Subject: [PATCH] 文本同步

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

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index b8e078d..a1955c5 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -114,6 +114,9 @@
         <Reference Include="Shared.IOS.HDLFVSDK">
           <HintPath>..\DLL\IOS\Shared.IOS.HDLFVSDK.dll</HintPath>
         </Reference>
+        <Reference Include="HDL.Shared.IOS.ScanQRCode">
+          <HintPath>..\DLL\IOS\HDL.Shared.IOS.ScanQRCode.dll</HintPath>
+        </Reference>
     </ItemGroup>
     <ItemGroup>
       <PackageReference Include="Newtonsoft.Json">
@@ -1418,6 +1421,7 @@
       <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneRunBgIcon.png" />
       <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneSitBgIcon.png" />
       <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneStandBgIcon.png" />
+      <BundleResource Include="Resources\Phone\Public\Iot_agreement_icon.png" />
     </ItemGroup>
     <ItemGroup>
       <ITunesArtwork Include="iTunesArtwork" />

--
Gitblit v1.8.0