]>
Commit | Line | Data |
---|---|---|
ba17de89 RBR |
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> | |
578c4751 RBR |
5 | <key>SUFeedURL</key> |
6 | <string>https://captura.tranquil.systems/appcast.xml</string> | |
7 | <key>SUPublicEDKey</key> | |
8 | <string>lacD9VFVjJO55y+hEy+ReU4S0xbrnbdhncui1qLsmfI=</string> | |
ba17de89 RBR |
9 | <key>CFBundleURLTypes</key> |
10 | <array> | |
11 | <dict> | |
12 | <key>CFBundleURLSchemes</key> | |
13 | <array> | |
14 | <string>captura</string> | |
15 | </array> | |
16 | </dict> | |
17 | </array> | |
377442f2 RBR |
18 | <key>NSAppleScriptEnabled</key> |
19 | <true/> | |
20 | <key>OSAScriptingDefinition</key> | |
21 | <string>Captura.sdef</string> | |
ba17de89 RBR |
22 | </dict> |
23 | </plist> |