keep the script in a resource rather then a file?

Hello everyone,

Just a quick question: Is it possible to keep my script in Xcode somehow not in a file rather in a resource? if yes, could I be able to call it in runtime(load from resource to a string or so), then execute it, how ?

The idea is for some reason I dont want to keep the script as a separate file in Xcode.
Any help greatly appreciated.

TIA,
NIma

Model: Mac OS X
Browser: Safari 525.27.1
Operating System: Mac OS X (10.5)

To make it a bit clear, I want to save my entire script in a string or so somewhere in Xcode and could be able to retrieve it again at runtime. Maybe I have to post it in Xcode mailing list.

Thanks anyway