Skip to content

Commit 0e6c16c

Browse files
authored
Migrate apple-mobile-web-* to mobile-web-*. (flutter#154964)
Closes flutter#154596. It's less clear to me if your goal was to migrate _all_ of these btw: https://github.com/search?q=org%3Aflutter+%22mobile-web-app-capable%22&type=code
1 parent 2fb154f commit 0e6c16c

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

dev/a11y_assessments/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<meta name="description" content=""A new Flutter project."">
2626

2727
<!-- iOS meta tags & icons -->
28-
<meta name="apple-mobile-web-app-capable" content="yes">
28+
<meta name="mobile-web-app-capable" content="yes">
2929
<meta name="apple-mobile-web-app-status-bar-style" content="black">
3030
<meta name="apple-mobile-web-app-title" content="a11y_assessments">
3131
<link rel="apple-touch-icon" href="icons/Icon-192.png">

dev/integration_tests/flutter_gallery/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="A demo app for Flutter's material and cupertino widgets, as well as many other features of the Flutter SDK.">
1010

1111
<!-- iOS meta tags & icons -->
12-
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="mobile-web-app-capable" content="yes">
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1414
<meta name="apple-mobile-web-app-title" content="Flutter Gallery">
1515
<link rel="apple-touch-icon" href="icons/Icon-192.png">

dev/integration_tests/non_nullable/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="description" content="A new Flutter project.">
1111

1212
<!-- iOS meta tags & icons -->
13-
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="mobile-web-app-capable" content="yes">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1515
<meta name="apple-mobile-web-app-title" content="non_nullable">
1616
<link rel="apple-touch-icon" href="icons/Icon-192.png">

dev/integration_tests/web/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<title>Web Test</title>
1111
<!-- iOS meta tags & icons -->
12-
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="mobile-web-app-capable" content="yes">
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1414
<meta name="apple-mobile-web-app-title" content="Web Test">
1515

dev/integration_tests/web/web/index_with_blocked_service_workers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<title>Web Test</title>
1111
<!-- iOS meta tags & icons -->
12-
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="mobile-web-app-capable" content="yes">
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1414
<meta name="apple-mobile-web-app-title" content="Web Test">
1515

dev/integration_tests/web/web/index_with_flutterjs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<title>Web Test</title>
1111
<!-- iOS meta tags & icons -->
12-
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="mobile-web-app-capable" content="yes">
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1414
<meta name="apple-mobile-web-app-title" content="Web Test">
1515

dev/integration_tests/web/web/index_with_flutterjs_custom_sw_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>Integration test. App load with flutter.js. Custom serviceWorkerVersion provided.</title>
1111

1212
<!-- iOS meta tags & icons -->
13-
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="mobile-web-app-capable" content="yes">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1515
<meta name="apple-mobile-web-app-title" content="Web Test">
1616

dev/integration_tests/web/web/index_with_flutterjs_el_nonce.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="Content-Security-Policy" content="script-src 'nonce-SOME_NONCE' 'wasm-unsafe-eval'; font-src https://fonts.gstatic.com; style-src 'nonce-SOME_NONCE'; worker-src 'self';">
1414

1515
<!-- iOS meta tags & icons -->
16-
<meta name="apple-mobile-web-app-capable" content="yes">
16+
<meta name="mobile-web-app-capable" content="yes">
1717
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1818
<meta name="apple-mobile-web-app-title" content="Web Test">
1919

dev/integration_tests/web/web/index_with_flutterjs_el_tt_on.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="Content-Security-Policy" content="require-trusted-types-for 'script'">
1414

1515
<!-- iOS meta tags & icons -->
16-
<meta name="apple-mobile-web-app-capable" content="yes">
16+
<meta name="mobile-web-app-capable" content="yes">
1717
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1818
<meta name="apple-mobile-web-app-title" content="Web Test">
1919

dev/integration_tests/web/web/index_with_flutterjs_entrypoint_loaded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<title>Integration test. App load with flutter.js and onEntrypointLoaded API</title>
1111
<!-- iOS meta tags & icons -->
12-
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="mobile-web-app-capable" content="yes">
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1414
<meta name="apple-mobile-web-app-title" content="Web Test">
1515

0 commit comments

Comments
 (0)