Skip to content

Commit

Permalink
🔀️ Merge branch 'ladislas/feature/add-git-crypt' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 18, 2024
2 parents de7a194 + aacbaae commit 3bbc630
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .git-crypt/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
*.json merge=json
*.xcstrings merge=json
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.rules filter=git-crypt diff=git-crypt
Specs/rules/** filter=git-crypt diff=git-crypt
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ TUIST_TURN_OFF_LINTERS=TRUE \
tuist generate
```

## Edit encrypted files

For security reasons, some files are encrypted. To be able to access and edit them, follow those steps:

```shell
# install git-crypt
brew install git-crypt

# unlock files
git-crypt unlock
```

More information here: https://github.com/AGWA/git-crypt#using-git-crypt

## License

Copyright (c) APF France handicap. All rights reserved.
Binary file added Specs/rules/Test.rules
Binary file not shown.

0 comments on commit 3bbc630

Please sign in to comment.