Skip to content

Commit

Permalink
Update to Swift 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordWei committed Oct 20, 2017
1 parent 6c7612f commit 806591b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
/.build
/.build*
/Packages
/*.xcodeproj
/*.resolved
/*.pins
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
name: "PerfectMosquitto",
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-libMosquitto.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-LinuxBridge.git", majorVersion: 2)
.Package(url: "https://github.com/PerfectlySoft/Perfect-LinuxBridge.git", majorVersion: 3)
]
)
#else
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
This project depends on Ubuntu 16.04 library `libmosquitto-dev`:

```
$ apt-get libmosquitto-dev
$ sudo apt-get install -y libmosquitto-dev
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
本项目需要 Ubuntu 16.04 静态函数库 `libmosquitto-dev`:

```
$ apt-get libmosquitto-dev
$ sudo apt-get install -y libmosquitto-dev
```


Expand Down

0 comments on commit 806591b

Please sign in to comment.