diff --git a/apps/ios/ChangeLog b/apps/ios/ChangeLog index 4b58d1b76e..ad82ee4b66 100644 --- a/apps/ios/ChangeLog +++ b/apps/ios/ChangeLog @@ -24,3 +24,4 @@ 0.23: Fix bug where a space would be automatically appended to the start of an auto-detected name. 0.24: Pass notification time to Message GUI where it can be displayed in v0.92 like "13m ago" 0.25: Fix issues regarding stability of notification parsing. +0.26: Add "BlueWatch" app to bundleIDs diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 69b0c74b10..0582013a99 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -126,6 +126,7 @@ E.on('notify',msg=>{ "com.disney.disneyplus": "Disney+", "com.hbo.hbonow": "HBO Max", "com.adp.adpmobile":"ADP", + "com.RK.BlueWatch": "BlueWatch", "com.amazon.Amazon": "Amazon Shopping", "com.amazon.AmazonVideo": "Prime Video", "com.storytel.iphone": "Storytel", diff --git a/apps/ios/metadata.json b/apps/ios/metadata.json index 19ff91a10f..6065f67c18 100644 --- a/apps/ios/metadata.json +++ b/apps/ios/metadata.json @@ -1,9 +1,9 @@ { "id": "ios", "name": "iOS Integration", - "version": "0.25", + "version": "0.26", "author": "gfwilliams", - "description": "Show and dismiss iOS notifications, and pull music, weather, location, and agenda from iOS devices. For more features and deeper integration, use the BlueWatch app.", + "description": "Show and dismiss iOS notifications, and pull music, weather, location, and agenda from iOS devices.
For more features and deeper integration, use the `BlueWatch iOS Integration` app.", "icon": "app.png", "tags": "tool,system,ios,apple,messages,notifications", "dependencies": {"messages":"module"},