[client] Change package name

This commit is contained in:
Abhishek Shroff
2024-08-10 23:45:00 +05:30
parent 8da9874c4d
commit 0145bab3f5
6 changed files with 14 additions and 17 deletions

View File

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

View File

@@ -1,4 +1,4 @@
package net.kudosoft.phylum.phylum
package net.kudosoft.phylum.
import io.flutter.embedding.android.FlutterActivity

View File

@@ -368,7 +368,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.phylum;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum;
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 = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.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 = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.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 = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.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 = net.kudosoft.phylum.phylum;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum;
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 = net.kudosoft.phylum.phylum;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "phylum")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "net.kudosoft.phylum.phylum")
set(APPLICATION_ID "net.kudosoft.phylum")
# 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 = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/phylum.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/phylum";
@@ -399,7 +399,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/phylum.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/phylum";
@@ -413,7 +413,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.phylum.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/phylum.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/phylum";

View File

@@ -8,7 +8,7 @@
PRODUCT_NAME = phylum
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum.phylum
PRODUCT_BUNDLE_IDENTIFIER = net.kudosoft.phylum
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 net.kudosoft.phylum. All rights reserved.