|
From: David W. <da...@da...> - 2006-02-13 18:58:25
|
I am intending my ruby application to run under different platforms, but to behave natively. I therefore have created a number of groups under class groups such as GTK2, COCOA, etc. There are some files with the same file name under different group folders, which shouldn't be a problem. Eg: /GTK2/AppController.rb /COCOA/AppController.rb The problem is that when XCode builds the .app package, it copies all the ruby files flatly into the Resources folder and does not preserve the folder hierarchy, meaning that some files get overwritten. Is there a way to make XCode preserve the source folder hierarchy? Thanks, Dave |