Skip to content

Commit

Permalink
release 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Dec 21, 2022
1 parent f43a995 commit 0febaa0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3371;
CURRENT_PROJECT_VERSION = 3381;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -388,7 +388,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.3.7;
MARKETING_VERSION = 3.3.8;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -517,7 +517,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3371;
CURRENT_PROJECT_VERSION = 3381;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -536,7 +536,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.3.7;
MARKETING_VERSION = 3.3.8;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -558,7 +558,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3371;
CURRENT_PROJECT_VERSION = 3381;
DEVELOPMENT_TEAM = WQ5H736A22;
ENABLE_BITCODE = NO;
EXCLUDED_ARCHS = armv7;
Expand All @@ -577,7 +577,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 3.3.7;
MARKETING_VERSION = 3.3.8;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ packages:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.3+7"
version: "5.7.2+2"
flutter_launcher_icons:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -1060,11 +1060,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "3265d09d7cebaaf9527575a7c2d0b322da968527"
resolved-ref: "3265d09d7cebaaf9527575a7c2d0b322da968527"
ref: "93ec2762edd37f5b19dd5418f89d04da9034b2b0"
resolved-ref: "93ec2762edd37f5b19dd5418f89d04da9034b2b0"
url: "https://github.com/AcalaNetwork/polkawallet_plugin_acala.git"
source: git
version: "0.4.9"
version: "0.5.1"
polkawallet_plugin_bifrost:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1105,20 +1105,20 @@ packages:
dependency: "direct main"
description:
path: "."
ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f
resolved-ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f
ref: e6df975389250e189f57e77c3bb34683d54e8857
resolved-ref: e6df975389250e189f57e77c3bb34683d54e8857
url: "https://github.com/AcalaNetwork/polkawallet_plugin_karura.git"
source: git
version: "0.4.9"
version: "0.5.1"
polkawallet_plugin_kusama:
dependency: "direct main"
description:
path: "."
ref: "8eb1eb01ca1085b5f2a3dce40dfc58740f564949"
resolved-ref: "8eb1eb01ca1085b5f2a3dce40dfc58740f564949"
ref: c7b7d057f898d4b0b72143effe0b88e1969a599c
resolved-ref: c7b7d057f898d4b0b72143effe0b88e1969a599c
url: "https://github.com/polkawallet-io/polkawallet_plugin_kusama.git"
source: git
version: "0.4.9"
version: "0.5.1"
polkawallet_plugin_robonomics:
dependency: "direct main"
description:
Expand All @@ -1143,14 +1143,14 @@ packages:
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0"
version: "0.5.1"
polkawallet_ui:
dependency: "direct main"
description:
name: polkawallet_ui
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0"
version: "0.5.1"
pool:
dependency: transitive
description:
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ dependencies:
polkawallet_plugin_kusama:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git
ref: 8eb1eb01ca1085b5f2a3dce40dfc58740f564949
ref: c7b7d057f898d4b0b72143effe0b88e1969a599c
polkawallet_plugin_acala:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git
ref: 3265d09d7cebaaf9527575a7c2d0b322da968527
ref: 93ec2762edd37f5b19dd5418f89d04da9034b2b0
polkawallet_plugin_karura:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git
ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f
ref: e6df975389250e189f57e77c3bb34683d54e8857
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
Expand Down Expand Up @@ -108,6 +108,8 @@ dependency_overrides:
# path: ../../coding/polkawallet/polkawallet_plugin_karura
# polkawallet_plugin_statemine:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
polkawallet_ui: ^0.5.1
polkawallet_sdk: ^0.5.1
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
Expand Down

0 comments on commit 0febaa0

Please sign in to comment.