Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 9058771

Browse files
committed
Update README.md
1 parent 9e54adf commit 9058771

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ NowPlaying tweet & toot application for iOS.
88

99
## Environments
1010

11-
- Xcode 11.1
12-
- Swift 5.1
13-
- Ruby 2.6.3
11+
- Xcode 11.3.1
12+
- Swift 5.1.3
13+
- Ruby 2.6.5
1414
- Bundler 2.0.2
1515
- Cocoapods 1.8.4
1616
- Carthage 0.34.0 and higher
17+
- XcodeGen
1718

1819
## Installation
1920

2021
```bash
2122
$ gem install bundler -N
2223
$ bundle install --path vendor/bundle
24+
$ xcodegen generate
2325
$ bundle exec pod install --repo-update
2426
$ carthage bootstrap --platform iOS --cache-builds
2527
$ open NowPlaying.xcworkspace

0 commit comments

Comments
 (0)