Skip to content

Commit

Permalink
get git up to date:
Browse files Browse the repository at this point in the history
  • Loading branch information
GNUGradyn committed Jul 12, 2024
1 parent ce10cfe commit 409aeb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ SPEC CHECKSUMS:
React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
react-native-google-auth: 41d2e420afaace7d82466eccda564ce482e0fc35
react-native-google-auth: c2356525aa66a224967c98a94df5e165dc1c8a31
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand Down
14 changes: 4 additions & 10 deletions react-native-google-auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,17 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/GNUGradyn/react-native-google-auth.git" }

s.source_files = "ios/**/*.{h,m,mm,swift}", "GoogleSignIn-iOS/GoogleSignIn/Sources/**/*.{h,m,mm,swift}"
s.source_files = "GoogleSignIn-iOS/GoogleSignIn/Sources/**/*.{h,m,mm,swift}"
s.public_header_files = "GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
s.private_header_files = "GoogleSignIn-iOS/GoogleSignIn/Sources/**/*.h"

s.resource_bundle = {
'GoogleSignIn' => ['GoogleSignIn-iOS/GoogleSignIn/Sources/{Resources,Strings}/*']
}
s.private_header_files = "GoogleSignIn-iOS/GoogleSignIn/Sources/Private/**/*.h"

# We can remove this when the actual pod is merged. the first 2 are for the finished pod, the second two are for the example app which is relative to the repo source
s.pod_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(PODS_ROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn" "$(PODS_ROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources"'
'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(SRCROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn" "$(SRCROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources"'
}

s.user_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(PODS_ROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn" "$(PODS_ROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources"'
'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(SRCROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn" "$(SRCROOT)/GoogleSignIn-iOS/GoogleSignIn/Sources"'
}

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
if respond_to?(:install_modules_dependencies, true)
Expand Down

0 comments on commit 409aeb9

Please sign in to comment.