Skip to content

Commit 609b467

Browse files
Stepan KhapuginCommit Bot
Stepan Khapugin
authored and
Commit Bot
committed
Add StoreKit framework to Firebase build file.
Firebase now depends on StoreKit, so it's necessary to link to it to be able to compile with Firebase. This should fix the compilation downstream on iOS. Bug: none Test: none Change-Id: I988a078e38996ed5895739e3b20061a760333cfc Reviewed-on: https://chromium-review.googlesource.com/c/1470196 Reviewed-by: Olivier Robin <[email protected]> Reviewed-by: Mark Cogan <[email protected]> Commit-Queue: Stepan Khapugin <[email protected]> Cr-Commit-Position: refs/heads/master@{#631713}
1 parent df1d9ab commit 609b467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/third_party/firebase/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ config("firebase_config") {
2929
"GoogleAppMeasurement.framework",
3030
"GoogleUtilities.framework",
3131
"nanopb.framework",
32+
"StoreKit.framework",
3233
]
3334
}

0 commit comments

Comments
 (0)