Skip to content

Commit

Permalink
Merge pull request #430 from polkawallet-io/develop
Browse files Browse the repository at this point in the history
release 3503
  • Loading branch information
RomeroYang authored Jul 13, 2023
2 parents 946c321 + 8781112 commit 92006b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3502;
CURRENT_PROJECT_VERSION = 3503;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down Expand Up @@ -500,7 +500,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3502;
CURRENT_PROJECT_VERSION = 3503;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down Expand Up @@ -541,7 +541,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3502;
CURRENT_PROJECT_VERSION = 3503;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down
4 changes: 3 additions & 1 deletion lib/pages/homePage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import 'package:app/pages/profile/index.dart';
import 'package:app/pages/walletConnect/wcSessionsPage.dart';
import 'package:app/service/index.dart';
import 'package:app/utils/BottomNavigationBar.dart';
import 'package:app/utils/format.dart';
import 'package:app/utils/i18n/index.dart';
import 'package:collection/collection.dart';
import 'package:flutter/cupertino.dart';
Expand Down Expand Up @@ -577,7 +578,8 @@ class _HomePageState extends State<HomePage> {
});
pages.add(HomeNavItem(
content: MetaHubPage(
pluginName: widget.service.plugin.basic.name,
pluginName:
AppFmt.pluginNameDisplay(widget.service.plugin.basic.name),
metaItems: items,
colors: getMetaHubColors(),
),
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1219,19 +1219,19 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "49c7d5cd2af7ba7c32f396d40f088d82573dc3a3"
resolved-ref: "49c7d5cd2af7ba7c32f396d40f088d82573dc3a3"
ref: "6104efaf9ad60e92c18981a851d5da8e66b19aa7"
resolved-ref: "6104efaf9ad60e92c18981a851d5da8e66b19aa7"
url: "https://github.com/polkawallet-io/polkawallet_plugin_statemine.git"
source: git
version: "0.5.4"
polkawallet_sdk:
dependency: "direct main"
description:
name: polkawallet_sdk
sha256: "9d493d9ed8f9289770458a6daf9a5324033d73b76e2b6478bcc8fd1976bc4275"
sha256: "9b59bffebbc95d4e22e046a32ec553d25a2ac67039e23bee31d0395557c0ec63"
url: "https://pub.dev"
source: hosted
version: "0.5.4+5"
version: "0.5.4+6"
polkawallet_ui:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.5.0+3502
version: 3.5.0+3503

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies:
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
ref: 49c7d5cd2af7ba7c32f396d40f088d82573dc3a3
ref: 6104efaf9ad60e92c18981a851d5da8e66b19aa7
polkawallet_plugin_bifrost:
git:
url: https://github.com/bifrost-finance/polkawallet_plugin_bifrost.git
Expand Down Expand Up @@ -112,7 +112,7 @@ dependency_overrides:
# polkawallet_plugin_evm:
# path: ../../coding/polkawallet/polkawallet_plugin_evm
polkawallet_ui: ^0.5.4+1
polkawallet_sdk: ^0.5.4+5
polkawallet_sdk: ^0.5.4+6
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
Expand Down

0 comments on commit 92006b4

Please sign in to comment.