From 30d5375178a275abd2019f2e5ce0eab1dfa51e0e Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 16 三月 2020 09:50:03 +0800 Subject: [PATCH] 2020-03-16 1.Android 修改包名为com.hdl.crabtreenew. --- Crabtree/ON.Ios/ON.Ios.csproj | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 8ddbee3..ee4a8de 100644 --- a/Crabtree/ON.Ios/ON.Ios.csproj +++ b/Crabtree/ON.Ios/ON.Ios.csproj @@ -59,12 +59,13 @@ <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey> + <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> <MtouchLink>None</MtouchLink> <MtouchArch>i386</MtouchArch> <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> <MtouchTlsProvider>Default</MtouchTlsProvider> <MtouchI18n>cjk</MtouchI18n> + <CodesignProvision>iOS Team Provisioning Profile: com.hdl.SimpleControl</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> <DebugSymbols>true</DebugSymbols> @@ -115,7 +116,7 @@ <Reference Include="System.Web.Services" /> <Reference Include="System.Net" /> <Reference Include="Newtonsoft.Json"> - <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Microsoft.CSharp" /> @@ -157,14 +158,17 @@ <Reference Include="Xamarin.Essentials"> <HintPath>..\packages\Xamarin.Essentials.1.0.0\lib\xamarinios10\Xamarin.Essentials.dll</HintPath> </Reference> - <Reference Include="Shared.IOS"> - <HintPath>..\SmartHome\dll\Shared.IOS.dll</HintPath> - </Reference> - <Reference Include="Shared.IOS.TBL"> - <HintPath>..\SmartHome\dll\Shared.IOS.TBL.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> + </Reference> + <Reference Include="MJRefresh_Xamarin"> + <HintPath>..\SmartHome\dll\IOS\MJRefresh_Xamarin.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS"> + <HintPath>..\SmartHome\dll\IOS\Shared.IOS.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS.TBL"> + <HintPath>..\SmartHome\dll\IOS\Shared.IOS.TBL.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -987,6 +991,9 @@ <BundleResource Include="Resources\Phone2\DownIRCodeIcon.png" /> <BundleResource Include="Resources\Phone2\TV\DownIRCodeIcon.png" /> <BundleResource Include="Resources\Phone2\CrabtreeAdd\FromSharing.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\Logout.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\WiFiOffline.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\CloudOffline.png" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="AddDevice.storyboard" /> -- Gitblit v1.8.0