[AltStore] Adds basic Patreon integration

- Lists beta versions of apps when signed in to Patreon
- Lists names of Patrons with the Credits benefit
This commit is contained in:
Riley Testut
2019-08-28 11:13:22 -07:00
parent 8df4c97a74
commit eb5b1a616a
33 changed files with 1147 additions and 39 deletions

View File

@@ -30,6 +30,16 @@
<string>altstore-com.rileytestut.altstore</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>AltStore General</string>
<key>CFBundleURLSchemes</key>
<array>
<string>altstore</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
@@ -38,6 +48,7 @@
<string>altstore-com.rileytestut.AltStore</string>
<string>altstore-com.rileytestut.Delta</string>
<string>altstore-com.rileytestut.Clip</string>
<string>altstore-com.rileytestut.AltStore.Beta</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>