diff --git a/Source/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m diff --git a/Source/Categories/DataImport/NSEntityDescription+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSEntityDescription+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSEntityDescription+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSEntityDescription+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.m diff --git a/Source/Categories/DataImport/NSNumber+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSNumber+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSNumber+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSNumber+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.m diff --git a/Source/Categories/DataImport/NSObject+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSObject+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSObject+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSObject+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.m diff --git a/Source/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m diff --git a/Source/Categories/DataImport/NSString+MagicalDataImport.h b/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.h similarity index 100% rename from Source/Categories/DataImport/NSString+MagicalDataImport.h rename to MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.h diff --git a/Source/Categories/DataImport/NSString+MagicalDataImport.m b/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.m similarity index 100% rename from Source/Categories/DataImport/NSString+MagicalDataImport.m rename to MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.m diff --git a/Source/Categories/NSManagedObject+MagicalDataImport.h b/MagicalRecord/Categories/NSManagedObject+MagicalDataImport.h similarity index 100% rename from Source/Categories/NSManagedObject+MagicalDataImport.h rename to MagicalRecord/Categories/NSManagedObject+MagicalDataImport.h diff --git a/Source/Categories/NSManagedObject+MagicalDataImport.m b/MagicalRecord/Categories/NSManagedObject+MagicalDataImport.m similarity index 99% rename from Source/Categories/NSManagedObject+MagicalDataImport.m rename to MagicalRecord/Categories/NSManagedObject+MagicalDataImport.m index d19c8c2..351ca95 100644 --- a/Source/Categories/NSManagedObject+MagicalDataImport.m +++ b/MagicalRecord/Categories/NSManagedObject+MagicalDataImport.m @@ -120,7 +120,7 @@ NSString * const kMagicalRecordImportRelationshipTypeKey = @"type"; #pragma clang diagnostic push #pragma clang diagnostic ignored "-Warc-performSelector-leaks" relationshipSource = [self performSelector:NSSelectorFromString(selectorName)]; -#pragma cland diagnostic pop +#pragma clang diagnostic pop addRelationMessageFormat = @"addObject:"; } } diff --git a/Source/Categories/NSManagedObject+MagicalRecord.h b/MagicalRecord/Categories/NSManagedObject+MagicalRecord.h similarity index 100% rename from Source/Categories/NSManagedObject+MagicalRecord.h rename to MagicalRecord/Categories/NSManagedObject+MagicalRecord.h diff --git a/Source/Categories/NSManagedObject+MagicalRecord.m b/MagicalRecord/Categories/NSManagedObject+MagicalRecord.m similarity index 100% rename from Source/Categories/NSManagedObject+MagicalRecord.m rename to MagicalRecord/Categories/NSManagedObject+MagicalRecord.m diff --git a/Source/Categories/NSManagedObjectContext+MagicalRecord.h b/MagicalRecord/Categories/NSManagedObjectContext+MagicalRecord.h similarity index 100% rename from Source/Categories/NSManagedObjectContext+MagicalRecord.h rename to MagicalRecord/Categories/NSManagedObjectContext+MagicalRecord.h diff --git a/Source/Categories/NSManagedObjectContext+MagicalRecord.m b/MagicalRecord/Categories/NSManagedObjectContext+MagicalRecord.m similarity index 100% rename from Source/Categories/NSManagedObjectContext+MagicalRecord.m rename to MagicalRecord/Categories/NSManagedObjectContext+MagicalRecord.m diff --git a/Source/Categories/NSManagedObjectModel+MagicalRecord.h b/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.h similarity index 100% rename from Source/Categories/NSManagedObjectModel+MagicalRecord.h rename to MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.h diff --git a/Source/Categories/NSManagedObjectModel+MagicalRecord.m b/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.m similarity index 100% rename from Source/Categories/NSManagedObjectModel+MagicalRecord.m rename to MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.m diff --git a/Source/Categories/NSPersistentStore+MagicalRecord.h b/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.h similarity index 100% rename from Source/Categories/NSPersistentStore+MagicalRecord.h rename to MagicalRecord/Categories/NSPersistentStore+MagicalRecord.h diff --git a/Source/Categories/NSPersistentStore+MagicalRecord.m b/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m similarity index 100% rename from Source/Categories/NSPersistentStore+MagicalRecord.m rename to MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m diff --git a/Source/Categories/NSPersistentStoreCoordinator+MagicalRecord.h b/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.h similarity index 100% rename from Source/Categories/NSPersistentStoreCoordinator+MagicalRecord.h rename to MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.h diff --git a/Source/Categories/NSPersistentStoreCoordinator+MagicalRecord.m b/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m similarity index 100% rename from Source/Categories/NSPersistentStoreCoordinator+MagicalRecord.m rename to MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m diff --git a/Source/CoreData+MagicalRecord.h b/MagicalRecord/CoreData+MagicalRecord.h similarity index 100% rename from Source/CoreData+MagicalRecord.h rename to MagicalRecord/CoreData+MagicalRecord.h diff --git a/Source/MRCoreDataAction.h b/MagicalRecord/MRCoreDataAction.h similarity index 100% rename from Source/MRCoreDataAction.h rename to MagicalRecord/MRCoreDataAction.h diff --git a/Source/MRCoreDataAction.m b/MagicalRecord/MRCoreDataAction.m similarity index 100% rename from Source/MRCoreDataAction.m rename to MagicalRecord/MRCoreDataAction.m diff --git a/Source/MagicalRecordHelpers.h b/MagicalRecord/MagicalRecordHelpers.h similarity index 100% rename from Source/MagicalRecordHelpers.h rename to MagicalRecord/MagicalRecordHelpers.h diff --git a/Source/MagicalRecordHelpers.m b/MagicalRecord/MagicalRecordHelpers.m similarity index 100% rename from Source/MagicalRecordHelpers.m rename to MagicalRecord/MagicalRecordHelpers.m diff --git a/Source/MagicalRecordShorthand.h b/MagicalRecord/MagicalRecordShorthand.h similarity index 100% rename from Source/MagicalRecordShorthand.h rename to MagicalRecord/MagicalRecordShorthand.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/GHUnit b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/GHUnit similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/GHUnit rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/GHUnit diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Headers b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Headers similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Headers rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Headers diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Resources b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Resources similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Resources rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Resources diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/GHUnit b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/GHUnit similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/GHUnit rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/GHUnit diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/BWSplitView.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/BWSplitView.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/BWSplitView.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/BWSplitView.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHAsyncTestCase.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHAsyncTestCase.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHAsyncTestCase.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHAsyncTestCase.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSURLConnection.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSURLConnection.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSURLConnection.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHMockNSURLConnection.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocation+Utils.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocation+Utils.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocation+Utils.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocation+Utils.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocationProxy.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocationProxy.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocationProxy.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSInvocationProxy.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSLocale+Mock.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSLocale+Mock.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSLocale+Mock.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSLocale+Mock.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSObject+Invocation.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSObject+Invocation.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSObject+Invocation.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHNSObject+Invocation.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest+JUnitXML.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest+JUnitXML.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest+JUnitXML.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest+JUnitXML.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTest.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestApp.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestApp.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestApp.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestApp.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestCase.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestCase.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestCase.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestCase.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestGroup.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestMacros.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestMacros.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestMacros.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestMacros.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOperation.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOperation.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOperation.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOperation.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOutlineViewModel.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOutlineViewModel.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOutlineViewModel.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestOutlineViewModel.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestRunner.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestRunner.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestRunner.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestRunner.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestSuite.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestSuite.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestSuite.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestSuite.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewController.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewController.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewController.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewController.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewModel.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewModel.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewModel.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestViewModel.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestWindowController.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestWindowController.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestWindowController.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTestWindowController.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTesting.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTesting.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTesting.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHTesting.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUNSObject+Swizzle.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUNSObject+Swizzle.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUNSObject+Swizzle.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUNSObject+Swizzle.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUnit.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUnit.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUnit.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GHUnit.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GTMStackTrace.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GTMStackTrace.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GTMStackTrace.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/GTMStackTrace.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSValue+GHValueFormatter.h b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSValue+GHValueFormatter.h similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSValue+GHValueFormatter.h rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Headers/NSValue+GHValueFormatter.h diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/English.lproj/InfoPlist.strings b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/English.lproj/InfoPlist.strings similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/English.lproj/InfoPlist.strings rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/English.lproj/InfoPlist.strings diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestApp.nib b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestApp.nib similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestApp.nib rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestApp.nib diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestView.nib b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestView.nib similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestView.nib rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestView.nib diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestWindow.nib b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestWindow.nib similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestWindow.nib rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHTestWindow.nib diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit-Debug.xcconfig b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit-Debug.xcconfig similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit-Debug.xcconfig rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit-Debug.xcconfig diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit.xcconfig b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit.xcconfig similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit.xcconfig rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GHUnit.xcconfig diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleBitmap.tif diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/GradientSplitViewDimpleVector.pdf diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/Info.plist b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/Info.plist similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/Info.plist rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/A/Resources/Info.plist diff --git a/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/Current b/Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/Current similarity index 100% rename from Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/Current rename to Project Files/Mac App Unit Tests/Frameworks/GHUnit.framework/Versions/Current diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Headers b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Headers similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Headers rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Headers diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/OCHamcrest b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/OCHamcrest similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/OCHamcrest rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/OCHamcrest diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Resources b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Resources similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Resources rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Resources diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAllOf.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAllOf.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAllOf.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAllOf.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAnyOf.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAnyOf.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAnyOf.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAnyOf.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAssertThat.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAssertThat.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAssertThat.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCAssertThat.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseDescription.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseDescription.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseDescription.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseDescription.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseMatcher.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseMatcher.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseMatcher.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBaseMatcher.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBoxNumber.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBoxNumber.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBoxNumber.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCBoxNumber.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCCollectMatchers.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCCollectMatchers.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCCollectMatchers.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCCollectMatchers.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescribedAs.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescribedAs.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescribedAs.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescribedAs.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescription.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescription.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescription.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCDescription.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasCount.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasCount.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasCount.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasCount.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasDescription.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasDescription.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasDescription.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCHasDescription.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCInvocationMatcher.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCInvocationMatcher.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCInvocationMatcher.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCInvocationMatcher.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIs.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIs.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIs.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIs.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsAnything.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsAnything.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsAnything.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsAnything.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCloseTo.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCloseTo.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCloseTo.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCloseTo.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContaining.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContaining.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContaining.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContaining.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContaining.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContaining.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContaining.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContaining.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEmptyCollection.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEmptyCollection.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEmptyCollection.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEmptyCollection.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqual.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqual.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqual.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqual.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualToNumber.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualToNumber.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualToNumber.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsEqualToNumber.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsIn.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsIn.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsIn.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsIn.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsInstanceOf.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsInstanceOf.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsInstanceOf.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsInstanceOf.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNil.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNil.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNil.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNil.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNot.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNot.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNot.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsNot.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsSame.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsSame.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsSame.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCIsSame.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCMatcher.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCMatcher.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCMatcher.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCMatcher.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCNumberAssert.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCNumberAssert.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCNumberAssert.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCNumberAssert.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCOrderingComparison.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCOrderingComparison.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCOrderingComparison.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCOrderingComparison.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilObject.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilObject.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilObject.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilObject.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilString.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilString.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilString.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCRequireNonNilString.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSelfDescribing.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSelfDescribing.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSelfDescribing.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSelfDescribing.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContains.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContains.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContains.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContains.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContainsInOrder.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContainsInOrder.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContainsInOrder.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringContainsInOrder.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringDescription.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringDescription.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringDescription.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringDescription.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringEndsWith.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringEndsWith.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringEndsWith.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringEndsWith.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringStartsWith.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringStartsWith.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringStartsWith.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCStringStartsWith.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSubstringMatcher.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSubstringMatcher.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSubstringMatcher.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCSubstringMatcher.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCWrapInMatcher.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCWrapInMatcher.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCWrapInMatcher.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/HCWrapInMatcher.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/OCHamcrest.h b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/OCHamcrest.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/OCHamcrest.h rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Headers/OCHamcrest.h diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/OCHamcrest b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/OCHamcrest similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/OCHamcrest rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/OCHamcrest diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Resources/Info.plist b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Resources/Info.plist similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Resources/Info.plist rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/A/Resources/Info.plist diff --git a/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/Current b/Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/Current similarity index 100% rename from Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/Current rename to Project Files/Mac App Unit Tests/Frameworks/OCHamcrest.framework/Versions/Current diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Headers b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Headers similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Headers rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Headers diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/OCMock b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/OCMock similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/OCMock rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/OCMock diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Resources b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Resources similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Resources rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Resources diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt diff --git a/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/Current b/Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/Current similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMock.framework/Versions/Current rename to Project Files/Mac App Unit Tests/Frameworks/OCMock.framework/Versions/Current diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h diff --git a/Mac App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a b/Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a similarity index 100% rename from Mac App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a rename to Project Files/Mac App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a diff --git a/Mac App Unit Tests/GHUnitTestMain.m b/Project Files/Mac App Unit Tests/GHUnitTestMain.m similarity index 100% rename from Mac App Unit Tests/GHUnitTestMain.m rename to Project Files/Mac App Unit Tests/GHUnitTestMain.m diff --git a/Mac App Unit Tests/Mac App Unit Tests-Info.plist b/Project Files/Mac App Unit Tests/Mac App Unit Tests-Info.plist similarity index 100% rename from Mac App Unit Tests/Mac App Unit Tests-Info.plist rename to Project Files/Mac App Unit Tests/Mac App Unit Tests-Info.plist diff --git a/Mac App Unit Tests/Mac App Unit Tests-Prefix.pch b/Project Files/Mac App Unit Tests/Mac App Unit Tests-Prefix.pch similarity index 100% rename from Mac App Unit Tests/Mac App Unit Tests-Prefix.pch rename to Project Files/Mac App Unit Tests/Mac App Unit Tests-Prefix.pch diff --git a/Mac App Unit Tests/en.lproj/Credits.rtf b/Project Files/Mac App Unit Tests/en.lproj/Credits.rtf similarity index 100% rename from Mac App Unit Tests/en.lproj/Credits.rtf rename to Project Files/Mac App Unit Tests/en.lproj/Credits.rtf diff --git a/Mac App Unit Tests/en.lproj/InfoPlist.strings b/Project Files/Mac App Unit Tests/en.lproj/InfoPlist.strings similarity index 100% rename from Mac App Unit Tests/en.lproj/InfoPlist.strings rename to Project Files/Mac App Unit Tests/en.lproj/InfoPlist.strings diff --git a/Magical Record.xcodeproj/project.pbxproj b/Project Files/Magical Record.xcodeproj/project.pbxproj similarity index 81% rename from Magical Record.xcodeproj/project.pbxproj rename to Project Files/Magical Record.xcodeproj/project.pbxproj index 8a5935d..2ecd2ab 100644 --- a/Magical Record.xcodeproj/project.pbxproj +++ b/Project Files/Magical Record.xcodeproj/project.pbxproj @@ -7,14 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - C7005F1214140F9B0061B9F4 /* NSNumber+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1114140F9B0061B9F4 /* NSNumber+MagicalDataImport.m */; }; - C7005F1314140F9B0061B9F4 /* NSNumber+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1114140F9B0061B9F4 /* NSNumber+MagicalDataImport.m */; }; - C7005F1614140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1514140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m */; }; - C7005F1714140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1514140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m */; }; - C7005F1A14140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1914140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m */; }; - C7005F1B14140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F1914140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m */; }; - C7005F2214153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F2114153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m */; }; - C7005F2314153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7005F2114153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m */; }; C70B6E7113D0F62500709450 /* NSPersisentStoreHelperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C70B6E7013D0F62500709450 /* NSPersisentStoreHelperTests.m */; }; C70B6E7413D0F64000709450 /* NSPersistentStoreCoordinatorHelperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C70B6E7313D0F64000709450 /* NSPersistentStoreCoordinatorHelperTests.m */; }; C70B6E7713D0F66000709450 /* NSManagedObjectModelHelperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C70B6E7613D0F66000709450 /* NSManagedObjectModelHelperTests.m */; }; @@ -29,27 +21,10 @@ C721C83C13D0C6390097AB6F /* GHUnitIOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C82F13D0C6390097AB6F /* GHUnitIOS.framework */; }; C721C83D13D0C6390097AB6F /* OCHamcrestIOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C83013D0C6390097AB6F /* OCHamcrestIOS.framework */; }; C721C84E13D0C6460097AB6F /* GHUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C84113D0C6460097AB6F /* GHUnit.framework */; }; - C721C86813D0C7030097AB6F /* MRCoreDataAction.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85713D0C7030097AB6F /* MRCoreDataAction.m */; }; - C721C86913D0C7030097AB6F /* MRCoreDataAction.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85713D0C7030097AB6F /* MRCoreDataAction.m */; }; - C721C86C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m */; }; - C721C86D13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m */; }; - C721C86E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m */; }; - C721C86F13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C85E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m */; }; - C721C87013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m */; }; - C721C87113D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m */; }; - C721C87213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m */; }; - C721C87313D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m */; }; - C721C87413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m */; }; - C721C87513D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m */; }; - C721C87613D0C7030097AB6F /* MagicalRecordHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86713D0C7030097AB6F /* MagicalRecordHelpers.m */; }; - C721C87713D0C7030097AB6F /* MagicalRecordHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = C721C86713D0C7030097AB6F /* MagicalRecordHelpers.m */; }; C738127A1410398A0054EEF0 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C73812781410383B0054EEF0 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m */; }; C738127B141039900054EEF0 /* SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json in Resources */ = {isa = PBXBuildFile; fileRef = C7381275141037E80054EEF0 /* SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json */; }; C753897413DB61CE002B2F57 /* GHUnitTestMain.m in Sources */ = {isa = PBXBuildFile; fileRef = C753897313DB61CE002B2F57 /* GHUnitTestMain.m */; }; C753897613DB6322002B2F57 /* GHUnit.framework in Copy GHUnit into App Bundle */ = {isa = PBXBuildFile; fileRef = C721C84113D0C6460097AB6F /* GHUnit.framework */; }; - C758AFD51493C6DC0051E570 /* NSString+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C758AFD41493C6DC0051E570 /* NSString+MagicalDataImport.m */; }; - C758AFD61493C6DC0051E570 /* NSString+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C758AFD41493C6DC0051E570 /* NSString+MagicalDataImport.m */; }; - C75A4E7313D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C75A4E7213D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m */; }; C75C7D6A147220D400D0C2FE /* generateShorthandFile.rb in Resources */ = {isa = PBXBuildFile; fileRef = C75C7D69147220D300D0C2FE /* generateShorthandFile.rb */; }; C75C7D6B147220D400D0C2FE /* generateShorthandFile.rb in Resources */ = {isa = PBXBuildFile; fileRef = C75C7D69147220D300D0C2FE /* generateShorthandFile.rb */; }; C763783213E10BEC0009A6CA /* GHUnitIOSTestMain.m in Sources */ = {isa = PBXBuildFile; fileRef = C763783113E10BEC0009A6CA /* GHUnitIOSTestMain.m */; }; @@ -65,7 +40,6 @@ C76AF7EE13DBC09B00CE2E05 /* SingleEntityWithNoRelationships.plist in Resources */ = {isa = PBXBuildFile; fileRef = C77E5FB213D0D1D100298F87 /* SingleEntityWithNoRelationships.plist */; }; C76AF7F213DBC12500CE2E05 /* OCHamcrest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C84213D0C6460097AB6F /* OCHamcrest.framework */; }; C76AF7F413DBC34300CE2E05 /* OCHamcrest.framework in Copy OCHamcrest into App Bundle */ = {isa = PBXBuildFile; fileRef = C721C84213D0C6460097AB6F /* OCHamcrest.framework */; }; - C76AF7F713DBD63E00CE2E05 /* NSManagedObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C75A4E7213D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m */; }; C76AF7FB13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C76AF7FA13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m */; }; C76AF7FC13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C76AF7FA13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m */; }; C76AF82A13DBEE5A00CE2E05 /* SingleRelatedEntity.json in Resources */ = {isa = PBXBuildFile; fileRef = C76AF82913DBEE5A00CE2E05 /* SingleRelatedEntity.json */; }; @@ -92,15 +66,66 @@ C7913BA913FB1D2A007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913BA813FB1D2A007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m */; }; C7913BAD13FB1DF9007E09CC /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913BAC13FB1DF9007E09CC /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m */; }; C7913BAF13FB1E11007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json in Resources */ = {isa = PBXBuildFile; fileRef = C7913BAE13FB1E11007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json */; }; + C7A98E2114F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0414F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m */; }; + C7A98E2214F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0414F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m */; }; + C7A98E2314F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0614F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m */; }; + C7A98E2414F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0614F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m */; }; + C7A98E2514F404B300CD2119 /* NSNumber+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0814F404B300CD2119 /* NSNumber+MagicalDataImport.m */; }; + C7A98E2614F404B300CD2119 /* NSNumber+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0814F404B300CD2119 /* NSNumber+MagicalDataImport.m */; }; + C7A98E2714F404B300CD2119 /* NSObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0A14F404B300CD2119 /* NSObject+MagicalDataImport.m */; }; + C7A98E2814F404B300CD2119 /* NSObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0A14F404B300CD2119 /* NSObject+MagicalDataImport.m */; }; + C7A98E2914F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0C14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m */; }; + C7A98E2A14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0C14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m */; }; + C7A98E2B14F404B300CD2119 /* NSString+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0E14F404B300CD2119 /* NSString+MagicalDataImport.m */; }; + C7A98E2C14F404B300CD2119 /* NSString+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E0E14F404B300CD2119 /* NSString+MagicalDataImport.m */; }; + C7A98E2D14F404B300CD2119 /* NSManagedObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1014F404B300CD2119 /* NSManagedObject+MagicalDataImport.m */; }; + C7A98E2E14F404B300CD2119 /* NSManagedObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1014F404B300CD2119 /* NSManagedObject+MagicalDataImport.m */; }; + C7A98E2F14F404B300CD2119 /* NSManagedObject+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1214F404B300CD2119 /* NSManagedObject+MagicalRecord.m */; }; + C7A98E3014F404B300CD2119 /* NSManagedObject+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1214F404B300CD2119 /* NSManagedObject+MagicalRecord.m */; }; + C7A98E3114F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1414F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m */; }; + C7A98E3214F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1414F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m */; }; + C7A98E3314F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1614F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m */; }; + C7A98E3414F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1614F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m */; }; + C7A98E3514F404B300CD2119 /* NSPersistentStore+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1814F404B300CD2119 /* NSPersistentStore+MagicalRecord.m */; }; + C7A98E3614F404B300CD2119 /* NSPersistentStore+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1814F404B300CD2119 /* NSPersistentStore+MagicalRecord.m */; }; + C7A98E3714F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1A14F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m */; }; + C7A98E3814F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1A14F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m */; }; + C7A98E3914F404B300CD2119 /* MagicalRecordHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1D14F404B300CD2119 /* MagicalRecordHelpers.m */; }; + C7A98E3A14F404B300CD2119 /* MagicalRecordHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E1D14F404B300CD2119 /* MagicalRecordHelpers.m */; }; + C7A98E3B14F404B300CD2119 /* MRCoreDataAction.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E2014F404B300CD2119 /* MRCoreDataAction.m */; }; + C7A98E3C14F404B300CD2119 /* MRCoreDataAction.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A98E2014F404B300CD2119 /* MRCoreDataAction.m */; }; + C7A98E3E14F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A37513F44A3C002C5B0C /* ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m */; }; + C7A98E3F14F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A38C13F45438002C5B0C /* ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m */; }; + C7A98E4014F40AC100CD2119 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B7379D13FAE6D000EE4940 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m */; }; + C7A98E4114F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913BAC13FB1DF9007E09CC /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m */; }; + C7A98E4214F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C78F8FD613FDC31700549DD8 /* ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m */; }; + C7A98E4314F40AC100CD2119 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C73812781410383B0054EEF0 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m */; }; + C7A98E4414F40DA900CD2119 /* OCMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C83113D0C6390097AB6F /* OCMock.framework */; }; + C7A98E4514F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = C78F8FDC13FDC3FD00549DD8 /* _SingleEntityRelatedToMappedEntityWithSecondaryMappings.m */; }; + C7A98E4714F40DDF00CD2119 /* _ConcreteRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD887B13DBFA6200274567 /* _ConcreteRelatedEntity.m */; }; + C7A98E4814F40DDF00CD2119 /* _DifferentClassNameMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD887D13DBFA6200274567 /* _DifferentClassNameMapping.m */; }; + C7A98E4914F40DDF00CD2119 /* _SingleEntityWithNoRelationships.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD887F13DBFA6200274567 /* _SingleEntityWithNoRelationships.m */; }; + C7A98E4A14F40DDF00CD2119 /* _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913B9413FAEDE9007E09CC /* _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m */; }; + C7A98E4B14F40DDF00CD2119 /* _SingleRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD888113DBFA6200274567 /* _SingleRelatedEntity.m */; }; + C7A98E4C14F40DDF00CD2119 /* _MappedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C784348C13F0FEE000463CEE /* _MappedEntity.m */; }; + C7A98E4D14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityUsingDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A38113F45240002C5B0C /* _SingleEntityRelatedToMappedEntityUsingDefaults.m */; }; + C7A98E4E14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A38313F45240002C5B0C /* _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m */; }; + C7A98E4F14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913BA513FB1D17007E09CC /* _SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m */; }; + C7A98E5014F40DDF00CD2119 /* MappedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C784348E13F0FEE000463CEE /* MappedEntity.m */; }; + C7A98E5214F40DDF00CD2119 /* ConcreteRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD888513DBFA6200274567 /* ConcreteRelatedEntity.m */; }; + C7A98E5314F40DDF00CD2119 /* DifferentClassNameMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD888713DBFA6200274567 /* DifferentClassNameMapping.m */; }; + C7A98E5414F40DDF00CD2119 /* SingleEntityWithNoRelationships.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD888913DBFA6200274567 /* SingleEntityWithNoRelationships.m */; }; + C7A98E5514F40DDF00CD2119 /* SingleRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD888B13DBFA6200274567 /* SingleRelatedEntity.m */; }; + C7A98E5614F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = C78F8FD913FDC3F400549DD8 /* SingleEntityRelatedToMappedEntityWithSecondaryMappings.m */; }; + C7A98E5714F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityUsingDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A38713F4524B002C5B0C /* SingleEntityRelatedToMappedEntityUsingDefaults.m */; }; + C7A98E5814F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C9A38913F4524B002C5B0C /* SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m */; }; + C7A98E5914F40DDF00CD2119 /* SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913B9813FAEDF8007E09CC /* SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m */; }; + C7A98E5A14F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C7913BA813FB1D2A007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m */; }; C7B7379E13FAE6D000EE4940 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B7379D13FAE6D000EE4940 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m */; }; C7BD886813DBF88F00274567 /* _AbstractRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885313DBF88F00274567 /* _AbstractRelatedEntity.m */; }; - C7BD886913DBF88F00274567 /* _ConcreteRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885513DBF88F00274567 /* _ConcreteRelatedEntity.m */; }; - C7BD886A13DBF88F00274567 /* _DifferentClassNameMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885713DBF88F00274567 /* _DifferentClassNameMapping.m */; }; C7BD886B13DBF88F00274567 /* _SingleEntityWithNoRelationships.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885913DBF88F00274567 /* _SingleEntityWithNoRelationships.m */; }; C7BD886C13DBF88F00274567 /* _SingleRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885B13DBF88F00274567 /* _SingleRelatedEntity.m */; }; C7BD886D13DBF88F00274567 /* AbstractRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885D13DBF88F00274567 /* AbstractRelatedEntity.m */; }; - C7BD886E13DBF88F00274567 /* ConcreteRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD885F13DBF88F00274567 /* ConcreteRelatedEntity.m */; }; - C7BD886F13DBF88F00274567 /* DifferentClassNameMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD886113DBF88F00274567 /* DifferentClassNameMapping.m */; }; C7BD887013DBF88F00274567 /* SingleEntityWithNoRelationships.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD886313DBF88F00274567 /* SingleEntityWithNoRelationships.m */; }; C7BD887113DBF88F00274567 /* SingleRelatedEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BD886513DBF88F00274567 /* SingleRelatedEntity.m */; }; C7BD887213DBF88F00274567 /* TestModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C7BD886613DBF88F00274567 /* TestModel.xcdatamodeld */; }; @@ -127,8 +152,6 @@ C7E37A78141577B800CE9BF5 /* libOCMock.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C721C83B13D0C6390097AB6F /* libOCMock.a */; }; C7E37A7C14157BFE00CE9BF5 /* libOCMock.a in CopyFiles */ = {isa = PBXBuildFile; fileRef = C721C83B13D0C6390097AB6F /* libOCMock.a */; }; C7E736DF1402FE64005657C9 /* SingleEntityWithNoRelationships.json in Resources */ = {isa = PBXBuildFile; fileRef = C7E736DE1402FE64005657C9 /* SingleEntityWithNoRelationships.json */; }; - C7F5EEB2148DC76700964607 /* NSObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F5EEB1148DC76700964607 /* NSObject+MagicalDataImport.m */; }; - C7F5EEB3148DC76700964607 /* NSObject+MagicalDataImport.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F5EEB1148DC76700964607 /* NSObject+MagicalDataImport.m */; }; /* End PBXBuildFile section */ /* Begin PBXBuildRule section */ @@ -180,14 +203,6 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - C7005F1014140F9B0061B9F4 /* NSNumber+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSNumber+MagicalDataImport.h"; path = "DataImport/NSNumber+MagicalDataImport.h"; sourceTree = ""; }; - C7005F1114140F9B0061B9F4 /* NSNumber+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+MagicalDataImport.m"; path = "DataImport/NSNumber+MagicalDataImport.m"; sourceTree = ""; }; - C7005F1414140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSAttributeDescription+MagicalDataImport.h"; path = "DataImport/NSAttributeDescription+MagicalDataImport.h"; sourceTree = ""; }; - C7005F1514140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSAttributeDescription+MagicalDataImport.m"; path = "DataImport/NSAttributeDescription+MagicalDataImport.m"; sourceTree = ""; }; - C7005F1814140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSRelationshipDescription+MagicalDataImport.h"; path = "DataImport/NSRelationshipDescription+MagicalDataImport.h"; sourceTree = ""; }; - C7005F1914140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSRelationshipDescription+MagicalDataImport.m"; path = "DataImport/NSRelationshipDescription+MagicalDataImport.m"; sourceTree = ""; }; - C7005F2014153A060061B9F4 /* NSEntityDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSEntityDescription+MagicalDataImport.h"; path = "DataImport/NSEntityDescription+MagicalDataImport.h"; sourceTree = ""; }; - C7005F2114153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSEntityDescription+MagicalDataImport.m"; path = "DataImport/NSEntityDescription+MagicalDataImport.m"; sourceTree = ""; }; C70B6E6F13D0F62500709450 /* NSPersisentStoreHelperTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSPersisentStoreHelperTests.h; path = "Unit Tests/NSPersisentStoreHelperTests.h"; sourceTree = ""; }; C70B6E7013D0F62500709450 /* NSPersisentStoreHelperTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSPersisentStoreHelperTests.m; path = "Unit Tests/NSPersisentStoreHelperTests.m"; sourceTree = ""; }; C70B6E7213D0F64000709450 /* NSPersistentStoreCoordinatorHelperTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSPersistentStoreCoordinatorHelperTests.h; path = "Unit Tests/NSPersistentStoreCoordinatorHelperTests.h"; sourceTree = ""; }; @@ -230,31 +245,11 @@ C721C84B13D0C6460097AB6F /* OCMockObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMockObject.h; sourceTree = ""; }; C721C84C13D0C6460097AB6F /* OCMockRecorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMockRecorder.h; sourceTree = ""; }; C721C84D13D0C6460097AB6F /* libOCMock.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libOCMock.a; sourceTree = ""; }; - C721C85613D0C7030097AB6F /* MRCoreDataAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRCoreDataAction.h; sourceTree = ""; }; - C721C85713D0C7030097AB6F /* MRCoreDataAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MRCoreDataAction.m; sourceTree = ""; }; - C721C85B13D0C7030097AB6F /* NSManagedObject+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObject+MagicalRecord.h"; sourceTree = ""; }; - C721C85C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObject+MagicalRecord.m"; sourceTree = ""; }; - C721C85D13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObjectContext+MagicalRecord.h"; sourceTree = ""; }; - C721C85E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObjectContext+MagicalRecord.m"; sourceTree = ""; }; - C721C85F13D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObjectModel+MagicalRecord.h"; sourceTree = ""; }; - C721C86013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObjectModel+MagicalRecord.m"; sourceTree = ""; }; - C721C86113D0C7030097AB6F /* NSPersistentStore+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSPersistentStore+MagicalRecord.h"; sourceTree = ""; }; - C721C86213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSPersistentStore+MagicalRecord.m"; sourceTree = ""; }; - C721C86313D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSPersistentStoreCoordinator+MagicalRecord.h"; sourceTree = ""; }; - C721C86413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSPersistentStoreCoordinator+MagicalRecord.m"; sourceTree = ""; }; - C721C86513D0C7030097AB6F /* CoreData+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CoreData+MagicalRecord.h"; sourceTree = ""; }; - C721C86613D0C7030097AB6F /* MagicalRecordHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MagicalRecordHelpers.h; sourceTree = ""; }; - C721C86713D0C7030097AB6F /* MagicalRecordHelpers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MagicalRecordHelpers.m; sourceTree = ""; }; C7381275141037E80054EEF0 /* SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json; path = "Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json"; sourceTree = ""; }; C73812781410383B0054EEF0 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m; path = "Unit Tests/Fixtures/ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m"; sourceTree = ""; }; C753897313DB61CE002B2F57 /* GHUnitTestMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHUnitTestMain.m; sourceTree = ""; }; - C758AFD31493C6DC0051E570 /* NSString+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+MagicalDataImport.h"; path = "DataImport/NSString+MagicalDataImport.h"; sourceTree = ""; }; - C758AFD41493C6DC0051E570 /* NSString+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+MagicalDataImport.m"; path = "DataImport/NSString+MagicalDataImport.m"; sourceTree = ""; }; - C75A4E7113D0D88D00790CEB /* NSManagedObject+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObject+MagicalDataImport.h"; sourceTree = ""; }; - C75A4E7213D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObject+MagicalDataImport.m"; sourceTree = ""; }; C75C7D69147220D300D0C2FE /* generateShorthandFile.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = generateShorthandFile.rb; sourceTree = ""; }; C763783113E10BEC0009A6CA /* GHUnitIOSTestMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHUnitIOSTestMain.m; sourceTree = ""; }; - C76AF7F813DBE8D300CE2E05 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = ""; }; C76AF7FA13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImportSingleRelatedEntityTests.m; path = "Unit Tests/ImportSingleRelatedEntityTests.m"; sourceTree = ""; }; C76AF82913DBEE5A00CE2E05 /* SingleRelatedEntity.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SingleRelatedEntity.json; path = "Unit Tests/Fixtures/SingleRelatedEntity.json"; sourceTree = ""; }; C77E5F9C13D0CA1800298F87 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; @@ -288,9 +283,38 @@ C7913BA813FB1D2A007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m; sourceTree = ""; }; C7913BAC13FB1DF9007E09CC /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m; path = "Unit Tests/ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m"; sourceTree = ""; }; C7913BAE13FB1E11007E09CC /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json; path = "Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json"; sourceTree = ""; }; + C7A98E0314F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributeDescription+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0414F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributeDescription+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0514F404B300CD2119 /* NSEntityDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSEntityDescription+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0614F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSEntityDescription+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0714F404B300CD2119 /* NSNumber+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNumber+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0814F404B300CD2119 /* NSNumber+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNumber+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0914F404B300CD2119 /* NSObject+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0A14F404B300CD2119 /* NSObject+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0B14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSRelationshipDescription+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0C14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSRelationshipDescription+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0D14F404B300CD2119 /* NSString+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E0E14F404B300CD2119 /* NSString+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E0F14F404B300CD2119 /* NSManagedObject+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObject+MagicalDataImport.h"; sourceTree = ""; }; + C7A98E1014F404B300CD2119 /* NSManagedObject+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObject+MagicalDataImport.m"; sourceTree = ""; }; + C7A98E1114F404B300CD2119 /* NSManagedObject+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObject+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1214F404B300CD2119 /* NSManagedObject+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObject+MagicalRecord.m"; sourceTree = ""; }; + C7A98E1314F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObjectContext+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1414F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObjectContext+MagicalRecord.m"; sourceTree = ""; }; + C7A98E1514F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSManagedObjectModel+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1614F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSManagedObjectModel+MagicalRecord.m"; sourceTree = ""; }; + C7A98E1714F404B300CD2119 /* NSPersistentStore+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSPersistentStore+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1814F404B300CD2119 /* NSPersistentStore+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSPersistentStore+MagicalRecord.m"; sourceTree = ""; }; + C7A98E1914F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSPersistentStoreCoordinator+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1A14F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSPersistentStoreCoordinator+MagicalRecord.m"; sourceTree = ""; }; + C7A98E1B14F404B300CD2119 /* CoreData+MagicalRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CoreData+MagicalRecord.h"; sourceTree = ""; }; + C7A98E1C14F404B300CD2119 /* MagicalRecordHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MagicalRecordHelpers.h; sourceTree = ""; }; + C7A98E1D14F404B300CD2119 /* MagicalRecordHelpers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MagicalRecordHelpers.m; sourceTree = ""; }; + C7A98E1E14F404B300CD2119 /* MagicalRecordShorthand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MagicalRecordShorthand.h; sourceTree = ""; }; + C7A98E1F14F404B300CD2119 /* MRCoreDataAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRCoreDataAction.h; sourceTree = ""; }; + C7A98E2014F404B300CD2119 /* MRCoreDataAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MRCoreDataAction.m; sourceTree = ""; }; C7B7379913FAE5D500EE4940 /* SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json; path = "Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json"; sourceTree = ""; }; C7B7379D13FAE6D000EE4940 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m; path = "Unit Tests/ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m"; sourceTree = ""; }; - C7B8733C1472DD260046776C /* MagicalRecordShorthand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MagicalRecordShorthand.h; sourceTree = ""; }; C7BD885213DBF88F00274567 /* _AbstractRelatedEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _AbstractRelatedEntity.h; sourceTree = ""; }; C7BD885313DBF88F00274567 /* _AbstractRelatedEntity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = _AbstractRelatedEntity.m; sourceTree = ""; }; C7BD885413DBF88F00274567 /* _ConcreteRelatedEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _ConcreteRelatedEntity.h; sourceTree = ""; }; @@ -348,8 +372,6 @@ C7C9A38913F4524B002C5B0C /* SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m; sourceTree = ""; }; C7C9A38C13F45438002C5B0C /* ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m; path = "Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m"; sourceTree = ""; }; C7E736DE1402FE64005657C9 /* SingleEntityWithNoRelationships.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SingleEntityWithNoRelationships.json; path = "Unit Tests/Fixtures/SingleEntityWithNoRelationships.json"; sourceTree = ""; }; - C7F5EEB0148DC76700964607 /* NSObject+MagicalDataImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSObject+MagicalDataImport.h"; path = "DataImport/NSObject+MagicalDataImport.h"; sourceTree = ""; }; - C7F5EEB1148DC76700964607 /* NSObject+MagicalDataImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MagicalDataImport.m"; path = "DataImport/NSObject+MagicalDataImport.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -361,6 +383,7 @@ C721C82413D0C45E0097AB6F /* Foundation.framework in Frameworks */, C76AF7F213DBC12500CE2E05 /* OCHamcrest.framework in Frameworks */, C721C84E13D0C6460097AB6F /* GHUnit.framework in Frameworks */, + C7A98E4414F40DA900CD2119 /* OCMock.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -381,39 +404,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - C7005F0E14140F690061B9F4 /* Data Import */ = { - isa = PBXGroup; - children = ( - C7F5EEB0148DC76700964607 /* NSObject+MagicalDataImport.h */, - C7F5EEB1148DC76700964607 /* NSObject+MagicalDataImport.m */, - C758AFD31493C6DC0051E570 /* NSString+MagicalDataImport.h */, - C758AFD41493C6DC0051E570 /* NSString+MagicalDataImport.m */, - C75A4E7113D0D88D00790CEB /* NSManagedObject+MagicalDataImport.h */, - C75A4E7213D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m */, - C7005F1014140F9B0061B9F4 /* NSNumber+MagicalDataImport.h */, - C7005F1114140F9B0061B9F4 /* NSNumber+MagicalDataImport.m */, - C7005F1414140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.h */, - C7005F1514140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m */, - C7005F1814140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.h */, - C7005F1914140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m */, - C7005F2014153A060061B9F4 /* NSEntityDescription+MagicalDataImport.h */, - C7005F2114153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m */, - ); - name = "Data Import"; - sourceTree = ""; - }; C721C7A013D0A3750097AB6F = { isa = PBXGroup; children = ( C75C7D69147220D300D0C2FE /* generateShorthandFile.rb */, - C721C85513D0C7030097AB6F /* Source */, + C7A98E0014F404B300CD2119 /* MagicalRecord */, C77E5FA513D0CBA600298F87 /* Unit Tests */, C721C7E413D0C3A00097AB6F /* Mac App Unit Tests */, C721C80213D0C3CD0097AB6F /* iOS App Unit Tests */, C7C9A37013F43D3E002C5B0C /* Third Party */, C721C7B313D0A3AF0097AB6F /* Frameworks */, C721C7B113D0A3AF0097AB6F /* Products */, - C76AF7F813DBE8D300CE2E05 /* README.md */, ); sourceTree = ""; }; @@ -561,38 +562,6 @@ path = OCMock; sourceTree = ""; }; - C721C85513D0C7030097AB6F /* Source */ = { - isa = PBXGroup; - children = ( - C721C85813D0C7030097AB6F /* Categories */, - C721C85613D0C7030097AB6F /* MRCoreDataAction.h */, - C721C85713D0C7030097AB6F /* MRCoreDataAction.m */, - C721C86513D0C7030097AB6F /* CoreData+MagicalRecord.h */, - C721C86613D0C7030097AB6F /* MagicalRecordHelpers.h */, - C721C86713D0C7030097AB6F /* MagicalRecordHelpers.m */, - C7B8733C1472DD260046776C /* MagicalRecordShorthand.h */, - ); - path = Source; - sourceTree = ""; - }; - C721C85813D0C7030097AB6F /* Categories */ = { - isa = PBXGroup; - children = ( - C7005F0E14140F690061B9F4 /* Data Import */, - C721C85B13D0C7030097AB6F /* NSManagedObject+MagicalRecord.h */, - C721C85C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m */, - C721C85D13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.h */, - C721C85E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m */, - C721C85F13D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.h */, - C721C86013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m */, - C721C86113D0C7030097AB6F /* NSPersistentStore+MagicalRecord.h */, - C721C86213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m */, - C721C86313D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.h */, - C721C86413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m */, - ); - path = Categories; - sourceTree = ""; - }; C76AF7F513DBC6E900CE2E05 /* Data Import Tests */ = { isa = PBXGroup; children = ( @@ -697,6 +666,60 @@ name = Generated; sourceTree = ""; }; + C7A98E0014F404B300CD2119 /* MagicalRecord */ = { + isa = PBXGroup; + children = ( + C7A98E0114F404B300CD2119 /* Categories */, + C7A98E1B14F404B300CD2119 /* CoreData+MagicalRecord.h */, + C7A98E1C14F404B300CD2119 /* MagicalRecordHelpers.h */, + C7A98E1D14F404B300CD2119 /* MagicalRecordHelpers.m */, + C7A98E1E14F404B300CD2119 /* MagicalRecordShorthand.h */, + C7A98E1F14F404B300CD2119 /* MRCoreDataAction.h */, + C7A98E2014F404B300CD2119 /* MRCoreDataAction.m */, + ); + name = MagicalRecord; + path = ../MagicalRecord; + sourceTree = ""; + }; + C7A98E0114F404B300CD2119 /* Categories */ = { + isa = PBXGroup; + children = ( + C7A98E0214F404B300CD2119 /* DataImport */, + C7A98E0F14F404B300CD2119 /* NSManagedObject+MagicalDataImport.h */, + C7A98E1014F404B300CD2119 /* NSManagedObject+MagicalDataImport.m */, + C7A98E1114F404B300CD2119 /* NSManagedObject+MagicalRecord.h */, + C7A98E1214F404B300CD2119 /* NSManagedObject+MagicalRecord.m */, + C7A98E1314F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.h */, + C7A98E1414F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m */, + C7A98E1514F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.h */, + C7A98E1614F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m */, + C7A98E1714F404B300CD2119 /* NSPersistentStore+MagicalRecord.h */, + C7A98E1814F404B300CD2119 /* NSPersistentStore+MagicalRecord.m */, + C7A98E1914F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.h */, + C7A98E1A14F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m */, + ); + path = Categories; + sourceTree = ""; + }; + C7A98E0214F404B300CD2119 /* DataImport */ = { + isa = PBXGroup; + children = ( + C7A98E0314F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.h */, + C7A98E0414F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m */, + C7A98E0514F404B300CD2119 /* NSEntityDescription+MagicalDataImport.h */, + C7A98E0614F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m */, + C7A98E0714F404B300CD2119 /* NSNumber+MagicalDataImport.h */, + C7A98E0814F404B300CD2119 /* NSNumber+MagicalDataImport.m */, + C7A98E0914F404B300CD2119 /* NSObject+MagicalDataImport.h */, + C7A98E0A14F404B300CD2119 /* NSObject+MagicalDataImport.m */, + C7A98E0B14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.h */, + C7A98E0C14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m */, + C7A98E0D14F404B300CD2119 /* NSString+MagicalDataImport.h */, + C7A98E0E14F404B300CD2119 /* NSString+MagicalDataImport.m */, + ); + path = DataImport; + sourceTree = ""; + }; C7BD884F13DBF7FC00274567 /* Mac */ = { isa = PBXGroup; children = ( @@ -902,7 +925,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd \"Unit Tests/Fixtures/Mac\" && mogenerator -m TestModel.xcdatamodeld/TestModel.xcdatamodel -O TestEntities"; + shellScript = "#cd \"Unit Tests/Fixtures/Mac\" && mogenerator -m TestModel.xcdatamodeld/TestModel.xcdatamodel -O TestEntities"; }; C7B8733A1472CFA20046776C /* Generate Shorthand Headers */ = { isa = PBXShellScriptBuildPhase; @@ -916,7 +939,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$PROJECT_DIR/generateShorthandFile.rb $PROJECT_DIR/Source $PROJECT_DIR/Source/MagicalRecordShorthand.h"; + shellScript = "#\"$PROJECT_DIR/generateShorthandFile.rb\" $PROJECT_DIR/Source $PROJECT_DIR/Source/MagicalRecordShorthand.h"; }; C7BD887613DBF8FA00274567 /* Regenerate Core Data Entities */ = { isa = PBXShellScriptBuildPhase; @@ -930,7 +953,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd \"Unit Tests/Fixtures/iOS\" && mogenerator -m TestModel.xcdatamodeld/TestModel.xcdatamodel -O TestEntities --template-var arc=true"; + shellScript = "#cd \"$PROJECT_DIR/Project Files/Unit Tests/Fixtures/iOS\" && mogenerator -m TestModel.xcdatamodeld/TestModel.xcdatamodel -O TestEntities --template-var arc=true"; }; /* End PBXShellScriptBuildPhase section */ @@ -939,14 +962,32 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C721C86813D0C7030097AB6F /* MRCoreDataAction.m in Sources */, - C721C86C13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m in Sources */, - C721C86E13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m in Sources */, - C721C87013D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m in Sources */, - C721C87213D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m in Sources */, - C721C87413D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */, - C76AF7F713DBD63E00CE2E05 /* NSManagedObject+MagicalDataImport.m in Sources */, - C721C87613D0C7030097AB6F /* MagicalRecordHelpers.m in Sources */, + C7A98E4514F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */, + C7A98E4714F40DDF00CD2119 /* _ConcreteRelatedEntity.m in Sources */, + C7A98E4814F40DDF00CD2119 /* _DifferentClassNameMapping.m in Sources */, + C7A98E4914F40DDF00CD2119 /* _SingleEntityWithNoRelationships.m in Sources */, + C7A98E4A14F40DDF00CD2119 /* _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m in Sources */, + C7A98E4B14F40DDF00CD2119 /* _SingleRelatedEntity.m in Sources */, + C7A98E4C14F40DDF00CD2119 /* _MappedEntity.m in Sources */, + C7A98E4D14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityUsingDefaults.m in Sources */, + C7A98E4E14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m in Sources */, + C7A98E4F14F40DDF00CD2119 /* _SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m in Sources */, + C7A98E5014F40DDF00CD2119 /* MappedEntity.m in Sources */, + C7A98E5214F40DDF00CD2119 /* ConcreteRelatedEntity.m in Sources */, + C7A98E5314F40DDF00CD2119 /* DifferentClassNameMapping.m in Sources */, + C7A98E5414F40DDF00CD2119 /* SingleEntityWithNoRelationships.m in Sources */, + C7A98E5514F40DDF00CD2119 /* SingleRelatedEntity.m in Sources */, + C7A98E5614F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */, + C7A98E5714F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityUsingDefaults.m in Sources */, + C7A98E5814F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m in Sources */, + C7A98E5914F40DDF00CD2119 /* SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m in Sources */, + C7A98E5A14F40DDF00CD2119 /* SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m in Sources */, + C7A98E3E14F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m in Sources */, + C7A98E3F14F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m in Sources */, + C7A98E4014F40AC100CD2119 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m in Sources */, + C7A98E4114F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m in Sources */, + C7A98E4214F40AC100CD2119 /* ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m in Sources */, + C7A98E4314F40AC100CD2119 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m in Sources */, C753897413DB61CE002B2F57 /* GHUnitTestMain.m in Sources */, C76AF7E513DBC08F00CE2E05 /* FixtureHelpers.m in Sources */, C76AF7E613DBC08F00CE2E05 /* MagicalRecordHelperTests.m in Sources */, @@ -958,22 +999,26 @@ C76AF7EC13DBC08F00CE2E05 /* NSManagedObjectHelperTests.m in Sources */, C76AF7FB13DBEB5500CE2E05 /* ImportSingleRelatedEntityTests.m in Sources */, C7BD886813DBF88F00274567 /* _AbstractRelatedEntity.m in Sources */, - C7BD886913DBF88F00274567 /* _ConcreteRelatedEntity.m in Sources */, - C7BD886A13DBF88F00274567 /* _DifferentClassNameMapping.m in Sources */, C7BD886B13DBF88F00274567 /* _SingleEntityWithNoRelationships.m in Sources */, C7BD886C13DBF88F00274567 /* _SingleRelatedEntity.m in Sources */, C7BD886D13DBF88F00274567 /* AbstractRelatedEntity.m in Sources */, - C7BD886E13DBF88F00274567 /* ConcreteRelatedEntity.m in Sources */, - C7BD886F13DBF88F00274567 /* DifferentClassNameMapping.m in Sources */, C7BD887013DBF88F00274567 /* SingleEntityWithNoRelationships.m in Sources */, C7BD887113DBF88F00274567 /* SingleRelatedEntity.m in Sources */, C7BD887213DBF88F00274567 /* TestModel.xcdatamodeld in Sources */, - C7005F1214140F9B0061B9F4 /* NSNumber+MagicalDataImport.m in Sources */, - C7005F1614140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m in Sources */, - C7005F1A14140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m in Sources */, - C7005F2214153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m in Sources */, - C7F5EEB2148DC76700964607 /* NSObject+MagicalDataImport.m in Sources */, - C758AFD51493C6DC0051E570 /* NSString+MagicalDataImport.m in Sources */, + C7A98E2114F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m in Sources */, + C7A98E2314F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m in Sources */, + C7A98E2514F404B300CD2119 /* NSNumber+MagicalDataImport.m in Sources */, + C7A98E2714F404B300CD2119 /* NSObject+MagicalDataImport.m in Sources */, + C7A98E2914F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m in Sources */, + C7A98E2B14F404B300CD2119 /* NSString+MagicalDataImport.m in Sources */, + C7A98E2D14F404B300CD2119 /* NSManagedObject+MagicalDataImport.m in Sources */, + C7A98E2F14F404B300CD2119 /* NSManagedObject+MagicalRecord.m in Sources */, + C7A98E3114F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m in Sources */, + C7A98E3314F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m in Sources */, + C7A98E3514F404B300CD2119 /* NSPersistentStore+MagicalRecord.m in Sources */, + C7A98E3714F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */, + C7A98E3914F404B300CD2119 /* MagicalRecordHelpers.m in Sources */, + C7A98E3B14F404B300CD2119 /* MRCoreDataAction.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -981,14 +1026,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C721C86F13D0C7030097AB6F /* NSManagedObjectContext+MagicalRecord.m in Sources */, - C721C87713D0C7030097AB6F /* MagicalRecordHelpers.m in Sources */, - C75A4E7313D0D88D00790CEB /* NSManagedObject+MagicalDataImport.m in Sources */, - C721C86913D0C7030097AB6F /* MRCoreDataAction.m in Sources */, - C721C86D13D0C7030097AB6F /* NSManagedObject+MagicalRecord.m in Sources */, - C721C87113D0C7030097AB6F /* NSManagedObjectModel+MagicalRecord.m in Sources */, - C721C87313D0C7030097AB6F /* NSPersistentStore+MagicalRecord.m in Sources */, - C721C87513D0C7030097AB6F /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */, C77E5FA813D0CBDE00298F87 /* MagicalRecordHelperTests.m in Sources */, C77E5FB813D0D25100298F87 /* ImportSingleEntityWithNoRelationshipsTests.m in Sources */, C77E5FBB13D0D2AE00298F87 /* FixtureHelpers.m in Sources */, @@ -1030,12 +1067,20 @@ C78F8FDA13FDC3F400549DD8 /* SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */, C78F8FDD13FDC3FD00549DD8 /* _SingleEntityRelatedToMappedEntityWithSecondaryMappings.m in Sources */, C738127A1410398A0054EEF0 /* ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m in Sources */, - C7005F1314140F9B0061B9F4 /* NSNumber+MagicalDataImport.m in Sources */, - C7005F1714140FB60061B9F4 /* NSAttributeDescription+MagicalDataImport.m in Sources */, - C7005F1B14140FD30061B9F4 /* NSRelationshipDescription+MagicalDataImport.m in Sources */, - C7005F2314153A060061B9F4 /* NSEntityDescription+MagicalDataImport.m in Sources */, - C7F5EEB3148DC76700964607 /* NSObject+MagicalDataImport.m in Sources */, - C758AFD61493C6DC0051E570 /* NSString+MagicalDataImport.m in Sources */, + C7A98E2214F404B300CD2119 /* NSAttributeDescription+MagicalDataImport.m in Sources */, + C7A98E2414F404B300CD2119 /* NSEntityDescription+MagicalDataImport.m in Sources */, + C7A98E2614F404B300CD2119 /* NSNumber+MagicalDataImport.m in Sources */, + C7A98E2814F404B300CD2119 /* NSObject+MagicalDataImport.m in Sources */, + C7A98E2A14F404B300CD2119 /* NSRelationshipDescription+MagicalDataImport.m in Sources */, + C7A98E2C14F404B300CD2119 /* NSString+MagicalDataImport.m in Sources */, + C7A98E2E14F404B300CD2119 /* NSManagedObject+MagicalDataImport.m in Sources */, + C7A98E3014F404B300CD2119 /* NSManagedObject+MagicalRecord.m in Sources */, + C7A98E3214F404B300CD2119 /* NSManagedObjectContext+MagicalRecord.m in Sources */, + C7A98E3414F404B300CD2119 /* NSManagedObjectModel+MagicalRecord.m in Sources */, + C7A98E3614F404B300CD2119 /* NSPersistentStore+MagicalRecord.m in Sources */, + C7A98E3814F404B300CD2119 /* NSPersistentStoreCoordinator+MagicalRecord.m in Sources */, + C7A98E3A14F404B300CD2119 /* MagicalRecordHelpers.m in Sources */, + C7A98E3C14F404B300CD2119 /* MRCoreDataAction.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1099,6 +1144,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Mac App Unit Tests/Frameworks\"", + "\"$(SRCROOT)/iOS App Unit Tests/Frameworks\"", ); GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; @@ -1121,6 +1167,7 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Mac App Unit Tests/Frameworks/OCMockLibrary\"", + "\"$(SRCROOT)/iOS App Unit Tests/Frameworks/OCMockLibrary\"", ); MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; @@ -1147,6 +1194,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Mac App Unit Tests/Frameworks\"", + "\"$(SRCROOT)/iOS App Unit Tests/Frameworks\"", ); GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; @@ -1162,6 +1210,7 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Mac App Unit Tests/Frameworks/OCMockLibrary\"", + "\"$(SRCROOT)/iOS App Unit Tests/Frameworks/OCMockLibrary\"", ); MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_LDFLAGS = ( diff --git a/Magical Record.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Project Files/Magical Record.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Magical Record.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Project Files/Magical Record.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/WorkspaceSettings.xcsettings b/Project Files/Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/WorkspaceSettings.xcsettings similarity index 100% rename from Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/WorkspaceSettings.xcsettings rename to Project Files/Magical Record.xcodeproj/project.xcworkspace/xcuserdata/saul.xcuserdatad/WorkspaceSettings.xcsettings diff --git a/Magical Record.xcodeproj/xcshareddata/xcschemes/Mac App Unit Tests.xcscheme b/Project Files/Magical Record.xcodeproj/xcshareddata/xcschemes/Mac App Unit Tests.xcscheme similarity index 100% rename from Magical Record.xcodeproj/xcshareddata/xcschemes/Mac App Unit Tests.xcscheme rename to Project Files/Magical Record.xcodeproj/xcshareddata/xcschemes/Mac App Unit Tests.xcscheme diff --git a/Magical Record.xcodeproj/xcshareddata/xcschemes/iOS App Unit Tests.xcscheme b/Project Files/Magical Record.xcodeproj/xcshareddata/xcschemes/iOS App Unit Tests.xcscheme similarity index 100% rename from Magical Record.xcodeproj/xcshareddata/xcschemes/iOS App Unit Tests.xcscheme rename to Project Files/Magical Record.xcodeproj/xcshareddata/xcschemes/iOS App Unit Tests.xcscheme diff --git a/Project Files/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/Project Files/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 0000000..5a75b8a --- /dev/null +++ b/Project Files/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcschemes/xcschememanagement.plist b/Project Files/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcschemes/xcschememanagement.plist rename to Project Files/Magical Record.xcodeproj/xcuserdata/saul.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/Third Party/JSONKit.h b/Project Files/Third Party/JSONKit.h similarity index 100% rename from Third Party/JSONKit.h rename to Project Files/Third Party/JSONKit.h diff --git a/Third Party/JSONKit.m b/Project Files/Third Party/JSONKit.m similarity index 100% rename from Third Party/JSONKit.m rename to Project Files/Third Party/JSONKit.m diff --git a/Unit Tests/Fixtures/FixtureHelpers.h b/Project Files/Unit Tests/Fixtures/FixtureHelpers.h similarity index 100% rename from Unit Tests/Fixtures/FixtureHelpers.h rename to Project Files/Unit Tests/Fixtures/FixtureHelpers.h diff --git a/Unit Tests/Fixtures/FixtureHelpers.m b/Project Files/Unit Tests/Fixtures/FixtureHelpers.m similarity index 100% rename from Unit Tests/Fixtures/FixtureHelpers.m rename to Project Files/Unit Tests/Fixtures/FixtureHelpers.m diff --git a/Unit Tests/Fixtures/ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m b/Project Files/Unit Tests/Fixtures/ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m similarity index 100% rename from Unit Tests/Fixtures/ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m rename to Project Files/Unit Tests/Fixtures/ImportSingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeysTests.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/AbstractRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/ConcreteRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/DifferentClassNameMapping.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleEntityWithNoRelationships.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/SingleRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_AbstractRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_ConcreteRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_DifferentClassNameMapping.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleEntityWithNoRelationships.m diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.h b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.h diff --git a/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.m b/Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/Mac/TestEntities/_SingleRelatedEntity.m diff --git a/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/.xccurrentversion b/Project Files/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/.xccurrentversion similarity index 100% rename from Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/.xccurrentversion rename to Project Files/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/.xccurrentversion diff --git a/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents b/Project Files/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents similarity index 100% rename from Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents rename to Project Files/Unit Tests/Fixtures/Mac/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents diff --git a/Unit Tests/Fixtures/SampleJSONDataForImport.json b/Project Files/Unit Tests/Fixtures/SampleJSONDataForImport.json similarity index 100% rename from Unit Tests/Fixtures/SampleJSONDataForImport.json rename to Project Files/Unit Tests/Fixtures/SampleJSONDataForImport.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingListOfPrimaryKeys.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingDefaults.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingDefaults.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingDefaults.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingDefaults.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.json diff --git a/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithSecondaryMappings.json b/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithSecondaryMappings.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithSecondaryMappings.json rename to Project Files/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithSecondaryMappings.json diff --git a/Unit Tests/Fixtures/SingleEntityWithNoRelationships.json b/Project Files/Unit Tests/Fixtures/SingleEntityWithNoRelationships.json similarity index 100% rename from Unit Tests/Fixtures/SingleEntityWithNoRelationships.json rename to Project Files/Unit Tests/Fixtures/SingleEntityWithNoRelationships.json diff --git a/Unit Tests/Fixtures/SingleEntityWithNoRelationships.plist b/Project Files/Unit Tests/Fixtures/SingleEntityWithNoRelationships.plist similarity index 100% rename from Unit Tests/Fixtures/SingleEntityWithNoRelationships.plist rename to Project Files/Unit Tests/Fixtures/SingleEntityWithNoRelationships.plist diff --git a/Unit Tests/Fixtures/SingleRelatedEntity.json b/Project Files/Unit Tests/Fixtures/SingleRelatedEntity.json similarity index 100% rename from Unit Tests/Fixtures/SingleRelatedEntity.json rename to Project Files/Unit Tests/Fixtures/SingleRelatedEntity.json diff --git a/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/AbstractRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/ConcreteRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/DifferentClassNameMapping.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/MappedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingDefaults.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityRelatedToMappedEntityWithSecondaryMappings.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleEntityWithNoRelationships.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/SingleRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_AbstractRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_ConcreteRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_DifferentClassNameMapping.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_MappedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingDefaults.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithNestedMappedAttributes.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityRelatedToMappedEntityWithSecondaryMappings.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleEntityWithNoRelationships.m diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.h b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.h similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.h rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.h diff --git a/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.m b/Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.m similarity index 100% rename from Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.m rename to Project Files/Unit Tests/Fixtures/iOS/TestEntities/_SingleRelatedEntity.m diff --git a/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/.xccurrentversion b/Project Files/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/.xccurrentversion similarity index 100% rename from Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/.xccurrentversion rename to Project Files/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/.xccurrentversion diff --git a/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents b/Project Files/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents similarity index 100% rename from Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents rename to Project Files/Unit Tests/Fixtures/iOS/TestModel.xcdatamodeld/TestModel.xcdatamodel/contents diff --git a/Unit Tests/ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m b/Project Files/Unit Tests/ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m rename to Project Files/Unit Tests/ImportSingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyTests.m diff --git a/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m b/Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m rename to Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingDefaultsTests.m diff --git a/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m b/Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m rename to Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyTests.m diff --git a/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m b/Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m rename to Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithNestedMappedAttributesTests.m diff --git a/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m b/Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m rename to Project Files/Unit Tests/ImportSingleEntityRelatedToMappedEntityWithSecondaryMappingsTests.m diff --git a/Unit Tests/ImportSingleEntityWithNoRelationshipsTests.m b/Project Files/Unit Tests/ImportSingleEntityWithNoRelationshipsTests.m similarity index 100% rename from Unit Tests/ImportSingleEntityWithNoRelationshipsTests.m rename to Project Files/Unit Tests/ImportSingleEntityWithNoRelationshipsTests.m diff --git a/Unit Tests/ImportSingleRelatedEntityTests.m b/Project Files/Unit Tests/ImportSingleRelatedEntityTests.m similarity index 100% rename from Unit Tests/ImportSingleRelatedEntityTests.m rename to Project Files/Unit Tests/ImportSingleRelatedEntityTests.m diff --git a/Unit Tests/MagicalDataImportTestCase.h b/Project Files/Unit Tests/MagicalDataImportTestCase.h similarity index 100% rename from Unit Tests/MagicalDataImportTestCase.h rename to Project Files/Unit Tests/MagicalDataImportTestCase.h diff --git a/Unit Tests/MagicalDataImportTestCase.m b/Project Files/Unit Tests/MagicalDataImportTestCase.m similarity index 100% rename from Unit Tests/MagicalDataImportTestCase.m rename to Project Files/Unit Tests/MagicalDataImportTestCase.m diff --git a/Unit Tests/MagicalRecordHelperTests.h b/Project Files/Unit Tests/MagicalRecordHelperTests.h similarity index 100% rename from Unit Tests/MagicalRecordHelperTests.h rename to Project Files/Unit Tests/MagicalRecordHelperTests.h diff --git a/Unit Tests/MagicalRecordHelperTests.m b/Project Files/Unit Tests/MagicalRecordHelperTests.m similarity index 100% rename from Unit Tests/MagicalRecordHelperTests.m rename to Project Files/Unit Tests/MagicalRecordHelperTests.m diff --git a/Unit Tests/NSManagedObjectContextHelperTests.h b/Project Files/Unit Tests/NSManagedObjectContextHelperTests.h similarity index 100% rename from Unit Tests/NSManagedObjectContextHelperTests.h rename to Project Files/Unit Tests/NSManagedObjectContextHelperTests.h diff --git a/Unit Tests/NSManagedObjectContextHelperTests.m b/Project Files/Unit Tests/NSManagedObjectContextHelperTests.m similarity index 100% rename from Unit Tests/NSManagedObjectContextHelperTests.m rename to Project Files/Unit Tests/NSManagedObjectContextHelperTests.m diff --git a/Unit Tests/NSManagedObjectHelperTests.h b/Project Files/Unit Tests/NSManagedObjectHelperTests.h similarity index 100% rename from Unit Tests/NSManagedObjectHelperTests.h rename to Project Files/Unit Tests/NSManagedObjectHelperTests.h diff --git a/Unit Tests/NSManagedObjectHelperTests.m b/Project Files/Unit Tests/NSManagedObjectHelperTests.m similarity index 100% rename from Unit Tests/NSManagedObjectHelperTests.m rename to Project Files/Unit Tests/NSManagedObjectHelperTests.m diff --git a/Unit Tests/NSManagedObjectModelHelperTests.h b/Project Files/Unit Tests/NSManagedObjectModelHelperTests.h similarity index 100% rename from Unit Tests/NSManagedObjectModelHelperTests.h rename to Project Files/Unit Tests/NSManagedObjectModelHelperTests.h diff --git a/Unit Tests/NSManagedObjectModelHelperTests.m b/Project Files/Unit Tests/NSManagedObjectModelHelperTests.m similarity index 100% rename from Unit Tests/NSManagedObjectModelHelperTests.m rename to Project Files/Unit Tests/NSManagedObjectModelHelperTests.m diff --git a/Unit Tests/NSPersisentStoreHelperTests.h b/Project Files/Unit Tests/NSPersisentStoreHelperTests.h similarity index 100% rename from Unit Tests/NSPersisentStoreHelperTests.h rename to Project Files/Unit Tests/NSPersisentStoreHelperTests.h diff --git a/Unit Tests/NSPersisentStoreHelperTests.m b/Project Files/Unit Tests/NSPersisentStoreHelperTests.m similarity index 100% rename from Unit Tests/NSPersisentStoreHelperTests.m rename to Project Files/Unit Tests/NSPersisentStoreHelperTests.m diff --git a/Unit Tests/NSPersistentStoreCoordinatorHelperTests.h b/Project Files/Unit Tests/NSPersistentStoreCoordinatorHelperTests.h similarity index 100% rename from Unit Tests/NSPersistentStoreCoordinatorHelperTests.h rename to Project Files/Unit Tests/NSPersistentStoreCoordinatorHelperTests.h diff --git a/Unit Tests/NSPersistentStoreCoordinatorHelperTests.m b/Project Files/Unit Tests/NSPersistentStoreCoordinatorHelperTests.m similarity index 100% rename from Unit Tests/NSPersistentStoreCoordinatorHelperTests.m rename to Project Files/Unit Tests/NSPersistentStoreCoordinatorHelperTests.m diff --git a/generateShorthandFile.rb b/Project Files/generateShorthandFile.rb similarity index 100% rename from generateShorthandFile.rb rename to Project Files/generateShorthandFile.rb diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/GHUnitIOS b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/GHUnitIOS similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/GHUnitIOS rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/GHUnitIOS diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Headers b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Headers similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Headers rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Headers diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Resources b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Resources similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Resources rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Resources diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/GHUnitIOS b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/GHUnitIOS similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/GHUnitIOS rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/GHUnitIOS diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTest.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTableViewDataSource.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTableViewDataSource.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTableViewDataSource.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTableViewDataSource.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTestViewController.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTestViewController.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTestViewController.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneTestViewController.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneView.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneView.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneView.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneView.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneViewController.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneViewController.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneViewController.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneViewController.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Resources/Info.plist b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Resources/Info.plist similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Resources/Info.plist rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/A/Resources/Info.plist diff --git a/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/Current b/Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/Current similarity index 100% rename from iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/Current rename to Project Files/iOS App Unit Tests/Frameworks/GHUnitIOS.framework/Versions/Current diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Headers b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Headers similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Headers rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Headers diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/OCHamcrestIOS b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/OCHamcrestIOS similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/OCHamcrestIOS rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/OCHamcrestIOS diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Resources b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Resources similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Resources rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Resources diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAllOf.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAllOf.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAllOf.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAllOf.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAnyOf.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAnyOf.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAnyOf.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAnyOf.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAssertThat.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAssertThat.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAssertThat.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCAssertThat.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseDescription.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseDescription.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseDescription.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseDescription.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseMatcher.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseMatcher.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseMatcher.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBaseMatcher.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBoxNumber.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBoxNumber.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBoxNumber.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCBoxNumber.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCCollectMatchers.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCCollectMatchers.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCCollectMatchers.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCCollectMatchers.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescribedAs.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescribedAs.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescribedAs.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescribedAs.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescription.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescription.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescription.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCDescription.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasCount.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasCount.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasCount.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasCount.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasDescription.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasDescription.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasDescription.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCHasDescription.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCInvocationMatcher.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCInvocationMatcher.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCInvocationMatcher.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCInvocationMatcher.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIs.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIs.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIs.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIs.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsAnything.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsAnything.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsAnything.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsAnything.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCloseTo.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCloseTo.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCloseTo.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCloseTo.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContaining.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContaining.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContaining.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContaining.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInAnyOrder.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionContainingInOrder.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsCollectionOnlyContaining.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContaining.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContaining.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContaining.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContaining.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingEntries.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingKey.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsDictionaryContainingValue.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEmptyCollection.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEmptyCollection.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEmptyCollection.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEmptyCollection.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqual.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqual.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqual.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqual.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringCase.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualIgnoringWhiteSpace.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualToNumber.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualToNumber.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualToNumber.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsEqualToNumber.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsIn.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsIn.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsIn.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsIn.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsInstanceOf.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsInstanceOf.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsInstanceOf.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsInstanceOf.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNil.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNil.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNil.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNil.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNot.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNot.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNot.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsNot.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsSame.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsSame.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsSame.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCIsSame.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCMatcher.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCMatcher.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCMatcher.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCMatcher.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCNumberAssert.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCNumberAssert.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCNumberAssert.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCNumberAssert.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCOrderingComparison.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCOrderingComparison.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCOrderingComparison.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCOrderingComparison.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilObject.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilObject.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilObject.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilObject.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilString.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilString.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilString.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCRequireNonNilString.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSelfDescribing.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSelfDescribing.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSelfDescribing.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSelfDescribing.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContains.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContains.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContains.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContains.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContainsInOrder.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContainsInOrder.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContainsInOrder.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringContainsInOrder.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringDescription.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringDescription.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringDescription.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringDescription.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringEndsWith.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringEndsWith.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringEndsWith.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringEndsWith.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringStartsWith.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringStartsWith.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringStartsWith.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCStringStartsWith.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSubstringMatcher.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSubstringMatcher.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSubstringMatcher.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCSubstringMatcher.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCWrapInMatcher.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCWrapInMatcher.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCWrapInMatcher.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/HCWrapInMatcher.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/NSObject+HCSelfDescribingValue.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/OCHamcrestIOS.h b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/OCHamcrestIOS.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/OCHamcrestIOS.h rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Headers/OCHamcrestIOS.h diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/OCHamcrestIOS b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/OCHamcrestIOS similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/OCHamcrestIOS rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/OCHamcrestIOS diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Resources/Info.plist b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Resources/Info.plist similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Resources/Info.plist rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/A/Resources/Info.plist diff --git a/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/Current b/Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/Current similarity index 100% rename from iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/Current rename to Project Files/iOS App Unit Tests/Frameworks/OCHamcrestIOS.framework/Versions/Current diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Headers b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Headers similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Headers rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Headers diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/OCMock b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/OCMock similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/OCMock rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/OCMock diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Resources b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Resources similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Resources rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Resources diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/NSNotificationCenter+OCMAdditions.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMArg.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMConstraint.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockObject.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Headers/OCMockRecorder.h diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/OCMock diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/A/Resources/License.txt diff --git a/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/Current b/Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/Current similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMock.framework/Versions/Current rename to Project Files/iOS App Unit Tests/Frameworks/OCMock.framework/Versions/Current diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/NSNotificationCenter+OCMAdditions.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMArg.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMConstraint.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMock.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockObject.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/Headers/OCMock/OCMockRecorder.h diff --git a/iOS App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a b/Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a similarity index 100% rename from iOS App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a rename to Project Files/iOS App Unit Tests/Frameworks/OCMockLibrary/libOCMock.a diff --git a/iOS App Unit Tests/GHUnitIOSTestMain.m b/Project Files/iOS App Unit Tests/GHUnitIOSTestMain.m similarity index 100% rename from iOS App Unit Tests/GHUnitIOSTestMain.m rename to Project Files/iOS App Unit Tests/GHUnitIOSTestMain.m diff --git a/iOS App Unit Tests/en.lproj/InfoPlist.strings b/Project Files/iOS App Unit Tests/en.lproj/InfoPlist.strings similarity index 100% rename from iOS App Unit Tests/en.lproj/InfoPlist.strings rename to Project Files/iOS App Unit Tests/en.lproj/InfoPlist.strings diff --git a/iOS App Unit Tests/iOS App Unit Tests-Info.plist b/Project Files/iOS App Unit Tests/iOS App Unit Tests-Info.plist similarity index 100% rename from iOS App Unit Tests/iOS App Unit Tests-Info.plist rename to Project Files/iOS App Unit Tests/iOS App Unit Tests-Info.plist diff --git a/iOS App Unit Tests/iOS App Unit Tests-Prefix.pch b/Project Files/iOS App Unit Tests/iOS App Unit Tests-Prefix.pch similarity index 100% rename from iOS App Unit Tests/iOS App Unit Tests-Prefix.pch rename to Project Files/iOS App Unit Tests/iOS App Unit Tests-Prefix.pch