Skip to content

Commit

Permalink
Merge pull request #438 from polkawallet-io/develop
Browse files Browse the repository at this point in the history
bridgePage address input update
  • Loading branch information
RomeroYang authored Dec 13, 2023
2 parents 76c77ab + 3055361 commit 6a6b412
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = 3581;
CURRENT_PROJECT_VERSION = 3582;
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 = 3581;
CURRENT_PROJECT_VERSION = 3582;
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 = 3581;
CURRENT_PROJECT_VERSION = 3582;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1236,10 +1236,10 @@ packages:
dependency: "direct main"
description:
name: polkawallet_ui
sha256: "4ca253bff4793442b8e9f5d799cb5dba8d1f40acfe4f51456bafdf0544f7ad49"
sha256: "4c8c471bd339346cdf521774b27d72ba6a2e6fc24ab7924755537f0d5923121a"
url: "https://pub.dev"
source: hosted
version: "0.5.5"
version: "0.5.5+1"
pool:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 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.8+3581
version: 3.5.8+3582

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down Expand Up @@ -111,7 +111,7 @@ dependency_overrides:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
# polkawallet_plugin_evm:
# path: ../../coding/polkawallet/polkawallet_plugin_evm
polkawallet_ui: ^0.5.5
polkawallet_ui: ^0.5.5+1
polkawallet_sdk: ^0.5.8+1
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
Expand Down

0 comments on commit 6a6b412

Please sign in to comment.