Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove non-allowed file APIs #3627

Merged
merged 6 commits into from
Feb 14, 2024
Merged

Commits on Feb 12, 2024

  1. fix: Remove non-allowed file APIs

    Remove usage of NSFileSystemFreeSize and NSFileSystemSize because Apple
    forbids our usage; see
    https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc.
    
    Fixes GH-3590
    philipphofmann committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6abbf44 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    b56fe6e View commit details
    Browse the repository at this point in the history
  2. add unit tests

    philipphofmann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a1bbd7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d10e4ad View commit details
    Browse the repository at this point in the history
  4. remove redundant code

    philipphofmann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2b649b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. remove extra logic

    philipphofmann committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    77c214b View commit details
    Browse the repository at this point in the history