Minor Update Required to be Swift 4 compliant
lincbarr opened this issue · 2 comments
lincbarr commented
In identifier.swift lines 47 and 49 need to be changed to the following to be compliant with Swift 4:
let type = identifierString.prefix(while: { !numericCharacters.contains(String($0))})
let version = identifierString.suffix(from: type.endIndex)
'characters' has been deprecated.
Nirma commented
@lincbarr Thank you so much for opening this!
This has been addressed in the latest release found here:
https://github.com/Nirma/UIDeviceComplete/releases/tag/2.0.2
lincbarr commented
You are welcome.
Mr. J. Lincoln Barr
j.lincoln.barr@gmail.com
… On Jan 21, 2018, at 8:40 AM, Nicholas Maccharoli ***@***.***> wrote:
Closed #8 <#8>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#8 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AASBtiDVglHQH6hBnUS03yPSQj-XEDG3ks5tMz5hgaJpZM4RdsEb>.