Files
SpotiFLAC-Mobile/apps.json
T
zarzet 7d1212f519 fix(altstore): match source bundle ID to released IPA
Set the AltStore app bundle identifier to com.zarz.spotiflacAndroid, matching the published v4.9.5 IPA and all Runner build configurations.

Fixes #554.
2026-09-06 17:51:48 +07:00

19 lines
745 B
JSON

{
"name": "SpotiFLAC Mobile Source",
"identifier": "com.zarzet.spotiflac.source",
"subtitle": "FLAC Downloader for iOS",
"apps": [
{
"name": "SpotiFLAC Mobile",
"bundleIdentifier": "com.zarz.spotiflacAndroid",
"developerName": "zarzet",
"version": "4.9.5",
"versionDate": "2026-09-01",
"downloadURL": "https://github.com/spotiflacapp/SpotiFLAC-Mobile/releases/download/v4.9.5/SpotiFLAC-v4.9.5-ios-unsigned.ipa",
"localizedDescription": "SpotiFLAC Mobile is written in Flutter and uses installable extensions for metadata and audio downloads.",
"iconURL": "https://raw.githubusercontent.com/spotiflacapp/SpotiFLAC-Mobile/main/assets/images/logo.png",
"size": 34122124
}
]
}