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

Commit c6cc736

Browse files
committed
Merge branch 'develop'
2 parents c3f05e8 + 9058771 commit c6cc736

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
2.6.5

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)