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

build number #1

Open
taglia3 opened this issue Oct 19, 2016 · 2 comments
Open

build number #1

taglia3 opened this issue Oct 19, 2016 · 2 comments

Comments

@taglia3
Copy link

taglia3 commented Oct 19, 2016

Hi,

is it possible to get also the build number from HockeyApp ?

@tpalmer
Copy link
Owner

tpalmer commented Oct 19, 2016

Hmm, I'm not sure what you're asking, this pulls the latest version of an app per the Hockeyapp API: https://support.hockeyapp.net/kb/api/api-versions

Do you mean the latest build number in Xcode? If so I'd recommend using something in Fastlane like:

increment_build_number({
  build_number: latest_hockeyapp_version_number(app_name: "Test", release_type: 2) + 1
})

@tpalmer
Copy link
Owner

tpalmer commented Oct 21, 2016

@taglia3 did that help with your issue? Or were you looking for something different?

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