From d09e8be58f16e51c83a3d021c6237f74c7bd72fa Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Sun, 10 Jul 2022 17:26:50 +0200 Subject: [PATCH] converts more bundleIds to app titles --- apps/ios/ChangeLog | 1 + apps/ios/boot.js | 9 ++++++++- apps/ios/metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/apps/ios/ChangeLog b/apps/ios/ChangeLog index b6a386bcb..87a71a1ed 100644 --- a/apps/ios/ChangeLog +++ b/apps/ios/ChangeLog @@ -7,3 +7,4 @@ 0.07: Added more details from music (instead of Undefined), added more app identifiers 0.08: Added more app identifiers, added 'cannot display' in case a message goes empty because of replacements 0.09: Enable 'ams' on new firmwares (ams/ancs can now be enabled individually) (fix #1365) +0.10: Added more bundleIds diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 5ea7550eb..3d089a02b 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -73,6 +73,9 @@ E.on('notify',msg=>{ "com.apple.podcasts": "Podcasts", "com.apple.reminders": "Reminders", "com.apple.shortcuts": "Shortcuts", + "com.apple.TestFlight": "TestFlight", + "com.apple.ScreenTimeNotifications": "ScreenTime", + "com.apple.wifid.usernotification": "WiFi", "com.atebits.Tweetie2": "Twitter", "com.burbn.instagram" : "Instagram", "com.facebook.Facebook": "Facebook", @@ -111,7 +114,11 @@ E.on('notify',msg=>{ "org.whispersystems.signal": "Signal", "ph.telegra.Telegraph": "Telegram", "tv.twitch": "Twitch", - + "com.unitedinternet.mmc.mobile.gmx.iosmailer": "GMX", + "ch.publisheria.bring": "Bring", + "de.no26.Number26": "N26", + "com.yourcompany.PPClient": "PayPal", + "com.valvesoftware.Steam": "Steam", // could also use NRF.ancsGetAppInfo(msg.appId) here }; var unicodeRemap = { diff --git a/apps/ios/metadata.json b/apps/ios/metadata.json index eb75a6dbc..63f02262f 100644 --- a/apps/ios/metadata.json +++ b/apps/ios/metadata.json @@ -1,7 +1,7 @@ { "id": "ios", "name": "iOS Integration", - "version": "0.09", + "version": "0.10", "description": "Display notifications/music/etc from iOS devices", "icon": "app.png", "tags": "tool,system,ios,apple,messages,notifications",