Files
shotscreen/Info.plist
Nick Roodenrijs 0dabed11d2 🎉 ShotScreen v1.0 - Initial Release
🚀 First official release of ShotScreen with complete feature set:

 Core Features:
- Advanced screenshot capture system
- Multi-monitor support
- Professional UI/UX design
- Automated update system with Sparkle
- Apple notarized & code signed

🛠 Technical Excellence:
- Native Swift macOS application
- Professional build & deployment pipeline
- Comprehensive error handling
- Memory optimized performance

📦 Distribution Ready:
- Professional DMG packaging
- Apple notarization complete
- No security warnings for users
- Ready for public distribution

This is the foundation release that establishes ShotScreen as a premium screenshot tool for macOS.
2025-06-28 16:15:15 +02:00

68 lines
2.4 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>CFBundleDisplayName</key>
<string>ShotScreen</string>
<key>CFBundleExecutable</key>
<string>ShotScreen</string>
<key>CFBundleGetInfoString</key>
<string>ShotScreen - Professional Screenshot Tool</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>com.shotscreen.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ShotScreen</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionMinimumTLSVersion</key>
<string>TLSv1.3</string>
<key>NSRequiresCertificateTransparency</key>
<true/>
</dict>
<key>NSApplicationDescription</key>
<string>Professional screenshot and screen capture utility for macOS</string>
<key>NSCameraUsageDescription</key>
<string>ShotScreen needs camera access to capture screenshots.</string>
<key>NSDesktopFolderUsageDescription</key>
<string>ShotScreen needs access to save screenshots to your Desktop.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>ShotScreen needs access to save screenshots to your Documents folder.</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>© 2025 ShotScreen. All rights reserved.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>ShotScreen is a professional screenshot tool that captures images of your screen and windows to help you save and organize screenshots efficiently.</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>SUAutomaticallyUpdate</key>
<true/>
<key>SUCheckAtStartup</key>
<true/>
<key>SUFeedURL</key>
<string>https://git.plet.i234.me/Nick/shotscreen/raw/branch/main/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>q0Ia/obtuDugqhwa1aSZsQAqZxQsdgX3y4K9wuqkemM=</string>
<key>SUScheduledCheckInterval</key>
<integer>86400</integer>
</dict>
</plist>