We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff95b2b commit fe16567Copy full SHA for fe16567
lib/AppleNoteStore.rb
@@ -97,7 +97,7 @@ def self.guess_ios_version(database_to_check)
97
end
98
99
# It appears ZDIDRUNPAPERFORMDETECTION showed up in iOS 18's updates
100
- if ziccloudsyncingobject_columns.include?("ZDIDRUNPAPERFORMDETECTION: INTEGER")
+ if ziccloudsyncingobject_columns.include?("ZUNAPPLIEDENCRYPTEDRECORDDATA: BLOB")
101
return AppleNoteStoreVersion.new(AppleNoteStoreVersion::IOS_VERSION_18)
102
103
0 commit comments