ibm-bluemix-mobile-services/bms-clientsdk-swift-core

Remove support for Swift 2.x

Opened this issue · 0 comments

Once #32 is done, all Swift 2 code can be removed. In all files that have #if swift(>=3.0), these compilation directives can be removed. All code between #else and #endif is Swift 2 code, which can be removed.