Jeff Burt

Results 5 comments of Jeff Burt

The version in CocoaPods is an older version, as evident by the keyboard controls showing PREV and NEXT instead of the system arrows < and > in iOS 7.

@pcantrell when you get a free second, do you mind reviewing the changes here?

@delba do you mind taking a second pass at this when you get a free second?

As a workaround, add this to your Podfile: ```ruby pod 'SwiftyStringScore', :git => '[email protected]:yichizhang/SwiftyStringScore.git', :tag => '0.2.2' ``` The main downside being a locked version/no automatic updates when running `pod...

I have a similar use case, what I did to work around the issue was set `keywords={[search]}`. Here's some extra context: ```ts const CreateClientCommandGroup = () => { const search...