From 83dcb19ea8481a8ae38ef75359dadbf0bf61d3b3 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 01 二月 2021 18:20:25 +0800 Subject: [PATCH] 2021-02-01 1.更新 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index fc4a08f..f8b6b56 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> @@ -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" /> @@ -1011,15 +1011,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