From b524929177c96c6f4ab7bdcd1e564aac0e617009 Mon Sep 17 00:00:00 2001 From: Danny Keogan Date: Wed, 4 Nov 2015 11:57:14 -0800 Subject: [PATCH] Add note to README.md about swift1.2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f327b1..a008719 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A Swift wrapper for Apple's `CommonCrypto` library. -If you're using Swift 2.0 please use the `swift2.0` branch. +Only use this branch if you need `swift1.2` support. The `swift2.0` branch will be merged with master and development will concentrate on that branch. + Using `IDZSwiftCommonCrypto` ----------------------------