On Sat, Jun 13, 2009 at 2:23 PM, KK<[email protected]> wrote: > And I was thinking, is it possible to put other types of files in a flat > executable file? Like, a picture file, or even another executable?
You can put anything you want inside an executable. The system doesn't care. But why would you want to? The __info_plist section is specially-recognized by the system to support Carbon apps that are linked on OS X. Microsoft Office 2004 used it, for example. All apps today should be using the bundle structure. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
