diff options
Diffstat (limited to 'mobile/ios')
-rw-r--r-- | mobile/ios/installer/allowed-dupes.mn | 6 | ||||
-rw-r--r-- | mobile/ios/moz.build | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/mobile/ios/installer/allowed-dupes.mn b/mobile/ios/installer/allowed-dupes.mn index 078bbe4e09..ea78f4e303 100644 --- a/mobile/ios/installer/allowed-dupes.mn +++ b/mobile/ios/installer/allowed-dupes.mn @@ -16,11 +16,5 @@ res/table-remove-row.gif res/multilocale.txt update.locale -# Bug 1833829 - Rolling out new search configuration. -defaults/settings/main/search-config-icons/47da97b5-600f-c450-fd15-a52bb2169c11 -defaults/settings/main/search-config-icons/fed4f021-ff3e-942a-010e-afa43fda2136 -defaults/settings/main/search-config-icons/6a83583a-f0ba-fd39-2fdb-fd2b6990ea3b -defaults/settings/main/search-config-icons/f312610a-ebfb-a106-ea92-fd643c5d3636 - components/httpd.sys.mjs chrome/remote/content/server/httpd.sys.mjs diff --git a/mobile/ios/moz.build b/mobile/ios/moz.build index 2253746e12..88a2ef2a6d 100644 --- a/mobile/ios/moz.build +++ b/mobile/ios/moz.build @@ -8,3 +8,4 @@ CONFIGURE_SUBST_FILES += ["installer/Makefile"] with Files("**"): BUG_COMPONENT = ("Core", "General") + SCHEDULES.exclusive = ["ios"] |