Added some common app identifiers for iOS integration
parent
6a73d41cfc
commit
02055d5d80
|
|
@ -54,11 +54,26 @@ E.on('notify',msg=>{
|
||||||
"name" : string,
|
"name" : string,
|
||||||
*/
|
*/
|
||||||
var appNames = {
|
var appNames = {
|
||||||
"com.netflix.Netflix" : "Netflix",
|
"nl.ah.Appie": "Albert Heijn",
|
||||||
"com.google.ios.youtube" : "YouTube",
|
"com.apple.mobilecal": "Calendar",
|
||||||
|
"com.apple.mobilemail": "Mail",
|
||||||
|
"com.apple.reminders": "Reminders",
|
||||||
|
"com.apple.shortcuts": "Shortcuts",
|
||||||
|
"com.atebits.Tweetie2": "Twitter",
|
||||||
|
"com.burbn.instagram" : "Instagram",
|
||||||
|
"com.facebook.Facebook": "Facebook",
|
||||||
|
"com.facebook.Messenger": "FB Messenger",
|
||||||
|
"com.google.Gmail" : "GMail",
|
||||||
"com.google.hangouts" : "Hangouts",
|
"com.google.hangouts" : "Hangouts",
|
||||||
|
"com.google.ios.youtube" : "YouTube",
|
||||||
|
"com.jumbo.app" : "Jumbo",
|
||||||
|
"com.netflix.Netflix" : "Netflix",
|
||||||
|
"com.skype.skype": "Skype",
|
||||||
"com.skype.SkypeForiPad": "Skype",
|
"com.skype.SkypeForiPad": "Skype",
|
||||||
"com.atebits.Tweetie2": "Twitter"
|
"com.spotify.client": "Spotify",
|
||||||
|
"net.whatsapp.WhatsApp": "WhatsApp",
|
||||||
|
"com.wordfeud.free": "WordFeud",
|
||||||
|
|
||||||
// could also use NRF.ancsGetAppInfo(msg.appId) here
|
// could also use NRF.ancsGetAppInfo(msg.appId) here
|
||||||
};
|
};
|
||||||
var unicodeRemap = {
|
var unicodeRemap = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue