English 中文(简体)
如何在XCode 4.2中确定文件类型?
原标题:How to set Document Types in XCode 4.2?

我有一台“仪表”,我想到的是,当用户点击作为电子邮件附件的pdf文档时,我的申请是打开该信的一个选择。 经过一些研究,我似乎需要添加一个文件类型。 问题在于,我找不到解释如何使用新文件类型德国马克的纽约辅导员:

Image here:

“Screenshot”/

Can anybody help me?

最佳回答

这种“文件类型”的编辑特征可能是新的(如在4.2中介绍的那样),文件页数没有时间撰写任何内容。

我确实找到了。 一份文件描述了“我是否可申请在公开场合展示特定文件类型?,该文件基本上将X条码的编写者引入文件类型编辑。

低水平文件。

If you understand these basics and can figure out how to edit a raw Info.plist file, you should be good to go!

我希望这一信息能够帮助你。

问题回答

它看不到这方面的正式文件。 在的帮助下,SO 回答,说明如何书写该信息。 我在Xcode 4.5.1中提出了这份名单:

“enter

这套财产似乎是通过利用电子邮件查封来获取贵方的最起码条件。

应当把“Name”领域确定为“便携式文件格式”和“com.adobe.pdf”的类型。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签