mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-19 06:54:25 +01:00
Move dart & flutter packages to packages folder on root
This commit is contained in:
15
packages/flutter/example/ios/Runner/AppDelegate.swift
Normal file
15
packages/flutter/example/ios/Runner/AppDelegate.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
import UIKit
|
||||
import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
let dummy = dummy_method_to_enforce_bundling()
|
||||
print(dummy)
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user