mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 09:31:28 +03:00
for merge
This commit is contained in:
21
flutter/ios/Runner/AppDelegate.swift
Normal file
21
flutter/ios/Runner/AppDelegate.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
import UIKit
|
||||
import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
dummyMethodToEnforceBundling();
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
|
||||
public func dummyMethodToEnforceBundling() {
|
||||
get_rgba();
|
||||
free_rgba(nil);
|
||||
get_by_name("", "");
|
||||
set_by_name("", "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user