From 5acf1056b6dc5aa2b354887670791c4d0461cb29 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Fri, 2 Apr 2021 15:30:25 -0700 Subject: [PATCH] Remove incomplete GTMOAuth2KeychainCompatibility exclusion for tvOS and watchOS in the CocoaPod. --- GTMAppAuth.podspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index 828e25ba..b2abddea 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -33,11 +33,9 @@ requests with AppAuth. s.osx.deployment_target = '10.11' s.tvos.source_files = "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m" - s.tvos.exclude_files = "GTMAppAuth/Sources/Public/GTMAppAuth/GTMOAuth2KeychainCompatibility.h" s.tvos.deployment_target = '9.0' s.watchos.source_files = "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m" - s.watchos.exclude_files = "GTMAppAuth/Sources/Public/GTMAppAuth/GTMOAuth2KeychainCompatibility.h" s.watchos.deployment_target = '6.0' s.pod_target_xcconfig = {