diff --git a/flutter_secure_storage/example/ios/Podfile.lock b/flutter_secure_storage/example/ios/Podfile.lock index 7fc73831..8147a104 100644 --- a/flutter_secure_storage/example/ios/Podfile.lock +++ b/flutter_secure_storage/example/ios/Podfile.lock @@ -22,7 +22,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12 - path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 + path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b diff --git a/flutter_secure_storage/example/lib/main.dart b/flutter_secure_storage/example/lib/main.dart index b95a6d62..6376fd6a 100644 --- a/flutter_secure_storage/example/lib/main.dart +++ b/flutter_secure_storage/example/lib/main.dart @@ -87,7 +87,7 @@ class ItemsWidgetState extends State { } IOSOptions _getIOSOptions() => const IOSOptions( - // accessibility: KeychainAccessibility.passcode, + accessibility: KeychainAccessibility.passcode, accessControlCreateFlags: IOSAccessControlCreateFlags.biometryCurrentSet, );