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
000cc015
Verified
Commit
000cc015
authored
Jul 23, 2018
by
Aral Balkan
Browse files
Add Swift 4.2/iOS 12/macOS Mojave 10.14 info to readme
parent
835b1467
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
000cc015
...
...
@@ -8,20 +8,26 @@ Handle is an easy-to-use, expressive Swift library for handling notifications.
### 1. Update your Cartfile
**Swift 3 (master branch)**
(As of version 5.0, Handle is safe to use in App Extensions.)
**Swift 4.2/iOS 12/macOS Mojave (10.14)**
```
git "git@source.ind.ie:project/handle.git" ~>
5
.0
git "git@source.ind.ie:project/handle.git" ~>
6
.0
```
**
For
Swift 4 (Xcode 9
Beta
):**
**Swift 4 (Xcode 9
.x
):**
```
git "git@source.ind.ie:project/handle.git" "swift-4"
```
**Swift 3 (master branch)**
(As of version 5.0, Handle is safe to use in App Extensions.)
```
git "git@source.ind.ie:project/handle.git" ~> 5.0
```
### 2. Add the framework to your Xcode project
[
Follow the instructions on Carthage’s readme
](
https://github.com/Carthage/Carthage#adding-frameworks-to-an-application
)
.
...
...
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