From 2e6573751f70cdc680913db2947ff67ceb41488f Mon Sep 17 00:00:00 2001 From: Sergey Chystiakov Date: Mon, 22 Jul 2024 03:34:04 +0200 Subject: [PATCH] bump version and lint fix --- android/app/build.gradle | 2 +- ios/BlueWallet.xcodeproj/project.pbxproj | 7 +++--- .../xcshareddata/swiftpm/Package.resolved | 24 +++++++++++++++++++ screen/wallets/list.js | 1 + 4 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 ios/BlueWallet.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/android/app/build.gradle b/android/app/build.gradle index 937baae..9466762 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -142,7 +142,7 @@ android { applicationId "com.mojitowallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 42 + versionCode 43 versionName "0.3.2" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' diff --git a/ios/BlueWallet.xcodeproj/project.pbxproj b/ios/BlueWallet.xcodeproj/project.pbxproj index f3a3308..340c458 100644 --- a/ios/BlueWallet.xcodeproj/project.pbxproj +++ b/ios/BlueWallet.xcodeproj/project.pbxproj @@ -179,7 +179,7 @@ 6DFC807124EA2FA9007B8700 /* ViewQRCodefaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewQRCodefaceController.swift; sourceTree = ""; }; 6EB3338E347F4AFAA8C85C04 /* libRNDeviceInfo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = "libRNDeviceInfo-tvOS.a"; sourceTree = ""; }; 70C9C17A3F52430B99582AF4 /* libRNCamera.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNCamera.a; sourceTree = ""; }; - 7616D05AE94D44F9AF0E723C /* wasm_wrappers_bg.wasm */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = wasm_wrappers_bg.wasm; path = ../assets/mintlayer/wasm_wrappers_bg.wasm; sourceTree = ""; }; + 7616D05AE94D44F9AF0E723C /* wasm_wrappers_bg.wasm */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = wasm_wrappers_bg.wasm; path = ../assets/mintlayer/wasm_wrappers_bg.wasm; sourceTree = ""; }; 78A87E7251D94144A71A2F67 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; }; 7B468CC34D5B41F3950078EF /* libsqlite3.0.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; }; 8448882949434D41A054C0B2 /* ToolTipMenuTests.xctest */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.cfbundle; path = ToolTipMenuTests.xctest; sourceTree = ""; }; @@ -447,7 +447,6 @@ 2C036200E703A78E7AC83A2C /* Pods-BlueWallet.debug.xcconfig */, 1637B552B0C16EC3C3A82A46 /* Pods-BlueWallet.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -906,7 +905,7 @@ CODE_SIGN_ENTITLEMENTS = BlueWallet/BlueWallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = 7F93Z7NQJ4; ENABLE_BITCODE = NO; @@ -954,7 +953,7 @@ CODE_SIGN_ENTITLEMENTS = BlueWallet/BlueWalletRelease.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 7F93Z7NQJ4; ENABLE_BITCODE = NO; "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES; diff --git a/ios/BlueWallet.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/BlueWallet.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..72190e5 --- /dev/null +++ b/ios/BlueWallet.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,24 @@ +{ + "originHash" : "f26b6def06834624703e59f1cb597ca7f79a28d4a2374002b2056fff3c303cec", + "pins" : [ + { + "identity" : "efqrcode", + "kind" : "remoteSourceControl", + "location" : "https://github.com/EFPrefix/EFQRCode.git", + "state" : { + "revision" : "62eff300b439d0088007b4e2e2e8c600f4b2e515", + "version" : "5.1.8" + } + }, + { + "identity" : "swift_qrcodejs", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ApolloZhu/swift_qrcodejs.git", + "state" : { + "revision" : "f3fe9fdd39fa48e45b501000194b43a3883f732f", + "version" : "1.1.4" + } + } + ], + "version" : 3 +} diff --git a/screen/wallets/list.js b/screen/wallets/list.js index c6c0617..4f8964d 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -129,6 +129,7 @@ const WalletsList = () => { } return null; }); + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); const verifyBalance = () => {