From 5d8fd9905e4788c0f5bf6cfd7cca28fb22676a26 Mon Sep 17 00:00:00 2001 From: Matt Mathias Date: Thu, 18 Apr 2024 13:44:29 -0700 Subject: [PATCH] Use correct xcconfig syntax for podspec --- AppAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index cd9f99af3..f1dfdf080 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -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', }