-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
…gs files - pull-transifex.yml: add ocstringstool xcstrings normalization step - cleanup: remove unused .github/workflows.inactive/normalizestrings.yml
.github/workflows/pull-transifex.yml
Outdated
@@ -31,6 +31,33 @@ jobs: | |||
beautifyJSON "ownCloudSDK/Resources/Localizable.xcstrings" | |||
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings" | |||
|
|||
- name: Install dependencies |
There was a problem hiding this comment.
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 ....
There was a problem hiding this comment.
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.
…wift-actions/setup-swift@v2
…source from fix/xcstrings-format
…f ocstringstool's main.swift and to show its contents
1d3e78a
to
e257837
Compare
Description
Goal: improve development experience with xcstrings files