diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-11-03 09:47:46 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-11-03 09:47:46 +0500 |
commit | 83ce4a8d779075bf1005cdccf67d56b2448328e4 (patch) | |
tree | 980c1cf3944108717fcbd068a3f369b058baee1e /ios | |
parent | 870c1c5aa7714b2640c8ee9279c8ac6a72bc592c (diff) |
Changed program information
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/Runner.xcodeproj/project.pbxproj | 6 | ||||
-rwxr-xr-x | ios/Runner/Info.plist | 2 |
2 files changed, 4 insertions, 4 deletions
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> |