Skip to content

feat(#112): properly support version field in "getLibrariesAsync" function#113

Merged
mateusz1913 merged 1 commit into
mainfrom
feat/112-support-version-field
Sep 10, 2025
Merged

feat(#112): properly support version field in "getLibrariesAsync" function#113
mateusz1913 merged 1 commit into
mainfrom
feat/112-support-version-field

Conversation

@mateusz1913
Copy link
Copy Markdown
Collaborator

Closes #112

This PR implements support for retrieving version of each library via getLibrariesAsync function

  • On Android it uses artifactVersion if it exists
  • On iOS it parses the metadata from Settings.bundle (in ${name} (${version}) format) and returns version value if it exists

@mateusz1913 mateusz1913 self-assigned this Sep 6, 2025
@mateusz1913 mateusz1913 force-pushed the feat/112-support-version-field branch from 1fbae55 to bb254a5 Compare September 6, 2025 15:27
Copy link
Copy Markdown
Collaborator

@artus9033 artus9033 left a comment

Choose a reason for hiding this comment

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

LGTM!

@mateusz1913 mateusz1913 merged commit 9dc5610 into main Sep 10, 2025
7 checks passed
@mateusz1913 mateusz1913 deleted the feat/112-support-version-field branch September 10, 2025 18:58
@github-actions github-actions Bot mentioned this pull request Sep 10, 2025
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.

Have name and version in separate field on iOS

2 participants