/iOS-Project-Template

iOS 项目模版

Primary LanguageObjective-C

修改为项目名称

仓库地址 https://example.com/change-to-repo.git

需求

iOS 12+;Xcode 12+。

Ruby Gems 依赖:

gem install cocoapods plist xcodeproj
gem install fastlane #可选

配置

项目初始化请双击执行 bootstrap.command,随引导操作。

正常执行 CocoaPods 安装或用 fastlane 配置即可:

pod install
或
fastlane setup_project

双击「安装 git hook 脚本.command」以安装项目文件整理脚本,在 git 提交时执行。

关于项目模版

强烈推荐阅读项目模版 wiki内的相关文档。

Copyright © 2018-2020 RFUI, BB9z.
Copyright © 2014-2016 Beijing ZhiYun ZhiYuan Information Technology Co., Ltd.
Copyright © 2013-2014 Chinamobo Co., Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.