Closed ricsantos closed 8 years ago
what is your proposal to keep openssl versioning and not make it "pre" release versioning ?
Perhaps use the system employed by OpenSSL-Pod:
OpenSSL version: A.B.CD will become A.B.C*100 + place of D in the alphabet. Example: OpenSSL 1.0.1h => OpenSSL 1.0.108
I agree versioning sucks, but "108" is not any better, you have to do some math to check what version it is actually. Not goos solution though. Wish there would be version and "descriptive" version.
new formula is
"1.0.1.#{("a".."z").to_a.index 'q'}"
that is 1.0.1.16 for "1.0.1q"
As per this issue: https://github.com/CocoaPods/CocoaPods/issues/3180
The use of letters in the versioning signifies (incorrectly) to CocoaPods that OpenSSL-Universal is a pre-release version.
In previous versions of CocoaPods this may not have been an issue, but with 0.39 it appears to be, eg: