Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolanbrown/appsendr-mac
https://github.com/nolanbrown/appsendr-mac
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nolanbrown/appsendr-mac
- Owner: nolanbrown
- License: other
- Archived: true
- Created: 2013-01-18T01:36:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T17:03:19.000Z (over 7 years ago)
- Last Synced: 2024-06-23T00:59:22.091Z (6 months ago)
- Language: Objective-C
- Size: 708 KB
- Stars: 48
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Appsendr is currently shutdown! I had to shut off the service after my bill went from $26 -> $2.2k -> $30k in a month. The service was not hacked but someone was doing something nefarious with S3 downloads and it's going to take time to track down what exactly happened. I apologize for any inconvience this may cause you.
# AppSendr
AppSendr is a free service for distributing iOS IPA and Android APK files over-the-air with a short URL. This is a status bar application that runs headless.
## Usage
Drag an IPA or APK file to the AppSendr icon in your status bar and it will be immediately uploaded to appsendr.com and a short url of http://ota.io/APP_ID with be added to your pasteboard.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request