-
-
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
Rome upload does not accept repository name (if differs from framework name) #30
Comments
@erichoracek How would this play with the multiple aliases?
I assumed that one might want to upload just CatCore and not Caturday |
@blender Since there is no way to tell Carthage to only build a single framework from a repository, I'm not sure this should be the default behavior. From your hypothetical example, invoking
But the default would still be:
Which would upload both |
@erichoracek Thanks for you input. I'll need some time to think about what impact this has on the existing code/logic. |
@erichoracek please try pre-release v0.7.0.12 |
Appears to be working, thanks! |
Current behavior
Cartfile:
Romefile:
When building with Carthage:
The following is produced:
Cartage/Build/iOS/HockeySDK.framework*
However, unlike Carthage, the repo name does not work when passed to
rome upload
If the Framework name is specified, it does work:
As such,
rome upload
doesn't function the same way as Carthage, which is what users would expect in this scenario (repository names are provided, not framework names)Expected behavior
The
upload
command should take repository names, not framework names.Rome version: 0.6.0.10
OS macOS sierra 10.12
The text was updated successfully, but these errors were encountered: