From 08f01428651db030d405c9d5374632ff773e5813 Mon Sep 17 00:00:00 2001 From: James Habben Date: Tue, 7 Jul 2026 12:27:00 -0700 Subject: [PATCH] fix(applicationStateDB): remove string concat operators --- scripts/artifacts/applicationStateDB.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/artifacts/applicationStateDB.py b/scripts/artifacts/applicationStateDB.py index b30147dd6..9b684e458 100644 --- a/scripts/artifacts/applicationStateDB.py +++ b/scripts/artifacts/applicationStateDB.py @@ -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", @@ -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",