Skip to content

Commit 3010f95

Browse files
author
Brad Umbaugh
authored
Merge pull request #196 from Iterable/bradumbaugh-install-instructions
Updates to installation instructions
2 parents 06323d3 + f03e6c9 commit 3010f95

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,36 @@ Before starting with the SDK, you will need to set up Iterable push notification
3434

3535
For more information, read Iterable's [Setting up iOS Push Notifications](https://support.iterable.com/hc/articles/115000315806-Setting-Up-iOS-Push-Notifications) guide.
3636

37-
## Updating SDK for Inbox beta
38-
39-
- Beta releases are not pushed as normal releases to Cocoapods. Instead, point Cocoapods to the git tag.
40-
- Update to 6.2.0-beta1 in Podfile
41-
* pod 'Iterable-iOS-SDK', :git => 'https://github.com/Iterable/swift-sdk.git', :tag => '6.2.0-beta1'
42-
- Same with Carthage:
43-
* github "Iterable/swift-sdk" ~> 6.2.0-beta1
37+
## Installing a beta version of the SDK to use with Iterable's Mobile Inbox beta
4438

4539
> ⚠ **IMPORTANT**
46-
> - Beta versions of this SDK are subject to Iterable's
40+
> Beta versions of this SDK are subject to Iterable's
4741
[Beta Mobile SDK Terms of Service](https://support.iterable.com/hc/articles/360034753412).
4842

43+
The current beta version of the SDK is `6.2.0-beta1`. Install it with
44+
CocoaPods or Carthage:
45+
46+
- CocoaPods
47+
48+
Beta versions of the SDK are not pushed as normal releases to CocoaPods.
49+
Instead, point CocoaPods to the git tag associated with a specific build.
50+
For example, the following **Podfile** entry looks for the SDK build
51+
tagged with `6.2.0-beta1`:
52+
53+
```
54+
pod 'Iterable-iOS-SDK', :git => 'https://github.com/Iterable/swift-sdk.git', :tag => '6.2.0-beta1'
55+
```
56+
57+
- Carthage
58+
59+
Like CocoaPods, Carthage can install an SDK build associated with a
60+
specific git tag. For example, the following **Cartfile** entry looks for
61+
an SDK build tagged with `6.2.0-beta1`:
62+
63+
```
64+
github "Iterable/swift-sdk" ~> 6.2.0-beta1
65+
```
66+
4967
## Installing with a dependency manager
5068
5169
Iterable's iOS SDK can be installed using [Carthage](https://github.com/Carthage/Carthage)

0 commit comments

Comments
 (0)