Post

Replies

Boosts

Views

Activity

Comment on handling files offloaded to iCloud?
May I ask how to detect it on the macOS platform? I have tried but cannot determine if it is a dataless file because I want to use a fileprovider on the macOS platform to implement a function: only grant allowsTracing permission to downloaded files. If it is a dataless file, do not grant allowsTracing permission, but the system will automatically drain and clear the content. How to detect this (and how to determine if a file is a dataless file)
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25
Comment on How can I read a dataless file from within the same or another FileProvider extension?
How to use the method described in the document on Swift? After using it, I cannot determine whether a file is a dataless file properly. please help me,thanks! I want to use a fileprovider on the macOS platform to implement a feature that only grants allowstagging permission to downloaded files. If it is a dataless file, allowstagging permission will not be given, but the system will automatically drain and clear the content. How to detect this and how to determine if a file is a dataless file
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25