79456566

Date: 2025-02-21 07:11:11
Score: 1.5
Natty:
Report link

One simple solution during development is to disable the app sandbox. Open the Platforms/MacCatalyst/Entitlements.plist file and set the property below to false:

        <key>com.apple.security.app-sandbox</key>
        <false/>

See also: https://tonyedwardspz.co.uk/blog/maui-access-subfolders-from-mac-desktop/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jack Valmadre