From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 30 八月 2022 09:37:38 +0800 Subject: [PATCH] 合并了IOS的代码 --- ZigbeeApp/Home.Ios/Home.IOS.csproj | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Home.IOS.csproj b/ZigbeeApp/Home.Ios/Home.IOS.csproj index f749f27..8d78e92 100644 --- a/ZigbeeApp/Home.Ios/Home.IOS.csproj +++ b/ZigbeeApp/Home.Ios/Home.IOS.csproj @@ -73,12 +73,12 @@ <WarningLevel>4</WarningLevel> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> <MtouchArch>ARM64</MtouchArch> - <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> + <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey> <MtouchI18n>cjk</MtouchI18n> <DeviceSpecificBuild>true</DeviceSpecificBuild> <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> <MtouchLink>SdkOnly</MtouchLink> -<CodesignProvision>ComEvoyoHomeDevelopment</CodesignProvision> +<CodesignProvision>ComEvoyoHomeAppStore0301</CodesignProvision> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -99,6 +99,9 @@ </Reference> <Reference Include="Shared.IOS"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> + </Reference> + <Reference Include="Elian.iOS"> + <HintPath>..\Shared\DLL\Elian.iOS.dll</HintPath> </Reference> <Reference Include="Shared.IOS.HDLFVSDK"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.HDLFVSDK.dll</HintPath> @@ -152,12 +155,6 @@ <Compile Include="Reachability.cs" /> <Compile Include="ZXingOverlayView.cs" /> <Compile Include="ESVideo.cs" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Elian.iOS\Elian.iOS.csproj"> - <Project>{85F1AF50-75A6-4011-B811-56B32DA77568}</Project> - <Name>Elian.iOS</Name> - </ProjectReference> </ItemGroup> <ItemGroup> <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" /> -- Gitblit v1.8.0