Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify GTMKeychain implementations #150

Merged
merged 9 commits into from
May 2, 2022
Prev Previous commit
Next Next commit
Look for source_files recursively.
  • Loading branch information
petea authored Apr 29, 2022
commit b97f59d25ce3679566a94e69385c581d1f33211d
3 changes: 1 addition & 2 deletions GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ requests with AppAuth.

s.source = { :git => "https://github.com/google/GTMAppAuth.git", :tag => s.version }
s.prefix_header_file = false
s.source_files = "GTMAppAuth/Sources/*.{h,m}",
"GTMAppAuth/Sources/Public/GTMAppAuth/*.h"
s.source_files = "GTMAppAuth/Sources/**/*.{h,m}",
s.public_header_files = "GTMAppAuth/Sources/Public/GTMAppAuth/*.h"
s.requires_arc = true

Expand Down