]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
5 | <key>SUEnableInstallerLauncherService</key> | |
6 | <true/> | |
7 | <key>SUFeedURL</key> | |
8 | <string>https://captura.tranquil.systems/appcast.xml</string> | |
9 | <key>SUPublicEDKey</key> | |
10 | <string>lacD9VFVjJO55y+hEy+ReU4S0xbrnbdhncui1qLsmfI=</string> | |
11 | <key>CFBundleURLTypes</key> | |
12 | <array> | |
13 | <dict> | |
14 | <key>CFBundleURLSchemes</key> | |
15 | <array> | |
16 | <string>captura</string> | |
17 | </array> | |
18 | </dict> | |
19 | </array> | |
20 | <key>NSAppleScriptEnabled</key> | |
21 | <true/> | |
22 | <key>OSAScriptingDefinition</key> | |
23 | <string>Captura.sdef</string> | |
24 | </dict> | |
25 | </plist> |