This project can help you to distribute your iOS project automatically by the terminal.
##Usage
Copy the Makefile
and Makefile.cfg
files to the root path of your iOS project(the same directory with the .xcodeproj file).
Open the Makefile.cfg
file and edit it. Then, you can use the make
command as shown below.
make
--- compile and packagemake upload
--- upload itms-services filesmake sendEmail
--- send E-mails notificationmake sendIMsg
--- send iMessage notification
Tip: Use the &&
to combine and run command in sequence. For example:
make && make upload && make sendEmail
.
You can do this as you need.
This code is distributed under the terms and conditions of the MIT license.