This is a new release of [lein-fruit](https://github.com/oakes/lein-fruit), a Leiningen plugin for building iOS apps in Clojure. It does this by using [RoboVM](http://www.robovm.org/), a bytecode-to-native translator.
The template in this version offers a huge improvement over the past versions. Due to an issue with Clojure's import behavior<http://dev.clojure.org/jira/browse/CLJ-1315>, the only way to use the iOS wrapper classes was through reflection, which made for some very awkward code. Happily, there is a patch available for this issue thanks to Aaron Cohen and Colin Fleming. I applied it to Clojure 1.6 and uploaded the fork to Clojars, so now lein-fruit's built-in template<https://github.com/oakes/lein-fruit/blob/master/src/leiningen/new/ios_clojure/core.clj>can access these classes the normal way. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
