From: <af...@al...> - 2006-03-10 14:39:17
|
Francesco Montorsi wrote: > So, we just need to add to build\macbundle the Info.plist and maybe a > simple script which calls the utilities to actually build the package, > isn't it? > > I can then add Info.plist to configure list of files to create. It > won't be used by Unix installations but only by Mac ones... Something like that, yes... Just that we'll need one such Info.plist for all three apps, or do a common template for all and generate the specifics ? (I guess the version numbers of them would follow wxLua's ?) For an example of what it looks like, you can view: http://www.algonet.se/~afb/wx/CodeBlocks.Info.plist It's missing the bindings to certain filetypes, though. Building the app can be a small shell script (or Makefile) I don't actually think we'll even need an Installer PKG... (better to do an RPM spec file in that case, and use RPM ?) --anders |