wudebin há 3 meses atrás
pai
commit
404703180d

+ 3 - 3
Strides-APP/app.json

@@ -1,9 +1,9 @@
 {
   "name": "Strides",
   "displayName": "ChargEco",
-  "versionCode": 780,
-  "versionName": "V4.0.1",
-  "product": false,
+  "versionCode": 810,
+  "versionName": "V4.1.0",
+  "product": true,
   "debug": true,
   "isWhitelabel": true,
   "isLumiWhitelabel": false,

+ 3 - 3
Strides-APP/app/pages/chargeV2/SummaryV2.js

@@ -40,7 +40,7 @@ export default class SummaryV2 extends Component {
   componentDidMount() {
     const params = this.props.route.params;
     if (params.chargingPk) {
-      Dialog.showProgressDialog();
+      //Dialog.showProgressDialog();
       this.setState({
         chargingPk: params.chargingPk
       })
@@ -75,7 +75,7 @@ export default class SummaryV2 extends Component {
     apiCharge.getChargeSummaryV2({
       chargingPk: chargingPk
     }).then(res => {
-      Dialog.dismissLoading();
+      //Dialog.dismissLoading();
       if (res.data) {
         this.setState({
           loading: false,
@@ -85,7 +85,7 @@ export default class SummaryV2 extends Component {
         });
       }
     }).catch((err) => {
-      Dialog.dismissLoading();
+      //Dialog.dismissLoading();
       toastShort(err);
       this.setState({
         isPendding: true,

+ 2 - 2
Strides-APP/ios/Strides.xcodeproj/project.pbxproj

@@ -1633,7 +1633,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = Strides/Strides.entitlements;
-				CURRENT_PROJECT_VERSION = 480;
+				CURRENT_PROJECT_VERSION = 482;
 				DEVELOPMENT_TEAM = 3L3U7K6Q28;
 				ENABLE_BITCODE = NO;
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1686,7 +1686,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = Strides/Strides.entitlements;
-				CURRENT_PROJECT_VERSION = 480;
+				CURRENT_PROJECT_VERSION = 482;
 				DEVELOPMENT_TEAM = 3L3U7K6Q28;
 				ENABLE_BITCODE = NO;
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;

+ 5 - 0
Strides-APP/ios/Strides.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict/>
+</plist>

+ 1 - 1
Strides-APP/package.json

@@ -5,7 +5,7 @@
   "private": true,
   "scripts": {
     "android": "react-native run-android",
-    "ios": "react-native run-ios --simulator='iPhone 15 Pro'",
+    "ios": "react-native run-ios",
     "start": "react-native start",
     "test": "jest",
     "lint": "eslint .",