.github/.codecov.yml .github/workflows/ci.yml .github/workflows/pod-lint.yml .github/workflows/spm.yml .gitignore .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata CHANGELOG.md Configs/EasyMapping.plist Configs/EasyMappingTests.plist Configs/UniversalFramework_Base.xcconfig Configs/UniversalFramework_Framework.xcconfig Configs/UniversalFramework_Test.xcconfig Docs/Releasing.md EasyMapping.podspec EasyMapping.xcodeproj/project.pbxproj EasyMapping.xcodeproj/project.xcworkspace/contents.xcworkspacedata EasyMapping.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist EasyMapping.xcodeproj/xcshareddata/xcbaselines/52D6D9851BEFF229002C0205.xcbaseline/1E6FCF61-AA37-4627-ADA8-8DAC90EB656B.plist EasyMapping.xcodeproj/xcshareddata/xcbaselines/52D6D9851BEFF229002C0205.xcbaseline/35DBA270-84C4-460A-BFCE-8A905723A8E8.plist EasyMapping.xcodeproj/xcshareddata/xcbaselines/52D6D9851BEFF229002C0205.xcbaseline/66DA8F14-FB87-4F0E-B945-EE835145A2CD.plist EasyMapping.xcodeproj/xcshareddata/xcbaselines/52D6D9851BEFF229002C0205.xcbaseline/FA860112-387D-4F01-B2B1-33DBAE3D200B.plist EasyMapping.xcodeproj/xcshareddata/xcbaselines/52D6D9851BEFF229002C0205.xcbaseline/Info.plist EasyMapping.xcodeproj/xcshareddata/xcschemes/EasyMapping.xcscheme Example/FixtureLoader/FixtureLoader.swift Example/Models/Car.swift Example/Models/Person.swift Example/Models/Phone.swift Example/Specs/CarTestCase.swift Example/Specs/PersonTestCase.swift Example/Specs/PhoneTestCase.swift Gemfile Gemfile.lock LICENSE Package.swift README.md Sources/EasyMapping+XCTestCase/XCTestCase+EasyMapping.h Sources/EasyMapping+XCTestCase/XCTestCase+EasyMapping.m Sources/EasyMapping/EKCoreDataImporter.h Sources/EasyMapping/EKCoreDataImporter.m Sources/EasyMapping/EKManagedObjectMapper.h Sources/EasyMapping/EKManagedObjectMapper.m Sources/EasyMapping/EKManagedObjectMapping.h Sources/EasyMapping/EKManagedObjectMapping.m Sources/EasyMapping/EKManagedObjectModel.h Sources/EasyMapping/EKManagedObjectModel.m Sources/EasyMapping/EKMapper.h Sources/EasyMapping/EKMapper.m Sources/EasyMapping/EKMappingBlocks.h Sources/EasyMapping/EKMappingBlocks.m Sources/EasyMapping/EKMappingProtocol.h Sources/EasyMapping/EKObjectMapping.h Sources/EasyMapping/EKObjectMapping.m Sources/EasyMapping/EKObjectModel.h Sources/EasyMapping/EKObjectModel.m Sources/EasyMapping/EKPropertyHelper.h Sources/EasyMapping/EKPropertyHelper.m Sources/EasyMapping/EKPropertyMapping.h Sources/EasyMapping/EKPropertyMapping.m Sources/EasyMapping/EKRelationshipMapping.h Sources/EasyMapping/EKRelationshipMapping.m Sources/EasyMapping/EKSerializer.h Sources/EasyMapping/EKSerializer.m Sources/EasyMapping/EasyMapping.h Sources/EasyMapping/NSArray+FlattenArray.h Sources/EasyMapping/NSArray+FlattenArray.m Sources/EasyMapping/NSDateFormatter+EasyMappingAdditions.h TestFixtures/EKCoreDataManager.h TestFixtures/EKCoreDataManager.m TestFixtures/Fixtures/Address.json TestFixtures/Fixtures/Alien.json TestFixtures/Fixtures/Car.json TestFixtures/Fixtures/CarWithAttributesRemoved.json TestFixtures/Fixtures/CarWithDate.json TestFixtures/Fixtures/CarWithNestedAttributes.json TestFixtures/Fixtures/CarWithRoot.json TestFixtures/Fixtures/Cars.json TestFixtures/Fixtures/CarsWithNullItem.json TestFixtures/Fixtures/CommentsRecursive.json TestFixtures/Fixtures/ComplexRepresentation.json TestFixtures/Fixtures/EasyMapping.xcdatamodeld/.xccurrentversion TestFixtures/Fixtures/EasyMapping.xcdatamodeld/EasyMapping.xcdatamodel/contents TestFixtures/Fixtures/Female.json TestFixtures/Fixtures/FixtureClasses/Dog.h TestFixtures/Fixtures/FixtureClasses/Dog.m TestFixtures/Fixtures/FixtureClasses/MutableFoundationClass.h TestFixtures/Fixtures/FixtureClasses/MutableFoundationClass.m TestFixtures/Fixtures/FixtureClasses/Numbers.h TestFixtures/Fixtures/FixtureClasses/Numbers.m TestFixtures/Fixtures/FixtureClasses/Wolf.h TestFixtures/Fixtures/FixtureClasses/Wolf.m TestFixtures/Fixtures/Male.json TestFixtures/Fixtures/MutableFoundationClass.json TestFixtures/Fixtures/Native.json TestFixtures/Fixtures/NativeChild.json TestFixtures/Fixtures/Person.json TestFixtures/Fixtures/PersonNonNested.json TestFixtures/Fixtures/PersonRecursive.json TestFixtures/Fixtures/PersonWithAnimals.json TestFixtures/Fixtures/PersonWithDifferentNaming.json TestFixtures/Fixtures/PersonWithNullCar.json TestFixtures/Fixtures/PersonWithNullPhones.json TestFixtures/Fixtures/PersonWithOtherPhones.json TestFixtures/Fixtures/PersonWithZeroPhones.json TestFixtures/Fixtures/PersonWithoutRelations.json TestFixtures/Fixtures/PersonsWithSamePhones.json TestFixtures/Fixtures/Plane.json TestFixtures/Fixtures/RecursiveDuplicates.json TestFixtures/TestModels/Models/CoreData/BaseManagedTestModel.h TestFixtures/TestModels/Models/CoreData/BaseManagedTestModel.m TestFixtures/TestModels/Models/CoreData/ManagedCar.h TestFixtures/TestModels/Models/CoreData/ManagedCar.m TestFixtures/TestModels/Models/CoreData/ManagedPerson.h TestFixtures/TestModels/Models/CoreData/ManagedPerson.m TestFixtures/TestModels/Models/CoreData/ManagedPhone.h TestFixtures/TestModels/Models/CoreData/ManagedPhone.m TestFixtures/TestModels/Models/NSObject/Address.h TestFixtures/TestModels/Models/NSObject/Address.m TestFixtures/TestModels/Models/NSObject/Alien.h TestFixtures/TestModels/Models/NSObject/Alien.m TestFixtures/TestModels/Models/NSObject/BaseTestModel.h TestFixtures/TestModels/Models/NSObject/BaseTestModel.m TestFixtures/TestModels/Models/NSObject/Car.h TestFixtures/TestModels/Models/NSObject/Car.m TestFixtures/TestModels/Models/NSObject/Cat.h TestFixtures/TestModels/Models/NSObject/Cat.m TestFixtures/TestModels/Models/NSObject/CommentObject.h TestFixtures/TestModels/Models/NSObject/CommentObject.m TestFixtures/TestModels/Models/NSObject/Finger.h TestFixtures/TestModels/Models/NSObject/Finger.m TestFixtures/TestModels/Models/NSObject/Native.h TestFixtures/TestModels/Models/NSObject/Native.m TestFixtures/TestModels/Models/NSObject/Person.h TestFixtures/TestModels/Models/NSObject/Person.m TestFixtures/TestModels/Models/NSObject/Phone.h TestFixtures/TestModels/Models/NSObject/Phone.m TestFixtures/TestModels/Models/NSObject/Plane.h TestFixtures/TestModels/Models/NSObject/Plane.m TestFixtures/TestModels/Models/NSObject/Recursive.h TestFixtures/TestModels/Models/NSObject/Recursive.m TestFixtures/TestModels/Models/NSObject/UFO.h TestFixtures/TestModels/Models/NSObject/UFO.m TestFixtures/TestModels/Providers/ManagedMappingProvider.h TestFixtures/TestModels/Providers/ManagedMappingProvider.m TestFixtures/TestModels/Providers/MappingProvider.h TestFixtures/TestModels/Providers/MappingProvider.m TestFixtures/Tests-Bridging-Header.h TestFixtures/Utilities/EKCoreDataImporter+SwiftExtensions.h TestFixtures/Utilities/FixtureLoader.swift TestFixtures/Utilities/Storage.swift Tests/EasyMappingTests/EKCoreDataImporterTestCase.swift Tests/EasyMappingTests/EKManagedObjectMapperTestCase.swift Tests/EasyMappingTests/EKManagedObjectMappingTestCase.swift Tests/EasyMappingTests/EKManagedObjectModelTestCase.swift Tests/EasyMappingTests/EKMapperTestCase.swift Tests/EasyMappingTests/EKMappingBlocksTestCase.swift Tests/EasyMappingTests/EKObjectMappingTestCase.swift Tests/EasyMappingTests/EKObjectModelTestCase.swift Tests/EasyMappingTests/EKPropertyHelperTestCase.swift Tests/EasyMappingTests/EKPropertyMappingTestCase.swift Tests/EasyMappingTests/EKRelationshipMappingTestCase.swift Tests/EasyMappingTests/EKSerializerTestCase.swift Tests/EasyMappingTests/EasyMappingPerfomanceTests.swift Tests/EasyMappingTests/EasyMappingTests.swift Tests/EasyMappingTests/LinuxMain.swift Tests/EasyMappingTests/XCTestEasyMappingSupportTestCase.swift fastlane/Fastfile fastlane/README.md fastlane/Scanfile <<<<<< network # path=cobertura.xml /Users/runner/work/EasyMapping/EasyMapping <<<<<< EOF # path=.github/.codecov.yml comment: layout: header, changes, diff coverage: ignore: - Tests - TestFixtures status: patch: false <<<<<< EOF # path=fastlane/report.xml <<<<<< EOF