Closed shyam-habarakada closed 13 years ago
so I did all this, and realized that static LIBs cannot contain any resources. I am a bit puzzled though on how the demo app in this repo still gets all the image resources correctly. As far as I can tell, I am not including anything manually. Any clues?
fixed the issue with organizing resources. Now we have a resource bundle and a LIB (based on the same technique used by components like the facebook-ios-sdk). Details in README
This makes it a bit easier to include this component in other iOS projects. Also added a .gitignore file and cleaned up unnecessary files from repo. Finally, updated the SDK so that it uses the latest iOS SDK found (instead of hardcoding to 4.2)