版本控制下的 xcodeproj [英] xcodeproj under version control

查看:32
本文介绍了版本控制下的 xcodeproj的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在版本控制下包含 Xcode 项目时的最佳做法是什么.

What are the best practices while including a Xcode project under version control.

推荐答案

这就是我的全局 .gitignore 文件,您可以将其视为 gist 在 GitHub 上,但 Xcode 列表可以应用于其他系统

This is what is in my Global .gitignore file which you can see as a gist on GitHub, but the Xcode list can be applied to other systems

# Mac OS X
*.DS_Store

# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/

# Generated files
*.o
*.pyc

#Python modules
MANIFEST
dist/
build/

# Backup files
*~.nib
\#*#
.#*

这篇关于版本控制下的 xcodeproj的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆