From 4d5f609d7204f597b2943c5fbdf25edea2782e31 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 10 Jun 2012 21:43:18 +0200 Subject: [PATCH] Fixes. [REVERTED] managedObjectContext and persistenceStoreCoordinator needn't be lazy anymore. [FIXED] AdHoc #def'ed code fixed. --- .idea/inspectionProfiles/Project_Default.xml | 1 + .../MasterPassword (Development).xcscheme | 2 +- MasterPassword/MPAppDelegate_Key.m | 2 +- MasterPassword/MPAppDelegate_Store.m | 32 +++---- MasterPassword/MPTypes.m | 1 - MasterPassword/iOS/MPAppDelegate.m | 8 +- MasterPassword/iOS/MPSearchDelegate.m | 14 ++- MasterPassword/iOS/MPUnlockViewController.m | 36 ++++---- .../iOS/MainStoryboard_iPhone.storyboard | 88 ++++++++++++++++++- 9 files changed, 127 insertions(+), 57 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 0a16710e..16182728 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,6 +3,7 @@