From c207cd8df8a432d044bbc9e0da7f05d200769ef1 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 02 九月 2022 16:41:45 +0800 Subject: [PATCH] 合并光伏储能代码 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 43 +++++++++++++++++++++++++++++++++++-------- 1 files changed, 35 insertions(+), 8 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 78e6c1e..50f64af 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> @@ -105,11 +104,17 @@ <Reference Include="Shared.IOS.LCVideoOnSDK"> <HintPath>..\DLL\LC\IOS\Shared.IOS.LCVideoOnSDK.dll</HintPath> </Reference> + <Reference Include="Shared.IOS.HDLSceneSiri"> + <HintPath>..\DLL\IOS\Shared.IOS.HDLSceneSiri.dll</HintPath> + </Reference> <Reference Include="Shared.IOS.HDLLinphoneSDK"> <HintPath>..\DLL\Linphone\iOS\Shared.IOS.HDLLinphoneSDK.dll</HintPath> </Reference> - <Reference Include="Shared.IOS.HDLSceneSiri"> - <HintPath>..\DLL\IOS\Shared.IOS.HDLSceneSiri.dll</HintPath> + <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> </ItemGroup> <ItemGroup> @@ -1407,6 +1412,32 @@ <BundleResource Include="Resources\Phone\MusicIcon\order.png" /> <BundleResource Include="Resources\Phone\MusicIcon\single_cycle.png" /> <BundleResource Include="Resources\Phone\Public\ThumbImage2.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Icon\curtaindream.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Icon\HomeIcon\curtaindream_blue.png" /> + <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\device-normal-status.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\circle-ic.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\yinying.png" /> + <BundleResource Include="Resources\h5\static\images\down-icon-unselect.png" /> + <BundleResource Include="Resources\h5\static\images\left-icon.png" /> + <BundleResource Include="Resources\h5\static\js\index.54a11c2b.js" /> + <BundleResource Include="Resources\h5\static\js\pages-inverter-index.01a50026.js" /> + <BundleResource Include="Resources\h5\static\js\chunk-vendors.1f60cf1d.js" /> + <BundleResource Include="Resources\h5\static\js\pages-index-index.bdd0e449.js" /> + <BundleResource Include="Resources\h5\static\img\circle-ic.0121c69d.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> @@ -1450,10 +1481,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