Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Mar 27, 2019
1 parent 3311b4d commit 2bd59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ A project would be created with 2 connected targets, with all the required confi
## Installing
Make sure Xcode 9.3 is installed first.
Make sure Xcode 10.2 is installed first.
### [Mint](https://github.com/yonaskolb/mint)
```sh
Expand Down Expand Up @@ -105,7 +105,7 @@ swift run xcodegen
Add the following to your Package.swift file's dependencies:

```swift
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "1.0.0"),
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "2.3.0"),
```

And then import wherever needed: `import XcodeGenKit`
Expand Down

0 comments on commit 2bd59a5

Please sign in to comment.