Skip to content

Commit

Permalink
Remove incomplete GTMOAuth2KeychainCompatibility exclusion for tvOS a…
Browse files Browse the repository at this point in the history
…nd watchOS in the CocoaPod.
  • Loading branch information
petea committed Apr 2, 2021
1 parent 9c3731a commit 5acf105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5acf105

Please sign in to comment.