added url handler speaker: so one can send text programatically and start reading

This commit is contained in:
Jeena 2015-04-12 00:43:47 +02:00
parent b323b82f55
commit 33ad89b0d1
2 changed files with 38 additions and 2 deletions

View file

@ -28,5 +28,14 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>SpeakerApplication</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>speaker</string>
</array>
</dict>
</array>
</dict>
</plist>