Skip to content

Commit

Permalink
add ServiceInfo file to fix SharedCodeServices access
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmanjay committed Aug 24, 2016
1 parent 9805661 commit 8bb9258
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Contents/Services/ServiceInfo.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Search</key>
<dict>
<key>HDGrandSlam.All</key>
<dict>
<key>Identifier</key>
<string>com.plexapp.plugins.hdgrandslam</string>
</dict>
<key>HDGrandSlam.LiveTV</key>
<dict>
<key>Identifier</key>
<string>com.plexapp.plugins.hdgrandslam</string>
</dict>
<key>HDGrandSlam.Recorded</key>
<dict>
<key>Identifier</key>
<string>com.plexapp.plugins.hdgrandslam</string>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 8bb9258

Please sign in to comment.