-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/multiple platforms #42
Conversation
Thanks, I'll start reviewing ;) |
I have submitted a pull request to your branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See changes in pull request to your pull request
21894f2
to
5fde36e
Compare
…ot in repository map
4ff89c7
to
a10296a
Compare
@r-peck Will do you a separate pull request for the These are the last two open issues. |
I am working to add both of those to this PR. Hoping to have that ready in the next day or two. Would you prefer a separate PR? |
This PR would be the preferred way.
|
@blender Updated the README to reflect the |
@r-peck Merged 🎉 |
WIP - Still needs documentation update for usage and parsing of list command output, but wanted to get the functionality under review.
Implements #36. Platforms can be specified with the
--platform
option (rome upload --platform ios,watchos
). The cache key is now<framework_name>/<platform>/<framework_name>.framework-<version>.zip
.When using the list command, the output format has been updated to
<git-repository-name> <version> : ((+|-)<platform-name>){1-4}
, for exampleFrameworkA 1.0.0 : +iOS -watchOS