Skip to content

Commit 2b480d1

Browse files
committed
Add some documentation about contributing and carthage installation
1 parent 76fc746 commit 2b480d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ RxKeyboard.instance.frame
103103

104104
## Contributing
105105

106+
In development, RxKeyboard manages dependencies with Swift Package Manager. Use the command below in order to generate a Xcode project file. Note that `.xcodeproj` file changes are not tracked via git.
107+
106108
```console
107109
$ swift package generate-xcodeproj
108110
```
@@ -121,6 +123,11 @@ $ swift package generate-xcodeproj
121123
github "RxSwiftCommunity/RxKeyboard"
122124
```
123125

126+
⚠️ With Carthage, RxKeyboard only supports:
127+
128+
* Xcode 9.1 (9B55)
129+
* Swift 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)
130+
124131
## License
125132

126133
RxKeyboard is under MIT license.

0 commit comments

Comments
 (0)