Hacker News new | past | comments | ask | show | jobs | submit login

Are the streams or mp4 files being uploaded anywhere? Any transparency you can offer about this not potentially causing privacy issues?



It's totally sandboxed. It can't make network connections, in or out at all. You can verify this yourself like so:

  $ codesign -d --entitlements - /Applications/RetroClip.app
  Executable=/Applications/RetroClip.app/Contents/MacOS/RetroClip
  ??qq?<?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>com.apple.application-identifier</key>
    <string>EL9BUK3ZCV.com.realartists.RetroClip</string>
    <key>com.apple.developer.team-identifier</key>
    <string>EL9BUK3ZCV</string>
    <key>com.apple.security.app-sandbox</key>
    <true/>
    <key>com.apple.security.assets.movies.read-write</key>
    <true/>
  </dict>
  </plist>


I run little snitch, the application doesn't appear to make any outbound connections




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: