preparations to autoupdate
This commit is contained in:
parent
f57ed62432
commit
136680e03a
8 changed files with 50 additions and 74 deletions
|
@ -30,11 +30,11 @@
|
|||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Tentia.help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
<string>net.jeena.apps.tentia.help</string>
|
||||
<string>nu.jabs.apps.tentia.help</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Icon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.jeena.apps.tentia</string>
|
||||
<string>nu.jabs.apps.tentia</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
@ -42,14 +42,14 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>net.jeena.apps.tentia.handler</string>
|
||||
<string>nu.jabs.apps.tentia.handler</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>tentia</string>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.1.1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.lifestyle</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -69,7 +69,7 @@
|
|||
<key>NSServices</key>
|
||||
<array/>
|
||||
<key>SUFeedURL</key>
|
||||
<string>http://jeenaparadies.net/tentia/Appcast.xml</string>
|
||||
<string>http://jabs.nu/Tentia/download/Appcast.xml</string>
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
<string>dsa_pub.pem</string>
|
||||
<key>UTExportedTypeDeclarations</key>
|
||||
|
|
Reference in a new issue