Skip to content

Commit

Permalink
Fix issue where xcconfig values for nonplist settings (e.g., Swift co…
Browse files Browse the repository at this point in the history
…mpiler flags) were not applied for ios_application (#729)
  • Loading branch information
jszumski authored Jun 2, 2023
1 parent cfcb0bf commit a17fe64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def ios_application(
namespace_is_module_name = False,
platforms = {"ios": application_kwargs.get("minimum_os_version")},
testonly = testonly,
xcconfig = xcconfig,
xcconfig_by_build_setting = xcconfig_by_build_setting,
**kwargs
)

Expand Down

0 comments on commit a17fe64

Please sign in to comment.