File tree 6 files changed +91
-133
lines changed
6 files changed +91
-133
lines changed Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ # platform :ios, '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
import Flutter
3
- import flutter_downloader
4
3
5
4
@UIApplicationMain
6
5
@objc class AppDelegate : FlutterAppDelegate {
@@ -9,15 +8,6 @@ import flutter_downloader
9
8
didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
10
9
) -> Bool {
11
10
GeneratedPluginRegistrant . register ( with: self )
12
- FlutterDownloaderPlugin . setPluginRegistrantCallback ( registerPlugins)
13
-
14
11
return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
15
12
}
16
13
}
17
-
18
- private func registerPlugins( registry: FlutterPluginRegistry ) {
19
- if ( !registry. hasPlugin ( " FlutterDownloaderPlugin " ) ) {
20
- FlutterDownloaderPlugin . register ( with: registry. registrar ( forPlugin: " FlutterDownloaderPlugin " ) !)
21
- }
22
- }
23
-
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >CADisableMinimumFrameDurationOnPhone </key >
6
- <true />
7
5
<key >CFBundleDevelopmentRegion </key >
8
6
<string >$(DEVELOPMENT_LANGUAGE) </string >
9
7
<key >CFBundleDisplayName </key >
26
24
<string >$(FLUTTER_BUILD_NUMBER) </string >
27
25
<key >LSRequiresIPhoneOS </key >
28
26
<true />
29
- <key >UIApplicationSupportsIndirectInputEvents </key >
30
- <true />
31
- <key >UIBackgroundModes </key >
32
- <array >
33
- <string >fetch </string >
34
- <string >remote-notification </string >
35
- </array >
36
27
<key >UILaunchStoryboardName </key >
37
28
<string >LaunchScreen </string >
38
29
<key >UIMainStoryboardFile </key >
50
41
<string >UIInterfaceOrientationLandscapeLeft </string >
51
42
<string >UIInterfaceOrientationLandscapeRight </string >
52
43
</array >
44
+ <key >CADisableMinimumFrameDurationOnPhone </key >
45
+ <true />
46
+ <key >UIApplicationSupportsIndirectInputEvents </key >
47
+ <true />
53
48
</dict >
54
49
</plist >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments