hydra

Terminal replacement for Loopback — virtual audio devices and routing on macOS, from a ratatui TUI.
Log | Files | Refs | README | LICENSE

Info.plist (1143B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5     <key>CFBundleIdentifier</key>
      6     <string>com.ganten.hydra</string>
      7     <key>CFBundleName</key>
      8     <string>Hydra</string>
      9     <key>CFBundleDisplayName</key>
     10     <string>Hydra</string>
     11     <key>CFBundleExecutable</key>
     12     <string>hydrad</string>
     13     <key>CFBundlePackageType</key>
     14     <string>APPL</string>
     15     <key>CFBundleShortVersionString</key>
     16     <string>0.1.0</string>
     17     <key>CFBundleVersion</key>
     18     <string>1</string>
     19     <key>LSMinimumSystemVersion</key>
     20     <string>14.4</string>
     21     <!-- Background agent: no Dock icon, no menu bar. -->
     22     <key>LSUIElement</key>
     23     <true/>
     24     <!-- Shown in the TCC consent dialog when Hydra first taps an app. -->
     25     <key>NSAudioCaptureUsageDescription</key>
     26     <string>Hydra captures audio from apps so it can route it to virtual devices and your speakers.</string>
     27     <key>NSMicrophoneUsageDescription</key>
     28     <string>Hydra captures audio from apps and inputs so it can route them.</string>
     29 </dict>
     30 </plist>