spb/os-vault Public
Self-custody, multi-chain crypto wallet for macOS. One recovery phrase, six chain families, zero API keys — nothing leaves your Mac.
Swift 96%
Shell 3.4%
Makefile 0.6%
1<?xml version="1.0" encoding="UTF-8"?>2<!--3 entitlements.plist4 OS Vault56 Author: Simon-Pierre Boucher7 Mail: contact@spboucher.ai8-->9<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">10<plist version="1.0">11<dict>12 <!-- App Sandbox with outbound network only: the app's sole egress is13 JSON-RPC to the configured Base endpoint. The encrypted vault lives14 in the sandbox container's Application Support. Hardened runtime is15 enabled at signing time (codesign - -options runtime). -->16 <key>com.apple.security.app-sandbox</key>17 <true/>18 <key>com.apple.security.network.client</key>19 <true/>20</dict>21</plist>22