-
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
30 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 16 additions & 16 deletions
32
Tests/PropertyMapper/Models/137.xcdatamodeld/137.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14135" systemVersion="17F77" minimumToolsVersion="Automatic" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier=""> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17192" systemVersion="19G2021" minimumToolsVersion="Automatic" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier=""> | ||
<entity name="InflectionCompany" representedClassName="" syncable="YES"> | ||
<attribute name="inflectionID" optional="YES" attributeType="Integer 32" usesScalarValueType="NO" syncable="YES"/> | ||
<relationship name="camelCaseUser" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="InflectionUser" inverseName="camelCaseCompany" inverseEntity="InflectionUser" syncable="YES"> | ||
<attribute name="inflectionID" optional="YES" attributeType="Integer 32" usesScalarValueType="NO"/> | ||
<relationship name="camelCaseUser" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="InflectionUser" inverseName="camelCaseCompany" inverseEntity="InflectionUser"> | ||
<userInfo> | ||
<entry key="sync.nonExportable" value="value"/> | ||
</userInfo> | ||
</relationship> | ||
</entity> | ||
<entity name="InflectionUser" representedClassName="" syncable="YES"> | ||
<attribute name="customRemoteKey" optional="YES" attributeType="String" syncable="YES"> | ||
<attribute name="customRemoteKey" optional="YES" attributeType="String"> | ||
<userInfo> | ||
<entry key="sync.remoteKey" value="randomRemoteKey"/> | ||
</userInfo> | ||
</attribute> | ||
<attribute name="ignoredParameter" optional="YES" attributeType="String" syncable="YES"> | ||
<attribute name="ignoredParameter" optional="YES" attributeType="String"> | ||
<userInfo> | ||
<entry key="sync.nonExportable" value="true"/> | ||
</userInfo> | ||
</attribute> | ||
<attribute name="ignoreTransformable" optional="YES" attributeType="Transformable" syncable="YES"/> | ||
<attribute name="inflectionBinaryData" optional="YES" attributeType="Binary" syncable="YES"/> | ||
<attribute name="inflectionDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="inflectionID" optional="YES" attributeType="Integer 32" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="inflectionInteger" optional="YES" attributeType="Integer 16" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="inflectionString" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="inflectionURI" optional="YES" attributeType="URI" syncable="YES"/> | ||
<attribute name="inflectionUserDescription" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="inflectionUUID" optional="YES" attributeType="UUID" usesScalarValueType="NO" syncable="YES"/> | ||
<relationship name="camelCaseCompany" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InflectionCompany" inverseName="camelCaseUser" inverseEntity="InflectionCompany" syncable="YES"/> | ||
<attribute name="ignoreTransformable" optional="YES" attributeType="Transformable" valueTransformerName="BadAPIValueTransformer"/> | ||
<attribute name="inflectionBinaryData" optional="YES" attributeType="Binary"/> | ||
<attribute name="inflectionDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="inflectionID" optional="YES" attributeType="Integer 32" usesScalarValueType="NO"/> | ||
<attribute name="inflectionInteger" optional="YES" attributeType="Integer 16" usesScalarValueType="NO"/> | ||
<attribute name="inflectionString" optional="YES" attributeType="String"/> | ||
<attribute name="inflectionURI" optional="YES" attributeType="URI"/> | ||
<attribute name="inflectionUserDescription" optional="YES" attributeType="String"/> | ||
<attribute name="inflectionUUID" optional="YES" attributeType="UUID" usesScalarValueType="NO"/> | ||
<relationship name="camelCaseCompany" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InflectionCompany" inverseName="camelCaseUser" inverseEntity="InflectionCompany"/> | ||
</entity> | ||
<elements> | ||
<element name="InflectionCompany" positionX="-54" positionY="126" width="128" height="73"/> | ||
<element name="InflectionUser" positionX="-263" positionY="36" width="128" height="225"/> | ||
<element name="InflectionUser" positionX="-263" positionY="36" width="128" height="223"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters