Skip to content

Commit

Permalink
Merge pull request #19 from BaptisteLecat/ci-cd
Browse files Browse the repository at this point in the history
Update Fastfile
  • Loading branch information
BaptisteLecat authored Dec 7, 2023
2 parents efcbd3e + 6d0112c commit b654f25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ platform :ios do
skip_screenshots: true,
skip_binary_upload: true,
run_precheck_before_submit: false,
release_notes: {
'en-GB' => "Fixes bugs",
'fr-FR' => "Corrige des bugs",
'en-US' => "Fixes bugs",
},
submission_information: {
add_id_info_limits_tracking: true,
add_id_info_serves_ads: false,
Expand Down

0 comments on commit b654f25

Please sign in to comment.