Files
wehub-resource-sync 869b84f27c
Build / build (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:29:30 +08:00

61 lines
2.2 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
<string>PureMac</string>
<key>CFBundleDisplayName</key>
<string>PureMac</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2026. MIT License.</string>
<key>NSDesktopFolderUsageDescription</key>
<string>PureMac needs access to your Desktop to find junk and orphaned files.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>PureMac needs access to your Documents to find junk and orphaned files.</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>PureMac needs access to your Downloads to find junk and orphaned files.</string>
<key>NSRemovableVolumesUsageDescription</key>
<string>PureMac needs access to removable volumes to scan for junk files.</string>
<key>NSSystemAdministrationUsageDescription</key>
<string>PureMac needs system administration access to clean caches and uninstall apps completely.</string>
<key>NSAppleEventsUsageDescription</key>
<string>PureMac uses Apple Events to interact with Finder when revealing files.</string>
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Uninstall with PureMac</string>
</dict>
<key>NSMessage</key>
<string>uninstallApp</string>
<key>NSPortName</key>
<string>PureMac</string>
<key>NSRequiredContext</key>
<dict/>
<key>NSSendFileTypes</key>
<array>
<string>com.apple.application-bundle</string>
</array>
</dict>
</array>
</dict>
</plist>