在 Xcode4 中添加 IOS 的文件关联

发布于 2024-11-24 17:05:30 字数 262 浏览 2 评论 0原文

如何在 xcode4 中添加某些扩展名的文件关联。 在 Xcode4/Target 中有一个“文档类型”部分,我尝试添加一些条目,但我只是不知道如何设置它来打开我的文件。

编辑: 抱歉,如果有人错过理解,我真正想要的是这样的:我正在为 iPad 开发一个应用程序,我的用户需要将配置文件上传到应用程序中(a .conf),我想提供两种方法来做到这一点,通过iTunes“文件共享”和邮件,即用户向自己邮寄配置,然后在 Mail.app 中触摸文件并选择“打开方式...”,然后选择我的应用程序。

How to add a file association for certain extensions in xcode4.
In the Xcode4/Target there is a "Document Types" section, i tried adding a few entries but i just don't get how to set this to open my files.

edit:
Sorry if someone miss understood, what i really want is this: I'm developing an application for iPad, my users needs to upload a config file into the app, (a .conf), i wanna supply two ways to do so, trough iTunes "File Sharing", and Mail, ie, the user mail themselves the config, and in the Mail.app they touch the file and select "Open with..." and there they choose my app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最初的梦 2024-12-01 17:05:30

iOS 文档交互编程主题很好地描述了您需要做什么。基本上是 Info-plist 信息。

我建议使用比“conf”更通用的文件后缀。

Document Interaction Programming Topics for iOS does a good job of describing what you need to do. Basically Info-plist information.

I would suggest a file suffix less generic than "conf".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文