iOS - Create AltStore repository (#23)

This commit is contained in:
Bailey 2024-10-18 00:55:15 +10:30 committed by GitHub
parent 4b37b926c6
commit c9fcd70ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

41
altstore.json Normal file
View file

@ -0,0 +1,41 @@
{
"name": "PartyDonut's Repository",
"subtitle": "A source for Fladder and co.",
"iconURL": "https://avatars.githubusercontent.com/u/42371342",
"tintColor": "#3A2101",
"apps": [
{
"name": "Fladder",
"bundleIdentifier": "nl.jknaapen.fladder",
"developerName": "PartyDonut",
"localizedDescription": "A Simple Jellyfin Frontend built on top of Flutter.",
"iconURL": "https://github.com/Fladder-App/Fladder/raw/develop/icons/fladder_macos_icon.png?raw=true",
"category": "entertainment",
"screenshots": [
{
"imageURL": "https://github.com/Fladder-App/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Dashboard.png?raw=true"
},
{
"imageURL": "https://github.com/Fladder-App/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Details.png?raw=true"
},
{
"imageURL": "https://github.com/Fladder-App/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Sync.png?raw=true"
},
{
"imageURL": "https://github.com/Fladder-App/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Favourites.png?raw=true"
}
],
"versions": [
{
"version": "0.2.5",
"buildVersion": "52",
"date": "2024-10-16",
"size": 28835840,
"downloadURL": "https://github.com/Fladder-App/Fladder/releases/download/v0.2.5/fladder-iOS-0.2.5.ipa",
"minOSVersion": "13"
}
]
}
],
"news": []
}