I develop Static Library in XCode. I want to use Core Data by using Core Data model.
How I can hide Core Data model file in app, that is using Static Library. I don't want anybody to be able to see data base scheme. The same time, when developer will use some methods that depends on Core Data model, everyhting will work.
Thanks for help! Cheers!
Bartosz