In a Rev standalone .app in MacOSX
Finder file info is located in the info.pList file within the "bundle/package/app".
It's a lot of XML like this:

<string>20071129_Toadmeat</string>
        <key>CFBundleName</key>
<string>Toadmeat Chopper</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
<string>1.5.0.0</string>
        <key>CFBundleSignature</key>
<string>????</string>
        <key>CFBundleVersion</key>
        <string>2.9.0.480</string>

I would assume it's like that in other applications as well.


* The directory has its bundle bit set.
* The directory has a known structure type indicating it is a modern or versioned bundle.

How does one set a file's bundle bit in a post-ResEdit world?

--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to