From e22e6699a4ec73e81f45526eb8249379963e22d7 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 14 九月 2022 13:49:05 +0800 Subject: [PATCH] 光伏更新 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 38 insertions(+), 9 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 92730c7..7f63db9 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -51,7 +51,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <MtouchArch>ARM64</MtouchArch> - <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> + <CodesignKey>iPhone Developer</CodesignKey> <MtouchDebug>true</MtouchDebug> <MtouchI18n>cjk</MtouchI18n> <MtouchLink>SdkOnly</MtouchLink> @@ -59,7 +59,6 @@ <MtouchEnableSGenConc>false</MtouchEnableSGenConc> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -<CodesignProvision>OnPro220307-2-Dev</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -96,9 +95,6 @@ <Reference Include="EZSDK.IOS"> <HintPath>..\DLL\IOS\EZSDK.IOS.dll</HintPath> </Reference> - <Reference Include="Shared.IOS"> - <HintPath>..\DLL\Shared.IOS.dll</HintPath> - </Reference> <Reference Include="Shared.IOS.ESVideoOnSDK"> <HintPath>..\DLL\FL\iOS\Shared.IOS.ESVideoOnSDK.dll</HintPath> </Reference> @@ -113,6 +109,12 @@ </Reference> <Reference Include="Shared.IOS.HDLFVSDK"> <HintPath>..\DLL\IOS\Shared.IOS.HDLFVSDK.dll</HintPath> + </Reference> + <Reference Include="HDL.Shared.IOS.ScanQRCode"> + <HintPath>..\DLL\IOS\HDL.Shared.IOS.ScanQRCode.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS"> + <HintPath>..\DLL\Shared.IOS.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -1415,6 +1417,37 @@ <BundleResource Include="Resources\Phone\FunctionIcon\Icon\HomeIcon\curtaindream_white.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\CAC\HvacCacHumidityIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\CAC\HvacCacTempIcon.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneRunBgIcon.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneSitBgIcon.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\SomeoneStandBgIcon.png" /> + <BundleResource Include="Resources\Phone\Public\Iot_agreement_icon.png" /> + <BundleResource Include="Resources\h5\index.html" /> + <BundleResource Include="Resources\h5\static\index.2772579d.css" /> + <BundleResource Include="Resources\h5\static\images\coal-save-ic.png" /> + <BundleResource Include="Resources\h5\static\images\inverter-center.svg" /> + <BundleResource Include="Resources\h5\static\images\equal-plant-ic.png" /> + <BundleResource Include="Resources\h5\static\images\left-icon-unselect.png" /> + <BundleResource Include="Resources\h5\static\images\eidt.png" /> + <BundleResource Include="Resources\h5\static\images\switch-off.svg" /> + <BundleResource Include="Resources\h5\static\images\circle-ic.png" /> + <BundleResource Include="Resources\h5\static\images\inverter-center.png" /> + <BundleResource Include="Resources\h5\static\images\pan_ic.png" /> + <BundleResource Include="Resources\h5\static\images\right-icon-unselect.png" /> + <BundleResource Include="Resources\h5\static\images\up-icon-unselect.png" /> + <BundleResource Include="Resources\h5\static\images\switch-on.svg" /> + <BundleResource Include="Resources\h5\static\images\inverter-center.webp" /> + <BundleResource Include="Resources\h5\static\images\yinying.png" /> + <BundleResource Include="Resources\h5\static\images\down-icon-unselect.png" /> + <BundleResource Include="Resources\h5\static\images\co2-reduction-ic.png" /> + <BundleResource Include="Resources\h5\static\images\left-icon.png" /> + <BundleResource Include="Resources\h5\static\js\pages-index-index.8a722e25.js" /> + <BundleResource Include="Resources\h5\static\js\index.59e45951.js" /> + <BundleResource Include="Resources\h5\static\js\chunk-vendors.62a46973.js" /> + <BundleResource Include="Resources\h5\static\js\pages-inverter-index.657e5979.js" /> + <BundleResource Include="Resources\h5\static\img\inverter-center.18b181f4.png" /> + <BundleResource Include="Resources\h5\static\img\co2-reduction-ic.9c75228c.png" /> + <BundleResource Include="Resources\h5\static\img\equal-plant-ic.7ef6befa.png" /> + <BundleResource Include="Resources\h5\static\img\coal-save-ic.6c5fd125.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> @@ -1458,10 +1491,6 @@ <ProjectReference Include="..\SiriKit\SiriKit.csproj"> <Project>{8B1652FA-5158-4D57-B90D-07BB91766625}</Project> <Name>SiriKit</Name> - </ProjectReference> - <ProjectReference Include="..\UMSdk\UMSdk.csproj"> - <Project>{5CD1B2DE-1ABD-4B46-8C97-CCB6EA90346A}</Project> - <Name>UMSdk</Name> </ProjectReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0