Skip to content

Commit

Permalink
Use correct xcconfig syntax for podspec (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Apr 18, 2024
1 parent 8c0b028 commit bbc3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
s.requires_arc = true

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

Expand Down

0 comments on commit bbc3648

Please sign in to comment.