Skip to content

Commit

Permalink
Release 6.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Sep 15, 2021
1 parent 5a57bd4 commit 405d85e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.8.5
### Fix
- screenshot annotation issue for flutter-ios
- show active campaigns only

### Update
- build with Xcode 13.0
- support accessbility larger texts for campaign banner cta buttons
## 6.8.4
### Fix
- Navigation bar for ios15
Expand Down
6 changes: 3 additions & 3 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.8.4'
pod 'Usabilla', '~> 6.8.5'

End
```
The current pod is build for Xcode 12.4 and now uses xcframework.
The current pod is build for Xcode 13.0 and now uses xcframework.

For older Xcode version, use:

Expand All @@ -114,7 +114,7 @@ And add this line to your `Cartfile`:
```yaml
binary "https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/master/Usabilla.json"
```
The current Carthage release is build for Xcode 12.4.
The current Carthage release is build for Xcode 13.0.

For older Xcode version, use:

Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"6.8.5": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.5-Xcode-11.3.1/UsabillaCarthage.zip",
"6.8.4": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.4-Xcode-11.3.1/UsabillaCarthage.zip",
"6.8.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.3-Xcode-11.3.1/UsabillaCarthage.zip",
"6.8.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.2-Xcode-11.3.1/UsabillaCarthage.zip",
Expand Down
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.8.4-Xcode-11.3.1"
version = "6.8.5-Xcode-11.3.1"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 405d85e

Please sign in to comment.