File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 93
93
os : osx
94
94
osx_image : xcode10
95
95
env :
96
- - VERSION=3.1.4
96
+ - VERSION=3.1.5
97
97
install :
98
98
# install hub
99
99
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -106,7 +106,7 @@ jobs:
106
106
os : osx
107
107
osx_image : xcode10
108
108
env :
109
- - VERSION=3.1.4
109
+ - VERSION=3.1.5
110
110
install :
111
111
# install hub
112
112
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
Original file line number Diff line number Diff line change 1
1
# Optimizely Objective-C SDK Changelog
2
2
3
+ ## 3.1.5
4
+ October 6th, 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 ) )
8
+
3
9
## 3.1.4
4
10
September 23rd, 2020
5
11
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ https://www.sqlite.org/threadsafe.html
43
43
#### Cocoapod
44
44
1 . Add the following lines to the _ Podfile_ :<pre >
45
45
``` use_frameworks! ```
46
- ``` pod 'OptimizelySDK<platform>', '~> 3.1.4 ' ```
46
+ ``` pod 'OptimizelySDK<platform>', '~> 3.1.5 ' ```
47
47
</pre >
48
48
49
49
2 . Run the following command: <pre >``` pod install ``` </pre >
@@ -52,7 +52,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
52
52
53
53
#### Carthage
54
54
1 . Add the following lines to the _ Cartfile_ :<pre >
55
- github "optimizely/objective-c-sdk" ~ > 3.1.4
55
+ github "optimizely/objective-c-sdk" ~ > 3.1.5
56
56
</pre >
57
57
58
58
2 . Run the following command:<pre >``` carthage update ``` </pre >
You can’t perform that action at this time.
0 commit comments