File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 9393 os : osx
9494 osx_image : xcode10
9595 env :
96- - VERSION=3.1.4
96+ - VERSION=3.1.5
9797 install :
9898 # install hub
9999 - 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:
106106 os : osx
107107 osx_image : xcode10
108108 env :
109- - VERSION=3.1.4
109+ - VERSION=3.1.5
110110 install :
111111 # install hub
112112 - 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 11# Optimizely Objective-C SDK Changelog
22
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+
39## 3.1.4
410September 23rd, 2020
511
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ https://www.sqlite.org/threadsafe.html
4343#### Cocoapod
44441 . Add the following lines to the _ Podfile_ :<pre >
4545 ``` use_frameworks! ```
46- ``` pod 'OptimizelySDK<platform>', '~> 3.1.4 ' ```
46+ ``` pod 'OptimizelySDK<platform>', '~> 3.1.5 ' ```
4747</pre >
4848
49492 . Run the following command: <pre >``` pod install ``` </pre >
@@ -52,7 +52,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
5252
5353#### Carthage
54541 . 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
5656</pre >
5757
58582 . Run the following command:<pre >``` carthage update ``` </pre >
You can’t perform that action at this time.
0 commit comments