mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-15 08:50:57 +00:00
17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>ApplicationDescription</key>
|
|
<string>Secretive is an app for storing and managing SSH keys in the Secure Enclave</string>
|
|
<key>DeveloperName</key>
|
|
<string>Max Goedjen</string>
|
|
<key>Website</key>
|
|
<string>https://github.com/maxgoedjen/secretive</string>
|
|
<key>Connections</key>
|
|
<array/>
|
|
<key>Services</key>
|
|
<array/>
|
|
</dict>
|
|
</plist>
|