Conversation
neoarz
commented
Apr 19, 2025
- Make a workflow to automatically update ios version in readme
- added direct links to install ipa, get repo, add repo to sidestore/altstore
- Create a issue templates (feature request, bug report)
|
Wouldn't be better to parse a dedicated iOS version tracking site such as appledb? https://appledb.dev/firmware.html instead of Wikipedia, that anyone could edit... |
|
Looking into it, https://github.com/littlebyteorg/appledb even has a super easy to parse JSON API: https://github.com/littlebyteorg/appledb/blob/main/API.md https://api.appledb.dev/ios/iOS/main.json Edit: You could also use ipsw.me's API. |
|
Sorry if I'm spamming too much, but if you did want to use the AppleDB API I put together this Python function, this should work, feel free to use it, tweak it, or not. I think this probably would be better than using Wikipedia. Sorry, again, if I wasted your time. |
|
@yodaluca23 apperciate it, ive changed the workflow to use appdbs api and ispws as fallback, tested on my fork and all works well, cheers |