aboutsummaryrefslogtreecommitdiff
path: root/cmake/MacOSXBundleInfo.plist.in
AgeCommit message (Collapse)Author
2022-10-29fix(style): convert tabs to spacesRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-10-22feat: register as zip/mrpack handler on macOSRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-05-19Add build options for Sparkle updaterKenneth Chew
Two new build options are added: `MAC_SPARKLE_PUB_KEY`: the public key used to verify the signatures of the appcast `MAC_SPARKLE_APPCAST_URL`: the URL where the `appcast.xml` is located If the updater should be disabled on macOS, set either of these to an empty string.
2022-05-15Fix indentation of macOS resourcesKenneth Chew
2022-04-19Improve security by enabling hardened runtime for macOSKenneth Chew
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail.
2018-08-02NOISSUE get rid of remaining tabsPetr Mrázek
2013-12-31Enable high DPI support on OSXPetr Mrázek