You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ RxKeyboard.instance.frame
103
103
104
104
## Contributing
105
105
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
+
106
108
```console
107
109
$ swift package generate-xcodeproj
108
110
```
@@ -121,6 +123,11 @@ $ swift package generate-xcodeproj
121
123
github "RxSwiftCommunity/RxKeyboard"
122
124
```
123
125
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)
0 commit comments