On Jun 21, 2006, at 11:51 AM, Harrie Westphal wrote:
On Jun 21, 2006, at 10:18 AM, Charles Yeomans wrote:
If you open TextEdit's Info.plist file you'll see stuff like the
following.
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>rtfd</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>rtfd.icns</string>
<key>CFBundleTypeName</key>
<string>NSRTFDPboardType</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSTypeIsPackage</key>
<true/>
</dict>
Well, I just looked at a Quicken data file, which is a bundle
containing a number of folders and files, and there is no
Info.plist file within it. There is a PkgInfo file which contains
the 8 characters BDATINTU, the Type and Creator codes. Other than
that everything is a Quicken specific item within the Bundled
folder. So, because of this, I don't think the Info.plist file is
the key to making a bundled "Data" folder as is wanted by the
originator of this thread.
Take a look at the Quicken application's plist.info file.
Charles Yeomans
_______________________________________________
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>