Skip to content

webfrogs/CCMakefile4iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

CCMakefile4iOS

This project can help you to distribute your iOS project automatically by the terminal.

image

##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 package
  • make upload --- upload itms-services files
  • make sendEmail --- send E-mails notification
  • make 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.

License

This code is distributed under the terms and conditions of the MIT license.

About

makefile for iOS project to compile and package the xcode project automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published