onekiloparsec / SwiftAA

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
http://www.onekiloparsec.dev/
MIT License
172 stars 31 forks source link

Fix for Xcode 9 compilation errors/warnings and Swift 4 migration #68

Closed alex-vasenin closed 5 years ago

alex-vasenin commented 7 years ago

Fix for issue #58

onekiloparsec commented 7 years ago

I suggested somewhere else to work on Xcode9 + Swift4 + new Foundation types for SwiftAA 3. That is, we finish milestone 2.0 first. What do you think?

alex-vasenin commented 7 years ago

I added another small PR #69 for fixing Xcode9 errors (but not warnings) while maintaining Xcode8 compatibility. We can return to this one when you're ready to transit to Swift4.

onekiloparsec commented 5 years ago

PR obsolete