File tree Expand file tree Collapse file tree 4 files changed +27
-12
lines changed
flutter_secure_storage/example/ios Expand file tree Collapse file tree 4 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
2222 <string >1.0 </string >
23- <key >MinimumOSVersion </key >
24- <string >13.0 </string >
2523</dict >
2624</plist >
Original file line number Diff line number Diff line change 55 - FlutterMacOS
66 - integration_test (0.0.1):
77 - Flutter
8- - path_provider_foundation (0.0.1):
9- - Flutter
10- - FlutterMacOS
118
129DEPENDENCIES:
1310 - Flutter (from `Flutter`)
1411 - flutter_secure_storage_darwin (from `.symlinks/plugins/flutter_secure_storage_darwin/darwin`)
1512 - integration_test (from `.symlinks/plugins/integration_test/ios`)
16- - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
1713
1814EXTERNAL SOURCES:
1915 Flutter:
@@ -22,14 +18,11 @@ EXTERNAL SOURCES:
2218 :path: ".symlinks/plugins/flutter_secure_storage_darwin/darwin"
2319 integration_test:
2420 :path: ".symlinks/plugins/integration_test/ios"
25- path_provider_foundation:
26- :path: ".symlinks/plugins/path_provider_foundation/darwin"
2721
2822SPEC CHECKSUMS:
2923 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
3024 flutter_secure_storage_darwin: acdb3f316ed05a3e68f856e0353b133eec373a23
3125 integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
32- path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
3326
3427PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b
3528
Original file line number Diff line number Diff line change 1- import UIKit
21import Flutter
2+ import UIKit
33
44@main
5- @objc class AppDelegate : FlutterAppDelegate {
5+ @objc class AppDelegate : FlutterAppDelegate , FlutterImplicitEngineDelegate {
66 override func application(
77 _ application: UIApplication ,
88 didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
99 ) -> Bool {
10- GeneratedPluginRegistrant . register ( with: self )
1110 return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
1211 }
12+
13+ func didInitializeImplicitFlutterEngine( _ engineBridge: FlutterImplicitEngineBridge ) {
14+ GeneratedPluginRegistrant . register ( with: engineBridge. pluginRegistry)
15+ }
1316}
Original file line number Diff line number Diff line change 2626 <string >$(FLUTTER_BUILD_NUMBER) </string >
2727 <key >LSRequiresIPhoneOS </key >
2828 <true />
29+ <key >UIApplicationSceneManifest </key >
30+ <dict >
31+ <key >UIApplicationSupportsMultipleScenes </key >
32+ <false />
33+ <key >UISceneConfigurations </key >
34+ <dict >
35+ <key >UIWindowSceneSessionRoleApplication </key >
36+ <array >
37+ <dict >
38+ <key >UISceneClassName </key >
39+ <string >UIWindowScene </string >
40+ <key >UISceneConfigurationName </key >
41+ <string >flutter </string >
42+ <key >UISceneDelegateClassName </key >
43+ <string >FlutterSceneDelegate </string >
44+ <key >UISceneStoryboardFile </key >
45+ <string >Main </string >
46+ </dict >
47+ </array >
48+ </dict >
49+ </dict >
2950 <key >UIApplicationSupportsIndirectInputEvents </key >
3051 <true />
3152 <key >UILaunchStoryboardName </key >
You can’t perform that action at this time.
0 commit comments