kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 226 forks source link

Applied recommendation from Xcode 10 #118

Closed radianttap closed 4 years ago

radianttap commented 5 years ago

This cleans up the warning in Xcode 10.

quver commented 5 years ago

@radianttap I don't know why, but again you have the conflict

radianttap commented 5 years ago

It's the same issue :(

Is anyone actually using the code directly from master..? It seems everyone just uses the public pod.

jorunfa commented 5 years ago

Is anyone actually using the code directly from master..? It seems everyone just uses the public pod.

Using latest public pod, currently.

Doesn't look like .podspec file exists anymore, only Package.swift - is the intention to move the project away from Cocoapods and instead use Swift Package Manager?

mihailsalari commented 5 years ago

Hi, this PR fix the "Command CompileSwiftSources failed with a nonzero exit code" error?

Regards

radianttap commented 5 years ago

@mihailsalari No. I did not see that error. It's a minor thing, fixing the deprecated API call.

kylef commented 4 years ago

Thanks @radianttap, I've merged in https://github.com/kylef/JSONWebToken.swift/pull/112 which contains this change.