Skip to content

Commit

Permalink
Update travis xcode version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya authored Sep 28, 2019
1 parent 61e6fc8 commit bfef74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.2
osx_image: xcode11
xcode_sdk: iphoneos11.0
cache: bundler
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Run `carthage update` to build the framework and drag the built KeyboardManager.
### Swift Package Manager (required Xcode 11)

1. Select File > Swift Packages > Add Package Dependency. Enter `https://github.com/alphatroya/KeyboardManager` in the "Choose Package Repository" dialog.
2. In the next page, specify the version resolving rule as "Up to Next Major" with "1.4" as its earliest version.
2. In the next page, specify the version resolving rule as "Up to Next Major" with "1.4.0" as its earliest version.
3. After Xcode checking out the source and resolving the version, you can choose the "KeyboardManager" library and add it to your app target.

## Author
Expand Down

0 comments on commit bfef74f

Please sign in to comment.