rename app ID to com.randogoth.muzzlevelocity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-19 17:11:01 +03:00
parent fc6c69db24
commit 6b11515aa2
6 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "vision.flux.muzzlevelocity"
namespace = "com.randogoth.muzzlevelocity"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
compileSdkVersion 36
@ -22,7 +22,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "vision.flux.muzzlevelocity"
applicationId = "com.randogoth.muzzlevelocity"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View file

@ -1,4 +1,4 @@
package com.example.muzzlevelocity
package com.randogoth.muzzlevelocity
import io.flutter.embedding.android.FlutterFragmentActivity
import io.flutter.embedding.engine.FlutterEngine

12
ios/Runner.xcodeproj/project.pbxproj Normal file → Executable file
View file

@ -368,7 +368,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
@ -384,7 +384,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -401,7 +401,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@ -416,7 +416,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@ -547,7 +547,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -569,7 +569,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.muzzlevelocity;
PRODUCT_BUNDLE_IDENTIFIER = com.randogoth.muzzlevelocity;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;

2
linux/CMakeLists.txt Normal file → Executable file
View file

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

6
macos/Runner.xcodeproj/project.pbxproj Normal file → Executable file
View file

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

2
macos/Runner/Configs/AppInfo.xcconfig Normal file → Executable file
View file

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