Related to gluonhq/attach#454
Similar how META-INF/substrate/dalvik/android-dependencies.txt is processed to include Gradle dependencies in the Android project, if a META-INF/substrate/ios/ios-frameworks.txt file is discovered, its frameworks should be included in the native image build (link flags, frameworks).
The content of such file should define a basic DSL with key-value pairs that complete the information required for each framework.
Expected Behavior
Current Behavior
Context
Related to gluonhq/attach#454
Similar how
META-INF/substrate/dalvik/android-dependencies.txtis processed to include Gradle dependencies in the Android project, if aMETA-INF/substrate/ios/ios-frameworks.txtfile is discovered, its frameworks should be included in the native image build (link flags, frameworks).The content of such file should define a basic DSL with key-value pairs that complete the information required for each framework.
Expected Behavior
Current Behavior
Context