ios - 如何在 iOS 6 模拟器中自定义运营商名称?

标签 ios xcode ios-simulator ios6 xcode4.5

如何将默认的 Carrier 名称自定义为其他名称,例如AT&T?

最佳答案

有一种方法可以在不使用任何 objective-c 代码或图像编辑器应用程序的情况下更改运营商名称:https://github.com/toursprung/iOS-Screenshot-Automator/blob/master/changeCarrierName

此解决方案适用于所有版本的 iOS(包括 iOS 6 和 7)

重点是

sudo plutil -convert xml1 SpringBoard.strings

我们不必将其转换回二进制代码,因为 Mac OS 接受这两种格式。

将文件转换为 XML 后,您可以使用 vim 或您选择的任何其他编辑器轻松编辑文件。

更新: 我上传了关于如何更新运营商名称的详细说明:https://github.com/toursprung/iOS-Screenshot-Automator/blob/master/changeCarrierName

关于ios - 如何在 iOS 6 模拟器中自定义运营商名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12580694/

相关文章:

iOS 低内存警告和模拟器的 "Simulate memory warning"

iphone - 应用程序仅在 ipad 模拟器 4.3 上崩溃

xcode - Xcode 模拟器列表中 iOS 版本的奇怪字符串

iphone - 如何从核心数据中获取唯一字段值(song_type)

html - 使用大的常量 html 字符串初始化 NSStrings

iphone - 如何确认 HTTP POST 调用了我的代码?

iOS 应用程序图像/图标位深度

ios - xcode 9 simulator 错误 unable to boot the simulator launchd failed to respond mac os sierra

ios - AVAudioPlayer 返回错误的文件持续时间

ios - 在 Grand Central 中跟踪线程的技术?