Easydict icon indicating copy to clipboard operation
Easydict copied to clipboard

dev: 将 Easydict 最低系统支持版本修改为 macOS 13.0

Open tisfeng opened this issue 2 months ago • 4 comments

目前设置页已使用 SwiftUI 重写,而许多 SwiftUI API 都要求 macOS 13.0,未来我们还将使用 SwiftUI 重写查询窗口页面,因此决定将最低系统支持版本从 macOS 11.0 修改为 macOS 13.0。

该 issue 除了将 Minimum Deployments 修改为 macOS 13.0,还包括以下内容修改:

  • 移除旧的设置页相关代码。
  • 移除之前设置页使用的第三方库,如 MASPreferences,MASShortcut 等。
  • 移除有关系统版本判断的代码,如 @available(macOS 13, *) 等。

tisfeng avatar May 04 '24 14:05 tisfeng