openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
753 stars 365 forks source link

is there a way to add a framework in the project.xml for mac? #1693

Open JonnycatMeow opened 1 year ago

JonnycatMeow commented 1 year ago

is there a way?

joshtynjala commented 1 year ago

In Lime's tools, the MacPlatform class does not access project.dependencies, like IOSPlatform does. So it appears that it's not currently possible.

JonnycatMeow commented 1 year ago

oh ok thank you