Skip to content
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

Add support for uploading resulting build #37

Closed
wuntunsun opened this issue Oct 11, 2016 · 2 comments
Closed

Add support for uploading resulting build #37

wuntunsun opened this issue Oct 11, 2016 · 2 comments

Comments

@wuntunsun
Copy link

Enhancement Suggestion

When making changes to an existing framework, which is to be integrated into another framework or app, it is not possible to upload it as Rome only refers to the Cartfile.resolved and not the actual framework being built. This means that the framework in question must first be checked out and built in some other context.

**Steps which explain the enhancement**

1. Modify a framework.
2. Build the framework.
3. Call Rome upload

**Current and suggested behaviour**

The current behaviour is that only those frameworks referenced from the Cartfile.resolved are considered. The new behaviour would be that the framework being worked on would also be uploaded.

**Why would the enhancement be useful to most users**

The enhancement would facilitate interim modifications and their testing in the working environment. It would remove the redundant step of building again in the calling context for both interim and final versions.

**Rome version:** 0.6.0.9
**OS and version:** Mac OSX, 10.11.6
@tmspzz
Copy link
Owner

tmspzz commented Oct 11, 2016

could this be a duplicate of #24 ?

@wuntunsun
Copy link
Author

Yes, it is an exact duplicate. I eagerly await it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants