Skip to content

Commit

Permalink
Avoid INStartCallIntent warning for using com.apple.developer.usernot…
Browse files Browse the repository at this point in the history
…ifications.communication entitlement (#2483)

<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->
Avoid INStartCallIntent warning for using
com.apple.developer.usernotifications.communication entitlement
## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->
<img width="642" alt="Screenshot 2023-12-14 at 13 14 24"
src="https://github.com/home-assistant/iOS/assets/5808343/da3d469f-9e41-4ea0-9e27-bc0564e4ccd2">

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal authored Dec 21, 2023
1 parent 09e56a8 commit 105aa26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/App/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -738,5 +738,9 @@
<key>TemporaryFullAccuracyReasonManualUpdate</key>
<string>[localized in strings file]</string>
</dict>
<key>NSUserActivityTypes</key>
<array>
<string>INSendMessageIntent</string>
</array>
</dict>
</plist>

0 comments on commit 105aa26

Please sign in to comment.