A class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface. The class will request permission from the user with a simple to understand dialog consistent with Apple's documentation and persist permissions across application runs.
CFBundleDisplayName may lack localization or may be missing altogether
(default Info.plist files created by Xcode don't have it). Try to use
non-localized entry or CFBundleName as fallbacks. This is similar to
what e.g. Sparkle does.
CFBundleDisplayName may lack localization or may be missing altogether (default Info.plist files created by Xcode don't have it). Try to use non-localized entry or CFBundleName as fallbacks. This is similar to what e.g. Sparkle does.