An iOS app that attemps to dynamically load (at runtime) two frameworks:
- Objective-C framework
- Swift framework
On success the app attempts to execute each framework code.
Requires two other repositories as separate projects:
To make sure that principal class works for the Swift framework, its name in Info.plist
should be of format "ModuleName.ClassName".
In this case:
<string>FrameworkSwift.PluginSwift</string>