| 123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>NSCameraReactionEffectGesturesEnabledDefault</key>
- <false/>
- <key>NSHighResolutionCapable</key>
- <true/>
- <key>LSAppNapIsDisabled</key>
- <true/>
- <key>SUFeedURL</key>
- <string>${SPARKLE_APPCAST_URL}</string>
- <key>SUPublicEDKey</key>
- <string>${SPARKLE_PUBLIC_KEY}</string>
- <key>SUScheduledCheckInterval</key>
- <integer>${SPARKLE_UPDATE_INTERVAL}</integer>
- </dict>
- </plist>
|