Skip to content

Commit

Permalink
Update iTunesStoreX.plist
Browse files Browse the repository at this point in the history
Updated bundle filtering file to reduce battery drainage
  • Loading branch information
ObscureMosquito authored Sep 11, 2023
1 parent b5cd4e7 commit 565b2c4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion iTunesStoreX.plist
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
{ Filter = { Bundles = ( "com.apple.itunesstore" ); }; }
<plist version="1.0">
<dict>
<key>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>com.apple.AppStore</string>
<string>com.apple.MobileStore</string>
<string>com.apple.podcasts</string>
<string>com.apple.iBooks</string>
</array>
</dict>
</dict>
</plist>

0 comments on commit 565b2c4

Please sign in to comment.