Skip to content

Commit

Permalink
CORE-1915 save RC checksums, allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed May 10, 2021
1 parent da2fd7a commit a8eed23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carthage-files/checksum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#checksum for Branch.zip on Github
72856d328e01326162ea7c4379dc9b284dc1f15a Branch.zip
b325b48cdcc2a6b7e9c0fdda22d911d1423812dd Branch.zip
2 changes: 1 addition & 1 deletion carthage-files/checksum_static
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#checksum for Branch_static.zip on Github
9057c3164cbf54ca8be346169b7dc5726576a3ae Branch_static.zip
fc80baaaa34dab5dcc2eb7c55df8f2f433d71de8 Branch_static.zip
2 changes: 1 addition & 1 deletion scripts/prep_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8eed23

Please sign in to comment.