From 51027e85bda6ef93f5ecfbeb6117d0084b39f242 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 07 八月 2024 10:39:34 +0800 Subject: [PATCH] 服务器选择提示 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 08947e7..3b72080 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -61,7 +61,7 @@ <MtouchEnableSGenConc>false</MtouchEnableSGenConc> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -<CodesignProvision>OnPro2307291-Dev</CodesignProvision> +<CodesignProvision>0002-OnPro-240704-1-Dev</CodesignProvision> <MtouchSdkVersion>17.5</MtouchSdkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> @@ -77,7 +77,7 @@ <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchI18n>cjk</MtouchI18n> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - <CodesignProvision>OnPro240130-1-Hoc</CodesignProvision> + <CodesignProvision>Automatic</CodesignProvision> <MtouchSdkVersion>17.5</MtouchSdkVersion> </PropertyGroup> <ItemGroup> @@ -101,9 +101,6 @@ <Reference Include="HDL.Shared.IOS.ScanQRCode"> <HintPath>..\DLL\IOS\HDL.Shared.IOS.ScanQRCode.dll</HintPath> </Reference> - <Reference Include="Shared.IOS.HDLLinphoneSDK"> - <HintPath>..\DLL\Linphone\iOS\Shared.IOS.HDLLinphoneSDK.dll</HintPath> - </Reference> <Reference Include="Shared.IOS.LCVideoOnSDK"> <HintPath>..\DLL\LC\IOS\Shared.IOS.LCVideoOnSDK.dll</HintPath> </Reference> @@ -124,6 +121,9 @@ </Reference> <Reference Include="Aliyun.Api.LogService"> <HintPath>..\DLL\Aliyun.Api.LogService.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS.HDLLinphoneSDK"> + <HintPath>..\DLL\Linphone\iOS\Shared.IOS.HDLLinphoneSDK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -545,6 +545,7 @@ <Compile Include="Other\JLCountrycode.cs" /> <Compile Include="BlueWifi.cs" /> <Compile Include="Other\SkipControl.cs" /> + <Compile Include="Other\SoundPlayer.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> @@ -1794,6 +1795,15 @@ <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" /> + <BundleResource Include="Resources\ic_esvideo_on_answer.png" /> + <BundleResource Include="Resources\ic_esvideo_on_back.png" /> + <BundleResource Include="Resources\ic_esvideo_on_hangup_all.png" /> + <BundleResource Include="Resources\ic_esvideo_on_hangup.png" /> + <BundleResource Include="Resources\ic_esvideo_on_takephoto_select.png" /> + <BundleResource Include="Resources\ic_esvideo_on_takephoto_unselect.png" /> + <BundleResource Include="Resources\ic_esvideo_on_unlock_select.png" /> + <BundleResource Include="Resources\ic_esvideo_on_unlock_unselect.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0