Skip to content

Instantly share code, notes, and snippets.

@echo off
call "%~dp0\config.bat"
set TARGET=%1
%RCODESIGN% sign --p12-file "%~dp0\notarize.p12" --p12-password "%NOTARIZE_P12_PASSWORD%" --for-notarization "%TARGET%"
%RCODESIGN% notary-submit --api-key-file "%~dp0\notarize.json" --staple "%TARGET%"
#!/bin/bash
this_dir="$( dirname "${BASH_SOURCE[0]}" )"
if [ -f "$this_dir/config.sh" ]
then
. "$this_dir/config.sh"
fi
for i in RCODESIGN NOTARIZE_P12_PASSWORD
@Draknek
Draknek / Arrows & Crates
Created March 19, 2026 13:29 — forked from raggy/Arrows & Crates
Arrows & Crates
Arrows & Crates
@Draknek
Draknek / iOSPostBuildLocalization.cs
Created January 31, 2025 12:19
Unity iOS builds need to contain the list of supported localisations
// Taken from https://discussions.unity.com/t/defining-localization-language-for-an-ios-app/779425/6
// Not personally tested.
// The list of supported languages is hard-coded into the CFBundleLocalizations function.
#if UNITY_IOS
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using UnityEditor.iOS.Xcode;
@Draknek
Draknek / readme.txt
Created October 12, 2024 15:09
Construction site prototype
https://puzzlescriptnext.polyomino.com/editor.html
@Draknek
Draknek / readme.txt
Last active October 2, 2024 22:17
Slime Stretch
https://puzzlescriptnext.polyomino.com/editor.html
@Draknek
Draknek / readme.txt
Last active December 14, 2025 18:18
Treasure Dive
https://puzzlescriptnext.polyomino.com/editor.html
@Draknek
Draknek / readme.txt
Created September 22, 2023 19:37
Spooky Express (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active July 9, 2024 11:35
Bombs and Boxes and Bombs in Boxes (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Created June 24, 2023 23:49
Mouse Wants Cheese (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html