Skip to content

Commit

Permalink
🔀️ Merge branch 'release/LekaUpdater/1.4.1'
Browse files Browse the repository at this point in the history
* release/LekaUpdater/1.4.1: (111 commits)
  🔖 (LekaUpdater): Fix release notes, remove emojis
  🔖 (LekaUpdater): Release v1.4.1 - minor bug fixes
  🌐 (GEK): Fix l10n by specifying bundle
  🌐 (AccountKit): Fix l10n by specifying bundle
  🌐 (RobotKit): Fix l10n by specifying bundle
  🐛 (LocalizationKit): LocalizedStrings - move bundle parameter to the right position
  ✨ (RobotKit): Get reinforcer image from computer property
  🏷️ (AccountKit): Update Carereceiver model with Reinforcer type
  ➕ (AccountKit): Add RobotKit dependency
  ✨ (RobotKit): Extend Robot.Reinforcer with Codable conformance
  ⬆️ (tuist): Upgrade dependencies
  ♻️ (LekaApp): Homogenise profiles view
  ✨ (LekaApp): Settings - add change app language button
  ✨ (LekaApp): Populate all profiles explicitly
  🐛 (LekaApp): Account creation - use caregiver manager to set current care giver
  ♻️ (LekaApp): Refactor callback actions of profiles creators
  🚸 (LekaApp): Pickers (avatars, professions) - enable interactive dismiss
  ♻️ (LekaApp): Use callback actions for ProfessionPicker
  ♻️ (LekaApp): Use callback actions for AvatarPicker
  🔥 (LekaApp): Clean up CarereceiverPicker related code
  ...
  • Loading branch information
ladislas committed Apr 18, 2024
2 parents 9105cbe + 0fdc123 commit c34e686
Show file tree
Hide file tree
Showing 188 changed files with 4,377 additions and 2,303 deletions.
2 changes: 1 addition & 1 deletion .gitmojirc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"autoAdd": false,
"capitalizeTitle": true,
"emojiFormat": "code",
"emojiFormat": "emoji",
"gitmojisUrl": "https://gitmoji.dev/api/gitmojis",
"messagePrompt": true,
"scopePrompt": true
Expand Down
18 changes: 5 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
args: ["--autofix", "--indent=4", "--top-keys=version,sourceLanguage"]
types: [file]
files: \.(json|xcstrings)$
exclude: '(.vscode/settings.json|\.jtd.json$|.*\.xcassets/.*|.*\.colorset/.*|.*Lottie.*)'
exclude: '(\.vscode/settings\.json|\.jtd\.json$|.*\.xcassets/.*|.*\.colorset/.*|\.animation\.lottie\.json$)'
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
Expand All @@ -43,18 +43,10 @@ repos:

- repo: local
hooks:
- id: check_xcstrings_stale_entries
name: Check .xcstrings files for stale entries
description: This hook checks .xcstrings files for stale entries
entry: python3 Tools/Hooks/check_xcstrings_stale_entries.py
language: python
additional_dependencies: ["pygments"]
files: '.*\.xcstrings'

- id: check_xcstrings_unusual_terminators
name: Check .xcstrings files for unusual terminators
description: This hook checks .xcstrings files for unusual terminators
entry: python3 Tools/Hooks/check_xcstrings_unusual_terminators.py
- id: check_xcstrings
name: Check .xcstrings files for stale entries and unusual characters
description: This hook checks .xcstrings files for stale entries and unusual characters
entry: python3 Tools/Hooks/check_xcstrings.py
language: python
additional_dependencies: ["pygments"]
files: '.*\.xcstrings'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c34e686

Please sign in to comment.