Skip to content

Instantly share code, notes, and snippets.

View omundy's full-sized avatar

Owen Mundy omundy

View GitHub Profile
@omundy
omundy / SignGame-Example.sh
Last active October 19, 2025 22:11 — forked from jleaney/how-to-notarize-unity-for-macos.md
How to notarize a Unity build for MacOs 10.15 Catalina
#!/bin/bash
# Instructions
# https://gist.github.com/omundy/b2aa6c5586919b8bda068a7285849725
APPLE_ID="[email protected]"
TEAM_ID="12345ABCDE"
# APP STORE (paste in your certificate names from Keychain Access between the double quotes).
APPLE_CODESIGN_CERT_NAME="3rd Party Mac Developer Application: Company Name (12345ABCDE)"