summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-11-03 09:47:46 +0500
committermavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-11-03 09:47:46 +0500
commit83ce4a8d779075bf1005cdccf67d56b2448328e4 (patch)
tree980c1cf3944108717fcbd068a3f369b058baee1e
parent870c1c5aa7714b2640c8ee9279c8ac6a72bc592c (diff)
Changed program information
-rwxr-xr-xandroid/app/src/debug/AndroidManifest.xml2
-rwxr-xr-xandroid/app/src/main/AndroidManifest.xml6
-rwxr-xr-xandroid/app/src/main/java/com/mavlondev/recipes/MainActivity.java2
-rwxr-xr-xandroid/app/src/profile/AndroidManifest.xml2
-rwxr-xr-xios/Runner.xcodeproj/project.pbxproj6
-rwxr-xr-xios/Runner/Info.plist2
6 files changed, 10 insertions, 10 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 77ed35c..a376a46 100755
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.mavlondev.recepts">
+ package="com.mavlusehcka.recipes">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index f326401..6325013 100755
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.mavlondev.recepts">
+ package="com.mavlusehcka.recipes">
<application
- android:label="recepts"
+ android:label="Recipes"
android:icon="@mipmap/ic_launcher">
<activity
- android:name="com.mavlondev.recipes.MainActivity"
+ android:name="com.mavlusehcka.recipes.MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
diff --git a/android/app/src/main/java/com/mavlondev/recipes/MainActivity.java b/android/app/src/main/java/com/mavlondev/recipes/MainActivity.java
index 7eca14a..f581546 100755
--- a/android/app/src/main/java/com/mavlondev/recipes/MainActivity.java
+++ b/android/app/src/main/java/com/mavlondev/recipes/MainActivity.java
@@ -1,4 +1,4 @@
-package com.mavlondev.recipes;
+package com.mavlusehcka.recipes;
import io.flutter.embedding.android.FlutterActivity;
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
index 77ed35c..a376a46 100755
--- a/android/app/src/profile/AndroidManifest.xml
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.mavlondev.recepts">
+ package="com.mavlusehcka.recipes">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index e9cd5c9..1e21fd9 100755
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -302,7 +302,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.mavlondev.recepts;
+ PRODUCT_BUNDLE_IDENTIFIER = com.mavlusehcka.recipes;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
@@ -422,7 +422,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.mavlondev.recepts;
+ PRODUCT_BUNDLE_IDENTIFIER = com.mavlusehcka.recipes;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
@@ -437,7 +437,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.mavlondev.recepts;
+ PRODUCT_BUNDLE_IDENTIFIER = com.mavlondev.recipes;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 6046ee1..daa32b7 100755
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>recepts</string>
+ <string>recipes</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>