Some scripts for xcode. Here is the list of scripts:
| Script Name | Describe |
|---|---|
| app_bulid.sh | Xcode automatic packaging, then upload ipa to fir. |
| xcode_clean.sh | Xcode data clean. |
You can just clone the repository:
git clone https://github.com/wkjsos/xcode-script.git
app_bulid.sh configure:
1、replace all the xxx in app_bulid.sh.
project_name=xxx
scheme_name=xxx
development_mode=Debug
build_path=~/Desktop/app_build
exportOptionsPlistPath=${project_path}/xxx.plist
···
fir login -T xxx2、install the fir-cli
gem install fir-clixcode-script is licensed under the MIT license.