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/xcstrings-format] xcstrings normalization to Xcode style #134

Merged
merged 8 commits into from
Dec 20, 2024

Conversation

felix-schwarz
Copy link
Collaborator

Description

  • ocstringstool: update to allow Xcode-style normalization of xcstrings files
  • pull-transifex.yml: add ocstringstool xcstrings normalization step
  • cleanup: remove unused .github/workflows.inactive/normalizestrings.yml

Goal: improve development experience with xcstrings files

…gs files

- pull-transifex.yml: add ocstringstool xcstrings normalization step
- cleanup: remove unused .github/workflows.inactive/normalizestrings.yml
@@ -31,6 +31,33 @@ jobs:
beautifyJSON "ownCloudSDK/Resources/Localizable.xcstrings"
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings"

- name: Install dependencies
Copy link
Member

Choose a reason for hiding this comment

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

Isn't there any pre-built docker image with swift which can be used? Installing swift to compile a build steps feels wrong.
Default GitHub images come with so many pre-installed interpreters - there must be an easier solution ....

Copy link
Collaborator Author

@felix-schwarz felix-schwarz Dec 6, 2024

Choose a reason for hiding this comment

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

You're right. Upon looking into it, I quickly discovered a GH action for setting up Swift and updated the yml accordingly. Please have another look now.

@felix-schwarz felix-schwarz merged commit 4ab84a9 into master Dec 20, 2024
2 checks passed
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.

3 participants