A similar approach is disscussed here, but is not concluded.
Post
Replies
Boosts
Views
Activity
@eskimo Actually I want to know about the language setting for my app that the user has currently configured, and not for any other arbitrary app.
@donnywdavis Both the structures are valid. I have tried this same with the structure you shared but the results are still the same. only app1 is getting invoked.
can you provide some sample swift code?
I have filed a bug report. This is the bug number : FB13620859
This is the new bug number : FB13627555. This is now reported under the relevant section.
@Maximillian-Dev Yes, I also suspect this is because of the empty main-entry. Do you know how to add my intent to the TWAppIntentExtension?
Apple documentation on the Cpp-Swift interoperability only mentions about using the clang module to make Cpp Code available in Swift, it does not mention about using bridging header. If we can expose the Cpp code using the 'clang module' as well using the 'bridging header' then which approach should be preferred and why? Can someone please elaborate on this?
It's a different library written in Swift.