File tree 2 files changed +25
-12
lines changed 2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 225
225
TargetAttributes = {
226
226
5039EC9C2181DA350095204F = {
227
227
CreatedOnToolsVersion = 10.0;
228
+ LastSwiftMigration = 1020;
228
229
SystemCapabilities = {
229
230
com.apple.Sandbox = {
230
231
enabled = 0;
450
451
PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
451
452
PRODUCT_NAME = "$(TARGET_NAME)";
452
453
SDKROOT = macosx;
453
- SWIFT_VERSION = 4.2 ;
454
+ SWIFT_VERSION = 5.0 ;
454
455
};
455
456
name = Debug;
456
457
};
470
471
PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
471
472
PRODUCT_NAME = "$(TARGET_NAME)";
472
473
SDKROOT = macosx;
473
- SWIFT_VERSION = 4.2 ;
474
+ SWIFT_VERSION = 5.0 ;
474
475
};
475
476
name = Release;
476
477
};
Original file line number Diff line number Diff line change 9
9
"name" : " Author" ,
10
10
"properties" : [
11
11
{
12
+ "flags" : 1 ,
12
13
"id" : " 1:6336800942024279296" ,
13
- "name" : " id"
14
+ "name" : " id" ,
15
+ "type" : 6
14
16
},
15
17
{
16
18
"id" : " 2:5025387500910526208" ,
17
- "name" : " name"
19
+ "name" : " name" ,
20
+ "type" : 9
18
21
}
19
22
],
20
23
"relations" : [
27
30
"name" : " Note" ,
28
31
"properties" : [
29
32
{
33
+ "flags" : 1 ,
30
34
"id" : " 1:7180411752564202752" ,
31
- "name" : " id"
35
+ "name" : " id" ,
36
+ "type" : 6
32
37
},
33
38
{
34
39
"id" : " 2:249105953415333376" ,
35
- "name" : " title"
40
+ "name" : " title" ,
41
+ "type" : 9
36
42
},
37
43
{
38
44
"id" : " 3:5661281725891017216" ,
39
- "name" : " text"
45
+ "name" : " text" ,
46
+ "type" : 9
40
47
},
41
48
{
42
49
"id" : " 4:8342334437465755392" ,
43
- "name" : " creationDate"
50
+ "name" : " creationDate" ,
51
+ "type" : 10
44
52
},
45
53
{
46
54
"id" : " 5:8881960381068888832" ,
47
- "name" : " modificationDate"
55
+ "name" : " modificationDate" ,
56
+ "type" : 10
48
57
},
49
58
{
59
+ "flags" : 8 ,
50
60
"id" : " 6:6001769173142034944" ,
51
61
"indexId" : " 1:6069708401898380544" ,
52
- "name" : " author"
62
+ "name" : " author" ,
63
+ "relationTarget" : " Author" ,
64
+ "type" : 11
53
65
}
54
66
],
55
67
"relations" : [
61
73
"lastIndexId" : " 1:6069708401898380544" ,
62
74
"lastRelationId" : " 0:0" ,
63
75
"lastSequenceId" : " 0:0" ,
64
- "modelVersion" : 4 ,
65
- "modelVersionParserMinimum" : 4 ,
76
+ "modelVersion" : 5 ,
77
+ "modelVersionParserMinimum" : 5 ,
66
78
"retiredEntityUids" : [
67
79
68
80
],
You can’t perform that action at this time.
0 commit comments