Skip to content

Commit

Permalink
refactor: Refactor the build_app_files lane
Browse files Browse the repository at this point in the history
  • Loading branch information
harinath01 committed Jul 21, 2022
1 parent 4c5aaf4 commit 3959b37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
desc "Build customized app for an institute"
lane :build_app_files do |params|
app_config = get_app_config(subdomain: params[:subdomain])
replace_images(app_config: app_config)
replace_google_services_json(google_services_json: app_config["google_services_json"].to_json)
modify_config_json_file(config_json: app_config.to_json)
generate_app_file(keystore_file_path: app_config["keystore_file"], keystore_password: app_config["keystore_password"], key_alias: app_config["key_alias"], key_password: app_config["key_password"])
generate_customized_app_files(app_config: app_config)
end

lane :release_update_to do |params|
Expand Down

0 comments on commit 3959b37

Please sign in to comment.