diff --git a/README.md b/README.md index 494f17ba..54ffee6e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus 同时支持 Qt5 和 Qt6, 使用 `-DLEMON_QT6=ON` 以使用 Qt6 编译。 -现已支持 Linux,Windows,以及 macOS +现已支持 Linux,Windows 以及 macOS [![Linux Static](https://github.com/Project-LemonLime/Project_LemonLime/actions/workflows/linux-static.yml/badge.svg)](https://github.com/Project-LemonLime/Project_LemonLime/actions/workflows/linux-static.yml) @@ -45,6 +45,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus | Fedora | 31-1.9 | amd64 | XFCE | | openSUSE | Leap 15.1 | amd64 | iceWM | | openSUSE | Tumbleweed | amd64 | KDE-Xorg | +| macOS | 15.2 Beta | arm64 | Aqua | 如果您在您的系统上做了测试,请前往 [#49](https://github.com/Project-LemonLime/Project_LemonLime/issues/49) diff --git a/assets/lemon-lime.desktop.in b/assets/lemon-lime.desktop.in index e3fd5f53..b0eb349c 100755 --- a/assets/lemon-lime.desktop.in +++ b/assets/lemon-lime.desktop.in @@ -15,7 +15,7 @@ Keywords=OI;Qt;Judge; Keywords[zh_CN]=OI;Qt;评测; Keywords[zh_TW]=OI;Qt;評測; Keywords[ja]=OI;Qt;評価; -Categories=Utility;Education; +Categories=Utility;Education;Competition; Terminal=false Path=/usr/bin Exec=lemon diff --git a/assets/lemon-lime.metainfo.xml.in b/assets/lemon-lime.metainfo.xml.in index 69bb1a38..73dbc924 100644 --- a/assets/lemon-lime.metainfo.xml.in +++ b/assets/lemon-lime.metainfo.xml.in @@ -13,8 +13,9 @@ https://github.com/Project-LemonLime/Project_LemonLime https://github.com/Project-LemonLime/Project_LemonLime/issues - Development - Education + Development + Education + Competition @@ -25,6 +26,6 @@ lemon - + diff --git a/cmake/platforms/macos.cmake b/cmake/platforms/macos.cmake index c4c78aab..860613dd 100644 --- a/cmake/platforms/macos.cmake +++ b/cmake/platforms/macos.cmake @@ -3,7 +3,7 @@ set_target_properties(lemon MACOSX_BUNDLE TRUE MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/assets/MacOSXInfo.plist.in" MACOSX_BUNDLE_BUNDLE_NAME "LemonLime" - MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2020 Project LemonLime" + MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2024 Project LemonLime" MACOSX_BUNDLE_BUNDLE_VERSION ${VERSION_STRING} MACOSX_BUNDLE_LONG_VERSION_STRING ${VERSION_STRING} MACOSX_BUNDLE_SHORT_VERSION_STRING ${VERSION_STRING}