what is the difference between framework and bundle in iphone OS?
Asked Answered
R

1

6

what is the difference between framework and bundle in iphone OS?

Ranzini answered 24/12, 2009 at 5:47 Comment(0)
I
4

Frameworks are groups of libraries, headers, et. al. which together make up a unit that you can use when programming. Kind of like a DLL on other platforms, except more than that.

A bundle is a structured folder which contains code and other support files. Frameworks are bundles. So are applications.

These are the same as on Mac OS X, since the iPhone OS is Mac OS X (though a special version of it).

See: Bundle Structures

And: Frameworks

Ingham answered 24/12, 2009 at 6:3 Comment(2)
@rrmmnn They work for me (surprising since they're seven years old). Maybe try again?Ingham
Well, I wouldn't have believed it if I hadn't tried it, but it seems that you're right. Odd behavior indeed.Ingham

© 2022 - 2024 — McMap. All rights reserved.