开发者

What files are generated by Xcode when compiling and linking?

开发者 https://www.devze.com 2023-01-11 23:23 出处:网络
Since I\'m used to developing in Java, I\'m familiar with what files get generated by the build process and can tell what file开发者_StackOverflow中文版s to exclude from SVN and HG when I do comits.

Since I'm used to developing in Java, I'm familiar with what files get generated by the build process and can tell what file开发者_StackOverflow中文版s to exclude from SVN and HG when I do comits.

I'm just starting out learning some iOS app building using XCode. With XCode and Objective-C on a Mac, I don't know what files get generated. If there are files specific to the iOS development situation, I'd like to know those files as well.

What files, extensions or otherwise, should I add to a .hgignore file or svn:ignore to properly keep generated files out of my code repositories?


Here's the default .hgignore file that I copy into each Cocoa project I make.

syntax: glob
.DS_Store
build
.svn
(*)
*.pbxuser
*.perspectivev3
*.mpkg
*.framework
*.app

Hope this helps!


Your generally ok if you exclude the build folder in your xcode project.

0

精彩评论

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

关注公众号