From 9e92eed00fe1f98d9f41b3a0012bcc7914eb8dea Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 17 四月 2024 14:42:30 +0800
Subject: [PATCH] 协议更新,图标更新
---
HDL-ON_iOS/APP_IOS.csproj | 25 ++++++++++++++++++-------
1 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj
index 04246b9..fbc8fda 100644
--- a/HDL-ON_iOS/APP_IOS.csproj
+++ b/HDL-ON_iOS/APP_IOS.csproj
@@ -426,12 +426,7 @@
<ImageAsset Include="Assets.xcassets\device_bg.imageset\Contents.json" />
<ImageAsset Include="Assets.xcassets\device_bg.imageset\device_bg.png" />
<ImageAsset Include="Resources\Assets.xcassets\Contents.json" />
- <ImageAsset Include="Resources\Assets.xcassets\launchIcon2.imageset\Contents.json" />
- <ImageAsset Include="Resources\Assets.xcassets\launchIcon2.imageset\launchIcon2.png" />
- <ImageAsset Include="Resources\Assets.xcassets\launchIcon.imageset\launchIcon.png" />
<ImageAsset Include="Resources\Assets.xcassets\launchIcon.imageset\Contents.json" />
- <ImageAsset Include="Resources\Assets.xcassets\launchIcon1.imageset\launchIcon1.png" />
- <ImageAsset Include="Resources\Assets.xcassets\launchIcon1.imageset\Contents.json" />
<ImageAsset Include="Resources\Assets.xcassets\.DS_Store" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180x180.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\.DS_Store" />
@@ -440,6 +435,10 @@
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1125x2436.png" />
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\750x1334.png" />
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640x1136.png" />
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024x1024.png" />
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024x1024 1.png" />
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120x120 1.png" />
+ <ImageAsset Include="Resources\Assets.xcassets\launchIcon.imageset\1125x2436.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
@@ -1738,16 +1737,28 @@
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87x87.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80x80.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120x120.png" />
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120x120-1.png" />
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\.DS_Store" />
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\Contents.json" />
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HdlBluWi\Blufi.csproj">
<Project>{2DDF4C3C-6998-432E-9F43-6786D82F0630}</Project>
<Name>Blufi</Name>
</ProjectReference>
+ <ProjectReference Include="..\SiriKit\SiriKit.csproj">
+ <Project>{8B1652FA-5158-4D57-B90D-07BB91766625}</Project>
+ <Name>SiriKit</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\SiriIntentsUI\SiriIntentsUI.csproj">
+ <IsAppExtension>true</IsAppExtension>
+ <Project>{ACC48A7F-250B-4915-A250-9BC399DBD6B3}</Project>
+ <Name>SiriIntentsUI</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\SiriIntents\SiriIntents.csproj">
+ <IsAppExtension>true</IsAppExtension>
+ <Project>{760980F5-1CD3-4F4F-9134-34D87BECD790}</Project>
+ <Name>SiriIntents</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Base.lproj\Intents.intentdefinition" />
--
Gitblit v1.8.0