# gitee-iphone-swift **Repository Path**: OAGroup/gitee-iphone-swift ## Basic Information - **Project Name**: gitee-iphone-swift - **Description**: 使用swift语言重构的码云iOS客户端,采用MVVM设计模式,核心框架为RxSwift。 原项目地址:https://gitee.com/oschina/git-osc-iphone - **Primary Language**: Swift - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 26 - **Created**: 2019-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitee-iphone-swift #### 介绍 使用swift语言重构的码云iOS客户端,采用MVVM设计模式,核心框架为RxSwift。 原项目地址:https://gitee.com/oschina/git-osc-iphone #### 安装教程 1. 打开终端 cd到项目目录 2. 执行carthage update --no-use-binaries --platform ios(未安装carthage需先安装,过程百度) 3. 打开目录下Git@OSC.xcodeproj build即可。