-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Centralize build paths for Android and iOS
Centralized build paths for Android and iOS by moving them into dedicated configuration objects within `FastlaneConfig`. This improves code organization and maintainability. - Moved Android build paths to `FastlaneConfig::AndroidConfig::BUILD_PATHS`. - Moved iOS build paths to `FastlaneConfig::IosConfig::BUILD_CONFIG`. - Updated Fastfile lanes to use the new centralized paths.
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters