Open francoisvn opened 6 years ago
The issue seems to be that lime.app.Application.config was removed, but I believe lime.app.Application.meta was added with some of the same fields.
lime.app.Application.config
lime.app.Application.meta
Here is the possible solution commit - https://github.com/andiccml/haxe-ga/commit/b51ce436bb5315ad2aed55cc57e15cfc20daf126
cc @fbricker
The issue seems to be that
lime.app.Application.config
was removed, but I believelime.app.Application.meta
was added with some of the same fields.