eduvpn / apple

app for iOS and macOS
Other
62 stars 18 forks source link

Fix launch at login, update discovery data in redesigned macOS app #339

Closed roop closed 4 years ago

roop commented 4 years ago

This PR includes:

  1. When launched at login, if status bar item is enabled, show only the status bar item, not the main window
  2. Add new public keys (Fixes #337)
  3. Updates server_list.json and organization_list.json bundled with the app
  4. Rewrite the script that helps with (3) above to (a) support multiple public keys, and (b) convert to Perl (it was getting too complex for doing it in bash, I think)