3 Star 19 Fork 5

luckytianyiyan / TySimulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
luckytianyiyan 提交于 2018-10-17 23:25 . Add archive script
.PHONY: help build
help: ## show this help message and exit
@echo "usage: make [target]"
@echo
@echo "targets:"
@egrep '^(.+)\:\ ##\ (.+)' ${MAKEFILE_LIST} | column -t -c 2 -s ':#'
icon: ## generate app icons
@scripts/generate_app_icon resources/logo.png TySimulator/Assets.xcassets/AppIcon.appiconset
menu-icon: ## generate menu icons
@scripts/generate_menu_icon resources/menu-icon.png TySimulator/Assets.xcassets/MenuIcon.imageset
bootstrap:
@pod install
@carthage bootstrap --platform osx
build: ## build TySimulator
@./scripts/build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
@open build
archive: ## archive TySimulator
@rm -rf build
@./scripts/build
@./scripts/export_archive
@open build
clean: ## clean
@rm -rf build
pack:
@./scripts/pack
i18n:
@./scripts/i18n
%:
@:
Swift
1
https://gitee.com/luckytianyiyan/TySimulator.git
git@gitee.com:luckytianyiyan/TySimulator.git
luckytianyiyan
TySimulator
TySimulator
master

搜索帮助