From b02e8275a21dc06bf54b66273485d44e007a2616 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期一, 20 七月 2020 14:50:17 +0800 Subject: [PATCH] 新代码 --- ZigbeeApp/Home.Ios/Home.IOS.csproj | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Home.IOS.csproj b/ZigbeeApp/Home.Ios/Home.IOS.csproj index 3611ec5..b77a7b7 100644 --- a/ZigbeeApp/Home.Ios/Home.IOS.csproj +++ b/ZigbeeApp/Home.Ios/Home.IOS.csproj @@ -25,6 +25,8 @@ <MtouchArch>x86_64</MtouchArch> <MtouchLink>None</MtouchLink> <MtouchDebug>true</MtouchDebug> + <CodesignProvision>Home_Dev2</CodesignProvision> + <CodesignKey>iPhone Developer</CodesignKey> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> <DebugType>none</DebugType> @@ -51,7 +53,6 @@ <MtouchDebug>true</MtouchDebug> <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> <MtouchI18n>cjk</MtouchI18n> -<CodesignProvision>Home_Dev</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -728,6 +729,7 @@ <BundleResource Include="Resources\Phone\ZigeeLogic\timeparagraph.png" /> <BundleResource Include="Resources\Phone\ZigeeLogic\light.png" /> <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor44.png" /> + <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor541.png" /> <BundleResource Include="Resources\Phone\ZigeeLogic\back1.png" /> <BundleResource Include="Resources\Phone\ZigeeLogic\selectedpanel.png" /> <BundleResource Include="Resources\Phone\ZigeeLogic\nofunction.png" /> @@ -1140,8 +1142,7 @@ <BundleResource Include="Resources\Phone\Gateway\WiredGateway.png" /> <BundleResource Include="Resources\Phone\Gateway\WirelessGateway.png" /> <BundleResource Include="Resources\Phone\Gateway\AddGatewaySuccess.png" /> - <BundleResource Include="Resources\Phone\Item\SynchronizationSelected.png" /> </ItemGroup> <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -</Project> +</Project> \ No newline at end of file -- Gitblit v1.8.0