magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Add AutoCreateDefaultContext Control #1192

Open dpopov opened 8 years ago

dpopov commented 8 years ago

I created this control because I am running Magical Record within a framework. And the setup called by the main process does not work for the internal framework methods. This fix seems to be working now.

Also I removed: -#import <MagicalRecord/MagicalRecord+Options.h> From the Main header because you call that import at the top of: MagicalRecordLogging.h Which is already imported in the header so it was redundant.