Class for fetching localized strings based on a Locale from a Bundle's .strings and .stringsdict files
Publishing new versions with GitHub Actions build workflow.
-
Ensure a new version is set in the VERSION file. This can be set manually or by manually running the Create Version workflow.
-
Create a pull request on main and once merged into main GitHub actions will handle tagging the version from the VERSION file.
Steps to publish new versions for Swift Package Manager.
-
Set the new version number in the VERSION file.
-
Tag the main branch with the new version number and push the tag to origin.