HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Home.Ios/Home.IOS.csproj
@@ -25,6 +25,7 @@
        <MtouchArch>x86_64</MtouchArch>
        <MtouchLink>None</MtouchLink>
        <MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
        <DebugType>none</DebugType>
@@ -52,13 +53,16 @@
        <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
        <CodesignKey>iPhone Developer</CodesignKey>
        <MtouchDebug>true</MtouchDebug>
        <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs>
        <MtouchI18n>cjk</MtouchI18n>
<CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision>
<MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags>
<OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags>
<OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder>
<MtouchLink>SdkOnly</MtouchLink>
<CodesignProvision>ComEvoyoHomeDevelopment</CodesignProvision>
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchFastDev>true</MtouchFastDev>
<MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
        <DebugType>none</DebugType>
@@ -69,11 +73,12 @@
        <WarningLevel>4</WarningLevel>
        <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
        <MtouchArch>ARM64</MtouchArch>
        <CodesignKey>iPhone Developer: 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>
        <CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision>
        <MtouchLink>SdkOnly</MtouchLink>
<CodesignProvision>ComEvoyoHomeAppStore0301</CodesignProvision>
    </PropertyGroup>
    <ItemGroup>
        <Reference Include="System" />
@@ -82,12 +87,6 @@
        <Reference Include="Xamarin.iOS" />
        <Reference Include="System.Numerics" />
        <Reference Include="System.Numerics.Vectors" />
        <Reference Include="Shared.IOS">
          <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath>
        </Reference>
        <Reference Include="Shared.IOS.TBL">
          <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath>
        </Reference>
        <Reference Include="Newtonsoft.Json">
          <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath>
        </Reference>
@@ -95,8 +94,17 @@
          <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
        </Reference>
        <Reference Include="System.Net.Http" />
        <Reference Include="Shared.IOS.ESVideoPhoneSDK">
          <HintPath>..\Shared\DLL\IOS\Shared.IOS.ESVideoPhoneSDK.dll</HintPath>
        <Reference Include="Shared.IOS.TBL">
          <HintPath>..\..\..\Library\Shared.IOS.TBL\bin\Debug\Shared.IOS.TBL.dll</HintPath>
        </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>
        </Reference>
    </ItemGroup>
    <ItemGroup>
@@ -111,10 +119,13 @@
        <Version>2.6.1</Version>
      </PackageReference>
      <PackageReference Include="Microsoft.AppCenter">
        <Version>2.6.1</Version>
        <Version>3.0.0</Version>
      </PackageReference>
      <PackageReference Include="Microsoft.AppCenter.Analytics">
        <Version>2.6.1</Version>
      </PackageReference>
      <PackageReference Include="kyub.org.bouncycastle.dtlssrtp">
        <Version>1.0.1</Version>
      </PackageReference>
    </ItemGroup>
    <ItemGroup>
@@ -144,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" />
@@ -222,6 +227,8 @@
      <BundleResource Include="Resources\Phone\Guide\WorkRoomIcon.png" />
      <BundleResource Include="Resources\Phone\Guide\Arrows2.png" />
      <BundleResource Include="Resources\Phone\Guide\Arrows1.png" />
      <BundleResource Include="Resources\Phone\Video\VideoTempPwdBackground.png" />
      <BundleResource Include="Resources\Phone\Video\VideoQRCodeBackground.png" />
      <BundleResource Include="Resources\Phone\Room\RoomCardView.png" />
      <BundleResource Include="Resources\Phone\Room\ItemSelected.png" />
      <BundleResource Include="Resources\Phone\Room\ItemUnSelected.png" />
@@ -246,6 +253,7 @@
      <BundleResource Include="Resources\Phone\Instruct\SensorInfrared.png" />
      <BundleResource Include="Resources\Phone\Instruct\AirSwitchCloudContr.png" />
      <BundleResource Include="Resources\Phone\Instruct\SensorTemperatureHumidity.png" />
      <BundleResource Include="Resources\Phone\Instruct\AirQualitySensor.png" />
      <BundleResource Include="Resources\Phone\Instruct\PanelFangyueTwoButton.png" />
      <BundleResource Include="Resources\Phone\Instruct\ButtonPanelSimpleEnvironment.png" />
      <BundleResource Include="Resources\Phone\Instruct\PanelCurtain.png" />
@@ -253,6 +261,7 @@
      <BundleResource Include="Resources\Phone\Instruct\SensorSphericalMotion.png" />
      <BundleResource Include="Resources\Phone\Instruct\PanelFourButton.png" />
      <BundleResource Include="Resources\Phone\Instruct\AirConditionerZbGateway.png" />
      <BundleResource Include="Resources\Phone\Instruct\Airer.png" />
      <BundleResource Include="Resources\Phone\Instruct\SensorCeilingGas.png" />
      <BundleResource Include="Resources\Phone\Instruct\IntelligentLocksH06C.png" />
      <BundleResource Include="Resources\Phone\Instruct\SensorDoorWindow.png" />
@@ -353,6 +362,25 @@
      <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_5.png" />
      <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_4.png" />
      <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_6.png" />
      <BundleResource Include="Resources\Phone\Airer\WindOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\Stop.png" />
      <BundleResource Include="Resources\Phone\Airer\LightSelected.png" />
      <BundleResource Include="Resources\Phone\Airer\StopOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\Up.png" />
      <BundleResource Include="Resources\Phone\Airer\Dry.png" />
      <BundleResource Include="Resources\Phone\Airer\Down.png" />
      <BundleResource Include="Resources\Phone\Airer\DetailAirerPic.png" />
      <BundleResource Include="Resources\Phone\Airer\DisinfectOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\Wind.png" />
      <BundleResource Include="Resources\Phone\Airer\LightOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\Airer216.png" />
      <BundleResource Include="Resources\Phone\Airer\DryOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\AirerOnrange108.png" />
      <BundleResource Include="Resources\Phone\Airer\AirerFunPic.png" />
      <BundleResource Include="Resources\Phone\Airer\UpOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\DownOffline.png" />
      <BundleResource Include="Resources\Phone\Airer\DisinfectSelected.png" />
      <BundleResource Include="Resources\Phone\Airer\FunctionPic.png" />
      <BundleResource Include="Resources\Phone\SceneCardIcon\8.png" />
      <BundleResource Include="Resources\Phone\SceneCardIcon\9.png" />
      <BundleResource Include="Resources\Phone\SceneCardIcon\12.png" />
@@ -479,6 +507,7 @@
      <BundleResource Include="Resources\Phone\DoorLock\DooorLockPicOpen.png" />
      <BundleResource Include="Resources\Phone\DoorLock\DelBackground.png" />
      <BundleResource Include="Resources\Phone\DoorLock\Password.png" />
      <BundleResource Include="Resources\Phone\DoorLock\faceIdOn.png" />
      <BundleResource Include="Resources\Phone\DoorLock\UnselectedIcon.png" />
      <BundleResource Include="Resources\Phone\DoorLock\AddIcCardTipPic.png" />
      <BundleResource Include="Resources\Phone\DoorLock\Switch.png" />
@@ -495,8 +524,10 @@
      <BundleResource Include="Resources\Phone\DoorLock\UnlockFailed.png" />
      <BundleResource Include="Resources\Phone\DoorLock\AddPasswordTicPic.png" />
      <BundleResource Include="Resources\Phone\DoorLock\AllMethodOn.png" />
      <BundleResource Include="Resources\Phone\DoorLock\AddFaceIDTipPic.png" />
      <BundleResource Include="Resources\Phone\DoorLock\NormallyOpenOn.png" />
      <BundleResource Include="Resources\Phone\DoorLock\VolumeIcon.png" />
      <BundleResource Include="Resources\Phone\DoorLock\faceId.png" />
      <BundleResource Include="Resources\Phone\DoorLock\SettingIcon.png" />
      <BundleResource Include="Resources\Phone\DoorLock\DoorlockIcon.png" />
      <BundleResource Include="Resources\Phone\DoorLock\SideslipPic.png" />
@@ -607,6 +638,7 @@
      <BundleResource Include="Resources\Phone\Item\DeviceLimitGround.png" />
      <BundleResource Include="Resources\Phone\Item\Switch.png" />
      <BundleResource Include="Resources\Phone\Item\GwSwitchIcon.png" />
      <BundleResource Include="Resources\Phone\Item\ReplaceIconSelected.png" />
      <BundleResource Include="Resources\Phone\Item\DeleteIcon1.png" />
      <BundleResource Include="Resources\Phone\Item\HouseSelected.png" />
      <BundleResource Include="Resources\Phone\Item\videoIntercomNext.png" />
@@ -752,6 +784,7 @@
      <BundleResource Include="Resources\Phone\Device\CurtainSiphonate.png" />
      <BundleResource Include="Resources\Phone\Device\Socket1Selected2.png" />
      <BundleResource Include="Resources\Phone\Device\DimmableLight.png" />
      <BundleResource Include="Resources\Phone\Device\AirQualitySensorSelected.png" />
      <BundleResource Include="Resources\Phone\Device\ColorLightTemperatureSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelTwo.png" />
      <BundleResource Include="Resources\Phone\Device\RelayEpointSelected2.png" />
@@ -795,6 +828,7 @@
      <BundleResource Include="Resources\Phone\Device\RepeaterZigbeeSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtainSelected.png" />
      <BundleResource Include="Resources\Phone\Device\SensorDoorWindowSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\AirQualitySensor.png" />
      <BundleResource Include="Resources\Phone\Device\RelayThreeLoadSelected.png" />
      <BundleResource Include="Resources\Phone\Device\DryContactSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtain.png" />
@@ -822,6 +856,7 @@
      <BundleResource Include="Resources\Phone\Device\IntelligentLocks.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironment.png" />
      <BundleResource Include="Resources\Phone\Device\ConverterZb485Selected.png" />
      <BundleResource Include="Resources\Phone\Device\AirQualitySensorSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\ColorLightSelected.png" />
      <BundleResource Include="Resources\Phone\Device\SensorEmergencyButton.png" />
      <BundleResource Include="Resources\Phone\Device\AirSwitch.png" />
@@ -850,6 +885,7 @@
      <BundleResource Include="Resources\Phone\Device\AirConditioner.png" />
      <BundleResource Include="Resources\Phone\Device\SensorFireSelected.png" />
      <BundleResource Include="Resources\Phone\Device\ColorLight.png" />
      <BundleResource Include="Resources\Phone\Device\AirerSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\AirConditionerZbGatewaySelected.png" />
      <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpointSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\Switch.png" />
@@ -862,6 +898,7 @@
      <BundleResource Include="Resources\Phone\Device\DryContact.png" />
      <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContrSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected.png" />
      <BundleResource Include="Resources\Phone\Device\Airer.png" />
      <BundleResource Include="Resources\Phone\Device\ButtonPanelOneSelected.png" />
      <BundleResource Include="Resources\Phone\Device\SensorPirSelected.png" />
      <BundleResource Include="Resources\Phone\Device\SensorCeilingGas.png" />
@@ -900,6 +937,7 @@
      <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\SensorSphericalMotionSelected.png" />
      <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoad.png" />
      <BundleResource Include="Resources\Phone\Device\AirerSelected.png" />
      <BundleResource Include="Resources\Phone\Device\SensorHumiditySelected2.png" />
      <BundleResource Include="Resources\Phone\Device\SensorPirSelected2.png" />
      <BundleResource Include="Resources\Phone\Device\SensorMotionSelected2.png" />
@@ -946,6 +984,14 @@
      <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_1.png" />
      <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_3.png" />
      <BundleResource Include="Resources\Phone\Floor\Floor.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\LedSelected.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\LED72.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\LEDLogic1.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\light.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\Led.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\LED84.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\CO2Pic.png" />
      <BundleResource Include="Resources\Phone\AirQualitySensor\lightOn.png" />
      <BundleResource Include="Resources\Phone\RoomIcon\8.jpg" />
      <BundleResource Include="Resources\Phone\RoomIcon\9.jpg" />
      <BundleResource Include="Resources\Phone\RoomIcon\14.jpg" />
@@ -1084,6 +1130,7 @@
      <BundleResource Include="Resources\Phone\RealDevice\AirSwitchCloudContr.png" />
      <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFour.png" />
      <BundleResource Include="Resources\Phone\RealDevice\SensorTemperatureHumidity.png" />
      <BundleResource Include="Resources\Phone\RealDevice\AirQualitySensor.png" />
      <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelCurtain.png" />
      <BundleResource Include="Resources\Phone\RealDevice\Repeater.png" />
      <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueFour.png" />
@@ -1092,6 +1139,7 @@
      <BundleResource Include="Resources\Phone\RealDevice\SensorSphericalMotion.png" />
      <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueEnvironment.png" />
      <BundleResource Include="Resources\Phone\RealDevice\AirConditionerZbGateway.png" />
      <BundleResource Include="Resources\Phone\RealDevice\Airer.png" />
      <BundleResource Include="Resources\Phone\RealDevice\SensorCeilingGas.png" />
      <BundleResource Include="Resources\Phone\RealDevice\IntelligentLocksH06C.png" />
      <BundleResource Include="Resources\Phone\RealDevice\SensorDoorWindow.png" />
@@ -1105,6 +1153,7 @@
      <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueTwo.png" />
      <BundleResource Include="Resources\Phone\RealDevice\SensorWater.png" />
      <BundleResource Include="Resources\Phone\Gateway\WiredGatewaySearching.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon.png" />
      <BundleResource Include="Resources\Phone\Gateway\MiniGatewaySearching.png" />
      <BundleResource Include="Resources\Phone\Gateway\WirelessGatewaySearching.png" />
      <BundleResource Include="Resources\Phone\Gateway\MiniGateway.png" />
@@ -1112,16 +1161,21 @@
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon_6.png" />
      <BundleResource Include="Resources\Phone\Gateway\RealGateway.png" />
      <BundleResource Include="Resources\Phone\Gateway\WiredGatewayInstruct.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon10.png" />
      <BundleResource Include="Resources\Phone\Gateway\WirelessApDirection.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon11.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon1.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon13.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon12.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon16.png" />
      <BundleResource Include="Resources\Phone\Gateway\WirelessApGatewaySearching.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon15.png" />
      <BundleResource Include="Resources\Phone\Gateway\RealGateway11.png" />
      <BundleResource Include="Resources\Phone\Gateway\GatewayIcon6.png" />
      <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\Center\FaceManagement.png" />
    </ItemGroup>
    <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" />
    <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />