Skip to content

Name the container app on Google Drive iOS DriveKit rows - #2000

Merged
abrignoni merged 1 commit into
mainfrom
fix/drivekit-container-attribution
Aug 20, 2026
Merged

Name the container app on Google Drive iOS DriveKit rows#2000
abrignoni merged 1 commit into
mainfrom
fix/drivekit-container-attribution

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Names the app container each DriveKit row came from.

The cello.db and comments_snapshot stores are written by a Google library that several Google apps embed, so a store can sit in a container belonging to an app other than Google Drive. In the tested images they appear in Google Drive, Google Docs, Google Sheets, Gmail and Google Chat containers, and in Drive File Provider extension containers under Data/PluginKitPlugin. On three images there is no Google Drive container at all.

  • Each artifact gains a Container App column, read from the container's own metadata property list
  • Descriptions and notes describe a DriveKit store rather than the Google Drive app's
  • Row selection is unchanged, so counts are the same

The cello.db and comments_snapshot stores are written by a Google
library that several Google apps embed, so a store can sit in a
container belonging to an app other than Google Drive. Across the
registered iOS corpora these appear in Google Drive, Google Docs,
Google Sheets, Gmail and Google Chat containers, and in Google Drive
File Provider extension containers under Data/PluginKitPlugin. On
three images there is no Google Drive container at all, so rows were
being reported for a device that does not carry the app.

Each artifact now reads the container's own metadata property list and
reports the owning bundle id in a Container App column, and the
descriptions and notes say the store is a DriveKit one rather than the
Google Drive app's. Row selection is unchanged, so counts are the same
on every corpus tested.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni force-pushed the fix/drivekit-container-attribution branch from eadc287 to bbb1289 Compare August 19, 2026 23:30
@abrignoni
abrignoni merged commit 5193a41 into main Aug 20, 2026
8 checks passed
@abrignoni
abrignoni deleted the fix/drivekit-container-attribution branch August 20, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant