willpowell8 / LocalizationKit_iOS

Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
https://www.localizationkit.com/app/
MIT License
1.22k stars 79 forks source link

Swift 4 support #25

Closed skrew closed 6 years ago

skrew commented 6 years ago

Hi,

socket.io-client-swift (dependency) are Swift 4 support.

Thanks

willpowell8 commented 6 years ago

Hi Skrew, I have created a new branch. https://github.com/willpowell8/LocalizationKit_iOS/tree/swift4 which supports swift 4 for getting the values.

However currently the live update from web page doesn't work as I need to apply the socketio 2.0 patches to the backend website to support the changes.

willpowell8 commented 6 years ago

@skrew the master is now on Swift 4 with all swift 4 dependencies.

pod "LocalizationKit" "~>4.0.1"