On Sep 17, 2006, at 12:57 AM, Carsten Friehe wrote:
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?
I do it with an apple script that is run after I build the app (it
also updates my macPad file version number and build date, and zips
the file and uploads it to the server, and sends an email to my clients)
Sam D
_______________________________________________
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>