Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(fastlane): Refactor Fastlane configuration and workflows #2756

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

niyajali
Copy link
Collaborator

@niyajali niyajali commented Feb 4, 2025

  • Introduce config_helpers.rb for managing Android and iOS configurations.
  • Create ios_config.rb and android_config.rb for platform-specific settings.
  • Update FastFile to utilize configuration helpers and platform configs.
  • Modify generateVersion to support Play Store, Firebase, and Git versioning.
  • Enhance generateFullReleaseNote for improved release note generation.
  • Update Android deployment lanes (deployReleaseApkOnFirebase, deployDemoApkOnFirebase, deployInternal) to use the new configurations.
  • Update iOS deployment lane (deploy_on_firebase) to use new configuration.
  • Add PluginFile for managing Fastlane plugins.
  • Update dependencies in settings.gradle.kts.
  • Fix fileproviderpath and remove unused permissions in AndroidManifest.xml
  • Update default changelog file.
  • Add missing Google Play service metadata.
  • Update description in README.md file.
  • Change repositoriesMode in settings.gradle.kts
  • Update build.gradle.kts file to include GMS plugin.
  • Updated reckon plugin version in settings.gradle.kts

Fixes - Jira-#Issue_Number

Didn't create a Jira ticket, click here to create new.

Please Add Screenshots If there are any UI changes.

Before After

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the static analysis check ./gradlew check or ci-prepush.sh to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

- Introduce `config_helpers.rb` for managing Android and iOS configurations.
- Create `ios_config.rb` and `android_config.rb` for platform-specific settings.
- Update `FastFile` to utilize configuration helpers and platform configs.
- Modify `generateVersion` to support Play Store, Firebase, and Git versioning.
- Enhance `generateFullReleaseNote` for improved release note generation.
- Update Android deployment lanes (`deployReleaseApkOnFirebase`, `deployDemoApkOnFirebase`, `deployInternal`) to use the new configurations.
- Update iOS deployment lane (`deploy_on_firebase`) to use new configuration.
- Add `PluginFile` for managing Fastlane plugins.
- Update dependencies in `settings.gradle.kts`.
- Fix fileproviderpath and remove unused permissions in `AndroidManifest.xml`
- Update default changelog file.
- Add missing Google Play service metadata.
- Update description in `README.md` file.
- Change `repositoriesMode` in `settings.gradle.kts`
- Update `build.gradle.kts` file to include GMS plugin.
- Updated `reckon` plugin version in `settings.gradle.kts`
@niyajali niyajali merged commit d05b726 into openMF:development Feb 4, 2025
5 checks passed
@niyajali niyajali deleted the update-fastlane branch February 4, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant