groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Swift3 on macOS #34

Closed kodlian closed 7 years ago

kodlian commented 7 years ago

Make it compile on macOS

groue commented 7 years ago

Hello @kodian. I resolved the issue by using Swift 3 in the whole project, and removing support for Foundation near-obscure types that are only supported on macOS 10.10+. Thanks for your contribution!

groue commented 7 years ago

BTW, version 2.0.0 is out, with Swift 3 support on macOS.