You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
System statistics have been implemented on every platform except Darwin, where every method will throw a std::runtime_error when invoked. As Shiro invokes the native::system_statistics::init method on startup, this renders Shiro unable to start on Mac.
System statistics have been implemented on every platform except Darwin, where every method will throw a
std::runtime_error
when invoked. As Shiro invokes thenative::system_statistics::init
method on startup, this renders Shiro unable to start on Mac.The file that requires implementation can be found here: https://github.com/Marc3842h/shiro/blob/master/src/native/mac/system_statistics_mac.cc
The text was updated successfully, but these errors were encountered: