gpt4 book ai didi

xcode - 使用 xcrun simctl status_bar 更改或删除 iOS 模拟器上的运营商名称

转载 作者:行者123 更新时间:2023-12-03 09:31:32 27 4
gpt4 key购买 nike

从 iOS 13 开始,SimulatorStatusMagic不再有效,但很高兴 Apple 通过 simctl status_bar 提供了第一方解决方案.

但是我找不到任何方法来删除或更改“运营商”文本:

iOS 13 Status Bar

设置 --cellularMode notSupported删除它,但它也会删除蜂窝条。

有什么方法可以重现 SimulatorStatusMagic 以前的功能并仅删除或更改运营商名称?

编辑: Xcode 11.4 包含一个新参数来设置运算符名称,但它似乎不起作用。该文档提供了以下内容:

    --operatorName <string>
Set the cellular operator/carrier name. Use '' for the empty string.

最佳答案

我能够通过将非空字符串传递给 operatorName 来删除运营商名称但是一个只有空格的字符串 ' '
但是,使用 operatorName单独使用不会产生任何影响。您还需要激活cellularMode .

例如

xcrun simctl status_bar "iPhone 8 Plus" override --operatorName ' '

给出这个结果

enter image description here

然而
xcrun simctl status_bar "iPhone 8 Plus" override --operatorName ' ' --cellularMode active

结果在这

enter image description here

关于xcode - 使用 xcrun simctl status_bar 更改或删除 iOS 模拟器上的运营商名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58136714/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com