From ea4b1f379fa052b1e044e1d67e85a8500cbd86ff Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 02 八月 2024 17:01:15 +0800
Subject: [PATCH] 可视对讲铃声功能
---
HDL-ON_iOS/HDL-ON_iOS.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index 3747f4d..ae24865 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -545,6 +545,10 @@
<Compile Include="Other\JLCountrycode.cs" />
<Compile Include="BlueWifi.cs" />
<Compile Include="Other\SkipControl.cs" />
+ <Compile Include="Other\PlaySystemRingtone.cs" />
+ <Compile Include="Other\ScheduleLocalNotification.cs" />
+ <Compile Include="Other\UserNotificationCenterDelegate.cs" />
+ <Compile Include="Other\SoundPlayer.cs" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" />
@@ -1794,6 +1798,7 @@
<BundleResource Include="Resources\Phone\LogicIcon\electricaltvhisense.png" />
<BundleResource Include="Resources\Phone\FunctionIcon\EnvirSensor\Pm10Bg.png" />
<BundleResource Include="Resources\Phone\FunctionIcon\EnvirSensor\Pm10Icon.png" />
+ <BundleResource Include="Resources\oldphone_mono.wav" />
</ItemGroup>
<ItemGroup>
<ITunesArtwork Include="iTunesArtwork" />
--
Gitblit v1.8.0