Mac OSX Launcher: Info.plist update, adding Sparkle pubkey.

This commit is contained in:
meeh
2019-05-02 22:59:01 +00:00
parent 0b50c36c8a
commit 17bb36deee
2 changed files with 6 additions and 6 deletions

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.3</string> <string>0.1.4</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5</string> <string>6</string>
<key>I2PRouterVersion</key> <key>I2PRouterVersion</key>
<string>0.9.38</string> <string>0.9.39</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
@ -31,7 +31,7 @@
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 The I2P Project. All rights reserved.</string> <string>Copyright © 2018-2019 The I2P Project. All rights reserved.</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>UserInterfaces</string> <string>UserInterfaces</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
@ -43,6 +43,6 @@
<key>SUFeedURL</key> <key>SUFeedURL</key>
<string>https://download.i2p2.de/macosx/sparkle/updates/v1/appcast.xml</string> <string>https://download.i2p2.de/macosx/sparkle/updates/v1/appcast.xml</string>
<key>SUPublicEDKey</key> <key>SUPublicEDKey</key>
<string>weKSpHXfJzk+5qy3UVfqsUwTeLnT9WCFVMwd9yW0+DA=</string> <string>mYg7wXploT0EGhSROqE8QX61T/6Igv622oZOy5jMCoE=</string>
</dict> </dict>
</plist> </plist>

View File

@ -9,7 +9,7 @@
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Public Domain</string> <string>Public Domain</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>0.9.36-experimental</string> <string>0.9.39-experimental</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>images/AppIcon.icns</string> <string>images/AppIcon.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>