NO-ISSUE Rename org and product name #18

Merged
squid merged 1 commits from NO-ISSUE_rename_org_and_product_name into main 2025-07-10 15:59:28 +08:00
4 changed files with 8 additions and 8 deletions
Showing only changes of commit 0af8e9529d - Show all commits

View File

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

View File

@ -385,7 +385,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.minecraftServerInstaller.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.squidspirit.MinecraftServerInstaller.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/minecraft_server_installer.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/minecraft_server_installer";
@ -399,7 +399,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.minecraftServerInstaller.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.squidspirit.MinecraftServerInstaller.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/minecraft_server_installer.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/minecraft_server_installer";
@ -413,7 +413,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.minecraftServerInstaller.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.squidspirit.MinecraftServerInstaller.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/minecraft_server_installer.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/minecraft_server_installer";

View File

@ -8,7 +8,7 @@
PRODUCT_NAME = minecraft_server_installer
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.minecraftServerInstaller
PRODUCT_BUNDLE_IDENTIFIER = com.squidspirit.MinecraftServerInstaller
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2025 SquidSpirit. All rights reserved.

View File

@ -89,11 +89,11 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "CompanyName", "com.squidspirit" "\0"
VALUE "FileDescription", "minecraft_server_installer" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "minecraft_server_installer" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 SquidSpirit. All rights reserved." "\0"
VALUE "OriginalFilename", "minecraft_server_installer.exe" "\0"
VALUE "ProductName", "minecraft_server_installer" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"