我注意到在Xcode模拟器中运行的应用程序将继承主机操作系统的电池电量和充电状态。在模拟器中运行时,有没有办法覆盖或设置电池电量?
我确实遇到过这个模块,但是我正在寻找一个更简单的解决方案,可以根据我对不同iPhone的需求为我提供更多定制。 https://github.com/shinydevelopment/SimulatorStatusMagic
答案 0 :(得分:0)
从Xcode 11(测试版4)开始,您可以使用命令行设置时间和电池电量。
xcrun simctl status_bar <device> override --time "9:41" --batteryState charged --batteryLevel 100