Hi all, the header of the Info.plist file of RB2006r2 looks like this:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> Same header of an app compiled by RB2006r2 (Carbon/PEF): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> Please note the differences in DOCTYPE (PUBLIC / SYSTEM), dtd location and version (1.0 / 0.9). I am no XML expert, but the reason I'm asking is that the RB compiled app does not show e.g. ShortVersion, LongVersion and PackageInfo in Finder's column view (although properly set in the Application Class). Anyone gained an insight into this? Mac OS X 10.4.6 intel, RB2006r2. Cheers, Knut _______________________________________________ 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>
