Creating Bundles
Creating Bundles
- Subject: Creating Bundles
- From: Daniel Delp <email@hidden>
- Date: Thu, 30 Jan 2003 12:10:59 -0600
I am working on an app that is completely based on bundles. Each section
of the app is broken down this way to allow for quicker and easier
(although not at the time being) upgrades. My thought is, it is much
easier to just download a portion instead of the whole file. However, I
have yet to find a way to programmatically create a bundle instance in
the file system. To explain better, The client computer connects to a
master computer and sends the bundle versions. If one is not up to date,
the server will send the contents of the bundle to the client. That I
can do, but I'm not sure (other than the long way of using
CFBundleCreate) how to create the new bundle. Thanks for any help
-Dan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.