Fixes#300 – see it for details. Also improves the use of whitespace consistency across the CustomSchemaMappingProvider.swift and uses method names for cs_resolve… over cs_resolved… for better alignment with Swift API Design Guidelines.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/JohnEstropia/CoreStore/pull/301
**Author:** [@iby](https://github.com/iby)
**Created:** 1/13/2019
**Status:** ✅ Merged
**Merged:** 1/16/2019
**Merged by:** [@JohnEstropia](https://github.com/JohnEstropia)
**Base:** `develop` ← **Head:** `develop`
---
### 📝 Commits (2)
- [`ac8304f`](https://github.com/JohnEstropia/CoreStore/commit/ac8304f97786cadaca8e3c6846e06d8beab5d728) Resolve source entity and managed object attributes by name
- [`46ab70b`](https://github.com/JohnEstropia/CoreStore/commit/46ab70b839f06123cfcfdc3763786946900d1f97) Update TravisCI base image to Xcode 10
### 📊 Changes
**4 files changed** (+93 additions, -85 deletions)
<details>
<summary>View changed files</summary>
📝 `.travis.yml` (+14 -14)
📝 `Sources/CustomSchemaMappingProvider.swift` (+46 -47)
📝 `Sources/NSEntityDescription+Migration.swift` (+22 -16)
📝 `Sources/NSManagedObjectModel+Migration.swift` (+11 -8)
</details>
### 📄 Description
Fixes #300 – see it for details. Also improves the use of whitespace consistency across the `CustomSchemaMappingProvider.swift` and uses method names for `cs_resolve…` over `cs_resolved…` for better alignment with [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines).
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/301
Author: @iby
Created: 1/13/2019
Status: ✅ Merged
Merged: 1/16/2019
Merged by: @JohnEstropia
Base:
develop← Head:develop📝 Commits (2)
ac8304fResolve source entity and managed object attributes by name46ab70bUpdate TravisCI base image to Xcode 10📊 Changes
4 files changed (+93 additions, -85 deletions)
View changed files
📝
.travis.yml(+14 -14)📝
Sources/CustomSchemaMappingProvider.swift(+46 -47)📝
Sources/NSEntityDescription+Migration.swift(+22 -16)📝
Sources/NSManagedObjectModel+Migration.swift(+11 -8)📄 Description
Fixes #300 – see it for details. Also improves the use of whitespace consistency across the
CustomSchemaMappingProvider.swiftand uses method names forcs_resolve…overcs_resolved…for better alignment with Swift API Design Guidelines.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.