You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/AppleNoteStore.rb
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,6 +717,10 @@ def rip_note(note_id)
717
717
server_share_column="ZSERVERSHARE"
718
718
server_share_column=server_share_column + "DATA"if@version >= AppleNoteStoreVersion::IOS_VERSION_12# In iOS 11 this was ZSERVERRECORD, in 12 and later it became ZSERVERRECORDDATA
719
719
720
+
# Set the ZWIDGETSNIPPET column, blank if earlier than iOS 17
unapplied_encrypted_record_column=unapplied_encrypted_record_column + "DATA"if@version >= AppleNoteStoreVersion::IOS_VERSION_18# In iOS 17 this was ZUNAPPLIEDENCRYPTEDRECORD, in 18 and later it becomes ZUNAPPLIEDENCRYPTEDRECORDDATA
0 commit comments