I absolutely have no knowledge on xcode, swift, mac, etc, but I have to modify and a ready made project, just very little settings.
Everything is fine, but the following warning which I didn't understand how to fix it by googling and reading, because I don't know this language at all. I'll very thankful if someone kindly just write the equivalent swift 4 code for this:
WARNING:
'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator.
CODE:
hex = hex.substring(from: hex.characters.index(hex.startIndex, offsetBy: 1))