From f837654223a64704080af0bf79c566974ee6f70c Mon Sep 17 00:00:00 2001 From: Ali Gopal Pour Date: Tue, 20 Jan 2026 13:34:46 +0330 Subject: [PATCH] chore: Bump app version, update Android application ID, and refresh iOS project configuration. --- android/app/build.gradle | 4 ++-- .../hadihoda}/MainActivity.kt | 2 +- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) rename android/app/src/main/kotlin/com/{example/hadi_hoda_flutter => newhorizon/hadihoda}/MainActivity.kt (70%) diff --git a/android/app/build.gradle b/android/app/build.gradle index a6f4a99..6fa7e85 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,7 +11,7 @@ if (keystorePropertiesFile.exists()) { } android { - namespace "com.example.hadi_hoda_flutter" + namespace "com.newhorizon.hadihoda" compileSdk 36 ndkVersion flutter.ndkVersion @@ -25,7 +25,7 @@ android { } defaultConfig { - applicationId "com.example.hadi_hoda_flutter" + applicationId "com.newhorizon.hadihoda" minSdk 24 targetSdk 36 versionCode flutter.versionCode.toInteger() diff --git a/android/app/src/main/kotlin/com/example/hadi_hoda_flutter/MainActivity.kt b/android/app/src/main/kotlin/com/newhorizon/hadihoda/MainActivity.kt similarity index 70% rename from android/app/src/main/kotlin/com/example/hadi_hoda_flutter/MainActivity.kt rename to android/app/src/main/kotlin/com/newhorizon/hadihoda/MainActivity.kt index 0540642..7366efa 100644 --- a/android/app/src/main/kotlin/com/example/hadi_hoda_flutter/MainActivity.kt +++ b/android/app/src/main/kotlin/com/newhorizon/hadihoda/MainActivity.kt @@ -1,4 +1,4 @@ -package com.example.hadi_hoda_flutter +package com.newhorizon.hadihoda import io.flutter.embedding.android.FlutterActivity diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index d26d09a..5ee9172 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -477,7 +477,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -494,7 +494,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -512,7 +512,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -528,7 +528,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -659,7 +659,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -681,7 +681,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.hadiHodaFlutter; + PRODUCT_BUNDLE_IDENTIFIER = com.newhorizon.hadihoda; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/pubspec.yaml b/pubspec.yaml index 833d804..5c8e662 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hadi_hoda_flutter description: "A new Flutter project." publish_to: 'none' -version: 1.0.0+1 +version: 1.0.1+5 environment: sdk: ^3.9.2