Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Aug 9, 2024
1 parent adb3171 commit 24db141
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_dapp_android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Web3Dapp (production) deploy
name: Android Dapp (production) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dapp_android_internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Web3Dapp (internal) deploy
name: Android Dapp (internal) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dapp_ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: iOS Web3Dapp (production) deploy
name: iOS Dapp (production) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dapp_ios_internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: iOS Web3Dapp (internal) deploy
name: iOS Dapp (internal) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wallet_android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Web3Wallet (production) deploy
name: Android Wallet (production) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wallet_android_internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Web3Wallet (internal) deploy
name: Android Wallet (internal) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wallet_ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: iOS Web3Wallet (production) deploy
name: iOS Wallet (production) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wallet_ios_internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: iOS Web3Wallet (internal) deploy
name: iOS Wallet (internal) deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion example/dapp/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ platform :android do
)

slack(
message: "πŸ“± Web3Dapp Flutter #{_app_version}-#{_flavor} (#{_new_build_number}) for πŸ€– Android successfully released!\n\n",
message: "πŸ“± Flutter Dapp #{_app_version}-#{_flavor} (#{_new_build_number}) for πŸ€– Android successfully released!\n\n",
default_payloads: [],
attachment_properties: {
fields: [
Expand Down
2 changes: 1 addition & 1 deletion example/dapp/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ platform :ios do
)

slack(
message: "πŸ“± Web3Dapp Flutter #{options[:app_version]}-#{_flavor} (#{new_build_number}) for 🍎 iOS successfully released!\n\n",
message: "πŸ“± Flutter Dapp #{options[:app_version]}-#{_flavor} (#{new_build_number}) for 🍎 iOS successfully released!\n\n",
default_payloads: [],
attachment_properties: {
fields: [
Expand Down
4 changes: 2 additions & 2 deletions example/dapp/lib/pages/connect_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class ConnectPageState extends State<ConnectPage> {
context: context,
builder: (BuildContext context) {
return AlertDialog(
content: const Text('Do you want to open with Web3Wallet Flutter'),
content: const Text('Do you want to open with Flutter Wallet'),
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(false),
Expand Down Expand Up @@ -523,7 +523,7 @@ class ConnectPageState extends State<ConnectPage> {
context: context,
builder: (BuildContext context) {
return AlertDialog(
content: const Text('Do you want to open with Web3Wallet Flutter'),
content: const Text('Do you want to open with Flutter Wallet'),
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(false),
Expand Down
2 changes: 1 addition & 1 deletion example/dapp/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web3Dapp Flutter">
<meta name="apple-mobile-web-app-title" content="Flutter Dapp">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
Expand Down
4 changes: 2 additions & 2 deletions example/dapp/web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Web3Dapp Flutter",
"short_name": "Web3Dapp Flutter",
"name": "Flutter Dapp",
"short_name": "Flutter Dapp",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
Expand Down
2 changes: 1 addition & 1 deletion example/wallet/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ platform :android do
)

slack(
message: "πŸ” Web3Wallet Flutter #{_app_version}-#{_flavor} (#{_new_build_number}) for πŸ€– Android successfully released!\n\n",
message: "πŸ” Flutter Wallet #{_app_version}-#{_flavor} (#{_new_build_number}) for πŸ€– Android successfully released!\n\n",
default_payloads: [],
attachment_properties: {
fields: [
Expand Down
2 changes: 1 addition & 1 deletion example/wallet/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ platform :ios do
)

slack(
message: "πŸ” Web3Wallet Flutter #{options[:app_version]}-#{_flavor} (#{new_build_number}) for 🍎 iOS successfully released!\n\n",
message: "πŸ” Flutter Wallet #{options[:app_version]}-#{_flavor} (#{new_build_number}) for 🍎 iOS successfully released!\n\n",
default_payloads: [],
attachment_properties: {
fields: [
Expand Down
2 changes: 1 addition & 1 deletion example/wallet/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 'flutter create' template.

// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = Web3Wallet
PRODUCT_NAME = Flutter Wallet

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.wallet
Expand Down

0 comments on commit 24db141

Please sign in to comment.