iphone - how do I create a bundle and put files on it at run time -
my app generates 3 files every time user saves project. able build bundle @ run time, , save files bundle , save app's directory. if user wants move project desktop matter of dragging 1 bundle (= directory looks file, mac os x apps , pages files)...
i googled around , found nothing.
how do @ run time?
thanks.
bundles folder hierarchies conforming specific structure – see bundle programming guide. can use nsfilemanager
create folders in question, nspropertylistserialization
create info.plist
, etc.
Comments
Post a Comment