Skip to content

Commit fe16567

Browse files
Changing hook to detect version 18 in case the database removed the previous one.
1 parent ff95b2b commit fe16567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppleNoteStore.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def self.guess_ios_version(database_to_check)
9797
end
9898

9999
# It appears ZDIDRUNPAPERFORMDETECTION showed up in iOS 18's updates
100-
if ziccloudsyncingobject_columns.include?("ZDIDRUNPAPERFORMDETECTION: INTEGER")
100+
if ziccloudsyncingobject_columns.include?("ZUNAPPLIEDENCRYPTEDRECORDDATA: BLOB")
101101
return AppleNoteStoreVersion.new(AppleNoteStoreVersion::IOS_VERSION_18)
102102
end
103103

0 commit comments

Comments
 (0)