From 427a6e93b8946b9d91727166a352b2ee2ef75d19 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 05 二月 2021 10:10:08 +0800 Subject: [PATCH] Delete .DS_Store --- HDL-ON_iOS/HDL-ON_iOS.csproj | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index fc4a08f..960f63a 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -51,9 +51,9 @@ <MtouchDebug>true</MtouchDebug> <MtouchI18n>cjk</MtouchI18n> <MtouchLink>SdkOnly</MtouchLink> - <CodesignProvision>onpro0804</CodesignProvision> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchEnableSGenConc>false</MtouchEnableSGenConc> +<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -90,7 +90,7 @@ <HintPath>..\DLL\IOS\Shared.IOS.JLCountryCode.dll</HintPath> </Reference> <Reference Include="EZSDK.IOS"> - <HintPath>..\..\Xamarin鎺т欢搴揬EZOpenSDK\EZSDK.IOS\EZSDK.IOS\bin\Release\EZSDK.IOS.dll</HintPath> + <HintPath>..\DLL\IOS\EZSDK.IOS.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -491,11 +491,11 @@ <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> <InterfaceDefinition Include="Main.storyboard" /> - <InterfaceDefinition Include="EZ\EZVideoTalkViewcontroller.xib" /> - <InterfaceDefinition Include="EZ\EZSupportViewController.xib" /> - <InterfaceDefinition Include="EZ\EZMain.storyboard" /> - <InterfaceDefinition Include="EZ\AddDevice.storyboard" /> <InterfaceDefinition Include="Resources\LaunchScreen.xib" /> + <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZVideoTalkViewcontroller.xib" /> + <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZSupportViewController.xib" /> + <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZMain.storyboard" /> + <InterfaceDefinition Include="Resources\EZ\Base.lproj\AddDevice.storyboard" /> </ItemGroup> <ItemGroup> <None Include="Info.plist" /> @@ -514,6 +514,7 @@ <Compile Include="ZXingOverlayView.cs" /> <Compile Include="Other\JLCountrycode.cs" /> <Compile Include="BlueWifi.cs" /> + <Compile Include="Other\ESVideo.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> @@ -1011,15 +1012,18 @@ <BundleResource Include="Resources\query_loading.gif" /> <BundleResource Include="Resources\com.hri.hpc.mobile.ios.player.metallib" /> <BundleResource Include="Resources\zh-Hans.lproj\Localizable.strings" /> - <BundleResource Include="Resources\zh-Hans.lproj\EZMain.strings" /> - <BundleResource Include="Resources\zh-Hans.lproj\AddDevice.strings" /> <BundleResource Include="Resources\en.lproj\Localizable.strings" /> - <BundleResource Include="Resources\en.lproj\EZMain.strings" /> - <BundleResource Include="Resources\en.lproj\AddDevice.strings" /> - <BundleResource Include="Resources\MJRefresh.bundle\arrow%402x.png" /> <BundleResource Include="Resources\Base.lproj\Localizable.strings" /> <BundleResource Include="Resources\Phone\LogicIcon\sensor.png" /> <BundleResource Include="Resources\Phone\PersonalCenter\UserTypebg2.png" /> + <BundleResource Include="Resources\MJRefresh.bundle\arrow%402x.png" /> + <BundleResource Include="Resources\MJRefresh.bundle\zh-Hans.lproj\Localizable.strings" /> + <BundleResource Include="Resources\MJRefresh.bundle\en.lproj\Localizable.strings" /> + <BundleResource Include="Resources\MJRefresh.bundle\zh-Hant.lproj\Localizable.strings" /> + <BundleResource Include="Resources\en.lproj\AddDevice.strings" /> + <BundleResource Include="Resources\en.lproj\EZMain.strings" /> + <BundleResource Include="Resources\zh-Hans.lproj\AddDevice.strings" /> + <BundleResource Include="Resources\zh-Hans.lproj\EZMain.strings" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0