Skip to content

Commit 4da289d

Browse files
authored
fix(cat-voices): migrate apple-mobile-web-app-capable to mobile-web-app-capable (#934)
* refactor(cat-voices): migrate apple-mobile-web-app-capable to mobile-web-app-capable * chore: reformat
1 parent e367205 commit 4da289d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

catalyst_voices/packages/catalyst_voices_assets/example/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="example">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

catalyst_voices/uikit_example/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="uikit_example">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

catalyst_voices/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="description" content="Catalyst Voices">
2323

2424
<!-- iOS meta tags & icons -->
25-
<meta name="apple-mobile-web-app-capable" content="yes">
25+
<meta name="mobile-web-app-capable" content="yes">
2626
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2727
<meta name="apple-mobile-web-app-title" content="Catalyst Voices">
2828
<link rel="apple-touch-icon" href="icons/Icon-192.png">

catalyst_voices_packages/catalyst_cardano/catalyst_cardano/example/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="description" content="Demonstrates usage of catalyst_cardano plugin">
2323

2424
<!-- iOS meta tags & icons -->
25-
<meta name="apple-mobile-web-app-capable" content="yes">
25+
<meta name="mobile-web-app-capable" content="yes">
2626
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2727
<meta name="apple-mobile-web-app-title" content="example">
2828
<link rel="apple-touch-icon" href="icons/Icon-192.png">

utilities/catalyst_voices_remote_widgets/example/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="example">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

utilities/poc_local_storage/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="poc_local_storage">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

0 commit comments

Comments
 (0)