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

fix: strip off version prefix when parsing CocoaPods paths #128

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

jacek-rzrz
Copy link
Contributor

@jacek-rzrz jacek-rzrz commented Nov 27, 2024

For CocoaPods artifacts coming with a v prefix in the artifactory path, e.g. libwebp-v1.3.0.tar.gz, the parsed version number should skip the prefix i.e. it should be 1.3.0 and not v1.3.0.

@jacek-rzrz jacek-rzrz requested a review from a team as a code owner November 27, 2024 17:17
For artifacts coming with a `v` prefix in the artifactory path,
e.g. `libwebp-v1.3.0.tar.gz`, the parsed version number should skip the
prefix i.e. it should be `1.3.0` and not `v1.3.0`.
@jacek-rzrz jacek-rzrz force-pushed the fix/strip-off-v-prefix-from-cocoapods branch from ddf6b12 to 81acf38 Compare November 28, 2024 09:02
@jacek-rzrz jacek-rzrz enabled auto-merge November 28, 2024 09:05
@jacek-rzrz jacek-rzrz merged commit 186718f into main Nov 28, 2024
12 checks passed
@jacek-rzrz jacek-rzrz deleted the fix/strip-off-v-prefix-from-cocoapods branch November 28, 2024 09:19
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.

2 participants