Thanks Brent for clarifying this for me! Now I know, that I can't ignore those files :) Tiemo
-----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Brent Anderson Gesendet: Donnerstag, 28. Juni 2007 15:52 An: How to use Revolution Betreff: Re: What is the Mac app signature? Hello. The PkgInfo and Info.plist files are for identifying a few things. PkgInfo is a file read by the system when you start your app. It registers your app (and I believe filetypes associated to it as well) telling the system that your application is just that - an application. All bundles require one of these (FYI - a bundle on a mac is basically a folder but it is treated like something else - an application is a bundle, a framework is a bundle, and Revolution externals are a bundle - all resources for the bundle are inside it to keep things tidy). The Info.plist is another identifier that tells the system where the application came from, what it's icon is, what languages it supports, and a ton of other runtime parameters. You can read the technical document on it here: http://developer.apple.com/ documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/ ConfigFiles.html. Thanks, Brent Anderson Fiery Ferret http://www.fieryferret.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
