Skip to content

Commit

Permalink
Release 6.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Sep 24, 2021
1 parent 268a058 commit 9094241
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.8.6
### Update
- build with Xcode 12.5.1 ( for supporting CI/CD process which doesn't migrate to xcode 13)
- temporarily removed xcode 13.0 from cocoapods but can be used from git podspec.
## 6.8.5
### Fix
- screenshot annotation issue for flutter-ios
Expand Down
16 changes: 8 additions & 8 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Usabilla for Apps allows you to collect feedback from your users with great ease
- Xcode 11+
- Swift 4.0+

**Note : v`6.8.1` can be used for `Xcode 10.3`**
**Note : v`6.8.5` can be used for `Xcode 10.3.`**

## Installation

Expand All @@ -83,18 +83,18 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.8.5'
pod 'Usabilla', '~> 6.8.6'

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

For older Xcode version, use:
For other Xcode version, use:

```ruby
pod 'Usabilla', :podspec => 'https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/Xcode-x.y.z/Usabilla.podspec'
```
replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-11.7`, `Xcode-11.3.1` , `Xcode-10.3`.
replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-13`, `Xcode-12.4`, `Xcode-11.7`, `Xcode-11.3.1`.

Then, run the following command:

Expand All @@ -114,14 +114,14 @@ 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 13.0.
The current Carthage release is build for Xcode 12.5.1 .

For older Xcode version, use:
For other Xcode version, use:

```yaml
binary "https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/Xcode-x.y.z/Usabilla.json"
```
replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-11.7`, `Xcode-11.3.1`, `Xcode-10.3`.
replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-13`, `Xcode-12.4`, `Xcode-11.7`, `Xcode-11.3.1`.

### Manual

Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"6.8.6": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.6-Xcode-12.4/UsabillaCarthage.zip",
"6.8.5": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.5-Xcode-12.4/UsabillaCarthage.zip"
}
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.5-Xcode-12.4"
version = "6.8.6-Xcode-12.4"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 9094241

Please sign in to comment.