Skip to content

enterprise distribution of iOS apps served on a static html page

Notifications You must be signed in to change notification settings

mobileeventguide/megFlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

megFlight

enterprise distribution of iOS apps served on a static html page

Usage

ruby ./megFlight.rb /tmp/myapp.ipa \                                      # the IPA
  'com.example.my_app' \                                                  # the identifier in the manfiest.plist
  "My App" \                                                              # the title of the page/app
  'powered by <strong><a href="http://example.com">Myself</a></strong>' \ # the subtitle
  'http://example.com/apps/myApp'                                         # the host the files will be served from

About

enterprise distribution of iOS apps served on a static html page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages