重命名主屏幕图标
有没有办法让应用程序在主屏幕(Springboard)上重命名其图标?该名称来自捆绑包中的 info.plist;有没有人尝试过在运行时更改它,它会破坏任何东西吗?
is there a way for an app to rename its icon on the Home screen (Springboard)? The name comes from info.plist which is in the bundle; has anyone ever tried to change it in run-time, will it break anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的!您不允许写入应用程序包,没有其他方法可以设置应用程序名称......
No, it can't be done! You are not allowed to write to the application bundle, there's no other way to set the application name…