Info.plist.in 562 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>NSCameraReactionEffectGesturesEnabledDefault</key>
  6. <false/>
  7. <key>NSHighResolutionCapable</key>
  8. <true/>
  9. <key>LSAppNapIsDisabled</key>
  10. <true/>
  11. <key>SUFeedURL</key>
  12. <string>${SPARKLE_APPCAST_URL}</string>
  13. <key>SUPublicEDKey</key>
  14. <string>${SPARKLE_PUBLIC_KEY}</string>
  15. <key>SUScheduledCheckInterval</key>
  16. <integer>${SPARKLE_UPDATE_INTERVAL}</integer>
  17. </dict>
  18. </plist>