Skip to content

Commit

Permalink
Adds defines module to AppAuth.podspec (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias authored Apr 2, 2024
1 parent 7e2c09c commit eee20d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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 = {
'DEFINES_MODULE' => 'YES',
}

# Subspec for the core AppAuth library classes only, suitable for extensions.
s.subspec 'Core' do |core|
core.source_files = "Sources/AppAuthCore.h", "Sources/AppAuthCore/*.{h,m}"
Expand Down

0 comments on commit eee20d3

Please sign in to comment.