From eb424d24e39bab4a245725f35deab3f234ea0f13 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 13 十二月 2019 10:48:50 +0800 Subject: [PATCH] 2019.12.13 --- ZigbeeApp/Home.Ios/Home.IOS.csproj | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Home.IOS.csproj b/ZigbeeApp/Home.Ios/Home.IOS.csproj old mode 100755 new mode 100644 index ae9e623..07ec6c1 --- a/ZigbeeApp/Home.Ios/Home.IOS.csproj +++ b/ZigbeeApp/Home.Ios/Home.IOS.csproj @@ -80,6 +80,12 @@ <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> </Reference> <Reference Include="System.Net.Http" /> + <Reference Include="MJRefresh_Xamarin"> + <HintPath>..\Shared\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Essentials"> + <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Xamarin.Essentials" Version="1.2.0" /> @@ -93,7 +99,7 @@ <Version>2.6.1</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter"> - <Version>2.6.1</Version> + <Version>2.6.2</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Analytics"> <Version>2.6.1</Version> @@ -211,6 +217,7 @@ <BundleResource Include="Resources\Phone\AC\Swing_1Selected.png" /> <BundleResource Include="Resources\Phone\AC\Mode_Dry.png" /> <BundleResource Include="Resources\Phone\AC\Group.png" /> + <BundleResource Include="Resources\Phone\AC\AC_TIP.png" /> <BundleResource Include="Resources\Phone\AC\Swing_2.png" /> <BundleResource Include="Resources\Phone\AC\Swing_3.png" /> <BundleResource Include="Resources\Phone\AC\Fan_Low.png" /> @@ -295,10 +302,16 @@ <BundleResource Include="Resources\Phone\RollerShade\Open.png" /> <BundleResource Include="Resources\Phone\RollerShade\CloseSelected.png" /> <BundleResource Include="Resources\Phone\RollerShade\Close.png" /> - <BundleResource Include="Resources\Phone\SceneIcon\4.png" /> - <BundleResource Include="Resources\Phone\SceneIcon\2.png" /> - <BundleResource Include="Resources\Phone\SceneIcon\3.png" /> - <BundleResource Include="Resources\Phone\SceneIcon\1.png" /> + <BundleResource Include="Resources\Phone\SceneIcon\8.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\9.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\4.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\5.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\7.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\6.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\2.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\3.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\1.jpg" /> + <BundleResource Include="Resources\Phone\SceneIcon\0.jpg" /> <BundleResource Include="Resources\Phone\BindPic\BindEmptyPic.png" /> <BundleResource Include="Resources\Phone\BindPic\BindLeft.png" /> <BundleResource Include="Resources\Phone\BindPic\BindAdd.png" /> @@ -428,6 +441,7 @@ <BundleResource Include="Resources\Phone\Item\UnLockFail.png" /> <BundleResource Include="Resources\Phone\Item\ProgressMsg.png" /> <BundleResource Include="Resources\Phone\Item\BottomButtonGround.png" /> + <BundleResource Include="Resources\Phone\Item\AutoBackup.png" /> <BundleResource Include="Resources\Phone\Item\Category_FunctionBGSelected.png" /> <BundleResource Include="Resources\Phone\Item\NoFunction.png" /> <BundleResource Include="Resources\Phone\Item\DeleteIcon2.png" /> @@ -617,6 +631,7 @@ <BundleResource Include="Resources\Phone\Floor\FloorSelected.png" /> <BundleResource Include="Resources\Phone\Floor\Floor.png" /> <BundleResource Include="Resources\Phone\RoomIcon\4.JPG" /> + <BundleResource Include="Resources\Phone\RoomIcon\5.JPG" /> <BundleResource Include="Resources\Phone\RoomIcon\2.JPG" /> <BundleResource Include="Resources\Phone\RoomIcon\3.JPG" /> <BundleResource Include="Resources\Phone\RoomIcon\1.JPG" /> @@ -635,6 +650,7 @@ <BundleResource Include="Resources\Phone\Account\Logo_loginBG.png" /> <BundleResource Include="Resources\Phone\Account\Back.png" /> <BundleResource Include="Resources\Phone\Account\UnhidePwd.png" /> + <BundleResource Include="Resources\Phone\Scene\Delaying.png" /> <BundleResource Include="Resources\Phone\Scene\Selected.png" /> <BundleResource Include="Resources\Phone\Scene\SceneIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\17Icon.png" /> -- Gitblit v1.8.0