Skip to content

Commit

Permalink
[expo-google-sign-in][ios] Upgrade GoogleSignIn pod to 4.4.0 (expo#2933)
Browse files Browse the repository at this point in the history
# Why

Fixes expo#2932, also an ordinary dependency upgrade.

# How

- set the version of `GoogleSignIn` in `EXGoogleSignIn.podspec` to `~> 4.1` so that developers installing `EXGoogleSignIn` pod in projects without `ExpoKit` don't have to install `GoogleSignIn` separately. We could also add instructions to add `GoogleSignIn` pod dependency to setup instructions of the pod.
- run `pod update GoogleSignIn` in `ios`

# Test Plan

Project compiles and Google screens in NCL work 👌
  • Loading branch information
sjchmiela authored Dec 11, 2018
1 parent bf89be4 commit f20188d
Show file tree
Hide file tree
Showing 64 changed files with 15,576 additions and 22,687 deletions.
2 changes: 0 additions & 2 deletions ios/Exponent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,6 @@
"${PODS_ROOT}/Amplitude-iOS/Amplitude/ComodoRsaCA.der",
"${PODS_ROOT}/Amplitude-iOS/Amplitude/ComodoRsaDomainValidationCA.der",
"${PODS_ROOT}/FBSDKCoreKit/FacebookSDKStrings.bundle",
"${PODS_ROOT}/GTMOAuth2/Source/Touch/GTMOAuth2ViewTouch.xib",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GoogleMobileVision/FaceDetector/Resources/BCLjoy_100.emd",
"${PODS_ROOT}/GoogleMobileVision/FaceDetector/Resources/BCLlefteyeclosed_200.emd",
Expand All @@ -2421,7 +2420,6 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ComodoRsaCA.der",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ComodoRsaDomainValidationCA.der",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FacebookSDKStrings.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GTMOAuth2ViewTouch.nib",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BCLjoy_100.emd",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BCLlefteyeclosed_200.emd",
Expand Down
21 changes: 6 additions & 15 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ PODS:
- EXGL-CPP/UEXGL (1.1.0)
- EXGoogleSignIn (1.0.0):
- EXCore
- GoogleSignIn
- GoogleSignIn (~> 4.1)
- EXImageLoaderInterface (1.1.0):
- EXCore
- EXLocalAuthentication (1.1.0):
Expand Down Expand Up @@ -370,10 +370,9 @@ PODS:
- GoogleMobileVision/Detector
- GoogleNetworkingUtilities (1.2.2):
- GoogleSymbolUtilities (~> 1.1)
- GoogleSignIn (4.2.0):
- GoogleSignIn (4.4.0):
- "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
- "GoogleToolboxForMac/NSString+URLArguments (~> 2.1)"
- GTMOAuth2 (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleSymbolUtilities (1.1.2)
- GoogleToolboxForMac/DebugUtils (2.1.4):
Expand All @@ -386,13 +385,7 @@ PODS:
- "GoogleToolboxForMac/NSString+URLArguments (2.1.4)"
- GoogleUtilities (1.3.2):
- GoogleSymbolUtilities (~> 1.1)
- GTMOAuth2 (1.1.6):
- GTMSessionFetcher (~> 1.1)
- GTMSessionFetcher (1.2.0):
- GTMSessionFetcher/Full (= 1.2.0)
- GTMSessionFetcher/Core (1.2.0)
- GTMSessionFetcher/Full (1.2.0):
- GTMSessionFetcher/Core (= 1.2.0)
- GTMSessionFetcher/Core (1.2.1)
- JKBigInteger2 (0.0.5)
- lottie-ios (2.5.0)
- React (0.57.1):
Expand Down Expand Up @@ -1273,7 +1266,6 @@ SPEC REPOS:
- GoogleSymbolUtilities
- GoogleToolboxForMac
- GoogleUtilities
- GTMOAuth2
- GTMSessionFetcher
- JKBigInteger2
- lottie-ios
Expand Down Expand Up @@ -1632,7 +1624,7 @@ SPEC CHECKSUMS:
EXFontInterface: 06126ec4f6a67415426074c3383a82b241f087c1
EXGL: 9a5dd454a7ed9660b25b71d82d8009ac9bd6f85a
EXGL-CPP: 46b589a3ed0c59ae2e7f9434897b66cd8dd2e70c
EXGoogleSignIn: 62f3cf04db88d7628c73ae5850d65c407965d77d
EXGoogleSignIn: c540ef6a331346569f0eb46bc8987c8bb42a26a3
EXImageLoaderInterface: 3f460f6ff344ba6c4e00621806c0d1d76249cd8f
EXLocalAuthentication: b70696613cb24d726d3c98a1818c22c481a46b01
EXLocalization: 1243adc132eaad4793dd7e5b497135ad5d803441
Expand All @@ -1659,12 +1651,11 @@ SPEC CHECKSUMS:
GoogleMaps: c087b8e5dfe87ca6ebf59adb9b4894a4146bec4f
GoogleMobileVision: d344d69c8987ee239c8a47257e2039084682d181
GoogleNetworkingUtilities: 3edd3a8161347494f2da60ea0deddc8a472d94cb
GoogleSignIn: 591e46382014e591269f862ba6e7bc0fbd793532
GoogleSignIn: 7ff245e1a7b26d379099d3243a562f5747e23d39
GoogleSymbolUtilities: 631ee17048aa5e9ab133470d768ea997a5ef9b96
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
GoogleUtilities: 8bbc733218aad26306f9d4a253823986110e3358
GTMOAuth2: e8b6512c896235149df975c41d9a36c868ab7fba
GTMSessionFetcher: 0c4baf0a73acd0041bf9f71ea018deedab5ea84e
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
JKBigInteger2: e91672035c42328c48b7dd015b66812ddf40ca9b
lottie-ios: d699fdee68d7b63e721d949388b015fef1aaa4ac
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
Expand Down
202 changes: 0 additions & 202 deletions ios/Pods/GTMOAuth2/LICENSE

This file was deleted.

37 changes: 0 additions & 37 deletions ios/Pods/GTMOAuth2/README.md

This file was deleted.

Loading

0 comments on commit f20188d

Please sign in to comment.