I used javascript in my objective-c/cocoa project. But after compiling, I found that all script files list in .app content. Is it possible to hide the scripts or add them to unix executable file?
Welcome any comment
|
I used javascript in my objective-c/cocoa project. But after compiling, I found that all script files list in .app content. Is it possible to hide the scripts or add them to unix executable file? Welcome any comment |
||||
|
|
Create hidden javascript file(begins with a dot “.”) and Copy that file in Bundle Resources build phase. |
|||||||||||
|