feat : add example project for testing plugin.

This commit is contained in:
Jerry Hanks
2018-09-16 21:39:18 +01:00
parent 478965f2c3
commit ebda4a59d3
64 changed files with 1595 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#include "AppDelegate.h"
#include "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after application launch.
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
@end