Your problem there is that plist is Apple's semi-proprietary format. I'm pretty certain no standard MIME type exists. You could make up your own in accordance with the MIME type rules though.

On 19 Mar 2009, at 16:48, Sandeep Chayapathi wrote:

one more related question - does anyone the mime-type for plists/ binary
plists ? Currently I have setup the mime type for my plist files as
text/plain.
-- Sandeep


On Mon, Mar 16, 2009 at 10:05 PM, Sandeep Chayapathi <csand...@gmail.com >wrote:

spot on - thanks for the suggestion. I guess I have a bit of Rube Goldberg
(http://en.wikipedia.org/wiki/Rube_Goldberg) in me.
-- Sandeep



On Mon, Mar 16, 2009 at 6:18 PM, Mike Abdullah <cocoa...@mikeabdullah.net >wrote:

If you are in control of these zip files, why not make use of HTTP's built in support for delivering compressed content? I believe NSURLConnection will
handle this transparently.


On 16 Mar 2009, at 20:42, Sandeep Chayapathi wrote:

Hi all,
Im looking for a framework to unzip a given file (either as a NSData or
as
a file path). I have search cocoa-dev mailing, so far I have come across this framework: http://code.google.com/p/zip-framework/ and one example
that
calls 'unzip' in the background. Can you recommend a good framework to
handle (mainly unzip) zip files ?

Note: this is for an iphone app. Im planning to zip files on a network
and
let the app download and extract the content - is this a good idea ? any
suggestion is appreciated.

-- Sandeep
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net

This email sent to cocoa...@mikeabdullah.net




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net

This email sent to cocoa...@mikeabdullah.net

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to