-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbe15ba
commit de21970
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ If you find any issues with unsupported platform versions, please [raise an issu | |
|
||
#### Acknowledgments | ||
|
||
As of version `1.1.4` this library based on the 1.1 library specification. It implements a subset of 1.1 features: | ||
As of version `1.1.5` this library based on the 1.1 library specification. It implements a subset of 1.1 features: | ||
- updated push API and push device authentication; | ||
- support for enforcement of the `maxMessageSize` attribute | ||
Other minor features and bugfixes are included, as listed in the [changelog](CHANGELOG.md#115-2019-05-23). | ||
|
@@ -98,7 +98,7 @@ If you see, for example, a `dyld: Library not loaded: @rpath/SocketRocket.framew | |
|
||
### Manual installation | ||
|
||
1. Get the code from GitHub [from the release page](https://github.com/ably/ably-ios/releases/tag/1.1.4), or clone it to get the latest, unstable and possibly underdocumented version: `git clone [email protected]:ably/ably-ios.git` | ||
1. Get the code from GitHub [from the release page](https://github.com/ably/ably-ios/releases/tag/1.1.5), or clone it to get the latest, unstable and possibly underdocumented version: `git clone [email protected]:ably/ably-ios.git` | ||
2. Drag the directory `ably-ios/ably-ios` into your project as a group. | ||
3. Ably depends on our [SocketRocket Fork](https://github.com/ably-forks/SocketRocket) 0.5.2; get it [from the releases page](https://github.com/ably-forks/SocketRocket/releases/tag/0.5.2-ably-2) and follow [its manual installation instructions](https://github.com/ably-forks/SocketRocket/#installing). | ||
4. Ably also depends on our [MessagePack Fork](https://github.com/ably-forks/msgpack-objective-C) 0.2.0; get it [from the releases page](https://github.com/ably-forks/msgpack-objective-C/releases/tag/0.2.0-ably-1) and link it into your project. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CURRENT_PROJECT_VERSION = 1.1.4 | ||
CURRENT_PROJECT_VERSION = 1.1.5 |