Skip to content

Commit

Permalink
chore: add audio to background modes
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 25, 2024
1 parent 98b4fe9 commit 74f055f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>processing</string>
</array>
Expand Down
1 change: 1 addition & 0 deletions iosApp/iosApp/NewsMediaScan-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>processing</string>
</array>
Expand Down

0 comments on commit 74f055f

Please sign in to comment.