Skip to content

Commit e99c63a

Browse files
committed
Release 0.9.3
1 parent c12f388 commit e99c63a

File tree

128 files changed

+510
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+510
-76
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
11
# Added
2-
- Added support for tracking analytics events.
3-
4-
# Changed
5-
- Updated the initial configuration method.
6-
- Updated the support widget to version 2.0.
7-
8-
# Deprecated
9-
- Removed the organization slug (`organizationSlug`) parameter from the configuration method.
10-
11-
For installation instructions, consult the [documentation](README.md).
2+
- Added an Objective-C interop bridge.

DevRevSDK.podspec

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = "DevRevSDK"
3-
spec.version = "0.9.2"
4-
spec.summary = "A podspec for the DevRev iOS SDK"
5-
spec.description = <<-DESC
6-
A podspec that is used for the main release of the DevRev iOS SDK.
7-
DESC
3+
spec.version = "0.9.3"
4+
spec.summary = "DevRev SDK, used for integrating DevRev services into your iOS app."
85
spec.homepage = "https://devrev.ai"
96
spec.license = { type: "Apache 2.0", file: "LICENSE" }
10-
spec.author = { "DevRev" => "svit.zebec@devrev.ai" }
7+
spec.author = { "DevRev" => "support@devrev.ai" }
118
spec.platform = :ios, "13.0"
12-
spec.source = { http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.2/DevRevSDK.xcframework.zip" }
9+
spec.source = { http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.3/DevRevSDK.xcframework.zip" }
1310
spec.vendored_frameworks = "DevRevSDK.xcframework"
1411
end

DevRevSDK.xcframework.zip

-443 KB
Binary file not shown.

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// swift-tools-version:5.7
22

3-
import PackageDescription
4-
3+
import PackageDescription
4+
55
let package = Package(
66
name: "DevRevSDK",
77
platforms: [
8-
.iOS(.v15)
8+
.iOS(.v13)
99
],
1010
products: [
1111
.library(
@@ -18,8 +18,8 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "DevRevSDK",
21-
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.2/DevRevSDK.xcframework.zip",
22-
checksum: "3f28597cb0fc2ea725e67a6ae14488ab15c9574dea6fb605e633b0b8982e27cb"
21+
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.3/DevRevSDK.xcframework.zip",
22+
checksum: "1e35219a7f2f79cc6a33a189a1dc69ab9f43cde8e9ef66373cad6c362c0859b0"
2323
)
2424
]
2525
)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,23 @@ Now you should be able to import and use the DevRev SDK.
4646
# Setting up the DevRev SDK
4747
## Step 1: Credentials
4848
1. Open the **Settings** page.
49+
4950
<img src="docs/screenshots/screenshot-settings-home.png" />
5051
1. Under the **Support** section, go to **PLuG Tokens**.
51-
<img src="docs/screenshots/screenshot-support-tokens.png" width="250" />
52+
53+
<img src="docs/screenshots/screenshot-support-tokens.png" width="250" />\
5254
1. On the **PLuG Tokens** page, you will be able create your credentials under the **App Credentials**. These credentials are referred to as `appID` and `secret` in the code.
5355
- Create new credentials, if none exist:
5456
<img src="docs/screenshots/screenshot-support-tokens-creating-credentials.png" width="400" />
57+
5558
- Or maybe reuse any existing ones:
5659
<img src="docs/screenshots/screenshot-support-tokens-existing-credentials.png" width="400" />
60+
5761
1. Next, you will have to open the **PLuG Settings** page, and copy the value under **Your Unique App ID**.
5862
> This value is referred to as `supportID` in the code.
63+
5964
<img src="docs/screenshots/screenshot-support-settings.png" width="250" />
65+
<br />
6066
<img src="docs/screenshots/screenshot-support-settings-id.png" width="400" />
6167

6268
## Step 2: Initialization

docs/css/523.e9a069b0.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/675.40c3bcb2.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.b186e79f.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/index.ff036a9e.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.672a9049.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)