iOS Development Guidelines
Ctrlk
  • Introduction
  • 规范
    • 0. 介绍
    • 1. 序言
    • 2. 代码命名规范
    • 3. 代码格式规范
    • 4. 开发实践
    • 5. Xcode工程结构
    • 6. 版本控制
      • 6.1. Git基本配置
      • 6.2. Git分支模型
      • 6.3. SVN源代码管理规范
      • 6.4. SVN的标准目录结构
    • 7. 附录
    • 8. 参考
    • 9. iOS开发优化
  • Swift编码规范
  • Objective-C新特性
  • iOS生命周期
  • Apple 官方设计指南
  • Apple 官方开发指南
  • iOS 杂谈
  • Flutter
Powered by GitBook
On this page

Was this helpful?

  1. 规范

6. 版本控制

6.1. Git基本配置6.2. Git分支模型6.3. SVN源代码管理规范6.4. SVN的标准目录结构
Previous5. Xcode工程结构Next6.1. Git基本配置

Last updated 4 years ago

Was this helpful?