groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Manifest: Entry missing for accessing file timestamps via creationDate API

twiedow opened this issue · comments

As far as I can see the file PrivacyInfo.xcprivacy should contain an entry for accessing file timestamps via creationDate API. Currently the file does not declare any APIs. Is this correct?

NSPrivacyAccessedAPICategoryFileTimestamp

Hi @twiedow,

I'm surprised. Where do you see an access to file timestamps in GRDB source code?

I love your avatar :-) Gaston is immensely popular in France :-)

Sorry, my fault. I used a script which scanned for symbols which might be used and which might be needed to be declared. It had a false-positive on creationDate which used in GRDB but in SQL statements.

Thank you for your time, @twiedow, this is appreciated :-)