使用 Cydia 部署 Settings.bundle
我创建了一个 settings.bundle,当我在 iPhone 上调试它时,设置是可见的。但是当我将其上传到存储库时,用户无法看到 Settings.app 中的设置。
那么如何让设置出现在越狱设备上的 Settings.app 中呢?我可以在 preinst-script 中添加一些内容来解决此问题吗?
I have created a settings.bundle and the settings are visible when I debug it on my iPhone. But when I upload it to a repository the users can not see the settings in the Settings.app.
So how do I make the settings appear in Settings.app on jailbroken devices? Is there something I can put in the preinst-script to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你制作 .deb 时,你是否放入了必要的文件?它们是否设置了正确的权限?您能否让您的一位用户检查一下它是否已安装,但只是没有显示?您是否按照本页所述设置了 Prefs 捆绑包? http://iphonedevwiki.net/index.php/PreferenceBundles
When you made your .deb, did you put the necessary files in? Were they set with the right permissions? Can you have one of your users check and see if it's getting installed, but just not showing up? Did you setup your Prefs bundle as described on this page? http://iphonedevwiki.net/index.php/PreferenceBundles