We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a0a62 commit 98abd88Copy full SHA for 98abd88
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Optimizely Objective-C SDK Changelog
2
3
## 3.1.5
4
-October 6th, 2020
+October 7th, 2020
5
6
### Bug Fixes
7
* Explicitly add secondary dependencies into podspecs to fix Xcode 12 build issue. ([#457](https://github.com/optimizely/objective-c-sdk/pull/457))
Scripts/update_version.sh
@@ -129,8 +129,8 @@ do
129
printf "\t[${curPodSpec}] Verified podspec: ${releaseSDKVersion}\n"
130
done
131
132
-# check total 17 (= 7 + 10) places replaced
133
-expTotalCount=17
+# check total 24 (= 7 + 17) places replaced
+expTotalCount=24
134
if (( ${countChanges} == ${expTotalCount} ))
135
then
136
printf "Verified successfully! (podspec version updated in ${expTotalCount} places) \n"
0 commit comments