autoheal(ios): ignore fastlane language directory validation for da-DK (#329)

Auto-merged by cron with review-gate (trivial change, no critical path).
This commit is contained in:
Jeppe B
2026-08-17 13:51:43 +02:00
committed by GitHub
parent 06b6498f7a
commit f2fc7643a2
+2 -1
View File
@@ -49,7 +49,8 @@ platform :ios do
automatic_release: true, automatic_release: true,
phased_release: false, phased_release: false,
run_precheck_before_submit: false, run_precheck_before_submit: false,
precheck_include_in_app_purchases: false precheck_include_in_app_purchases: false,
ignore_language_directory_validation: true
) )
end end
end end