Loading repository data…
Loading repository data…
lexrus / repository
[DEPRECATED] The universal makefile for my iOS projects distributes IPAs in seconds
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.


make show_settings PRODUCT_SETTINGS_PATH or make show_settings | grep FLAG.* --- Show build settingsmake sort --- Sort Xcode project.pbxproj with sort-Xcode-project-filemake send_email --- Send emails with Mailgunmake imessage --- Send iMessages to tester's iPhonemake gmailmake serve and make stop_serve --- Local OTA server with Bonjour (Compatible for iOS 7.1 with HTTPS)make upload --- Upload to SFTP via rsyncmake testflight --- Upload IPA (and dSYM) to TestFlightAppDownload 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.
make to build & package your IPA.make upload to upload the package to your SFTP server.make serve to serve the IPA in your local network.make send_email will notify your QA team via Mailgun maillist.make imessage.This code is distributed under the terms and conditions of the MIT license.
make hockeyappmake fir --- Upload IPA to fir.immake dropboxmake cloudflaremake heroku