XCode: How do you compile a resource into the binary?
Posted
by Wonderflonium
on Stack Overflow
See other posts from Stack Overflow
or by Wonderflonium
Published on 2010-04-09T19:18:14Z
Indexed on
2010/04/09
19:23 UTC
Read the original article
Hit count: 298
How do you compile a resource into the binary in XCode? That way is doesn't show up inside the application bundle as a file and it's not subject to manipulation by a user (whether good-intentioned or bad).
Is this even possible?
I'm particularly interested about this in terms of iPhone apps.
Any help is appreciated!
© Stack Overflow or respective owner