diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 176199e6..3aef79f4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -28,9 +28,9 @@ android:allowBackup="false" android:fullBackupContent="false" android:requestLegacyExternalStorage="true" - android:label="ThingsBoard App" + android:label="Precision Farming" android:networkSecurityConfig="@xml/network_security_config" - android:icon="@mipmap/launcher_icon"> + android:icon="@mipmap/pf_logo"> $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 - CFBundleName - ThingsBoard App +CFBundleName +Precision Farming CFBundlePackageType APPL CFBundleShortVersionString diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index 89bfde77..333dd0ac 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -10,8 +10,8 @@ $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 - CFBundleName - ThingsBoard App +CFBundleName +Precision Farming CFBundlePackageType APPL CFBundleShortVersionString diff --git a/lib/constants/app_constants.dart b/lib/constants/app_constants.dart index 2c471af5..b6f9ce04 100644 --- a/lib/constants/app_constants.dart +++ b/lib/constants/app_constants.dart @@ -1,5 +1,5 @@ abstract class ThingsboardAppConstants { - static const thingsBoardApiEndpoint = 'http://localhost:8080'; + static const thingsBoardApiEndpoint = 'http://http://43.204.100.33:8080'; static const thingsboardOAuth2CallbackUrlScheme = 'org.thingsboard.app.auth'; static const thingsboardIOSAppSecret = 'Your app secret here';