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

support passing custom file path or HTTP URL for Xcode DMG #59

Merged
merged 5 commits into from
Nov 1, 2015

Conversation

jpsim
Copy link
Collaborator

@jpsim jpsim commented Sep 26, 2015

it's possible that parts of this aren't wrong...

@jpsim
Copy link
Collaborator Author

jpsim commented Sep 26, 2015

Perhaps addresses #54.

@jpsim
Copy link
Collaborator Author

jpsim commented Oct 7, 2015

@neonichu what do you think?

def install_version(version, switch = true, clean = true, install = true, progress = true)
return if version.nil?
dmg_path = get_dmg(version, progress)
def install_version(version, switch = true, clean = true, install = true, progress = true, url)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't url default to nil

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it could, although the only place it's used in this codebase provides a value for it

@jpsim
Copy link
Collaborator Author

jpsim commented Oct 29, 2015

@segiddins thanks for the feedback. Nudge nudge @neonichu?

@neonichu
Copy link
Collaborator

neonichu commented Nov 1, 2015

Let's merge this, thanks!

neonichu added a commit that referenced this pull request Nov 1, 2015
support passing custom file path or HTTP URL for Xcode DMG
@neonichu neonichu merged commit 44252c0 into xcpretty:master Nov 1, 2015
@jpsim jpsim deleted the custom-url branch November 12, 2015 00:15
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

Successfully merging this pull request may close these issues.

None yet

3 participants