Skip to content

Commit eee20d3

Browse files
authored
Adds defines module to AppAuth.podspec (#845)
1 parent 7e2c09c commit eee20d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AppAuth.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ It follows the OAuth 2.0 for Native Apps best current practice
4141
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
4242
s.requires_arc = true
4343

44+
s.xcconfig = {
45+
'DEFINES_MODULE' => 'YES',
46+
}
47+
4448
# Subspec for the core AppAuth library classes only, suitable for extensions.
4549
s.subspec 'Core' do |core|
4650
core.source_files = "Sources/AppAuthCore.h", "Sources/AppAuthCore/*.{h,m}"

0 commit comments

Comments
 (0)