Commit Graph

5 Commits

Author SHA1 Message Date
Hekmatullah
e8b7c94565
misc: optimize slow cmp_shared build step in CI (#1904) 2025-08-14 21:48:18 +00:00
Hekmatullah
c8e1d1ad67
refactor(fastlane): update Fastfile and configs files to match with KMP project structure (#1901) 2025-08-05 21:33:04 +00:00
Sk Niyaj Ali
46b2e129d2
chore(fastlane): Refactor Fastlane configuration and workflows (#1846) 2025-02-04 21:57:16 +05:30
Sk Niyaj Ali
5e10079b4d
Refactor: Migrate to fastlane for android & ios firebase app distribution (#1824)
This commit migrates the Android and iOS Firebase app distribution process to use Fastlane.

- Removed the custom Gradle task for Firebase app distribution.
- Removed the firebase appdistribution plugin from the project.
- Implemented `android deploy_on_firebase` Fastlane lane for Android Firebase app distribution.
- Implemented `ios deploy_on_firebase` Fastlane lane for iOS Firebase app distribution.
- Updated the internal release workflow to trigger the Fastlane lanes.
- Updated documentation to reflect the changes.
- Updated the weekly schedule workflow to trigger the new workflow for internal release.
2024-11-29 16:32:03 -05:00
Sk Niyaj Ali
14703f6056
chore: Fixed Fastlane & Firebase App Distribution Workflow (#1822)
* Chore: Updated Fastlane and CI for release

This commit adds Fastlane for automating the Android release process and configures CI for internal, beta, and production releases using GitHub Actions.

The following changes were made:

- Added Fastlane configuration files for building, testing, and deploying the app.
- Added GitHub Actions workflows for triggering internal, beta, and production releases.
- Updated .gitignore to exclude Fastlane report files.
- Updated dependency versions in Gemfile.lock.
- Added a README for Fastlane.
- Updated the make_site workflow to trigger on released releases instead of published releases.
2024-11-27 15:19:31 +05:30