File tree 2 files changed +3
-3
lines changed
Examples/Todos/Todos/Todos.xcdatamodeld/Todos.xcdatamodel
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<attribute name =" name" attributeType =" String" >
6
6
<userInfo />
7
7
</attribute >
8
- <relationship name =" todos" optional =" YES" toMany =" YES" deletionRule =" Cascade " destinationEntity =" Todo" inverseName =" list" inverseEntity =" Todo" syncable =" YES" >
8
+ <relationship name =" todos" optional =" YES" toMany =" YES" deletionRule =" Nullify " destinationEntity =" Todo" inverseName =" list" inverseEntity =" Todo" syncable =" YES" >
9
9
<userInfo >
10
10
<entry key =" storage" value =" false" />
11
11
</userInfo >
44
44
</relationship >
45
45
</entity >
46
46
<elements >
47
- <element name =" List" positionX =" 261" positionY =" 189" width =" 128" height =" 105 " />
47
+ <element name =" List" positionX =" 261" positionY =" 189" width =" 128" height =" 103 " />
48
48
<element name =" Todo" positionX =" 261" positionY =" 198" width =" 128" height =" 103" />
49
49
<element name =" User" positionX =" 270" positionY =" 234" width =" 128" height =" 133" />
50
50
</elements >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Meteor"
3
- s . version = "0.1.1 "
3
+ s . version = "0.1.2 "
4
4
s . summary = "Meteor for iOS."
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . homepage = "https://github.com/martijnwalraven/meteor-ios"
You can’t perform that action at this time.
0 commit comments