mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix ios
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Uncomment this line to define a global platform for your project
|
# Uncomment this line to define a global platform for your project
|
||||||
platform :ios, '12.0'
|
platform :ios, '14.0'
|
||||||
|
|
||||||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||||
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||||
|
@@ -13,6 +13,10 @@ import UniformTypeIdentifiers
|
|||||||
) -> Bool {
|
) -> Bool {
|
||||||
GeneratedPluginRegistrant.register(with: self)
|
GeneratedPluginRegistrant.register(with: self)
|
||||||
|
|
||||||
|
guard let controller = window?.rootViewController as? FlutterViewController else {
|
||||||
|
fatalError("rootViewController is not of type FlutterViewController")
|
||||||
|
}
|
||||||
|
|
||||||
let methodChannel = FlutterMethodChannel(name: "venera/method_channel", binaryMessenger: controller.binaryMessenger)
|
let methodChannel = FlutterMethodChannel(name: "venera/method_channel", binaryMessenger: controller.binaryMessenger)
|
||||||
methodChannel.setMethodCallHandler { (call, result) in
|
methodChannel.setMethodCallHandler { (call, result) in
|
||||||
if call.method == "getProxy" {
|
if call.method == "getProxy" {
|
||||||
|
Reference in New Issue
Block a user