Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ind.ie Projects
Handle
Commits
20286f23
Commit
20286f23
authored
Jun 08, 2017
by
Aral Balkan
Browse files
Update readme with Swift 4 branch info.
parent
d156b50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
20286f23
...
...
@@ -8,22 +8,18 @@ Handle is an easy-to-use, expressive Swift library for handling notifications.
### 1. Update your Cartfile
**Swift 3 (
latest version
)**
**Swift 3 (
master branch
)**
```
git "git@source.ind.ie:project/handle.git" ~> 4.0
```
For Swift 2.3:
(As of version 5.0, Handle is safe to use in App Extensions.)
```
git "git@source.ind.ie:project/handle.git"
"swift-2.3"
git "git@source.ind.ie:project/handle.git"
~> 5.0
```
To stay on Swift 2.2
:
For Swift 4 (Xcode 9 Beta)
:
```
git "git@source.ind.ie:project/handle.git"
~> 3.0.1
git "git@source.ind.ie:project/handle.git"
"swift-4"
```
### 2. Add the framework to your Xcode project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment