6 ms·
Which is what I meant by "within the bundle of your app." That may have been a bit too iOS developer-centric, I apologize. In Foundation, [NSBundle mainBundle]
by nglevin 13y ago
Which is what I meant by "within the bundle of your app." That may have been a bit too iOS developer-centric, I apologize.
In Foundation, [NSBundle mainBundle] returns a reference to an object representing your application's root directory, and the code and resources found within. Roughly the same bits that you'd find within an unpacked IAP file.