fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Initial support for Mac apps submission #545

Closed olegoid closed 8 years ago

olegoid commented 8 years ago

_WARNING: this PR requires conflicting options functionality from another pull request to fastlane_core_

This PR adds initial support for OS X apps submission. With this patch users of deliver should be able to upload signed pkg files using --pkg key or it's short version -c(You may be wondering why c? Well it's mostly because p, k and g are occupied already. If you have better idea of naming please let me know).

Feedback and comments are greatly appreciated!

KrauseFx commented 8 years ago

This looks great already, thanks for all your amazing contribution :+1:

olegoid commented 8 years ago

Hey @KrauseFx, thanks for your comments! Actually I think this PR is ready for review.

KrauseFx commented 8 years ago

Looks great, let's wait until the fastlane_core PR is done, then we can merge and release this, thanks for your contribution :rocket:

KrauseFx commented 8 years ago

Perfect, thank you so much :+1: