-
-
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
177 changed files
with
7,526 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
Tests/DataFilter/DataFilter.xcdatamodeld/DataFilter.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="10174" systemVersion="15F34" minimumToolsVersion="Xcode 4.3"> | ||
<entity name="Note" syncable="YES"> | ||
<attribute name="remoteID" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="text" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="User" syncable="YES"> | ||
<attribute name="age" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/> | ||
<attribute name="firstName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="lastName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="remoteID" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="Note" positionX="-63" positionY="9" width="128" height="75"/> | ||
<element name="User" positionX="-63" positionY="-18" width="128" height="105"/> | ||
</elements> | ||
</model> |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"id": "123", | ||
"text": "text" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": 0, | ||
"first_name": "Amy", | ||
"last_name": "Juergens", | ||
"age": 21 | ||
}, | ||
{ | ||
"id": 7, | ||
"first_name": "Lauren", | ||
"last_name": "Treacy", | ||
"age": 28 | ||
}, | ||
] |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"id": 0, | ||
"first_name": "Amy", | ||
"last_name": "Juergens", | ||
"age": 21 | ||
}, | ||
{ | ||
"id": 1, | ||
"first_name": "Ben", | ||
"last_name": "Boykewich", | ||
"age": 23 | ||
}, | ||
{ | ||
"id": 2, | ||
"first_name": "Ricky", | ||
"last_name": "Underwood", | ||
"age": 19 | ||
}, | ||
{ | ||
}, | ||
{ | ||
"id": 6, | ||
"first_name": "Ashley", | ||
"last_name": "Juergens", | ||
"age": 18 | ||
}, | ||
{ | ||
"id": 7, | ||
"first_name": "Lauren", | ||
"last_name": "Treacy", | ||
"age": 28 | ||
}, | ||
] |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[ | ||
{ | ||
"id": null | ||
}, | ||
{ | ||
"id": 0, | ||
"first_name": "Amy", | ||
"last_name": "Juergens", | ||
"age": 21 | ||
}, | ||
{ | ||
"id": 1, | ||
"first_name": "Ben", | ||
"last_name": "Boykewich", | ||
"age": 23 | ||
}, | ||
{ | ||
"id": 2, | ||
"first_name": "Ricky", | ||
"last_name": "Underwood", | ||
"age": 19 | ||
}, | ||
{ | ||
"id": 3, | ||
"first_name": "Grace", | ||
"last_name": "Bowman", | ||
"age": 20 | ||
}, | ||
{ | ||
"id": 6, | ||
"first_name": "Ashley", | ||
"last_name": "Juergens", | ||
"age": 18 | ||
}, | ||
{ | ||
"id": 7, | ||
"first_name": "Lauren", | ||
"last_name": "Treacy", | ||
"age": 28 | ||
}, | ||
] |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"id": 0, | ||
"first_name": "Amy", | ||
"last_name": "Juergens", | ||
"age": 21 | ||
}, | ||
{ | ||
"id": 1, | ||
"first_name": "Ben", | ||
"last_name": "Boykewich", | ||
"age": 23 | ||
}, | ||
{ | ||
"id": 2, | ||
"first_name": "Ricky", | ||
"last_name": "Underwood", | ||
"age": 19 | ||
}, | ||
{ | ||
"id": 3, | ||
"first_name": "Grace", | ||
"last_name": "Bowman", | ||
"age": 20 | ||
}, | ||
{ | ||
"id": 6, | ||
"first_name": "Ashley", | ||
"last_name": "Juergens", | ||
"age": 18 | ||
}, | ||
{ | ||
"id": 7, | ||
"first_name": "Lauren", | ||
"last_name": "Treacy", | ||
"age": 28 | ||
}, | ||
] |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"id": 0, | ||
"first_name": "Amy", | ||
"last_name": "Juergens", | ||
"age": 21 | ||
}, | ||
{ | ||
"id": 1, | ||
"first_name": "Ben", | ||
"last_name": "Boykewich", | ||
"age": 23 | ||
}, | ||
{ | ||
"id": 2, | ||
"first_name": "Ricky", | ||
"last_name": "Underwood", | ||
"age": 19 | ||
}, | ||
{ | ||
"id": 3, | ||
"first_name": "Grace", | ||
"last_name": "Bowman", | ||
"age": 20 | ||
}, | ||
{ | ||
"id": 4, | ||
"first_name": "Name", | ||
"last_name": "Last", | ||
"age": 20 | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
12 changes: 12 additions & 0 deletions
12
Tests/DataStack/LightweightMigrationModel.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11232" systemVersion="16A323" minimumToolsVersion="Xcode 7.0" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier=""> | ||
<entity name="User" syncable="YES"> | ||
<attribute name="createdDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="remoteID" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="updatedDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="User" positionX="-63" positionY="-18" width="128" height="105"/> | ||
</elements> | ||
</model> |
11 changes: 11 additions & 0 deletions
11
Tests/DataStack/ModelGroup.xcdatamodeld/ModelGroup.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="8195" systemVersion="15B38b" minimumToolsVersion="Xcode 4.3"> | ||
<entity name="User" representedClassName="" syncable="YES"> | ||
<attribute name="createdDate" optional="YES" attributeType="Date" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="remoteID" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="User" positionX="-54" positionY="-9" width="128" height="90"/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="10171" systemVersion="15E65" minimumToolsVersion="Xcode 7.0"> | ||
<entity name="User" syncable="YES"> | ||
<attribute name="createdDate" optional="YES" attributeType="Date" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="remoteID" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="User" positionX="-63" positionY="-18" width="128" height="90"/> | ||
</elements> | ||
</model> |
Oops, something went wrong.