Implement FCM [WIP]

This commit is contained in:
2024-05-31 15:22:27 +02:00
parent 0ad82bb248
commit dfcee5dfc7
33 changed files with 665 additions and 337 deletions

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "simplecloudnotifier")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.simplecloudnotifier")
set(APPLICATION_ID "com.blackforestbytes.simplecloudnotifier")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.