Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions scripts/artifacts/applicationStateDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"get_snapshot_creationDate": {
"name": "Application Snapshot",
"description": "Extract XBApplicationSnapshotManifest records from applicationState.db. " +\
"NOTE: these timestamps do not always indicate application usage " +\
"but experiments on an iPhone 8 with iOS 16.7.7 suggest that these " +\
"timestamps do indicate user-interaction with the " +\
"description": "Extract XBApplicationSnapshotManifest records from applicationState.db. "
"NOTE: these timestamps do not always indicate application usage "
"but experiments on an iPhone 8 with iOS 16.7.7 suggest that these "
"timestamps do indicate user-interaction with the "
"device, such as switching between apps.",
"author": "@mxkrt",
"creation_date": "2025-08-04",
Expand All @@ -65,11 +65,11 @@
},
"get_snapshot_lastUsedDate": {
"name": "Application Snapshot lastUsedDate",
"description": "Extract XBApplicationSnapshotManifest records with a " +\
"lastUsedDate from applicationState.db. " +\
"NOTE: these timestamps do not always indicate application usage " +\
"but experiments on an iPhone 8 with iOS 16.7.7 suggest that these " +\
"timestamps do indicate user-interaction with the " +\
"description": "Extract XBApplicationSnapshotManifest records with a "
"lastUsedDate from applicationState.db. "
"NOTE: these timestamps do not always indicate application usage "
"but experiments on an iPhone 8 with iOS 16.7.7 suggest that these "
"timestamps do indicate user-interaction with the "
"device, such as switching between apps.",
"author": "@mxkrt",
"creation_date": "2025-08-04",
Expand Down
Loading