Skip to content

Commit e665227

Browse files
committed
清理项目配置和移除不必要的文件
删除了 `Entitlements.plist` 和 `Info.plist` 文件中的所有内容,使其变为空文件。移除了 `Main.maccatalyst.cs` 中的 `UIKit` 引用、命名空间和 `EntryPoint` 类的实现。更新 `UnoApp.csproj`,将 `TargetFrameworks` 属性替换为 `TargetFramework`,仅保留 `net9.0-desktop`,移除对 `net9.0-maccatalyst` 的支持。
1 parent d1f5359 commit e665227

File tree

4 files changed

+1
-35
lines changed

4 files changed

+1
-35
lines changed

src/Examples/UnoApp/Platforms/MacCatalyst/Entitlements.plist

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Examples/UnoApp/Platforms/MacCatalyst/Info.plist

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Examples/UnoApp/Platforms/MacCatalyst/Main.maccatalyst.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/Examples/UnoApp/UnoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net9.0-desktop;net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFramework>net9.0-desktop</TargetFramework>
66
<UnoSingleProject>true</UnoSingleProject>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)