Hi!
Can someone tell me how I can add the following info to my Info.plist file
of my REALbasic Application?
-------
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>Email Address URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mailto</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>News URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>news</string>
</array>
</dict>
</array>
-------
Yes, I can edit the file after compiling the application but that is too
much work. Isn't there a direct possibility in RB2006r3 or above?
Best Regards,
Carsten
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>