mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
14
mobile/ios/Client/Assets/Search/SearchOverlays/yahoo.xml
Normal file
14
mobile/ios/Client/Assets/Search/SearchOverlays/yahoo.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<SearchOverlay>
|
||||
<append parent="//search:Url[@type='text/html']">
|
||||
<Param name="type" value="ios"/>
|
||||
</append>
|
||||
<replace target="//search:Url[@type='application/x-moz-tabletsearch']">
|
||||
<!-- tablet search not supported -->
|
||||
</replace>
|
||||
<replace target="//search:Url[@type='text/html' and @rel='mobile']">
|
||||
<!-- phone search activity not supported -->
|
||||
</replace>
|
||||
<replace target="//search:Url[@type='application/x-moz-tabletsearch' and @rel='mobile']">
|
||||
<!-- tablet search activity not supported -->
|
||||
</replace>
|
||||
</SearchOverlay>
|
||||
Loading…
Add table
Add a link
Reference in a new issue