From aed6eaa24aa9dca5051960b539379279ac2546ce Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Tue, 5 Feb 2019 15:37:53 -0800 Subject: [PATCH 1/2] Update gRPC certificate bundles locations for Firebase 5.16 --- Carthage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carthage.md b/Carthage.md index 1ca28b5542b..5541b6c3410 100644 --- a/Carthage.md +++ b/Carthage.md @@ -65,7 +65,7 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.jso into the Xcode project and make sure they're added to the `Copy Bundle Resources` Build Phase : - For Firestore: - - ./Carthage/Build/iOS/FirebaseFirestore.framework/gRPCCertificates-Firestore.bundle + - ./Carthage/Build/iOS/gRPC-C++.framework/gRPCCertificates.bundle - For Invites: - ./Carthage/Build/iOS/FirebaseInvites.framework/GoogleSignIn.bundle - ./Carthage/Build/iOS/FirebaseInvites.framework/GPPACLPickerResources.bundle From 1944f742e9c40c0dd452982e419e414e3b6c45f4 Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Tue, 5 Feb 2019 16:15:47 -0800 Subject: [PATCH 2/2] Actual location after carthage update --- Carthage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carthage.md b/Carthage.md index 5541b6c3410..1ee4f8da2e7 100644 --- a/Carthage.md +++ b/Carthage.md @@ -65,7 +65,7 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.jso into the Xcode project and make sure they're added to the `Copy Bundle Resources` Build Phase : - For Firestore: - - ./Carthage/Build/iOS/gRPC-C++.framework/gRPCCertificates.bundle + - ./Carthage/Build/iOS/FirebaseFirestore.framework/gRPCCertificates.bundle - For Invites: - ./Carthage/Build/iOS/FirebaseInvites.framework/GoogleSignIn.bundle - ./Carthage/Build/iOS/FirebaseInvites.framework/GPPACLPickerResources.bundle