Skip to content

Commit

Permalink
Add iOS/macOS share menus, and Apple Notes share extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock committed May 10, 2024
1 parent 05c8f4d commit 07f8346
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
"AnchorImport/1.0"
]
},
{
"name": "Apple Notes share extension",
"pattern": "^com.apple.(mobilenotes.SharingExtension|Notes.SharingExtension)/",
"examples": [
"com.apple.mobilenotes.SharingExtension/2511 CFNetwork/1494.0.7 Darwin/23.4.0",
"com.apple.Notes.SharingExtension/2812 CFNetwork/1494.0.7 Darwin/23.4.0"
]
},
{
"name": "Apple Podcasts (Watch)",
"pattern": "^atc/|\\(null\\) watchOS/",
Expand Down Expand Up @@ -509,6 +517,15 @@
"ia_archiver-web.archive.org"
]
},
{
"name": "iOS share menu",
"pattern": "^SharingUIService/",
"examples": [
"SharingUIService/1 CFNetwork/1467.1 Darwin/23.0.0",
"SharingUIService/1 CFNetwork/1490.0.4 Darwin/23.2.0"
],
"comments": "Found on iOS 17 e.g. when long-pressing an enclosure link from Safari and choosing Share..."
},
{
"name": "IPFS Podcasting Node",
"description": "Nodes downloading from the original source (before pinning to IPFS)",
Expand Down Expand Up @@ -586,6 +603,15 @@
"ltx71 - (http://ltx71.com/)"
]
},
{
"name": "MacOS share menu",
"pattern": "^ShareSheetUI/",
"examples": [
"ShareSheetUI/1 CFNetwork/1399.4 Darwin/22.1.0",
"ShareSheetUI/1 CFNetwork/1474 Darwin/23.0.0"
],
"comments": "Found on MacOS 13 (Ventura) and higher e.g. when right-clicking an enclosure link from Safari and choosing Share..."
},
{
"name": "MauiBot",
"pattern": "^MauiBot",
Expand Down

0 comments on commit 07f8346

Please sign in to comment.