Add AltStore source and separate update workflow from release pipeline

- Create standalone update-altstore.yml workflow (workflow_dispatch + workflow_call)
  that gets version from latest GitHub release tag instead of project.pbxproj
- Replace inline update_altstore job in release.yml with workflow_call reference
- Add altstore-source.json with app metadata and initial version entry
- Update README with revised features, TestFlight install link, and new logo assets
This commit is contained in:
Arkadiusz Fal
2026-02-09 21:37:39 +01:00
parent 13f7a0f0ca
commit 3905fd8b18
6 changed files with 126 additions and 13 deletions

View File

@@ -105,4 +105,7 @@ jobs:
tag: ${{ env.VERSION_NUMBER }}-${{ env.BUILD_NUMBER }}
prerelease: true
bodyFile: CHANGELOG.md
update_altstore:
needs: ['release']
uses: ./.github/workflows/update-altstore.yml