Apart from the built-in Apple iOS frameworks, there are third-party frameworks that can be used to create new Attach services.
Therefore, this issue is about providing support for such frameworks. Attach should be able to compile and build the native libraries with them (without including them), and Substrate (in a follow-up, see gluonhq/substrate#1364) should be able to add the required link flags and the static frameworks to the native image.
Similar to META-INF/substrate/dalvik/android-dependencies.txt, there should be a META-INF/substrate/ios/ios-frameworks.txt file, that describes the framework (URL, embedded frameworks, link flags).
Apart from the built-in Apple iOS frameworks, there are third-party frameworks that can be used to create new Attach services.
Therefore, this issue is about providing support for such frameworks. Attach should be able to compile and build the native libraries with them (without including them), and Substrate (in a follow-up, see gluonhq/substrate#1364) should be able to add the required link flags and the static frameworks to the native image.
Similar to
META-INF/substrate/dalvik/android-dependencies.txt, there should be aMETA-INF/substrate/ios/ios-frameworks.txtfile, that describes the framework (URL, embedded frameworks, link flags).