Merge branch 'main' into swift6

This commit is contained in:
Max Goedjen 2025-08-17 12:37:28 -05:00 committed by GitHub
commit 1502828e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1031 additions and 0 deletions

View File

@ -110,6 +110,15 @@ Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist`
Log out and log in again before launching Gitkraken. Then enable "Use local SSH agent in GitKraken Preferences (Located under Preferences -> SSH) Log out and log in again before launching Gitkraken. Then enable "Use local SSH agent in GitKraken Preferences (Located under Preferences -> SSH)
## Retcon
Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow).
```
Host *
IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
```
# The app I use isn't listed here! # The app I use isn't listed here!
If you know how to get it set up, please open a PR for this page and add it! Contributions are very welcome. If you know how to get it set up, please open a PR for this page and add it! Contributions are very welcome.

View File

@ -386,6 +386,8 @@
fi, fi,
ko, ko,
ca, ca,
ru,
pl,
); );
mainGroup = 50617D7623FCE48D0099B055; mainGroup = 50617D7623FCE48D0099B055;
productRefGroup = 50617D8023FCE48E0099B055 /* Products */; productRefGroup = 50617D8023FCE48E0099B055 /* Products */;

File diff suppressed because it is too large Load Diff