Skip to content

iOS app that attempts to dynamically load and execute bundle code supplied via a framework

Notifications You must be signed in to change notification settings

deze333/FrameworkLoaderApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FrameworkLoaderApp

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:

FrameworkObjC

FrameworkSwift

Important note

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>

About

iOS app that attempts to dynamically load and execute bundle code supplied via a framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages