rewrite: Update application identifiers

This commit is contained in:
Kevin Rodrigues Borges
2025-12-23 00:08:29 +00:00
parent 5c66b1bdba
commit 09aeb483c3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -8,7 +8,7 @@
PRODUCT_NAME = unyo
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.unyo
PRODUCT_BUNDLE_IDENTIFIER = dev.k3vinb5.unyo
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

View File

@@ -92,7 +92,7 @@ BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "unyo" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "unyo" "\0"
VALUE "InternalName", "dev.k3vinb5.unyo" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "unyo.exe" "\0"
VALUE "ProductName", "unyo" "\0"