Git Product home page Git Product logo

ios-makefile's Introduction

iOS Makefile

The universal makefile for my iOS projects distributes IPAs in seconds. (a.k.a. OTA makefile)

Features

  • Git log as release notes
  • Shorten URL with my open source shortener: http://lexr.us or goo.gl
  • QRCode of URL.
  • make upload --- Upload to SFTP via rsync
  • make send_email --- Send emails with Mailgun
  • make serve and make stop_serve --- Local OTA server with Bonjour
  • make imessage --- Send iMessages to tester's iPhone
  • make show_settings PRODUCT_SETTINGS_PATH or make show_settings | grep FLAG.* --- Show build settings
  • make sort --- Sort Xcode project.pbxproj with sort-Xcode-project-file

Screenshots

screen shot 2013-07-03 at 10 59 13 pm

photo jul 03 10 56 46 pm

screen shot 2013-07-03 at 10 54 24 pm

Install

Download the makefile and the config file makefile.cfg into your project home folder:

curl -OL http://git.io/makefile
ls makefile.cfg 2>/dev/null >/dev/null||curl -OL http://git.io/makefile.cfg

Install libqrencode if you need the QRCode badge -- brew install qrencode.

How to use?

  • Modify makefile.cfg to match your workspace settings.
  • Make sure your build path is relative to workspace.
  • make to build & package your IPA.
  • make upload to upload the package to your SFTP server.
  • or make serve to serve the IPA in your local network.
  • make send_email will notify your QA team via Mailgun maillist.
  • But I prefer spamming my buddies with iMessage make imessage.

Credits

iOS Makefile was created by Lex Tang

Contact

Follow @lexrus on Twitter

License

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

ios-makefile's People

Contributors

lexrus avatar

Watchers

Kitsion avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.