Multi-script project?

What would be the best way to do this? as i don’t know a way within xcode to do this. I mean. Xcode makes folders of it’s own but these folders do not represent the actual folders within the application package

Remove it from your project. Put it (compiled) in a folder, and drag the folder to your project. In the dialog that comes up, click the option to make a folder.

I created a new folder called Resources_2 (within the main contents folder) and moved the files. But that doesn’t seem to work either… Isn’t it possible to load the script without providing a path? since both files are within the same group, i would think so. But then again, that could also be ObjC only…

No – you just include the compiled file in the folder.

I meant was, i have to copy it into the package everytime i change something? But since it doesn’t work atm it doesn’t really matter.

I’ll go and try if it works when its uncompiled and outside of the target package…