https://github.com/qsctech/qsc-mobile-ios-v3
Legacy Code of ZJU Campus App for iOS
https://github.com/qsctech/qsc-mobile-ios-v3
Last synced: about 1 year ago
JSON representation
Legacy Code of ZJU Campus App for iOS
- Host: GitHub
- URL: https://github.com/qsctech/qsc-mobile-ios-v3
- Owner: QSCTech
- License: mit
- Archived: true
- Created: 2023-10-27T09:35:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T10:00:25.000Z (over 2 years ago)
- Last Synced: 2025-03-26T02:46:06.179Z (about 1 year ago)
- Language: Swift
- Homepage: https://apps.apple.com/cn/app/id583334920
- Size: 23.5 MB
- Stars: 10
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 求是潮手机站 V3 for iOS

## 技术
- IDE:Xcode 10
- 语言:Swift 4.2
- 操作系统:iOS 9+, watchOS 2+
- 包管理器:Carthage
- 版本发布:fastlane
## 使用
- 从 GitLab 将本项目克隆到本地
- 在项目根目录下,使用 Carthage 获取本项目依赖的第三方库:
```
brew install carthage
carthage bootstrap --platform iOS --no-use-binaries
```
- 建议使用最新版本的 Xcode 编译运行
- fastlane 的使用参见 [fastlane/README.md](fastlane/README.md)
## 贡献
- 本项目的默认分支为 `master`,这个分支会停在最近一个发布的版本上,同时这也是一个[保护分支](https://git.zjuqsc.com/help/user/project/protected_branches)
- 开发分支为 `dev`,这个分支的所有提交都会在下一个版本发布
- 如果希望贡献代码,请基于 `master` 创建一个自己的分支,并在完成时向 `dev` 提交 Merge Request