diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 0ed1c38..585356c 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -492,17 +492,17 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = J8ZMG6U8PA;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8DQD6BV6H9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.translate.language.camera;
+ PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = translark_distribution;
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = TransGlobe;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -701,17 +701,17 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = J8ZMG6U8PA;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8DQD6BV6H9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.translate.language.camera;
+ PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = translark_distribution;
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = TransGlobe;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -735,17 +735,17 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = J8ZMG6U8PA;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8DQD6BV6H9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.translate.language.camera;
+ PRODUCT_BUNDLE_IDENTIFIER = com.translate.text.fast;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = translark_distribution;
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = TransGlobe;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 052f8ca..f2e515f 100755
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -7,7 +7,7 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- TransLark
+ TransGlobe
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -15,7 +15,7 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- trans_lark
+ trans_globe
CFBundlePackageType
APPL
CFBundleShortVersionString
@@ -28,10 +28,10 @@
NSCameraUsageDescription
This will enable you to take photos and recognize text within them for translation.
- NSPhotoLibraryUsageDescription
- This will enable you to select photos from your library for text recognition and translation.
NSMicrophoneUsageDescription
This will enable you to input content through voice for recognition and translation.
+ NSPhotoLibraryUsageDescription
+ This will enable you to select photos from your library for text recognition and translation.
NSSpeechRecognitionUsageDescription
This will enable you to use speech recognition to convert voice content to text for translation.
NSUserTrackingUsageDescription
diff --git a/lib/page/settings/settings_controller.dart b/lib/page/settings/settings_controller.dart
index 03f41ac..5024114 100644
--- a/lib/page/settings/settings_controller.dart
+++ b/lib/page/settings/settings_controller.dart
@@ -23,12 +23,12 @@ class SettingsController extends GetxController {
if (index == 0) {
Get.toNamed(GetRouter.privacy, arguments: {
'title': options[index],
- 'url': 'https://translark.bitbucket.io/privacy.html',
+ 'url': 'https://trans-globe.mystrikingly.com/privacy',
});
} else if (index == 1) {
Get.toNamed(GetRouter.privacy, arguments: {
'title': options[index],
- 'url': 'https://translark.bitbucket.io/terms.html',
+ 'url': 'https://trans-globe.mystrikingly.com/terms',
});
}
}