开发者

Then files in my project folder used for what? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordin开发者_JAVA技巧arily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

My client needs the non-compiled code. What's that?

My project folder includes: Classes:of course, the source code. build: I don't understand clearly. imagesrc: I added, include the images of my project. The others are the nib file.


You'll want to give them everything but a folder called ".build"

  • The "Classes" contains your source files
  • The "Nibs" are the gui layout you created
  • The ".xcodeproj" is the file XCode uses to know what to build
  • The ".strings" give you the a list of text written. (Often used for supporting multiple languages)
  • The "info.plist" is a set of standard settings for your app
  • The "main.m" file contains information needed for your program to run

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜