Skip to content

Commit

Permalink
Add custom URL handler
Browse files Browse the repository at this point in the history
This will ease automation in other apps (like iRule) by allowing them
to launch this app directly.
  • Loading branch information
kill-9-me committed Jan 3, 2014
1 parent 2797634 commit c7fee91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions XBMC Remote/XBMC Remote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,14 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>xbmcremote</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit c7fee91

Please sign in to comment.