Update Info.plist for EdDSA signing
This commit is contained in:
parent
ed5e43d9d4
commit
0fb02ae7ed
1 changed files with 3 additions and 1 deletions
|
@ -1019,7 +1019,7 @@
|
|||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.music</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.7.0</string>
|
||||
<string>10.8.0</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<string>YES</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
@ -1030,6 +1030,8 @@
|
|||
<string>https://f.losno.co/cog/mercury.xml</string>
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
<string>dsa_pub.pem</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
<string>omxG7Rp0XK9/YEvKbVy7cd44eVAh1LJB6CmjQwjOJz4=</string>
|
||||
<key>NSLocationUsageDescription</key>
|
||||
<string>Cog has no use for your location information. Something is obviously wrong with the application.</string>
|
||||
<key>NSCalendarsUsageDescription</key>
|
||||
|
|
Loading…
Reference in a new issue