From a8eed23b6257382f878d1594827d82f2080502c2 Mon Sep 17 00:00:00 2001 From: Ernest Cho Date: Mon, 10 May 2021 10:31:04 -0700 Subject: [PATCH] CORE-1915 save RC checksums, allow warnings --- carthage-files/checksum | 2 +- carthage-files/checksum_static | 2 +- scripts/prep_release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/carthage-files/checksum b/carthage-files/checksum index 3a9dbd4e6..2d44c1423 100644 --- a/carthage-files/checksum +++ b/carthage-files/checksum @@ -1,2 +1,2 @@ #checksum for Branch.zip on Github -72856d328e01326162ea7c4379dc9b284dc1f15a Branch.zip +b325b48cdcc2a6b7e9c0fdda22d911d1423812dd Branch.zip diff --git a/carthage-files/checksum_static b/carthage-files/checksum_static index 890d821c3..29b9c323e 100644 --- a/carthage-files/checksum_static +++ b/carthage-files/checksum_static @@ -1,2 +1,2 @@ #checksum for Branch_static.zip on Github -9057c3164cbf54ca8be346169b7dc5726576a3ae Branch_static.zip +fc80baaaa34dab5dcc2eb7c55df8f2f433d71de8 Branch_static.zip diff --git a/scripts/prep_release.sh b/scripts/prep_release.sh index 110e32d93..8aa0abc91 100755 --- a/scripts/prep_release.sh +++ b/scripts/prep_release.sh @@ -42,7 +42,7 @@ fi # Pre-release CocoaPod lint echo ">>> Linting release candidate..." 1>&2 -pod lib lint Branch.podspec --verbose +pod lib lint Branch.podspec --verbose --allow-warnings # Build the frameworks echo ">>> Building the frameworks..." 1>&2