pollymc/notsecrets
2021-12-18 14:29:33 +00:00
..
CMakeLists.txt Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00:00
genicons.sh NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
Launcher.icns NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
Launcher.ico NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
Launcher.manifest NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
launcher.rc NOISSUE Fix typo making Windows build fail 2021-10-24 18:16:00 -05:00
logo.qrc NOISSUE continue debranding... 2021-10-21 00:47:53 +02:00
logo.svg NOISSUE continue the debranding 2021-10-21 00:47:53 +02:00
README.md Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00:00
Secrets.cpp Fix README and some references to MultiMC. 2021-12-18 14:29:33 +00:00
Secrets.h NOISSUE Provide dummy implementation for the secrets library 2021-09-05 18:23:49 +02:00

PolyMC (Not) Secrets

This is a dummy implementation of PolyMC's Secrets library, used to store private information needed for:

  • Application name and logo (and branding in general)
  • Various URLs and API endpoints
  • Your Microsoft Identity Platform client ID. This is required to use Microsoft accounts to play!
    • If omitted, adding Microsoft accounts will be completely disabled.

MultiMC development

In its current state, the notsecrets library is suitable for PolyMC code contributions.

All you have to do is add the Microsoft client ID. See Secrets.cpp for details.