diff options
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> |