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

Update Package.swift #1185

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
59F7D5A9A52F7E072CDFFC3B /* Pods_FirebaseFacebookAuthUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50504F9EB7E7250B2B034703 /* Pods_FirebaseFacebookAuthUI.framework */; };
8D69E3DB21DD83EB00CFA49B /* FirebaseFacebookAuthUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D69E3DA21DD83EB00CFA49B /* FirebaseFacebookAuthUITests.m */; };
8D69E3DD21DD83EB00CFA49B /* FirebaseFacebookAuthUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D69E3CF21DD83EB00CFA49B /* FirebaseFacebookAuthUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
8D69E3E821DD843800CFA49B /* FUIFacebookAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D69E3E621DD843800CFA49B /* FUIFacebookAuth.m */; };
Expand All @@ -21,6 +22,7 @@
8D69E45121DD8A6D00CFA49B /* ic_facebook.png in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E44121DD843F00CFA49B /* ic_facebook.png */; };
8D69E45221DD8A6D00CFA49B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E44321DD843F00CFA49B /* [email protected] */; };
8D69E45321DD8A6D00CFA49B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E44221DD843F00CFA49B /* [email protected] */; };
BFF7927B41D80D61F6CFDCC3 /* Pods_FirebaseFacebookAuthUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E380FA67A7DE6BAAD151E17 /* Pods_FirebaseFacebookAuthUITests.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -34,6 +36,11 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0E380FA67A7DE6BAAD151E17 /* Pods_FirebaseFacebookAuthUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseFacebookAuthUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
154711F59D8EF0DF8F9A89B1 /* Pods-FirebaseFacebookAuthUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseFacebookAuthUI.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseFacebookAuthUI/Pods-FirebaseFacebookAuthUI.debug.xcconfig"; sourceTree = "<group>"; };
267EFA8F1FA70921F2E789AE /* Pods-FirebaseFacebookAuthUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseFacebookAuthUITests.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseFacebookAuthUITests/Pods-FirebaseFacebookAuthUITests.debug.xcconfig"; sourceTree = "<group>"; };
4C54FD892082DD147214A361 /* Pods-FirebaseFacebookAuthUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseFacebookAuthUITests.release.xcconfig"; path = "Target Support Files/Pods-FirebaseFacebookAuthUITests/Pods-FirebaseFacebookAuthUITests.release.xcconfig"; sourceTree = "<group>"; };
50504F9EB7E7250B2B034703 /* Pods_FirebaseFacebookAuthUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseFacebookAuthUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8D69E3CC21DD83EB00CFA49B /* FirebaseFacebookAuthUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseFacebookAuthUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8D69E3CF21DD83EB00CFA49B /* FirebaseFacebookAuthUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirebaseFacebookAuthUI.h; sourceTree = "<group>"; };
8D69E3D021DD83EB00CFA49B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -132,13 +139,15 @@
8D69E44821DD845100CFA49B /* FUIFacebookAuthTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUIFacebookAuthTest.m; sourceTree = "<group>"; };
8D69E44921DD845100CFA49B /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
8D69E44A21DD845100CFA49B /* FUIFacebookAuthTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUIFacebookAuthTest.h; sourceTree = "<group>"; };
AFFA2061C10EDC35BF5E55AA /* Pods-FirebaseFacebookAuthUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseFacebookAuthUI.release.xcconfig"; path = "Target Support Files/Pods-FirebaseFacebookAuthUI/Pods-FirebaseFacebookAuthUI.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8D69E3C921DD83EB00CFA49B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
59F7D5A9A52F7E072CDFFC3B /* Pods_FirebaseFacebookAuthUI.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -147,15 +156,29 @@
buildActionMask = 2147483647;
files = (
8D69E44D21DD88BB00CFA49B /* FirebaseFacebookAuthUI.framework in Frameworks */,
BFF7927B41D80D61F6CFDCC3 /* Pods_FirebaseFacebookAuthUITests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
48041A2E638086B095B6D0AD /* Frameworks */ = {
isa = PBXGroup;
children = (
50504F9EB7E7250B2B034703 /* Pods_FirebaseFacebookAuthUI.framework */,
0E380FA67A7DE6BAAD151E17 /* Pods_FirebaseFacebookAuthUITests.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
7DC88936A359F0A20973DC4C /* Pods */ = {
isa = PBXGroup;
children = (
154711F59D8EF0DF8F9A89B1 /* Pods-FirebaseFacebookAuthUI.debug.xcconfig */,
AFFA2061C10EDC35BF5E55AA /* Pods-FirebaseFacebookAuthUI.release.xcconfig */,
267EFA8F1FA70921F2E789AE /* Pods-FirebaseFacebookAuthUITests.debug.xcconfig */,
4C54FD892082DD147214A361 /* Pods-FirebaseFacebookAuthUITests.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand All @@ -175,6 +198,7 @@
8D69E3D921DD83EB00CFA49B /* FirebaseFacebookAuthUITests */,
8D69E3CD21DD83EB00CFA49B /* Products */,
7DC88936A359F0A20973DC4C /* Pods */,
48041A2E638086B095B6D0AD /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -257,6 +281,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 8D69E3E021DD83EB00CFA49B /* Build configuration list for PBXNativeTarget "FirebaseFacebookAuthUI" */;
buildPhases = (
E8545F99DE7C2084DD858F7D /* [CP] Check Pods Manifest.lock */,
8D69E3C721DD83EB00CFA49B /* Headers */,
8D69E3C821DD83EB00CFA49B /* Sources */,
8D69E3C921DD83EB00CFA49B /* Frameworks */,
Expand All @@ -275,9 +300,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 8D69E3E321DD83EB00CFA49B /* Build configuration list for PBXNativeTarget "FirebaseFacebookAuthUITests" */;
buildPhases = (
CFB0147DEC9A2D0308720D0F /* [CP] Check Pods Manifest.lock */,
8D69E3D121DD83EB00CFA49B /* Sources */,
8D69E3D221DD83EB00CFA49B /* Frameworks */,
8D69E3D321DD83EB00CFA49B /* Resources */,
7DE9F388E566DDE6BD80929B /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -432,6 +459,70 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
7DE9F388E566DDE6BD80929B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-FirebaseFacebookAuthUITests/Pods-FirebaseFacebookAuthUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-FirebaseFacebookAuthUITests/Pods-FirebaseFacebookAuthUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FirebaseFacebookAuthUITests/Pods-FirebaseFacebookAuthUITests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
CFB0147DEC9A2D0308720D0F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FirebaseFacebookAuthUITests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
E8545F99DE7C2084DD858F7D /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FirebaseFacebookAuthUI-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8D69E3C821DD83EB00CFA49B /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -679,6 +770,7 @@
};
8D69E3E121DD83EB00CFA49B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 154711F59D8EF0DF8F9A89B1 /* Pods-FirebaseFacebookAuthUI.debug.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -722,6 +814,7 @@
};
8D69E3E221DD83EB00CFA49B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AFFA2061C10EDC35BF5E55AA /* Pods-FirebaseFacebookAuthUI.release.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -765,6 +858,7 @@
};
8D69E3E421DD83EB00CFA49B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 267EFA8F1FA70921F2E789AE /* Pods-FirebaseFacebookAuthUITests.debug.xcconfig */;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = FirebaseFacebookAuthUITests/Info.plist;
Expand Down Expand Up @@ -824,6 +918,7 @@
};
8D69E3E521DD83EB00CFA49B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4C54FD892082DD147214A361 /* Pods-FirebaseFacebookAuthUITests.release.xcconfig */;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = FirebaseFacebookAuthUITests/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFacebookAuthUI/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'FirebaseFacebookAuthUI' do
# The facebook pods generate an unreasonable number of warnings.
inhibit_all_warnings!

pod 'FBSDKLoginKit', '~> 16.0'
pod 'FBSDKLoginKit', '~> 17.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to run pod update in this directory to fix the build issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran pod update but it still didn't pass. I think it is because the library is using some deprecated methods.

  • WARN | xcodebuild: /Users/runner/work/FirebaseUI-iOS/FirebaseUI-iOS/FirebaseAuthUI/Sources/FUIAccountSettingsOperationUpdateEmail.m:80:37: warning: 'updateEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail email: String) instead. [-Wdeprecated-declarations]



  • WARN | xcodebuild: /Users/runner/work/FirebaseUI-iOS/FirebaseUI-iOS/FirebaseEmailAuthUI/Sources/FUIEmailEntryViewController.m:151:14: warning: 'fetchSignInMethodsForEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled. [-Wdeprecated-declarations]



  • WARN | xcodebuild: /Users/runner/work/FirebaseUI-iOS/FirebaseUI-iOS/FirebaseEmailAuthUI/Sources/FUIEmailAuth.m:524:21: warning: 'fetchSignInMethodsForEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled. [-Wdeprecated-declarations]



  • WARN | xcodebuild: /Users/runner/work/FirebaseUI-iOS/FirebaseUI-iOS/FirebaseEmailAuthUI/Sources/FUIEmailAuth.m:646:21: warning: 'fetchSignInMethodsForEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled. [-Wdeprecated-declarations]

pod 'FBSDKCoreKit'

pod 'FirebaseAuthUI', :path => '../'
Expand Down
85 changes: 46 additions & 39 deletions FirebaseFacebookAuthUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- FBAEMKit (16.2.0):
- FBSDKCoreKit_Basics (= 16.2.0)
- FBSDKCoreKit (16.2.0):
- FBAEMKit (= 16.2.0)
- FBSDKCoreKit_Basics (= 16.2.0)
- FBSDKCoreKit_Basics (16.2.0)
- FBSDKLoginKit (16.2.0):
- FBSDKCoreKit (= 16.2.0)
- FirebaseAppCheckInterop (10.15.0)
- FirebaseAuth (10.15.0):
- FirebaseAppCheckInterop (~> 10.0)
- FBAEMKit (17.0.0):
- FBSDKCoreKit_Basics (= 17.0.0)
- FBSDKCoreKit (17.0.0):
- FBAEMKit (= 17.0.0)
- FBSDKCoreKit_Basics (= 17.0.0)
- FBSDKCoreKit_Basics (17.0.0)
- FBSDKLoginKit (17.0.0):
- FBSDKCoreKit (= 17.0.0)
- FirebaseAppCheckInterop (10.23.0)
- FirebaseAuth (10.23.0):
- FirebaseAppCheckInterop (~> 10.17)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
Expand All @@ -18,35 +18,42 @@ PODS:
- FirebaseAuthUI (13.1.0):
- FirebaseAuth (< 11.0, >= 8.0)
- FirebaseCore
- FirebaseCore (10.15.0):
- FirebaseCore (10.23.1):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.15.0):
- GoogleUtilities/Environment (~> 7.12)
- GoogleUtilities/Logger (~> 7.12)
- FirebaseCoreInternal (10.23.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.11.5):
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (7.13.0):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.11.5):
- GoogleUtilities/Logger (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/Network (7.11.5):
- GoogleUtilities/Privacy
- GoogleUtilities/Network (7.13.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.11.5)"
- GoogleUtilities/Reachability (7.11.5):
- "GoogleUtilities/NSData+zlib (7.13.0)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.0)
- GoogleUtilities/Reachability (7.13.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.1.1)
- OCMock (3.9.1)
- PromisesObjC (2.3.1)
- GoogleUtilities/Privacy
- GTMSessionFetcher/Core (3.3.2)
- OCMock (3.9.3)
- PromisesObjC (2.4.0)
- RecaptchaInterop (100.0.0)

DEPENDENCIES:
- FBSDKCoreKit
- FBSDKLoginKit (~> 16.0)
- FBSDKLoginKit (~> 17.0)
- FirebaseAuthUI (from `../`)
- OCMock

Expand All @@ -71,21 +78,21 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FBAEMKit: 5facf4292bff062963f563d68fd5c0cdd6c90d63
FBSDKCoreKit: f94e107ae84a6f4c0d9edfd06ed989b084bfa5bb
FBSDKCoreKit_Basics: 8123411ba15df07f9a8da760630f4cdfeeaea6a7
FBSDKLoginKit: ae454ceaeb9ee753caf78242bdad1b5226968358
FirebaseAppCheckInterop: a8c555b1c2db1d9445e6c3a08a848167ddb7eb51
FirebaseAuth: a55ec5f7f8a5b1c2dd750235c1bb419bfb642445
FBAEMKit: 31a20c2d8744d8c57d3a5b7ae4e27b4fdd819193
FBSDKCoreKit: dac911b656816f8d0b06e5fa4bac60e89505bb3b
FBSDKCoreKit_Basics: 92b7b7458d57091370b0b6cc197578874c3b4b16
FBSDKLoginKit: 5d5271ebfd1e39c6b071de8db5c4bd6255be3561
FirebaseAppCheckInterop: a1955ce8c30f38f87e7d091630e871e91154d65d
FirebaseAuth: 22eb85d3853141de7062bfabc131aa7d6335cade
FirebaseAuthUI: 9b4de780078d674019a2bfc560bb812f23b45ff1
FirebaseCore: 2cec518b43635f96afe7ac3a9c513e47558abd2e
FirebaseCoreInternal: 2f4bee5ed00301b5e56da0849268797a2dd31fb4
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
FirebaseCore: c43f9f0437b50a965e930cac4ad243200d12a984
FirebaseCoreInternal: 6a292e6f0bece1243a737e81556e56e5e19282e3
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
GTMSessionFetcher: 0e876eea9782ec6462e91ab872711c357322c94f
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

PODFILE CHECKSUM: 0b5fc42e011e5d069332ed1da6fa3da42531b707
PODFILE CHECKSUM: b8f4b105b11fb2b8a83e7588733ed84a53df2171

COCOAPODS: 1.13.0
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.package(
name: "Facebook",
url: "https://github.com/facebook/facebook-ios-sdk.git",
"11.0.0"..<"17.0.0"
"11.0.0"..<"18.0.0"
),
.package(
name: "Firebase",
Expand Down
Loading