Skip to content

Commit

Permalink
Merge pull request #147 from inaka/ferigis.146.Supports_only_R19+
Browse files Browse the repository at this point in the history
[#146] only R19+ supported
  • Loading branch information
Brujo Benavides authored Feb 13, 2017
2 parents 9c24b7f + 5511f83 commit ed39fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you find any **bugs** or have a **problem** while using Apns4erl, please [ope
And you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io)

## Requirements
You must have installed an updated Openssl version or, at least, be sure it supports TLS 1.2+. New APNs server only supports connections over TLS 1.2+.
- You must have installed an updated Openssl version or, at least, be sure it supports TLS 1.2+. New APNs server only supports connections over TLS 1.2+.
- Erlang R19+

## How to use it?

Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
debug_info
]}.

{minimum_otp_vsn, "19"}.

%% == Dependencies ==

{deps, [
Expand Down

0 comments on commit ed39fa2

Please sign in to comment.