GithubHelp home page GithubHelp logo

ios-makefile's Introduction

iOS Makefile - The universal makefile for my iOS projects distributes IPAs in seconds.

Screenshots

Features

  • Git log as release notes
  • Git version on App icon (ImageMagick is NOT required)
  • Shorten URL with my open source shortener: http://lexr.us or https://goo.gl
  • QRCode of URL --- requires libqrencode
  • Printer friendly
  • Compatible for iOS 7.1 (host plist via HTTPS)
  • 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
  • make testflight --- Upload IPA (and dSYM) to TestFlightApp
  • make hockeyapp --- Upload IPA (and dSYM) to HockeyApp
  • make gmail
  • make fir --- Upload IPA to fir.im
  • make dropbox
  • make cloudflare
  • make heroku
  • Version subfix for IPAs

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/project settings.
  • 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.

Contact

@lexrus on Twitter

License

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

ios-makefile's People

Contributors

lexrus avatar quotation avatar bitdeli-chef avatar

Watchers

Nattaphoom Chaipreecha avatar James Cloos avatar  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.