larsiusprime / crashdumper

A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
MIT License
113 stars 33 forks source link

Added support for Lime 7 #40

Closed And-0 closed 6 years ago

And-0 commented 6 years ago

Lime 7 removed lime.app.config so I've added conditionals to get the data from lime.app.meta when that version is used. Also, the project version number is parsed out of project.xml via macro as there is no easy way to access it right now (will probably be fixed in the next OpenFL release).

larsiusprime commented 6 years ago

Thanks!