[AltStore] Update AltStore itself from UpdatesViewController

This commit is contained in:
Riley Testut
2019-06-17 16:31:10 -07:00
parent d65cef8817
commit 205fb3d7e9
7 changed files with 151 additions and 36 deletions

View File

@@ -18,10 +18,24 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>AltStore</string>
<key>CFBundleURLSchemes</key>
<array>
<string>altstore-com.rileytestut.altstore</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>altstore-com.rileytestut.altstore</string>
<string>altstore-com.rileytestut.Delta</string>
<string>altstore-com.rileytestut.ClipboardManager</string>
</array>