Skip to content

Commit 3d5e00c

Browse files
Example: require at least 4.4.1, re-generate model files
1 parent 88b7c41 commit 3d5e00c

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

Example/NotesExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
repositoryURL = "https://github.com/objectbox/objectbox-swift-spm";
582582
requirement = {
583583
kind = upToNextMajorVersion;
584-
minimumVersion = 4.4.0;
584+
minimumVersion = 4.4.1;
585585
};
586586
};
587587
/* End XCRemoteSwiftPackageReference section */

Example/NotesExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/model-NotesExample-iOS.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"name": "Author",
1010
"properties": [
1111
{
12-
"flags": 1,
1312
"id": "1:6336800942024279296",
1413
"name": "id",
15-
"type": 6
14+
"type": 6,
15+
"flags": 1
1616
},
1717
{
1818
"id": "2:5025387500910526208",
@@ -28,10 +28,10 @@
2828
"name": "Note",
2929
"properties": [
3030
{
31-
"flags": 1,
3231
"id": "1:7180411752564202752",
3332
"name": "id",
34-
"type": 6
33+
"type": 6,
34+
"flags": 1
3535
},
3636
{
3737
"id": "2:249105953415333376",
@@ -54,12 +54,12 @@
5454
"type": 10
5555
},
5656
{
57-
"flags": 520,
5857
"id": "6:6001769173142034944",
59-
"indexId": "1:6069708401898380544",
6058
"name": "author",
61-
"relationTarget": "Author",
62-
"type": 11
59+
"indexId": "1:6069708401898380544",
60+
"type": 11,
61+
"flags": 520,
62+
"relationTarget": "Author"
6363
}
6464
],
6565
"relations": []

Example/model-NotesExample-macOS.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"name": "Author",
1010
"properties": [
1111
{
12-
"flags": 1,
1312
"id": "1:6336800942024279296",
1413
"name": "id",
15-
"type": 6
14+
"type": 6,
15+
"flags": 1
1616
},
1717
{
1818
"id": "2:5025387500910526208",
@@ -28,10 +28,10 @@
2828
"name": "Note",
2929
"properties": [
3030
{
31-
"flags": 1,
3231
"id": "1:7180411752564202752",
3332
"name": "id",
34-
"type": 6
33+
"type": 6,
34+
"flags": 1
3535
},
3636
{
3737
"id": "2:249105953415333376",
@@ -54,12 +54,12 @@
5454
"type": 10
5555
},
5656
{
57-
"flags": 520,
5857
"id": "6:6001769173142034944",
59-
"indexId": "1:6069708401898380544",
6058
"name": "author",
61-
"relationTarget": "Author",
62-
"type": 11
59+
"indexId": "1:6069708401898380544",
60+
"type": 11,
61+
"flags": 520,
62+
"relationTarget": "Author"
6363
}
6464
],
6565
"relations": []

0 commit comments

Comments
 (0)