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

possible to retrieve just latest version number for app? #1921

Closed
fastlane-bot-helper opened this issue Aug 19, 2015 · 3 comments
Closed

possible to retrieve just latest version number for app? #1921

fastlane-bot-helper opened this issue Aug 19, 2015 · 3 comments

Comments

@fastlane-bot-helper
Copy link
Contributor

Original issue by @jonsajdak - Imported from fastlane/pilot#20

pilot builds --apple_id DDDDDDD -u first.last@domain.com

This returns a nice list below, not really sorted but that's okay. Is there any way to just return the latest build number? In the example below, "0.9.134" appears to be the highest.

Reasons: Some of my shared build scripts have issues with ITC uploads where the ITC version increment is higher than the local version number. Am wondering if this is a viable way to pull highest ITC version, and always upload a +1 version number to avoid submission errors.

+-----------+---------+----------+----------+----------+
| App Name Builds |
+-----------+---------+----------+----------+----------+
| Version # | Build # | Testing | Installs | Sessions |
+-----------+---------+----------+----------+----------+
| 0.9.1 | 0.9.130 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.132 | Inactive | 2 | 17 |
| 0.9.1 | 0.9.59 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.50 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.133 | Inactive | 3 | 3 |
| 0.9.1 | 0.9.112 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.131 | Inactive | 0 | 0 |
| 0.9.1 | 0.9.134 | Internal | 3 | 0 |
| 0.9.1 | 0.9.3 | Expired | 2 | 0 |
| 0.9.1 | 0.9.5 | Expired | 2 | 0 |
| 0.9.1 | 0.9.2 | Expired | 2 | 0 |

@fastlane-bot-helper
Copy link
Contributor Author

@KrauseFx commented

Sorry, that's not possible right now.

@fastlane-bot
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

@fastlane-bot
Copy link

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

@fastlane fastlane locked and limited conversation to collaborators Dec 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants