I am creating a Static Library application for iOS . I almost completed it, but the problem is with the resources.
My static library uses a lot of images and sound files. How can I transfer it to my static library?
I know that we can wrap it in a bunch and pass it through the .a file. But I do not know how to wrap images and sound files in a bundle file.
What I've done:
- I searched a lot, but did not find any useful links.
- I got the Conceptual CFBundles link, but could not find a solution to my problem.
- I checked the file templates available for Xcode, but did not see any types of packages other than the
Settings Bundle.
ios resources bundle static-libraries nsbundle
Midhun MP
source share