From b4e1288a9b63eb820e9c9489c56aac4bf6b31067 Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期三, 18 十二月 2024 14:34:16 +0800
Subject: [PATCH] feature 图片资源更新

---
 EZSDK.IOS/EZSDK.IOS/EZSDK.IOS.csproj |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 42 insertions(+), 7 deletions(-)

diff --git a/EZSDK.IOS/EZSDK.IOS/EZSDK.IOS.csproj b/EZSDK.IOS/EZSDK.IOS/EZSDK.IOS.csproj
index f5ace78..6b03494 100644
--- a/EZSDK.IOS/EZSDK.IOS/EZSDK.IOS.csproj
+++ b/EZSDK.IOS/EZSDK.IOS/EZSDK.IOS.csproj
@@ -46,18 +46,15 @@
     <ObjcBindingCoreSource Include="Structs.cs" />
   </ItemGroup>
   <ItemGroup>
-    <NativeReference Include="Library\libEZSDK.a">
-      <Kind>Static</Kind>
-      <Frameworks>UIKit Foundation OpenAL CoreMedia GLKit AudioToolbox ExternalAccessory VideoToolbox MobileCoreServices SystemConfiguration NetworkExtension AVFoundation</Frameworks>
-      <LinkerFlags> -dead_strip -lc++ -lsqlite3.0 -lz -liconv.2.4.0 -lbz2  -ObjC</LinkerFlags>
-      <IsCxx>True</IsCxx>
-      <ForceLoad>True</ForceLoad>
-    </NativeReference>
     <NativeReference Include="Library\lib\FQDateTimeSDK.framework">
       <Kind>Framework</Kind>
     </NativeReference>
     <NativeReference Include="Library\lib\EZOpenSDKFramework.framework">
       <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\libEZSDK.a">
+      <Kind>Static</Kind>
+      <SmartLink>False</SmartLink>
     </NativeReference>
   </ItemGroup>
   <ItemGroup>
@@ -81,6 +78,44 @@
     <BundleResource Include="Resources\hdl_ez_wifi_connect_step1%403x.png" />
     <BundleResource Include="Resources\hdl_ez_wifi_connect_step2%402x.png" />
     <BundleResource Include="Resources\hdl_ez_wifi_connect_step2%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_add_device_success%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_add_device_success%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_balance%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_balance%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_exit%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_exit%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_hang_up%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_hang_up%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_hd_full%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_hd_full%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_pause%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_pause%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_play%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_play%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_smooth%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_smooth%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_sound_off%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_sound_off%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_volume%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_full_volume%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_hang_up%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_hang_up%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_ignore%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_ignore%403x.png" />
+    <BundleResource Include="Resources\large_back_btn%402x.png" />
+    <BundleResource Include="Resources\large_back_btn%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_answer%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_cat_eyes_answer%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_placeholder%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_placeholder%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_no_answer%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_no_answer%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_answer%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_msg_answer%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_detection_normal%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_detection_normal%403x.png" />
+    <BundleResource Include="Resources\hdl_ez_detection_selected%402x.png" />
+    <BundleResource Include="Resources\hdl_ez_detection_selected%403x.png" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.8.0