Skip to content

Commit

Permalink
Correct the modular header support.
Browse files Browse the repository at this point in the history
Looks like the suggested fix in #384 was likely wrong, swap to what seems to be
the more correct directive.

Fixes #389
  • Loading branch information
thomasvl committed Apr 18, 2024
1 parent 9f54612 commit 0382ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTMSessionFetcher.podspec
Expand Up @@ -37,7 +37,7 @@ Pod::Spec.new do |s|

s.default_subspec = 'Full'

s.xcconfig = {
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES',
}

Expand Down

0 comments on commit 0382ca2

Please sign in to comment.