Skip to content

Instantly share code, notes, and snippets.

View anthonylavado's full-sized avatar
🤠
Howdy!

Anthony Lavado anthonylavado

🤠
Howdy!
View GitHub Profile
@anthonylavado
anthonylavado / cleanup.sh
Last active April 19, 2020 20:50
Remove all traces of a Jellyfin library/config from a macOS system.
#!/usr/bin/env bash
rm -Rfv ~/.config/jellyfin
rm -Rfv ~/.cache/jellyfin
rm -Rfv ~/.local/share/jellyfin
@anthonylavado
anthonylavado / FNA Notarization.md
Created March 27, 2020 03:21
Code signing and notarizing an FNA app on macOS

It's surprisingly simple to notarize an app using FNA. The structure of the app bundle doesn't follow macOS best practices but at the end of it you do get an app bundle that users can open up on macOS Catalina without any issues with Gatekeeper.

So here are the simple steps:

  1. Build your macOS .app bundle using MonoKickstart. You probably already have this and I'm not going to explain that here.

  2. Create a file called mygame.entitlements (the name really doesn't matter) with these contents:

    <?xml version="1.0" encoding="UTF-8"?>
@anthonylavado
anthonylavado / broken.svg
Created July 5, 2019 04:42 — forked from diachedelic/broken.svg
Netscape navigator broken image icon as SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.