ios - .bundle in iPhone application -
can .bundle file have complete ios application within bundle? .bundle made target , used in different xcode project in same workspace. possible? nib files available in bundle loaded in xcode project. please let me know possibility.
yes, possible because bundles 1 way of packaging executable codes. detailed information provided here: https://developer.apple.com/library/content/documentation/corefoundation/conceptual/cfbundles/bundletypes/bundletypes.html#//apple_ref/doc/uid/10000123i-ch101-sw1
Comments
Post a Comment