File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus
88
99同时支持 Qt5 和 Qt6, 使用 ` -DLEMON_QT6=ON ` 以使用 Qt6 编译。
1010
11- 现已支持 Linux,Windows, 以及 macOS
11+ 现已支持 Linux,Windows 以及 macOS
1212
1313[ ![ 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 )
1414
@@ -45,6 +45,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus
4545| Fedora | 31-1.9 | amd64 | XFCE |
4646| openSUSE | Leap 15.1 | amd64 | iceWM |
4747| openSUSE | Tumbleweed | amd64 | KDE-Xorg |
48+ | macOS | 15.2 Beta | arm64 | Aqua |
4849
4950如果您在您的系统上做了测试,请前往
5051[ #49 ] ( https://github.com/Project-LemonLime/Project_LemonLime/issues/49 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Keywords=OI;Qt;Judge;
1515Keywords[zh_CN]=OI;Qt;评测;
1616Keywords[zh_TW]=OI;Qt;評測;
1717Keywords[ja]=OI;Qt;評価;
18- Categories =Utility;Education;
18+ Categories =Utility;Education;Competition;
1919Terminal =false
2020Path =/usr/bin
2121Exec =lemon
Original file line number Diff line number Diff line change 1313 <url type =" homepage" >https://github.com/Project-LemonLime/Project_LemonLime</url >
1414 <url type =" bugtracker" >https://github.com/Project-LemonLime/Project_LemonLime/issues</url >
1515 <categories >
16- <category >Development</category >
17- <category >Education</category >
16+ <category >Development</category >
17+ <category >Education</category >
18+ <category >Competition</category >
1819 </categories >
1920 <screenshots >
2021 <screenshot type =" default" >
2526 <binary >lemon</binary >
2627 </provides >
2728 <releases >
28- <release version =" 0.2.6 " date =" 2020-10-31 " />
29+ <release version =" 0.3.5 " date =" 2024-7-15 " />
2930 </releases >
3031</component >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set_target_properties(lemon
33 MACOSX_BUNDLE TRUE
44 MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR } /assets/MacOSXInfo.plist.in"
55 MACOSX_BUNDLE_BUNDLE_NAME "LemonLime"
6- MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2020 Project LemonLime"
6+ MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2024 Project LemonLime"
77 MACOSX_BUNDLE_BUNDLE_VERSION ${VERSION_STRING}
88 MACOSX_BUNDLE_LONG_VERSION_STRING ${VERSION_STRING}
99 MACOSX_BUNDLE_SHORT_VERSION_STRING ${VERSION_STRING}
You can’t perform that action at this time.
0 commit comments