From eee20d36310e37a26dde368b23c681a7616ec69b Mon Sep 17 00:00:00 2001 From: mdmathias Date: Tue, 2 Apr 2024 10:34:02 -0700 Subject: [PATCH] Adds defines module to AppAuth.podspec (#845) --- AppAuth.podspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AppAuth.podspec b/AppAuth.podspec index 393dad42a..cd11563a6 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -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}"