diff --git a/facebook_auth/CHANGELOG.md b/facebook_auth/CHANGELOG.md index 4ee24914..5e409b31 100644 --- a/facebook_auth/CHANGELOG.md +++ b/facebook_auth/CHANGELOG.md @@ -1,3 +1,8 @@ +### 7.1.0 +- Updated to `flutter_facebook_auth_platform_interface: ^6.1.0`. +- Updated to `flutter_facebook_auth_web: ^6.1.1`. +- Updated to `facebook_auth_desktop: ^2.1.0` + ### 7.0.1 - Updated Facebook iOS SDK to 17.0.2 - IMPORTANT: If you are upgrading from a previous version diff --git a/facebook_auth/pubspec.yaml b/facebook_auth/pubspec.yaml index eebf5965..edbadcde 100644 --- a/facebook_auth/pubspec.yaml +++ b/facebook_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_facebook_auth description: The easiest way to add facebook login to your flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web and macOS. -version: 7.0.1 +version: 7.1.0 homepage: https://github.com/darwin-morocho/flutter-facebook-auth environment: @@ -11,15 +11,15 @@ dependencies: flutter: sdk: flutter - flutter_facebook_auth_platform_interface: ^6.0.0 + flutter_facebook_auth_platform_interface: ^6.1.0 # flutter_facebook_auth_platform_interface: # path: ../facebook_auth_platform_interface - flutter_facebook_auth_web: ^6.0.0 + flutter_facebook_auth_web: ^6.1.1 # flutter_facebook_auth_web: # path: ../facebook_auth_web - facebook_auth_desktop: ^2.0.0 + facebook_auth_desktop: ^2.1.0 # facebook_auth_desktop: # path: ../facebook_auth_desktop diff --git a/facebook_auth_desktop/CHANGELOG.md b/facebook_auth_desktop/CHANGELOG.md index 132686d3..de3ab005 100644 --- a/facebook_auth_desktop/CHANGELOG.md +++ b/facebook_auth_desktop/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 +- Fixed login canceled catch. +- flutter_facebook_auth_platform_interface: ^6.1.0 +- flutter_secure_storage: ^9.2.2 +- http: ^1.2.2 + ## 2.0.0 - flutter_facebook_auth_platform_interface: ^6.0.0 diff --git a/facebook_auth_desktop/build/unit_test_assets/NOTICES.Z b/facebook_auth_desktop/build/unit_test_assets/NOTICES.Z index 027393e7..89ad3743 100644 Binary files a/facebook_auth_desktop/build/unit_test_assets/NOTICES.Z and b/facebook_auth_desktop/build/unit_test_assets/NOTICES.Z differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/facebook_auth_desktop_example-Swift.h b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/facebook_auth_desktop_example-Swift.h index d99ad765..281dc14f 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/facebook_auth_desktop_example-Swift.h +++ b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/facebook_auth_desktop_example-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef FACEBOOK_AUTH_DESKTOP_EXAMPLE_SWIFT_H #define FACEBOOK_AUTH_DESKTOP_EXAMPLE_SWIFT_H #pragma clang diagnostic push diff --git a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep index a51cb710..8193b406 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep and b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/assetcatalog_dependencies b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/assetcatalog_dependencies index 5cf28e37..ba939b03 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/assetcatalog_dependencies and b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/assetcatalog_dependencies differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/XCBuildData/build.db b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/XCBuildData/build.db index b3980bae..1fc07580 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/XCBuildData/build.db and b/facebook_auth_desktop/example/build/macos/Build/Intermediates.noindex/XCBuildData/build.db differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/.last_build_id b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/.last_build_id index c1809fad..1d7338f3 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/.last_build_id +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/.last_build_id @@ -1 +1 @@ -3eadc887214e605db85a3ea5622cbe5d \ No newline at end of file +eb2bed255b5f88fca9c87c27e9d3a877 \ No newline at end of file diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/App b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/App index 1e536f83..2161b9b4 100755 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/App and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/App differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist index 8a072d0e..6bb5c193 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist @@ -2,22 +2,22 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1.0 + CFBundleDevelopmentRegion + en + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z index 3ccc0102..e3b9d4ca 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data index 7f2c91ad..16a5ee6c 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin index 831d3c12..12cfcfbd 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf index 79ba7ea0..d580ce74 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data index a9d1c52f..51bb9724 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS old mode 100755 new mode 100644 index 3fb36f06..1aeb61ba Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h index f4d17817..9390a011 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERAPPDELEGATE_H_ -#define FLUTTER_FLUTTERAPPDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ #import @@ -66,4 +66,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERAPPDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h index 9f59ec82..eb0186fd 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERBINARYMESSENGER_H_ -#define FLUTTER_FLUTTERBINARYMESSENGER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ #import @@ -31,7 +31,8 @@ typedef void (^FlutterBinaryMessageHandler)(NSData* _Nullable message, FlutterBi typedef int64_t FlutterBinaryMessengerConnection; -@protocol FlutterTaskQueue; +@protocol FlutterTaskQueue +@end /** * A facility for communicating with the Flutter side using asynchronous message @@ -102,4 +103,4 @@ FLUTTER_DARWIN_EXPORT - (void)cleanUpConnection:(FlutterBinaryMessengerConnection)connection; @end NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERBINARYMESSENGER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h index cdbf1400..b88b78a9 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h @@ -2,14 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERCHANNELS_H_ -#define FLUTTER_FLUTTERCHANNELS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ #import "FlutterBinaryMessenger.h" #import "FlutterCodecs.h" -@protocol FlutterTaskQueue; - NS_ASSUME_NONNULL_BEGIN /** * A message reply callback. @@ -486,4 +484,4 @@ FLUTTER_DARWIN_EXPORT @end NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERCHANNELS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h index f7117f01..93e1d32d 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERCODECS_H_ -#define FLUTTER_FLUTTERCODECS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ #import @@ -279,11 +279,13 @@ FLUTTER_DARWIN_EXPORT * - FlutterStandardDataTypeFloat64: 64-bit floats */ typedef NS_ENUM(NSInteger, FlutterStandardDataType) { + // NOLINTBEGIN(readability-identifier-naming) FlutterStandardDataTypeUInt8, FlutterStandardDataTypeInt32, FlutterStandardDataTypeInt64, FlutterStandardDataTypeFloat32, FlutterStandardDataTypeFloat64, + // NOLINTEND(readability-identifier-naming) }; /** @@ -473,4 +475,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERCODECS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h index 2878a1d2..5e03cb86 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERDARTPROJECT_H_ -#define FLUTTER_FLUTTERDARTPROJECT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ #import #import @@ -100,4 +100,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERDARTPROJECT_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h index bc0cb710..cebdf900 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERENGINE_H_ -#define FLUTTER_FLUTTERENGINE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ #import @@ -99,4 +99,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERENGINE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h index a7753e57..f7933251 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERMACOS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERMACOS_H_ + #import "FlutterAppDelegate.h" #import "FlutterAppLifecycleDelegate.h" #import "FlutterBinaryMessenger.h" @@ -14,3 +17,5 @@ #import "FlutterPluginRegistrarMacOS.h" #import "FlutterTexture.h" #import "FlutterViewController.h" + +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERMACOS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h index da99e102..7f53b413 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERMACROS_H_ -#define FLUTTER_FLUTTERMACROS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ #if defined(FLUTTER_FRAMEWORK) @@ -45,4 +45,4 @@ #define FLUTTER_ASSERT_NOT_ARC #endif -#endif // FLUTTER_FLUTTERMACROS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h index 653f7052..8cc14928 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINMACOS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINMACOS_H_ + #import #import "FlutterAppLifecycleDelegate.h" @@ -49,3 +52,5 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END @end + +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINMACOS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h index 33889604..5b990dd8 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINREGISTRARMACOS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINREGISTRARMACOS_H_ + #import #import "FlutterBinaryMessenger.h" @@ -144,3 +147,5 @@ FLUTTER_DARWIN_EXPORT - (nullable NSObject*)valuePublishedByPlugin:(nonnull NSString*)pluginKey; @end + +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLUGINREGISTRARMACOS_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h index 59d2ced8..003b8650 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_FLUTTERTEXTURE_H_ -#define FLUTTER_FLUTTERTEXTURE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ #import #import @@ -59,4 +59,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERTEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h index 3a28e94a..5d8a0d08 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ + #import #import "FlutterEngine.h" @@ -188,3 +191,5 @@ FLUTTER_DARWIN_EXPORT @property(readwrite, nonatomic, nullable, copy) NSColor* backgroundColor; @end + +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources index 148a2188..ff61513a 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources @@ -19,98 +19,98 @@ hash2 - VCggp0pWtMD2XNbEuqbvPowx8G9N3ed9cEwwajKcpgM= + pTAmoSzOv/HLvofRvBZyxNfJ1Op07jMJo1yFlNnuj30= Headers/FlutterAppLifecycleDelegate.h hash2 - +o2Df9AG9gmurZZ/u+ddF2QModLgjrEcpJwtCIOTPsM= + oq+QhyFXFL2i2XIKH6dl24wcr0T3n22ps2+oVnGQrOc= Headers/FlutterBinaryMessenger.h hash2 - 4quj8X+HDK/AVExMhTcqLpIRxe/OjnnNTiON5KEv3hI= + EXDk4t+7qCpyQkar+q9WHqY9bcK8eyohCwGVtBJhMy8= Headers/FlutterChannels.h hash2 - DiCjzJtPXXO1x7uREO3UusxUMr++I+7wucfuPcuy9YE= + kg195C3vZLiOn8KeFQUy7DoVuA9VZDpqoBLVn64uGaI= Headers/FlutterCodecs.h hash2 - Y1JL+Rn5pGoCA+qXfiSPa8dGiXxlpiHY4NzmmjVEuaY= + ZyqlHYuZbpFevVeny9Wdl0rVFgS7szIyssSiCyaaeFM= Headers/FlutterDartProject.h hash2 - Z2cWf9G2hrQXXwHW+2ilnnP/58EqDYhte+THHob5IsI= + Y5PEW7Tws4XpVmn15X/fdaU0d76hSeF803JlgrI20qE= Headers/FlutterEngine.h hash2 - MdqFruMfX/wdzZgt+8hzSINgLL8uwNldHAIZAtRFKU0= + ltaEsH20HbORLLPx2RfahWcm8LW3AjekrnQzJ8mZhxA= Headers/FlutterMacOS.h hash2 - C8oz8WQD8EapvKxbBWPM2/3ol0RQMb9Z+ViIEPryoMM= + JjZR2RGsnVAbyM4Ogsw4m5m8563NSHL09XAcsF9jXVo= Headers/FlutterMacros.h hash2 - IEPKCkPf/10aPZiU0dKCx8/ZoIfvkjycwKB4vH8mwG4= + ebBVHSZcUnAbN4hRcYq3ttt6++z1Ybc8KVSYhVToD5k= Headers/FlutterPlatformViews.h hash2 - XzVAwtEmkEc3RhQbtAlhdf/01qrTot2o1cxhWJzYXbM= + SxKPDFth/SkJWcD6ua8FjRXytwtIhU38hBUY/kLuzAo= Headers/FlutterPluginMacOS.h hash2 - H2jWytSfxl20lkrI5G7Jhokt+v3WT6suyBOZVe0LvZs= + JZlDr05qFxzTIzU18aVTKM3NeffuDiIg/vWvxM17qVo= Headers/FlutterPluginRegistrarMacOS.h hash2 - gT5SwZ692nHDUJXDbPJ6wYvUcz57143bM+vLK2YPcAA= + DngirKkW2VbOA4sWFN27fp+1t8usdFgB7Oc0JHbAVyk= Headers/FlutterTexture.h hash2 - VkMu2v4CZSBLhGWCJdxdAPzVFOgUvVyyxpdwmfAnWrY= + 4kb25KahvBulQiElAYv/ZSbdkhkb5F/AKRZv4IjLsOw= Headers/FlutterViewController.h hash2 - HkxRggFRG/L+1VTuiWzlQHGb40O06deVDXCjftjd5MY= + TtvOU3mNot5aREysM2tsLtmviIM5yxLvOAzVzy9PYxY= Modules/module.modulemap diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner index 6414d763..9cfe275d 100644 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist index fb431d4f..4b3ac4e4 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 23C71 + 23G80 CFBundleExecutable Pods_Runner CFBundleIdentifier @@ -31,15 +31,15 @@ DTPlatformName macosx DTPlatformVersion - 14.2 + 14.5 DTSDKBuild - 23C53 + 23F73 DTSDKName - macosx14.2 + macosx14.5 DTXcode - 1520 + 1540 DTXcodeBuild - 15C500b + 15F31d LSMinimumSystemVersion 10.14 diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Headers/facebook_auth_desktop-Swift.h b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Headers/facebook_auth_desktop-Swift.h index 0d01a510..c9f3c00d 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Headers/facebook_auth_desktop-Swift.h +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Headers/facebook_auth_desktop-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef FACEBOOK_AUTH_DESKTOP_SWIFT_H #define FACEBOOK_AUTH_DESKTOP_SWIFT_H #pragma clang diagnostic push diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Resources/Info.plist b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Resources/Info.plist index 20194e1b..511cf33e 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Resources/Info.plist +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 23C71 + 23G80 CFBundleDevelopmentRegion en CFBundleExecutable @@ -33,15 +33,15 @@ DTPlatformName macosx DTPlatformVersion - 14.2 + 14.5 DTSDKBuild - 23C53 + 23F73 DTSDKName - macosx14.2 + macosx14.5 DTXcode - 1520 + 1540 DTXcodeBuild - 15C500b + 15F31d LSMinimumSystemVersion 10.14 diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/facebook_auth_desktop b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/facebook_auth_desktop index c8f4f46f..24f0a558 100755 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/facebook_auth_desktop and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/facebook_auth_desktop/facebook_auth_desktop.framework/Versions/A/facebook_auth_desktop differ diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/Resources/Info.plist b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/Resources/Info.plist index b4c6e12b..31c1fb91 100644 --- a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/Resources/Info.plist +++ b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 23C71 + 23G80 CFBundleDevelopmentRegion en CFBundleExecutable @@ -33,15 +33,15 @@ DTPlatformName macosx DTPlatformVersion - 14.2 + 14.5 DTSDKBuild - 23C53 + 23F73 DTSDKName - macosx14.2 + macosx14.5 DTXcode - 1520 + 1540 DTXcodeBuild - 15C500b + 15F31d LSMinimumSystemVersion 10.14 diff --git a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/flutter_secure_storage_macos b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/flutter_secure_storage_macos index 9e6ac733..940cd646 100755 Binary files a/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/flutter_secure_storage_macos and b/facebook_auth_desktop/example/build/macos/Build/Products/Debug/flutter_secure_storage_macos/flutter_secure_storage_macos.framework/Versions/A/flutter_secure_storage_macos differ diff --git a/facebook_auth_desktop/example/build/macos/Logs/Build/LogStoreManifest.plist b/facebook_auth_desktop/example/build/macos/Logs/Build/LogStoreManifest.plist index c8c83d19..eb4a1cd9 100644 --- a/facebook_auth_desktop/example/build/macos/Logs/Build/LogStoreManifest.plist +++ b/facebook_auth_desktop/example/build/macos/Logs/Build/LogStoreManifest.plist @@ -3,8 +3,51 @@ logFormatVersion - 10 + 11 logs - + + 491ACED4-6921-4C11-8699-287686D97BE0 + + className + IDECommandLineBuildLog + documentTypeString + <nil> + domainType + Xcode.IDEActivityLogDomainType.BuildLog + fileName + 491ACED4-6921-4C11-8699-287686D97BE0.xcactivitylog + hasPrimaryLog + + primaryObservable + + highLevelStatus + E + totalNumberOfAnalyzerIssues + 0 + totalNumberOfErrors + 1 + totalNumberOfTestFailures + 0 + totalNumberOfWarnings + 0 + + schemeIdentifier-containerName + Runner project + schemeIdentifier-schemeName + Runner + schemeIdentifier-sharedScheme + 1 + signature + Building workspace Runner with scheme Runner and configuration Debug + timeStartedRecording + 746154056.07089996 + timeStoppedRecording + 746154070.97567904 + title + Building workspace Runner with scheme Runner and configuration Debug + uniqueIdentifier + 491ACED4-6921-4C11-8699-287686D97BE0 + + diff --git a/facebook_auth_desktop/example/build/macos/Logs/Localization/LogStoreManifest.plist b/facebook_auth_desktop/example/build/macos/Logs/Localization/LogStoreManifest.plist index c8c83d19..f38de442 100644 --- a/facebook_auth_desktop/example/build/macos/Logs/Localization/LogStoreManifest.plist +++ b/facebook_auth_desktop/example/build/macos/Logs/Localization/LogStoreManifest.plist @@ -3,7 +3,7 @@ logFormatVersion - 10 + 11 logs diff --git a/facebook_auth_desktop/example/build/macos/Logs/Package/LogStoreManifest.plist b/facebook_auth_desktop/example/build/macos/Logs/Package/LogStoreManifest.plist index c8c83d19..f38de442 100644 --- a/facebook_auth_desktop/example/build/macos/Logs/Package/LogStoreManifest.plist +++ b/facebook_auth_desktop/example/build/macos/Logs/Package/LogStoreManifest.plist @@ -3,7 +3,7 @@ logFormatVersion - 10 + 11 logs diff --git a/facebook_auth_desktop/example/build/macos/Logs/Test/LogStoreManifest.plist b/facebook_auth_desktop/example/build/macos/Logs/Test/LogStoreManifest.plist index c8c83d19..f38de442 100644 --- a/facebook_auth_desktop/example/build/macos/Logs/Test/LogStoreManifest.plist +++ b/facebook_auth_desktop/example/build/macos/Logs/Test/LogStoreManifest.plist @@ -3,7 +3,7 @@ logFormatVersion - 10 + 11 logs diff --git a/facebook_auth_desktop/example/build/macos/ModuleCache.noindex/Session.modulevalidation b/facebook_auth_desktop/example/build/macos/ModuleCache.noindex/Session.modulevalidation index e23015cb..825b0c55 100644 --- a/facebook_auth_desktop/example/build/macos/ModuleCache.noindex/Session.modulevalidation +++ b/facebook_auth_desktop/example/build/macos/ModuleCache.noindex/Session.modulevalidation @@ -1 +1 @@ -1707930767.6478071: Module build session file for module cache at Path(str: "/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/build/macos/ModuleCache.noindex") +1724463638.086852: Module build session file for module cache at Path(str: "/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/build/macos/ModuleCache.noindex") diff --git a/facebook_auth_desktop/example/build/macos/info.plist b/facebook_auth_desktop/example/build/macos/info.plist index eebb34d3..756cfc9a 100644 --- a/facebook_auth_desktop/example/build/macos/info.plist +++ b/facebook_auth_desktop/example/build/macos/info.plist @@ -3,7 +3,7 @@ LastAccessedDate - 2024-02-14T17:12:29Z + 2024-08-24T01:40:32Z WorkspacePath /Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/macos/Runner.xcworkspace diff --git a/facebook_auth_desktop/example/build/macos/pod_inputs.fingerprint b/facebook_auth_desktop/example/build/macos/pod_inputs.fingerprint index 764e4da6..881e1ec8 100644 --- a/facebook_auth_desktop/example/build/macos/pod_inputs.fingerprint +++ b/facebook_auth_desktop/example/build/macos/pod_inputs.fingerprint @@ -1 +1 @@ -{"files":{"/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj":"411a9fc7db4b9ffb08209995225b815e","/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/macos/Podfile":"623e7ea9d48187963845fbb3786472ea","/Users/darwin/development/flutter/packages/flutter_tools/bin/podhelper.rb":"0a8fdd3dafcc3e0c30d131d21614df9f"}} \ No newline at end of file +{"files":{"/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj":"28903b517866794796ae7d383568040b","/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/macos/Podfile":"623e7ea9d48187963845fbb3786472ea","/Users/darwin/development/flutter/packages/flutter_tools/bin/podhelper.rb":"31249a101599c9d500b148c3c8f66741"}} \ No newline at end of file diff --git a/facebook_auth_desktop/example/lib/main.dart b/facebook_auth_desktop/example/lib/main.dart index b39bbcb2..c81043cd 100644 --- a/facebook_auth_desktop/example/lib/main.dart +++ b/facebook_auth_desktop/example/lib/main.dart @@ -48,6 +48,7 @@ class _HomePageState extends State { void _signIn(BuildContext context) async { final result = await plugin.login(); + if (result.status.name == 'success') { final userData = await plugin.getUserData(); showDialog( diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos b/facebook_auth_desktop/example/macos/Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos index b2e62122..7cac0e1f 120000 --- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos +++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos @@ -1 +1 @@ -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/ \ No newline at end of file +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/ \ No newline at end of file diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig index b594ba17..90a0d5b0 100644 --- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig @@ -2,10 +2,12 @@ FLUTTER_ROOT=/Users/darwin/development/flutter FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example COCOAPODS_PARALLEL_CODE_SIGN=true +FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/lib/main.dart FLUTTER_BUILD_DIR=build FLUTTER_BUILD_NAME=1.0.0 FLUTTER_BUILD_NUMBER=1 +DART_DEFINES=RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9lZGQ4NTQ2MTE2NDU3YmRmMWM1YmRmYjEzZWNiOTQ2M2QyYmI1ZWQ0Lw== DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true TREE_SHAKE_ICONS=false -PACKAGE_CONFIG=.dart_tool/package_config.json +PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/.dart_tool/package_config.json diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist b/facebook_auth_desktop/example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist index 2f32d105..ddc14e26 100644 --- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist +++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/FlutterInputs.xcfilelist @@ -34,63 +34,63 @@ /Users/darwin/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/unmodifiable_wrappers.dart /Users/darwin/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/utils.dart /Users/darwin/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/wrappers.dart -/Users/darwin/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.6/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.6/assets/CupertinoIcons.ttf +/Users/darwin/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/assets/CupertinoIcons.ttf /Users/darwin/.pub-cache/hosted/pub.dev/fake_async-1.3.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/lib/ffi.dart -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/lib/src/allocation.dart -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/lib/src/arena.dart -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/lib/src/utf16.dart -/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.0/lib/src/utf8.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/flutter_facebook_auth_platform_interface.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/access_token.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/facebook_auth_implementation.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/facebook_auth_plaftorm.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/facebook_permissions.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/login_behavior.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-5.0.0/lib/src/login_result.dart +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/ffi.dart +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/allocation.dart +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/arena.dart +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/utf16.dart +/Users/darwin/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/utf8.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/flutter_facebook_auth_platform_interface.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/access_token.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/facebook_auth_implementation.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/facebook_auth_plaftorm.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/facebook_permissions.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/login_behavior.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.0.0/lib/src/login_result.dart /Users/darwin/.pub-cache/hosted/pub.dev/flutter_lints-1.0.4/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/flutter_secure_storage.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/android_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/apple_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/ios_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/linux_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/macos_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/web_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/options/windows_options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.0.0/lib/test/test_flutter_secure_storage_platform.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.0.2/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.0.2/lib/flutter_secure_storage_platform_interface.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.0.2/lib/src/method_channel_flutter_secure_storage.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.0.2/lib/src/options.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.2/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.0.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.0.0/lib/flutter_secure_storage_windows.dart -/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.0.0/lib/src/flutter_secure_storage_windows_ffi.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/http.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/base_client.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/base_request.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/base_response.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/boundary_characters.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/byte_stream.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/client.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/exception.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/io_client.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/io_streamed_response.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/multipart_file.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/multipart_file_io.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/multipart_request.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/request.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/response.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/streamed_request.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/streamed_response.dart -/Users/darwin/.pub-cache/hosted/pub.dev/http-1.1.0/lib/src/utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/flutter_secure_storage.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/android_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/apple_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/ios_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/linux_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/macos_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/web_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/options/windows_options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage-9.2.2/lib/test/test_flutter_secure_storage_platform.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.2.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/lib/flutter_secure_storage_platform_interface.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/lib/src/method_channel_flutter_secure_storage.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_platform_interface-1.1.2/lib/src/options.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.2.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/lib/flutter_secure_storage_windows.dart +/Users/darwin/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-3.1.2/lib/src/flutter_secure_storage_windows_ffi.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/http.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/base_client.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/base_request.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/base_response.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/boundary_characters.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/byte_stream.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/client.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/exception.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/io_client.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/io_streamed_response.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/multipart_file.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/multipart_file_io.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/multipart_request.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/request.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/response.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/streamed_request.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/streamed_response.dart +/Users/darwin/.pub-cache/hosted/pub.dev/http-1.2.1/lib/src/utils.dart /Users/darwin/.pub-cache/hosted/pub.dev/http_parser-4.0.2/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/http_parser.dart /Users/darwin/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/src/authentication_challenge.dart @@ -104,88 +104,95 @@ /Users/darwin/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/src/scan.dart /Users/darwin/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/src/utils.dart /Users/darwin/.pub-cache/hosted/pub.dev/js-0.6.7/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/lints-1.0.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/matcher-0.12.16/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/blend/blend.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/contrast/contrast.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/dislike/dislike_analyzer.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/dynamiccolor/dynamic_color.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/dynamiccolor/material_dynamic_colors.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/dynamiccolor/src/tone_delta_constraint.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/hct/cam16.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/hct/hct.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/hct/src/hct_solver.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/hct/viewing_conditions.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/material_color_utilities.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/palettes/core_palette.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/palettes/tonal_palette.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/quantizer.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/quantizer_celebi.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/quantizer_map.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/quantizer_wsmeans.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/quantizer_wu.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/src/point_provider.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/quantize/src/point_provider_lab.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/dynamic_scheme.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_content.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_expressive.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_fidelity.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_monochrome.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_neutral.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_tonal_spot.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/scheme_vibrant.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/scheme/variant.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/score/score.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/temperature/temperature_cache.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/utils/color_utils.dart -/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/utils/math_utils.dart -/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.10.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.10.0/lib/meta.dart -/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.10.0/lib/meta_meta.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/path.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/characters.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/context.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/internal_style.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/parsed_path.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/path_exception.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/path_map.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/path_set.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/style.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/style/posix.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/style/url.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/style/windows.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path-1.8.3/lib/src/utils.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider-2.1.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider-2.1.1/lib/path_provider.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/lib/messages.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/lib/path_provider_android.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/lib/messages.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/lib/path_provider_foundation.dart +/Users/darwin/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/blend/blend.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/contrast/contrast.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dislike/dislike_analyzer.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/dynamic_color.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/material_dynamic_colors.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/src/contrast_curve.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/src/tone_delta_pair.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/cam16.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/hct.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/src/hct_solver.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/viewing_conditions.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/material_color_utilities.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/palettes/core_palette.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/palettes/tonal_palette.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_celebi.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_map.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_wsmeans.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_wu.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/src/point_provider.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/src/point_provider_lab.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/dynamic_scheme.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_content.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_expressive.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_fidelity.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_fruit_salad.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_monochrome.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_neutral.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_rainbow.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_tonal_spot.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_vibrant.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/variant.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/score/score.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/temperature/temperature_cache.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/color_utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/math_utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/string_utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.12.0/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.12.0/lib/meta.dart +/Users/darwin/.pub-cache/hosted/pub.dev/meta-1.12.0/lib/meta_meta.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/path.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/characters.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/context.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/internal_style.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/parsed_path.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_exception.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_map.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_set.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/posix.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/url.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/windows.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider-2.1.3/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider-2.1.3/lib/path_provider.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.6/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.6/lib/messages.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_android-2.2.6/lib/path_provider_android.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/lib/messages.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/lib/path_provider_foundation.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/path_provider_linux.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/get_application_id.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/get_application_id_real.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/path_provider_linux.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.1/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.1/lib/path_provider_platform_interface.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.1/lib/src/enums.dart -/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.1/lib/src/method_channel_path_provider.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/path_provider_platform_interface.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/src/enums.dart +/Users/darwin/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/src/method_channel_path_provider.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/path_provider_windows.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/src/folders.dart /Users/darwin/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/src/path_provider_windows_real.dart -/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.3/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.3/lib/platform.dart -/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.3/lib/src/interface/local_platform.dart -/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.3/lib/src/interface/platform.dart -/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.3/lib/src/testing/fake_platform.dart -/Users/darwin/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.6/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.6/lib/plugin_platform_interface.dart +/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.5/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.5/lib/platform.dart +/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.5/lib/src/interface/local_platform.dart +/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.5/lib/src/interface/platform.dart +/Users/darwin/.pub-cache/hosted/pub.dev/platform-3.1.5/lib/src/testing/fake_platform.dart +/Users/darwin/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/plugin_platform_interface.dart /Users/darwin/.pub-cache/hosted/pub.dev/source_span-1.10.0/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/source_span.dart /Users/darwin/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/src/charcode.dart @@ -217,7 +224,7 @@ /Users/darwin/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/src/generated/top_level.dart /Users/darwin/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/src/generated/unicode_glyph_set.dart /Users/darwin/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/term_glyph.dart -/Users/darwin/.pub-cache/hosted/pub.dev/test_api-0.6.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/test_api-0.7.0/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/typed_data-1.3.2/LICENSE /Users/darwin/.pub-cache/hosted/pub.dev/typed_data-1.3.2/lib/src/typed_buffer.dart /Users/darwin/.pub-cache/hosted/pub.dev/typed_data-1.3.2/lib/src/typed_queue.dart @@ -249,261 +256,280 @@ /Users/darwin/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector3.dart /Users/darwin/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector4.dart /Users/darwin/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/vector_math_64.dart -/Users/darwin/.pub-cache/hosted/pub.dev/web-0.3.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/bstr.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/callbacks.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iagileobject.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iapplicationactivationmanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxfactory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxfile.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxfilesenumerator.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestapplication.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestapplicationsenumerator.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestospackagedependency.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestpackagedependenciesenumerator.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestpackagedependency.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestpackageid.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestproperties.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader3.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader4.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader5.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader6.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxmanifestreader7.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iappxpackagereader.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudiocaptureclient.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudioclient.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudioclock.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudiorenderclient.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudiosessioncontrol.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudiosessionmanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iaudiostreamvolume.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ibindctx.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ichannelaudiovolume.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iclassfactory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iconnectionpoint.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iconnectionpointcontainer.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/idesktopwallpaper.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/idispatch.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumidlist.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienummoniker.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumnetworkconnections.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumnetworks.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumresources.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumspellingerror.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumstring.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumvariant.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ienumwbemclassobject.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ierrorinfo.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifiledialog.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifiledialog2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifiledialogcustomize.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifileisinuse.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifileopendialog.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ifilesavedialog.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iinitializewithwindow.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iinspectable.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iknownfolder.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iknownfoldermanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadataassemblyimport.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadatadispenser.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadatadispenserex.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadataimport.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadataimport2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadatatables.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imetadatatables2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/immdevice.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/immdeviceenumerator.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imodalwindow.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/imoniker.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/inetwork.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/inetworkconnection.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/inetworklistmanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/inetworklistmanagerevents.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ipersist.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ipersistfile.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ipersistmemory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ipersiststream.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iprovideclassinfo.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/irestrictederrorinfo.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/irunningobjecttable.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isensor.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isensorcollection.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isensordatareport.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isensormanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isequentialstream.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellfolder.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitem.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitem2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitemarray.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitemfilter.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitemimagefactory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellitemresources.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishelllink.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishelllinkdatalist.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishelllinkdual.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ishellservice.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isimpleaudiovolume.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispeechobjecttoken.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispeechobjecttokens.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispeechvoice.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispellchecker.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispellchecker2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispellcheckerchangedeventhandler.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispellcheckerfactory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispellingerror.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispeventsource.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispnotifysource.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ispvoice.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/istream.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/isupporterrorinfo.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/itypeinfo.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation3.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation4.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation5.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomation6.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationandcondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationannotationpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationboolcondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationcacherequest.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationcondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationcustomnavigationpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationdockpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationdragpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationdroptargetpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement3.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement4.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement5.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement6.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement7.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement8.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelement9.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationelementarray.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationexpandcollapsepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationgriditempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationgridpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationinvokepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationitemcontainerpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationlegacyiaccessiblepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationmultipleviewpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationnotcondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationobjectmodelpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationorcondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationpropertycondition.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationproxyfactory.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationproxyfactoryentry.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationproxyfactorymapping.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationrangevaluepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationscrollitempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationscrollpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationselectionitempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationselectionpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationselectionpattern2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationspreadsheetitempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationspreadsheetpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationstylespattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationsynchronizedinputpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtableitempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtablepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextchildpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtexteditpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextpattern2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextrange.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextrange2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextrange3.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtextrangearray.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtogglepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtransformpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtransformpattern2.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationtreewalker.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationvaluepattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationvirtualizeditempattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuiautomationwindowpattern.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iunknown.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iuri.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/ivirtualdesktopmanager.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemclassobject.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemconfigurerefresher.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemcontext.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemhiperfenum.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemlocator.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemobjectaccess.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemrefresher.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwbemservices.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwebauthenticationcoremanagerinterop.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/com/iwinhttprequest.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/combase.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/constants.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/constants_metadata.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/constants_nodoc.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/exceptions.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/dialogs.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/int_to_hexstring.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/list_to_blob.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/set_ansi.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/set_string.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/set_string_array.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/extensions/unpack_utf16.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/guid.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/inline.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/macros.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/structs.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/types.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/utils.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/variant.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/advapi32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_apiquery_l2_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_comm_l1_1_1.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_comm_l1_1_2.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_handle_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_sysinfo_l1_2_3.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_winrt_error_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_winrt_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_core_winrt_string_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_1.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_shcore_scaling_l1_1_1.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/api_ms_win_wsl_api_l1_1_0.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/bluetoothapis.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/bthprops.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/comctl32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/comdlg32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/crypt32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/dbghelp.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/dwmapi.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/dxva2.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/gdi32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/iphlpapi.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/kernel32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/magnification.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/netapi32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/ole32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/oleaut32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/powrprof.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/rometadata.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/scarddlg.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/setupapi.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/shell32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/user32.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/uxtheme.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/version.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/winmm.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/winscard.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/winspool.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/wlanapi.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/win32/xinput1_4.g.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/winmd_constants.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/src/winrt_helpers.dart -/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.1.0/lib/win32.dart -/Users/darwin/.pub-cache/hosted/pub.dev/xdg_directories-1.0.3/LICENSE -/Users/darwin/.pub-cache/hosted/pub.dev/xdg_directories-1.0.3/lib/xdg_directories.dart +/Users/darwin/.pub-cache/hosted/pub.dev/vm_service-14.2.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/web-0.5.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/bstr.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/callbacks.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iagileobject.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iapplicationactivationmanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxfactory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxfile.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxfilesenumerator.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestapplication.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestapplicationsenumerator.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestospackagedependency.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestpackagedependenciesenumerator.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestpackagedependency.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestpackageid.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestproperties.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader3.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader4.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader5.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader6.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxmanifestreader7.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iappxpackagereader.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudiocaptureclient.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclient.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclient2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclient3.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclientduckingcontrol.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclock.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclock2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudioclockadjustment.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudiorenderclient.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudiosessioncontrol.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudiosessionmanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iaudiostreamvolume.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ibindctx.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ichannelaudiovolume.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iclassfactory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iconnectionpoint.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iconnectionpointcontainer.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/idesktopwallpaper.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/idispatch.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumidlist.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienummoniker.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumnetworkconnections.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumnetworks.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumresources.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumspellingerror.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumstring.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumvariant.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ienumwbemclassobject.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ierrorinfo.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifiledialog.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifiledialog2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifiledialogcustomize.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifileisinuse.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifileopendialog.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ifilesavedialog.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iinitializewithwindow.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iinspectable.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iknownfolder.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iknownfoldermanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadataassemblyimport.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadatadispenser.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadatadispenserex.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadataimport.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadataimport2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadatatables.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imetadatatables2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/immdevice.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/immdevicecollection.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/immdeviceenumerator.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/immendpoint.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/immnotificationclient.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imodalwindow.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/imoniker.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/inetwork.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/inetworkconnection.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/inetworklistmanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/inetworklistmanagerevents.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ipersist.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ipersistfile.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ipersistmemory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ipersiststream.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ipropertystore.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iprovideclassinfo.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/irestrictederrorinfo.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/irunningobjecttable.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isensor.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isensorcollection.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isensordatareport.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isensormanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isequentialstream.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellfolder.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitem.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitem2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitemarray.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitemfilter.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitemimagefactory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellitemresources.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishelllink.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishelllinkdatalist.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishelllinkdual.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ishellservice.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isimpleaudiovolume.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechaudioformat.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechbasestream.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechobjecttoken.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechobjecttokens.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechvoice.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechvoicestatus.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeechwaveformatex.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispellchecker.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispellchecker2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispellcheckerchangedeventhandler.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispellcheckerfactory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispellingerror.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispeventsource.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispnotifysource.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ispvoice.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/istream.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/isupporterrorinfo.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/itypeinfo.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation3.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation4.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation5.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomation6.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationandcondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationannotationpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationboolcondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationcacherequest.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationcondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationcustomnavigationpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationdockpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationdragpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationdroptargetpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement3.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement4.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement5.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement6.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement7.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement8.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelement9.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationelementarray.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationexpandcollapsepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationgriditempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationgridpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationinvokepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationitemcontainerpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationlegacyiaccessiblepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationmultipleviewpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationnotcondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationobjectmodelpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationorcondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationpropertycondition.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationproxyfactory.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationproxyfactoryentry.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationproxyfactorymapping.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationrangevaluepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationscrollitempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationscrollpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationselectionitempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationselectionpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationselectionpattern2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationspreadsheetitempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationspreadsheetpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationstylespattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationsynchronizedinputpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtableitempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtablepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextchildpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtexteditpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextpattern2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextrange.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextrange2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextrange3.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtextrangearray.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtogglepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtransformpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtransformpattern2.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationtreewalker.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationvaluepattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationvirtualizeditempattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuiautomationwindowpattern.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iunknown.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iuri.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/ivirtualdesktopmanager.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemclassobject.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemconfigurerefresher.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemcontext.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemhiperfenum.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemlocator.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemobjectaccess.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemrefresher.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwbemservices.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwebauthenticationcoremanagerinterop.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/com/iwinhttprequest.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/combase.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/constants.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/constants_metadata.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/constants_nodoc.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/enums.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/enums.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/exceptions.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/dialogs.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/int_to_hexstring.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/list_to_blob.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/set_ansi.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/set_string.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/set_string_array.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/extensions/unpack_utf16.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/guid.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/inline.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/macros.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/propertykey.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/structs.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/types.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/utils.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/variant.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/advapi32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_apiquery_l2_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_comm_l1_1_1.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_comm_l1_1_2.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_handle_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_sysinfo_l1_2_3.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_winrt_error_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_winrt_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_core_winrt_string_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_1.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_shcore_scaling_l1_1_1.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/api_ms_win_wsl_api_l1_1_0.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/bluetoothapis.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/bthprops.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/comctl32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/comdlg32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/crypt32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/dbghelp.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/dwmapi.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/dxva2.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/gdi32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/iphlpapi.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/kernel32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/magnification.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/netapi32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/ntdll.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/ole32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/oleaut32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/powrprof.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/rometadata.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/scarddlg.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/setupapi.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/shell32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/shlwapi.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/user32.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/uxtheme.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/version.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/winmm.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/winscard.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/winspool.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/wlanapi.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/win32/xinput1_4.g.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/winmd_constants.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/src/winrt_helpers.dart +/Users/darwin/.pub-cache/hosted/pub.dev/win32-5.5.1/lib/win32.dart +/Users/darwin/.pub-cache/hosted/pub.dev/xdg_directories-1.0.4/LICENSE +/Users/darwin/.pub-cache/hosted/pub.dev/xdg_directories-1.0.4/lib/xdg_directories.dart /Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/LICENSE /Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/lib/main.dart /Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/pubspec.yaml @@ -527,6 +553,7 @@ /Users/darwin/development/flutter/packages/flutter/lib/services.dart /Users/darwin/development/flutter/packages/flutter/lib/src/animation/animation.dart /Users/darwin/development/flutter/packages/flutter/lib/src/animation/animation_controller.dart +/Users/darwin/development/flutter/packages/flutter/lib/src/animation/animation_style.dart /Users/darwin/development/flutter/packages/flutter/lib/src/animation/animations.dart /Users/darwin/development/flutter/packages/flutter/lib/src/animation/curves.dart /Users/darwin/development/flutter/packages/flutter/lib/src/animation/listener_helpers.dart @@ -779,6 +806,7 @@ /Users/darwin/development/flutter/packages/flutter/lib/src/material/paginated_data_table.dart /Users/darwin/development/flutter/packages/flutter/lib/src/material/popup_menu.dart /Users/darwin/development/flutter/packages/flutter/lib/src/material/popup_menu_theme.dart +/Users/darwin/development/flutter/packages/flutter/lib/src/material/predictive_back_page_transitions_builder.dart /Users/darwin/development/flutter/packages/flutter/lib/src/material/progress_indicator.dart /Users/darwin/development/flutter/packages/flutter/lib/src/material/progress_indicator_theme.dart /Users/darwin/development/flutter/packages/flutter/lib/src/material/radio.dart @@ -968,6 +996,8 @@ /Users/darwin/development/flutter/packages/flutter/lib/src/services/mouse_tracking.dart /Users/darwin/development/flutter/packages/flutter/lib/src/services/platform_channel.dart /Users/darwin/development/flutter/packages/flutter/lib/src/services/platform_views.dart +/Users/darwin/development/flutter/packages/flutter/lib/src/services/predictive_back_event.dart +/Users/darwin/development/flutter/packages/flutter/lib/src/services/process_text.dart /Users/darwin/development/flutter/packages/flutter/lib/src/services/raw_keyboard.dart /Users/darwin/development/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart /Users/darwin/development/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart @@ -1140,6 +1170,7 @@ /Users/darwin/development/flutter/packages/flutter/lib/src/widgets/visibility.dart /Users/darwin/development/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart /Users/darwin/development/flutter/packages/flutter/lib/src/widgets/widget_span.dart +/Users/darwin/development/flutter/packages/flutter/lib/src/widgets/widget_state.dart /Users/darwin/development/flutter/packages/flutter/lib/src/widgets/will_pop_scope.dart /Users/darwin/development/flutter/packages/flutter/lib/widgets.dart /Users/darwin/development/flutter/packages/flutter_tools/lib/src/build_system/targets/common.dart diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh b/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh index b4b76e84..4cab2221 100755 --- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh +++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh @@ -3,10 +3,12 @@ export "FLUTTER_ROOT=/Users/darwin/development/flutter" export "FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example" export "COCOAPODS_PARALLEL_CODE_SIGN=true" +export "FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "FLUTTER_BUILD_NAME=1.0.0" export "FLUTTER_BUILD_NUMBER=1" +export "DART_DEFINES=RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9lZGQ4NTQ2MTE2NDU3YmRmMWM1YmRmYjEzZWNiOTQ2M2QyYmI1ZWQ0Lw==" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=true" export "TREE_SHAKE_ICONS=false" -export "PACKAGE_CONFIG=.dart_tool/package_config.json" +export "PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/.dart_tool/package_config.json" diff --git a/facebook_auth_desktop/example/macos/Podfile.lock b/facebook_auth_desktop/example/macos/Podfile.lock index 6235eb0d..ee416d4e 100644 --- a/facebook_auth_desktop/example/macos/Podfile.lock +++ b/facebook_auth_desktop/example/macos/Podfile.lock @@ -26,10 +26,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: facebook_auth_desktop: 0ec755e3b01669ec14776af18b6945671a788916 - flutter_secure_storage_macos: d56e2d218c1130b262bef8b4a7d64f88d7f9c9ea + flutter_secure_storage_macos: 59459653abe1adb92abbc8ea747d79f8d19866c9 FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 - path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 + path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/facebook_auth_desktop/example/macos/Pods/Local Podspecs/flutter_secure_storage_macos.podspec.json b/facebook_auth_desktop/example/macos/Pods/Local Podspecs/flutter_secure_storage_macos.podspec.json index 20505aae..98e357f6 100644 --- a/facebook_auth_desktop/example/macos/Pods/Local Podspecs/flutter_secure_storage_macos.podspec.json +++ b/facebook_auth_desktop/example/macos/Pods/Local Podspecs/flutter_secure_storage_macos.podspec.json @@ -26,5 +26,10 @@ "DEFINES_MODULE": "YES" }, "swift_versions": "5.0", + "resource_bundles": { + "flutter_secure_storage_macos": [ + "Resources/PrivacyInfo.xcprivacy" + ] + }, "swift_version": "5.0" } diff --git a/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/project.pbxproj b/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/project.pbxproj index 4660e60c..856787d2 100644 --- a/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/project.pbxproj +++ b/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/project.pbxproj @@ -19,69 +19,87 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 35F3C136F4B2E12436D7978B5F1C0A89 /* path_provider_foundation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B013CAEFBED4340E7DE4C95063F1D32B /* path_provider_foundation-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 140139931A2B0C620A034172A742B80A /* FlutterSecureStoragePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C6545A76F2B213AF1B437DBEB8BB2E /* FlutterSecureStoragePlugin.swift */; }; + 2FEA57F224B910D9F95E796ABE08A599 /* messages.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB2A2B98F3A13D507D16BE9840F27D09 /* messages.g.swift */; }; + 3F1709D0A30CFA36FDF89F94654E26B7 /* path_provider_foundation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A9F5B129DAD88D995E1A12DF9E8A1B /* path_provider_foundation-dummy.m */; }; + 4652B98DBCFEE9B1399A0A35F2408385 /* PathProviderPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6E9DCA89CAC7F8D0892E0230DF22A7 /* PathProviderPlugin.swift */; }; 4AD2C5A57BF369EECD7D531F2C463552 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; + 4C9A0BE44F743E65E995D2795AF758DF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; 4DF8F3E8658A69A17316D542F1D2A94A /* facebook_auth_desktop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F11CE91E3A4A6D454909B501ACA29D8C /* facebook_auth_desktop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 545038BFEB9EC5402227C3AF5C1326B5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; - 62AE5F124D228027588DEF32FA3F4D5C /* path_provider_foundation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 110D9C21B506B6004CE7662F32D83215 /* path_provider_foundation-dummy.m */; }; - 68E7EF09391C2843DAACAD440F78ED20 /* PathProviderPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40C79F31B9878DCCA9BDD92BEFCF8E88 /* PathProviderPlugin.swift */; }; + 68DD428154EE48C88AA2567DD5313830 /* path_provider_foundation-path_provider_foundation_privacy in Resources */ = {isa = PBXBuildFile; fileRef = 3DBD4BADE27F8B91024E4B4B4DD75DB5 /* path_provider_foundation-path_provider_foundation_privacy */; }; + 69ADFC205E48167DCB4B85516F6D5096 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; 6D5AA647842389E128A7677C18C9FAE4 /* facebook_auth_desktop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BEEC75698B01370516EBD0DB210ED23 /* facebook_auth_desktop-dummy.m */; }; - 7828518A41264D5F059DBDE5DE296481 /* flutter_secure_storage_macos-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBE303CB6A668C631FF1183C6526AABD /* flutter_secure_storage_macos-dummy.m */; }; 7D5B8A91D151E86406FA41B3278DFCAB /* FacebookAuthDesktopPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC7DFDFE88FC685AD4A4F8B497AB5F8 /* FacebookAuthDesktopPlugin.swift */; }; - 8914129D147FB754530D7D6CC334C652 /* flutter_secure_storage_macos-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D87959B8AD11944114A3319764A221A7 /* flutter_secure_storage_macos-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CAEE8C0502D75E4A833BC64B1606807 /* FlutterSecureStoragePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DA5D218C66B9CDD4B2B97EB5D0FB090 /* FlutterSecureStoragePlugin.swift */; }; - 96269E78C25A7C0F26292736279B5257 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; + 88371B3357E7340AF31AD460F7EEF353 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A87B202C87F721A978C37B1ABCD9A681 /* PrivacyInfo.xcprivacy */; }; + 89FBC07D273F075F8D04C89F3BF94383 /* flutter_secure_storage_macos-flutter_secure_storage_macos in Resources */ = {isa = PBXBuildFile; fileRef = EE61EFAFACDD872DA0464DD89DD5F07F /* flutter_secure_storage_macos-flutter_secure_storage_macos */; }; + 923D7F674680F94C7C5210F923B7E667 /* flutter_secure_storage_macos-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3B9C785A4388201848298CD55BB72F /* flutter_secure_storage_macos-dummy.m */; }; + A1B1740FC7C17A25B610DFB7698725F6 /* flutter_secure_storage_macos-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B18F4370897160970E7986279B6824B0 /* flutter_secure_storage_macos-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC0C7E43A48AD6456425F1424EE84ED0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = ABB5425CF4D13DEC112CFB053BED9A25 /* PrivacyInfo.xcprivacy */; }; + B92DB36858AC30D15147B7323986A30B /* FlutterSecureStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB835284AB2E30799758AF555ED26721 /* FlutterSecureStorage.swift */; }; C82E4B2F02D6D92F3B58832D9B508C68 /* Pods-Runner-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BF45FBE2BC9AD7B2D7E56D01B5EE46 /* Pods-Runner-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1AE9D0C69ED521376C11C430F0A0FAB /* FlutterSecureStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF519D676E9940A9EA3ECAB7F25C3CA5 /* FlutterSecureStorage.swift */; }; - E71FC841B8E2D172243247D9C2234801 /* messages.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = 063033640B92D3EDD28F1A2ED8416A28 /* messages.g.swift */; }; EABE7B601A62F6C2BEE5FF4E21BEF368 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */; }; ED56D7D57E04876DD37A00269F65892E /* Pods-Runner-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3C932BD54DBB963102A89E0F9E3948 /* Pods-Runner-dummy.m */; }; + F1E7C2244FFFE807BFC6FBBF5D1B744C /* path_provider_foundation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC00AC9BDE83C24397B567F162C6DA5 /* path_provider_foundation-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0393CDD00367A6BB019E0EE18BD3F0C7 /* PBXContainerItemProxy */ = { + 078BFF393C97CA7C5DC64099D7916411 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 56F581DDCB0A032454E604885E17AE3C; - remoteInfo = path_provider_foundation; + remoteGlobalIDString = CACE6618E7996464E38687E13F67D945; + remoteInfo = "path_provider_foundation-path_provider_foundation_privacy"; }; - 268801537879839727873E584E75A14B /* PBXContainerItemProxy */ = { + 1223FCC6BB5ABD8FA35A1F17E6DCC6A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4C7123F25CDE00CCE8BE96E3EC746403; - remoteInfo = facebook_auth_desktop; + remoteGlobalIDString = CA272E8348BAB4CE0B0C804FB7B818C4; + remoteInfo = FlutterMacOS; }; - 83F7C99A6996EE70BCDBFE8574C866B0 /* PBXContainerItemProxy */ = { + 13B29F7AEE73F4187504F041CA3B3EB2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EF59DE143C0B7645A532B75D0696C617; remoteInfo = flutter_secure_storage_macos; }; - A6744B20662F542A3D7AF154C71DF7CD /* PBXContainerItemProxy */ = { + 60FB3C27346692052E52F1F5E62EC780 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA272E8348BAB4CE0B0C804FB7B818C4; - remoteInfo = FlutterMacOS; + remoteGlobalIDString = 4C7123F25CDE00CCE8BE96E3EC746403; + remoteInfo = facebook_auth_desktop; }; - C0487BCC4DCD92B975EA055D3D686AE8 /* PBXContainerItemProxy */ = { + 6789F00F3166B40F72B019864D8A000B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CA272E8348BAB4CE0B0C804FB7B818C4; remoteInfo = FlutterMacOS; }; - D494A3126525C64DB974294060F9C83F /* PBXContainerItemProxy */ = { + 743C24648907B0B601F9CE7E8CBF834F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 56F581DDCB0A032454E604885E17AE3C; + remoteInfo = path_provider_foundation; + }; + 75450CC57DEBFE6A6FAA19E176CAD0DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66E77C5DE4BA5F956F8C49C87DB56062; + remoteInfo = "flutter_secure_storage_macos-flutter_secure_storage_macos"; + }; + 7866B2A8105B87E8A6D5694CDB575921 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CA272E8348BAB4CE0B0C804FB7B818C4; remoteInfo = FlutterMacOS; }; - F14E99B0BD4AEDF9303970853CEDC39E /* PBXContainerItemProxy */ = { + F358855ADD19ED714B106D6C1685D091 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -92,56 +110,62 @@ /* Begin PBXFileReference section */ 03A4C6B2A1FD1129572FD230748D0D74 /* facebook_auth_desktop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "facebook_auth_desktop-prefix.pch"; sourceTree = ""; }; - 05EA3C0F962AB0898C55363F7201B6C5 /* flutter_secure_storage_macos-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "flutter_secure_storage_macos-Info.plist"; sourceTree = ""; }; - 063033640B92D3EDD28F1A2ED8416A28 /* messages.g.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = messages.g.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/darwin/Classes/messages.g.swift"; sourceTree = ""; }; 072122A18CADFB45FEDCC4B6B0E5A79A /* facebook_auth_desktop */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = facebook_auth_desktop; path = facebook_auth_desktop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 0BEEC75698B01370516EBD0DB210ED23 /* facebook_auth_desktop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "facebook_auth_desktop-dummy.m"; sourceTree = ""; }; - 110D9C21B506B6004CE7662F32D83215 /* path_provider_foundation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "path_provider_foundation-dummy.m"; sourceTree = ""; }; - 15DB3349377A73FFE49B85275A02F0A4 /* path_provider_foundation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "path_provider_foundation-Info.plist"; sourceTree = ""; }; + 0D06AF5948B90512A627B5BB626E3F3A /* ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist"; sourceTree = ""; }; + 0DE3BB4627415F33E350E9DC210C3A87 /* flutter_secure_storage_macos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = flutter_secure_storage_macos.debug.xcconfig; sourceTree = ""; }; + 1ECEFF172ADCE30B5FA0C3B8A6E04879 /* path_provider_foundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = path_provider_foundation.debug.xcconfig; sourceTree = ""; }; 1FA4B9A0FF2A780046C4383A504229E4 /* facebook_auth_desktop.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = facebook_auth_desktop.release.xcconfig; sourceTree = ""; }; 209756501CC1DBA6064BD124B100225D /* facebook_auth_desktop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = facebook_auth_desktop.modulemap; sourceTree = ""; }; - 2346C09E126F51FC9FB2BFC70E67F003 /* flutter_secure_storage_macos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = flutter_secure_storage_macos.release.xcconfig; sourceTree = ""; }; - 23879D425899127C7AB58C96F123B263 /* path_provider_foundation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = path_provider_foundation.modulemap; sourceTree = ""; }; + 221383103503C667660C21FCBF0E0BEA /* path_provider_foundation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "path_provider_foundation-Info.plist"; sourceTree = ""; }; + 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = path_provider_foundation.release.xcconfig; sourceTree = ""; }; + 2884759BACC8053E5223F80513E132D7 /* flutter_secure_storage_macos-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "flutter_secure_storage_macos-prefix.pch"; sourceTree = ""; }; + 2B1EF538CEDB0F86C3DE727DF7E3D7EE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/LICENSE"; sourceTree = ""; }; 317C26B9A7CEDD34ADE8F37FAAB7AC20 /* Pods-Runner-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Runner-frameworks.sh"; sourceTree = ""; }; - 37ACEB1D713B3A924C6137DDA49AAA4B /* path_provider_foundation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "path_provider_foundation-prefix.pch"; sourceTree = ""; }; - 3FF1D82DD1B99383A87C0D33BB27C6AB /* path_provider_foundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = path_provider_foundation.release.xcconfig; sourceTree = ""; }; - 40C79F31B9878DCCA9BDD92BEFCF8E88 /* PathProviderPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PathProviderPlugin.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/darwin/Classes/PathProviderPlugin.swift"; sourceTree = ""; }; - 4CB0F7386077F66273416AEC131CF9BD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/LICENSE"; sourceTree = ""; }; + 3DBD4BADE27F8B91024E4B4B4DD75DB5 /* path_provider_foundation-path_provider_foundation_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "path_provider_foundation-path_provider_foundation_privacy"; path = path_provider_foundation_privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 4BC00AC9BDE83C24397B567F162C6DA5 /* path_provider_foundation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "path_provider_foundation-umbrella.h"; sourceTree = ""; }; + 4BE66072CE2BD4FC53E0CA01FB54082C /* flutter_secure_storage_macos-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "flutter_secure_storage_macos-Info.plist"; sourceTree = ""; }; 51825CD8F0558EFA53D9510F0E5BFA16 /* Pods-Runner-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Runner-Info.plist"; sourceTree = ""; }; - 5AFC27D753A332ACEEE575C43B397639 /* flutter_secure_storage_macos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = flutter_secure_storage_macos.debug.xcconfig; sourceTree = ""; }; + 59D2967717CF1AD44140A376EB245442 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/LICENSE"; sourceTree = ""; }; 5BC7DFDFE88FC685AD4A4F8B497AB5F8 /* FacebookAuthDesktopPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FacebookAuthDesktopPlugin.swift; path = ../../../../../../../../../macos/Classes/FacebookAuthDesktopPlugin.swift; sourceTree = ""; }; + 5E2644FD26094A5906917C4A0060A843 /* flutter_secure_storage_macos.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = flutter_secure_storage_macos.modulemap; sourceTree = ""; }; 5F2D76CDA190BA5012CA82B3D01BDBA3 /* FlutterMacOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlutterMacOS.release.xcconfig; sourceTree = ""; }; - 5F3AC84DEFC8BE18FF0B37CAB29B2AE2 /* flutter_secure_storage_macos.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = flutter_secure_storage_macos.podspec; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/macos/flutter_secure_storage_macos.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 669E8F25E1897672BDB80B7EB784DA24 /* Pods-Runner */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Runner"; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 68507AE7BD8BC37412AC9490608B9BF8 /* path_provider_foundation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = path_provider_foundation.modulemap; sourceTree = ""; }; 75299C9CF54A474D3806A9FDE05932FD /* FlutterMacOS.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FlutterMacOS.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7613BE47024565F760AB07446B2DD1CE /* path_provider_foundation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "path_provider_foundation-prefix.pch"; sourceTree = ""; }; 7B3C932BD54DBB963102A89E0F9E3948 /* Pods-Runner-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Runner-dummy.m"; sourceTree = ""; }; 7BD000F6F275BCD6CB57D6B2E72D20B8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../../../../../../../../LICENSE; sourceTree = ""; }; 7BD7516F0612CAA535D9E0CB610C760A /* facebook_auth_desktop.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = facebook_auth_desktop.debug.xcconfig; sourceTree = ""; }; - 7F29FC55D22A8FC85B2BE3425F0B5632 /* path_provider_foundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = path_provider_foundation.debug.xcconfig; sourceTree = ""; }; 873BCDAA7EC0E9528BC8D302A077B5B6 /* facebook_auth_desktop-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "facebook_auth_desktop-Info.plist"; sourceTree = ""; }; + 90E3DD9F59F81F4A5DA6C7DAFA09B9B9 /* ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist"; sourceTree = ""; }; 96BF45FBE2BC9AD7B2D7E56D01B5EE46 /* Pods-Runner-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Runner-umbrella.h"; sourceTree = ""; }; - 998367BE8A2F65893E6585B39A96DFD0 /* path_provider_foundation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = path_provider_foundation.podspec; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/darwin/path_provider_foundation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DA5D218C66B9CDD4B2B97EB5D0FB090 /* FlutterSecureStoragePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlutterSecureStoragePlugin.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/macos/Classes/FlutterSecureStoragePlugin.swift"; sourceTree = ""; }; 9F79F8269DC34AC56BB3D1D9652C0D86 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Runner.profile.xcconfig"; sourceTree = ""; }; A5DEDDCD541825388ACA7A6AF69E4553 /* flutter_secure_storage_macos */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = flutter_secure_storage_macos; path = flutter_secure_storage_macos.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A6A9F5B129DAD88D995E1A12DF9E8A1B /* path_provider_foundation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "path_provider_foundation-dummy.m"; sourceTree = ""; }; + A87B202C87F721A978C37B1ABCD9A681 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "../../../../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/darwin/path_provider_foundation/Sources/path_provider_foundation/Resources/PrivacyInfo.xcprivacy"; sourceTree = ""; }; + A8C6545A76F2B213AF1B437DBEB8BB2E /* FlutterSecureStoragePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlutterSecureStoragePlugin.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/macos/Classes/FlutterSecureStoragePlugin.swift"; sourceTree = ""; }; + ABB5425CF4D13DEC112CFB053BED9A25 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/macos/Resources/PrivacyInfo.xcprivacy"; sourceTree = ""; }; AE157A33FEF959A214796BFF348717F6 /* path_provider_foundation */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = path_provider_foundation; path = path_provider_foundation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B013CAEFBED4340E7DE4C95063F1D32B /* path_provider_foundation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "path_provider_foundation-umbrella.h"; sourceTree = ""; }; - B876751167834BB3031B31D6C6075319 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/LICENSE"; sourceTree = ""; }; + B18F4370897160970E7986279B6824B0 /* flutter_secure_storage_macos-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "flutter_secure_storage_macos-umbrella.h"; sourceTree = ""; }; + BB835284AB2E30799758AF555ED26721 /* FlutterSecureStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlutterSecureStorage.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/macos/Classes/FlutterSecureStorage.swift"; sourceTree = ""; }; C1430F003D39D9906881A6AC724B7931 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; C6EA98402A94995D022D330B64B5203D /* Pods-Runner-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Runner-acknowledgements.markdown"; sourceTree = ""; }; - CBE303CB6A668C631FF1183C6526AABD /* flutter_secure_storage_macos-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "flutter_secure_storage_macos-dummy.m"; sourceTree = ""; }; + C9E4FF99566BD3001EAD3B49B1F642DC /* path_provider_foundation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = path_provider_foundation.podspec; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/darwin/path_provider_foundation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; CDAECCF4B5E08124ED410F09FD5A5DF9 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Runner.debug.xcconfig"; sourceTree = ""; }; D2FA70CA298C392CB8332ADEEDD1CE85 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Runner.release.xcconfig"; sourceTree = ""; }; - D67F5E1BE4FBE8EF36D9D512746F8070 /* flutter_secure_storage_macos.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = flutter_secure_storage_macos.modulemap; sourceTree = ""; }; - D87959B8AD11944114A3319764A221A7 /* flutter_secure_storage_macos-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "flutter_secure_storage_macos-umbrella.h"; sourceTree = ""; }; D9F2B4CB813B4BDC4D164C6E0868930A /* Pods-Runner-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Runner-acknowledgements.plist"; sourceTree = ""; }; + DD6E9DCA89CAC7F8D0892E0230DF22A7 /* PathProviderPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PathProviderPlugin.swift; path = "../../../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/darwin/path_provider_foundation/Sources/path_provider_foundation/PathProviderPlugin.swift"; sourceTree = ""; }; E0D799E7B4E02B470C3965D97637C9DB /* facebook_auth_desktop.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = facebook_auth_desktop.podspec; path = ../../../../../../../../macos/facebook_auth_desktop.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E3F760494031933BBB01637448FC3179 /* flutter_secure_storage_macos-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "flutter_secure_storage_macos-prefix.pch"; sourceTree = ""; }; + EE3B9C785A4388201848298CD55BB72F /* flutter_secure_storage_macos-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "flutter_secure_storage_macos-dummy.m"; sourceTree = ""; }; + EE61EFAFACDD872DA0464DD89DD5F07F /* flutter_secure_storage_macos-flutter_secure_storage_macos */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "flutter_secure_storage_macos-flutter_secure_storage_macos"; path = flutter_secure_storage_macos.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = flutter_secure_storage_macos.release.xcconfig; sourceTree = ""; }; F11CE91E3A4A6D454909B501ACA29D8C /* facebook_auth_desktop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "facebook_auth_desktop-umbrella.h"; sourceTree = ""; }; F49C32B3B8CF59AB437BFD7314674868 /* Pods-Runner.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Runner.modulemap"; sourceTree = ""; }; F783546EE827535FC2A114A8C1E4DCDC /* FlutterMacOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlutterMacOS.debug.xcconfig; sourceTree = ""; }; - FF519D676E9940A9EA3ECAB7F25C3CA5 /* FlutterSecureStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlutterSecureStorage.swift; path = "../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/macos/Classes/FlutterSecureStorage.swift"; sourceTree = ""; }; + FB2A2B98F3A13D507D16BE9840F27D09 /* messages.g.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = messages.g.swift; path = "../../../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/darwin/path_provider_foundation/Sources/path_provider_foundation/messages.g.swift"; sourceTree = ""; }; + FF373A06A1DB0E011C34853F5B9F192B /* flutter_secure_storage_macos.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = flutter_secure_storage_macos.podspec; path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/macos/flutter_secure_storage_macos.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -153,27 +177,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77803133C003A1F53D8D6B337144827C /* Frameworks */ = { + 602EC3E9E159143BE56A5498633D5FBB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 545038BFEB9EC5402227C3AF5C1326B5 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9D444F330A8283977AB6A9460117CDA0 /* Frameworks */ = { + 6835390CB4186A388EB2F40476A1EC33 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4AD2C5A57BF369EECD7D531F2C463552 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A6B16972686765E334D5D612BB3C6559 /* Frameworks */ = { + 7C9CFA1F134286F648EEA7BF6DBEDD6B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 96269E78C25A7C0F26292736279B5257 /* Cocoa.framework in Frameworks */, + 4C9A0BE44F743E65E995D2795AF758DF /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 988F6E4D32084F2B2F1A3DF8C85F2FE6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 69ADFC205E48167DCB4B85516F6D5096 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9D444F330A8283977AB6A9460117CDA0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4AD2C5A57BF369EECD7D531F2C463552 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -188,28 +226,94 @@ name = Pod; sourceTree = ""; }; - 01358062FEE09D9A4AFC3251BE8DE056 /* path_provider_foundation */ = { + 01A16608E95842E577B5D1D22AAF9D04 /* flutter_secure_storage_macos */ = { isa = PBXGroup; children = ( - 217EBDC4A681A24FF97F03271F7DF0A6 /* darwin */, + 82B577E4984DA46CC16AE8CFE278B2D3 /* .. */, + 04F1FCB2E3EB755686875C55B69D4CD5 /* Pod */, + 7839C15AEE0DFECBBAF169E9697B4C6A /* Support Files */, ); - name = path_provider_foundation; - path = path_provider_foundation; + name = flutter_secure_storage_macos; + path = ../Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos; sourceTree = ""; }; - 0727897A8E56487503D69A4A427F200C /* plugins */ = { + 02B0C033303181848848B3C523C87A3A /* Resources */ = { isa = PBXGroup; children = ( - 01358062FEE09D9A4AFC3251BE8DE056 /* path_provider_foundation */, + ABB5425CF4D13DEC112CFB053BED9A25 /* PrivacyInfo.xcprivacy */, ); - name = plugins; - path = plugins; + name = Resources; + path = Resources; + sourceTree = ""; + }; + 02E1C5FE540E6395AE0CA700541DB5B2 /* .. */ = { + isa = PBXGroup; + children = ( + 67CAB0B30EBAAC583027587D2289E224 /* .. */, + ); + name = ..; + path = ..; + sourceTree = ""; + }; + 03378E20DADFF63998FD879FCCD38FB7 /* example */ = { + isa = PBXGroup; + children = ( + 3A1A251FA6C0C8871B17B8A270B45FFA /* macos */, + ); + name = example; + path = example; + sourceTree = ""; + }; + 04030D8B2017F909EA71142A3D562855 /* ephemeral */ = { + isa = PBXGroup; + children = ( + B5DB28AC00ADA0DCF81E55DBC7753C0B /* .symlinks */, + ); + name = ephemeral; + path = ephemeral; sourceTree = ""; }; - 0837A69868498CCC65A204C18A598B3A /* macos */ = { + 04F1FCB2E3EB755686875C55B69D4CD5 /* Pod */ = { isa = PBXGroup; children = ( - 5B6656F81B393B6DAECA2B6BF11F28B6 /* Classes */, + FF373A06A1DB0E011C34853F5B9F192B /* flutter_secure_storage_macos.podspec */, + 2B1EF538CEDB0F86C3DE727DF7E3D7EE /* LICENSE */, + ); + name = Pod; + sourceTree = ""; + }; + 05C977226C5EC5CA027961F387E3A8B2 /* ephemeral */ = { + isa = PBXGroup; + children = ( + A785CF3677501A699C8754870F71D9CD /* .symlinks */, + ); + name = ephemeral; + path = ephemeral; + sourceTree = ""; + }; + 08C1BE5B4833E1B9017AF9DB3CDB86BA /* macos */ = { + isa = PBXGroup; + children = ( + 67130B79612DE3A2FA68504A927FCE76 /* Flutter */, + ); + name = macos; + path = macos; + sourceTree = ""; + }; + 09C6F83A65EC6D1AF77E5F85F7ACA27A /* flutter-facebook-auth */ = { + isa = PBXGroup; + children = ( + 425908E796BDCF1D3DC43B8FD9623F12 /* facebook_auth_desktop */, + ); + name = "flutter-facebook-auth"; + path = "flutter-facebook-auth"; + sourceTree = ""; + }; + 0A7BEA0CFC56C88AA7377DC1AB772387 /* macos */ = { + isa = PBXGroup; + children = ( + 88F2DEE78C1D6F49E5910392685A0F25 /* Classes */, + 02B0C033303181848848B3C523C87A3A /* Resources */, ); name = macos; path = macos; @@ -230,134 +334,142 @@ path = "../../../../../../Pods/Target Support Files/facebook_auth_desktop"; sourceTree = ""; }; - 1852087B0FB216631CF600D1AA1309DB /* .. */ = { + 0F13BD63FFA0C75D7F215CD827BD76A4 /* .. */ = { isa = PBXGroup; children = ( - 742D4A3B3FCF8163449872657C2F54D8 /* .. */, + 02E1C5FE540E6395AE0CA700541DB5B2 /* .. */, ); name = ..; - path = ..; + path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/darwin/path_provider_foundation/Sources"; sourceTree = ""; }; - 1C2DDCBAAF5F7D1CBB27BB37E0AA4C3F /* Documents */ = { + 1473E3E607A01DAB31D9169D07D601EE /* path_provider_foundation */ = { isa = PBXGroup; children = ( - 1E73D7849ED22F0BFBD92ADF174DEF54 /* flutter */, + 1FF658C75DD753FF43FDEAB17F080437 /* Sources */, ); - name = Documents; - path = Documents; + name = path_provider_foundation; + path = path_provider_foundation; + sourceTree = ""; + }; + 17E71564AC7B87B6FB5E7E37D865A162 /* .. */ = { + isa = PBXGroup; + children = ( + 98D9373E842AD5F1216F9BD189FB3519 /* Documents */, + ); + name = ..; + path = .; sourceTree = ""; }; - 1E73D7849ED22F0BFBD92ADF174DEF54 /* flutter */ = { + 1B0697500F1ECB194F4B579435D5A70B /* flutter */ = { isa = PBXGroup; children = ( - E148702EEEE7D077F620627C9EA43520 /* flutter-facebook-auth */, + B3249C2C39772F7D12949521BAF52698 /* flutter-facebook-auth */, ); name = flutter; path = flutter; sourceTree = ""; }; - 217EBDC4A681A24FF97F03271F7DF0A6 /* darwin */ = { + 1D063690F2EF49929C7EA95EA693D996 /* darwin */ = { isa = PBXGroup; children = ( - 936971F019C43E63A20759AE238B8DF4 /* Classes */, + 1473E3E607A01DAB31D9169D07D601EE /* path_provider_foundation */, ); name = darwin; path = darwin; sourceTree = ""; }; - 2182FC7E28374C254D541B253CC615E3 /* ephemeral */ = { + 1FF658C75DD753FF43FDEAB17F080437 /* Sources */ = { isa = PBXGroup; children = ( - 7976AAEE5F7A6D4D7C3165CE58221367 /* .symlinks */, + 4756E81DA5B47E68F3EBF6FD13DF0AA3 /* path_provider_foundation */, ); - name = ephemeral; - path = ephemeral; + name = Sources; + path = Sources; sourceTree = ""; }; - 291D7045BEF723625504B356690064E0 /* Flutter */ = { + 20299541974EB047096199DDE6F82211 /* path_provider_foundation */ = { isa = PBXGroup; children = ( - 99D760564320E46B67B3B03781D5AF72 /* ephemeral */, + FB2A2B98F3A13D507D16BE9840F27D09 /* messages.g.swift */, + DD6E9DCA89CAC7F8D0892E0230DF22A7 /* PathProviderPlugin.swift */, ); - name = Flutter; - path = Flutter; + name = path_provider_foundation; + path = path_provider_foundation; sourceTree = ""; }; - 2971ABD9B1F70EC2354E0B5D6F703943 /* Documents */ = { + 20FD836708CD4A621AA7EE3879B49AE0 /* example */ = { isa = PBXGroup; children = ( - 421B00FB186607246BA2868E854FCF32 /* flutter */, + 6C1027D52838CD22A4CE4D05CFA92016 /* macos */, ); - name = Documents; - path = Documents; + name = example; + path = example; sourceTree = ""; }; - 2B973429AC07A37947D3DDD096AA0502 /* Flutter */ = { + 25631D8AB516E777CA8E441FAD3EEDDF /* Resources */ = { isa = PBXGroup; children = ( - 99F297586AE6F09575F787E108C9C002 /* ephemeral */, + A87B202C87F721A978C37B1ABCD9A681 /* PrivacyInfo.xcprivacy */, ); - name = Flutter; - path = Flutter; + name = Resources; + path = Resources; sourceTree = ""; }; - 2D6551D6C6CB98395D4D577B014D28E7 /* .. */ = { + 291D7045BEF723625504B356690064E0 /* Flutter */ = { isa = PBXGroup; children = ( - C46CED82F2C53A5EA98F3120925B660E /* .. */, + 99D760564320E46B67B3B03781D5AF72 /* ephemeral */, ); - name = ..; - path = ..; + name = Flutter; + path = Flutter; sourceTree = ""; }; 303A930FC304620F490E56E4537A86C6 /* Development Pods */ = { isa = PBXGroup; children = ( E1E4B8B4E40C7938D2994701CCC667BA /* facebook_auth_desktop */, - FEF8D009B7EB48828DCEA61B3D58D2E6 /* flutter_secure_storage_macos */, + 01A16608E95842E577B5D1D22AAF9D04 /* flutter_secure_storage_macos */, 43918BBF1024F4265AE4FA06A8547AB8 /* FlutterMacOS */, - 363CA36827299F14208E38914713B83B /* path_provider_foundation */, + A22A235BDCD5F0FEAC036C1A83203E40 /* path_provider_foundation */, ); name = "Development Pods"; sourceTree = ""; }; - 363CA36827299F14208E38914713B83B /* path_provider_foundation */ = { + 3219CD9734662ABACAF5F1C09EE23F85 /* .. */ = { isa = PBXGroup; children = ( - C2EAB85FFFD5D006D83324F1BEF35E77 /* .. */, - AD6C948E27ACDB5045505D91E8443AEE /* Pod */, - 71FD64D051B33B8C1CAF8D55E2B9C857 /* Support Files */, + D9E8EFC001FCF80D9E9F55B4A176EA28 /* .. */, ); - name = path_provider_foundation; - path = ../Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin; + name = ..; + path = ..; sourceTree = ""; }; - 3C7A1DC4BBA0132C0364EFCA442A3443 /* .. */ = { + 3A1A251FA6C0C8871B17B8A270B45FFA /* macos */ = { isa = PBXGroup; children = ( - 4945D9BE22C118C97BFBCCAA09D1A983 /* .. */, + A67330D0493E7BEECCF0E6AF3659AFE3 /* Flutter */, ); - name = ..; - path = ..; + name = macos; + path = macos; sourceTree = ""; }; - 421B00FB186607246BA2868E854FCF32 /* flutter */ = { + 3CAC876933908BB2069D3C328A72DC34 /* flutter_secure_storage_macos */ = { isa = PBXGroup; children = ( - ABF96D65BEE0014263BC12E78F445142 /* flutter-facebook-auth */, + 0A7BEA0CFC56C88AA7377DC1AB772387 /* macos */, ); - name = flutter; - path = flutter; + name = flutter_secure_storage_macos; + path = flutter_secure_storage_macos; sourceTree = ""; }; - 42D02CFC7D332DADCD730851F3C193C6 /* example */ = { + 425908E796BDCF1D3DC43B8FD9623F12 /* facebook_auth_desktop */ = { isa = PBXGroup; children = ( - 7FC0E1E3F5BAFE96BE8EC3B819CDA5BB /* macos */, + 20FD836708CD4A621AA7EE3879B49AE0 /* example */, ); - name = example; - path = example; + name = facebook_auth_desktop; + path = facebook_auth_desktop; sourceTree = ""; }; 43918BBF1024F4265AE4FA06A8547AB8 /* FlutterMacOS */ = { @@ -370,15 +482,33 @@ path = ../Flutter/ephemeral; sourceTree = ""; }; - 4945D9BE22C118C97BFBCCAA09D1A983 /* .. */ = { + 45E69205C7EF55DC5E4DFB577656ABD9 /* .. */ = { isa = PBXGroup; children = ( - 2D6551D6C6CB98395D4D577B014D28E7 /* .. */, + 4B14C8C7A2515EF5A28BEA1694C6463D /* Documents */, ); name = ..; path = ..; sourceTree = ""; }; + 4756E81DA5B47E68F3EBF6FD13DF0AA3 /* path_provider_foundation */ = { + isa = PBXGroup; + children = ( + 25631D8AB516E777CA8E441FAD3EEDDF /* Resources */, + ); + name = path_provider_foundation; + path = path_provider_foundation; + sourceTree = ""; + }; + 47FD0F6D5C23F1B38CC00E83F259F544 /* facebook_auth_desktop */ = { + isa = PBXGroup; + children = ( + AF05FB3723473AACB26C19F3762A9B7C /* example */, + ); + name = facebook_auth_desktop; + path = facebook_auth_desktop; + sourceTree = ""; + }; 49C6D31641E9E810E1CAD2EF23E011C3 /* Pod */ = { isa = PBXGroup; children = ( @@ -388,13 +518,13 @@ name = Pod; sourceTree = ""; }; - 4C3BD49B3C9F586AB2A7543D395B749F /* .. */ = { + 4B14C8C7A2515EF5A28BEA1694C6463D /* Documents */ = { isa = PBXGroup; children = ( - 3C7A1DC4BBA0132C0364EFCA442A3443 /* .. */, + A7D1519BD647586B3C2CF34482AF3A68 /* flutter */, ); - name = ..; - path = ..; + name = Documents; + path = Documents; sourceTree = ""; }; 4CC87E6C4ED8254778E040BAEDA77115 /* .symlinks */ = { @@ -406,59 +536,78 @@ path = .symlinks; sourceTree = ""; }; - 500217855FEED95F0B7BFEB6B4A4172F /* plugins */ = { + 51A95AC81BA956480D208B1441A44EDC /* macos */ = { isa = PBXGroup; children = ( - 6B7637CC663ED61AFD8BB35A8A352753 /* flutter_secure_storage_macos */, + A34F9844CE1B50BD7EF21CF4B41D89AD /* Classes */, ); - name = plugins; - path = plugins; + name = macos; + path = macos; sourceTree = ""; }; - 51A95AC81BA956480D208B1441A44EDC /* macos */ = { + 5D28AE7283357166DD5ABF7E9D9DB95E /* Sources */ = { isa = PBXGroup; children = ( - A34F9844CE1B50BD7EF21CF4B41D89AD /* Classes */, + 20299541974EB047096199DDE6F82211 /* path_provider_foundation */, ); - name = macos; - path = macos; + name = Sources; + path = Sources; sourceTree = ""; }; - 5B6656F81B393B6DAECA2B6BF11F28B6 /* Classes */ = { + 67130B79612DE3A2FA68504A927FCE76 /* Flutter */ = { isa = PBXGroup; children = ( - FF519D676E9940A9EA3ECAB7F25C3CA5 /* FlutterSecureStorage.swift */, - 9DA5D218C66B9CDD4B2B97EB5D0FB090 /* FlutterSecureStoragePlugin.swift */, + 05C977226C5EC5CA027961F387E3A8B2 /* ephemeral */, ); - name = Classes; - path = Classes; + name = Flutter; + path = Flutter; sourceTree = ""; }; - 676D66659C90E0735D8F95E2C935F627 /* .. */ = { + 67CAB0B30EBAAC583027587D2289E224 /* .. */ = { isa = PBXGroup; children = ( - 7E09AB7C458F278354A9F203C2B29A4F /* .. */, + FD1204CCCB68F8E2C7A3E4743FE342D8 /* .. */, ); name = ..; path = ..; sourceTree = ""; }; - 68E7CD7C5BAC5BD256559C4B476823CD /* facebook_auth_desktop */ = { + 6C1027D52838CD22A4CE4D05CFA92016 /* macos */ = { isa = PBXGroup; children = ( - 79A5B98CF6EA0ECCA436B07A73AAD7BE /* example */, + 7D0BFE110853A312380830914923777F /* Flutter */, ); - name = facebook_auth_desktop; - path = facebook_auth_desktop; + name = macos; + path = macos; sourceTree = ""; }; - 6B7637CC663ED61AFD8BB35A8A352753 /* flutter_secure_storage_macos */ = { + 6D7981EBD118B210AB5BE33399273646 /* Products */ = { isa = PBXGroup; children = ( - 0837A69868498CCC65A204C18A598B3A /* macos */, + 072122A18CADFB45FEDCC4B6B0E5A79A /* facebook_auth_desktop */, + A5DEDDCD541825388ACA7A6AF69E4553 /* flutter_secure_storage_macos */, + EE61EFAFACDD872DA0464DD89DD5F07F /* flutter_secure_storage_macos-flutter_secure_storage_macos */, + AE157A33FEF959A214796BFF348717F6 /* path_provider_foundation */, + 3DBD4BADE27F8B91024E4B4B4DD75DB5 /* path_provider_foundation-path_provider_foundation_privacy */, + 669E8F25E1897672BDB80B7EB784DA24 /* Pods-Runner */, ); - name = flutter_secure_storage_macos; - path = flutter_secure_storage_macos; + name = Products; + sourceTree = ""; + }; + 6F1C055F3B0F1EA6D857616F2C5C8395 /* Support Files */ = { + isa = PBXGroup; + children = ( + 68507AE7BD8BC37412AC9490608B9BF8 /* path_provider_foundation.modulemap */, + A6A9F5B129DAD88D995E1A12DF9E8A1B /* path_provider_foundation-dummy.m */, + 221383103503C667660C21FCBF0E0BEA /* path_provider_foundation-Info.plist */, + 7613BE47024565F760AB07446B2DD1CE /* path_provider_foundation-prefix.pch */, + 4BC00AC9BDE83C24397B567F162C6DA5 /* path_provider_foundation-umbrella.h */, + 1ECEFF172ADCE30B5FA0C3B8A6E04879 /* path_provider_foundation.debug.xcconfig */, + 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */, + 0D06AF5948B90512A627B5BB626E3F3A /* ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist */, + ); + name = "Support Files"; + path = "../../../../../../Pods/Target Support Files/path_provider_foundation"; sourceTree = ""; }; 71ED7B02F56637DABFD9EA0C2B346EA6 /* plugins */ = { @@ -470,144 +619,138 @@ path = plugins; sourceTree = ""; }; - 71FD64D051B33B8C1CAF8D55E2B9C857 /* Support Files */ = { + 7839C15AEE0DFECBBAF169E9697B4C6A /* Support Files */ = { isa = PBXGroup; children = ( - 23879D425899127C7AB58C96F123B263 /* path_provider_foundation.modulemap */, - 110D9C21B506B6004CE7662F32D83215 /* path_provider_foundation-dummy.m */, - 15DB3349377A73FFE49B85275A02F0A4 /* path_provider_foundation-Info.plist */, - 37ACEB1D713B3A924C6137DDA49AAA4B /* path_provider_foundation-prefix.pch */, - B013CAEFBED4340E7DE4C95063F1D32B /* path_provider_foundation-umbrella.h */, - 7F29FC55D22A8FC85B2BE3425F0B5632 /* path_provider_foundation.debug.xcconfig */, - 3FF1D82DD1B99383A87C0D33BB27C6AB /* path_provider_foundation.release.xcconfig */, + 5E2644FD26094A5906917C4A0060A843 /* flutter_secure_storage_macos.modulemap */, + EE3B9C785A4388201848298CD55BB72F /* flutter_secure_storage_macos-dummy.m */, + 4BE66072CE2BD4FC53E0CA01FB54082C /* flutter_secure_storage_macos-Info.plist */, + 2884759BACC8053E5223F80513E132D7 /* flutter_secure_storage_macos-prefix.pch */, + B18F4370897160970E7986279B6824B0 /* flutter_secure_storage_macos-umbrella.h */, + 0DE3BB4627415F33E350E9DC210C3A87 /* flutter_secure_storage_macos.debug.xcconfig */, + F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */, + 90E3DD9F59F81F4A5DA6C7DAFA09B9B9 /* ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist */, ); name = "Support Files"; - path = "../../../../../../Pods/Target Support Files/path_provider_foundation"; + path = "../../../../../../Pods/Target Support Files/flutter_secure_storage_macos"; sourceTree = ""; }; - 742D4A3B3FCF8163449872657C2F54D8 /* .. */ = { + 791C6E4B424AF06279F8918FA67B8ED6 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 676D66659C90E0735D8F95E2C935F627 /* .. */, + 7B0D67477903E1EB8D6A9F9AF51BC5CC /* Pods-Runner */, ); - name = ..; - path = ..; + name = "Targets Support Files"; sourceTree = ""; }; - 74656F6D9D670A4E5A37092148213E56 /* macos */ = { + 7B0D67477903E1EB8D6A9F9AF51BC5CC /* Pods-Runner */ = { isa = PBXGroup; children = ( - 2B973429AC07A37947D3DDD096AA0502 /* Flutter */, + F49C32B3B8CF59AB437BFD7314674868 /* Pods-Runner.modulemap */, + C6EA98402A94995D022D330B64B5203D /* Pods-Runner-acknowledgements.markdown */, + D9F2B4CB813B4BDC4D164C6E0868930A /* Pods-Runner-acknowledgements.plist */, + 7B3C932BD54DBB963102A89E0F9E3948 /* Pods-Runner-dummy.m */, + 317C26B9A7CEDD34ADE8F37FAAB7AC20 /* Pods-Runner-frameworks.sh */, + 51825CD8F0558EFA53D9510F0E5BFA16 /* Pods-Runner-Info.plist */, + 96BF45FBE2BC9AD7B2D7E56D01B5EE46 /* Pods-Runner-umbrella.h */, + CDAECCF4B5E08124ED410F09FD5A5DF9 /* Pods-Runner.debug.xcconfig */, + 9F79F8269DC34AC56BB3D1D9652C0D86 /* Pods-Runner.profile.xcconfig */, + D2FA70CA298C392CB8332ADEEDD1CE85 /* Pods-Runner.release.xcconfig */, ); - name = macos; - path = macos; + name = "Pods-Runner"; + path = "Target Support Files/Pods-Runner"; sourceTree = ""; }; - 774F019A37AABFFE7E4BE617352B0BDF /* .. */ = { + 7C1B2F52DB7D842C0A398135186FECED /* flutter-facebook-auth */ = { isa = PBXGroup; children = ( - 1852087B0FB216631CF600D1AA1309DB /* .. */, + 47FD0F6D5C23F1B38CC00E83F259F544 /* facebook_auth_desktop */, ); - name = ..; - path = ..; + name = "flutter-facebook-auth"; + path = "flutter-facebook-auth"; sourceTree = ""; }; - 791C6E4B424AF06279F8918FA67B8ED6 /* Targets Support Files */ = { + 7D0BFE110853A312380830914923777F /* Flutter */ = { isa = PBXGroup; children = ( - 7B0D67477903E1EB8D6A9F9AF51BC5CC /* Pods-Runner */, + 04030D8B2017F909EA71142A3D562855 /* ephemeral */, ); - name = "Targets Support Files"; + name = Flutter; + path = Flutter; sourceTree = ""; }; - 7976AAEE5F7A6D4D7C3165CE58221367 /* .symlinks */ = { + 7F33124547EE99B2AC75DBCEC5A66EAF /* .. */ = { isa = PBXGroup; children = ( - 0727897A8E56487503D69A4A427F200C /* plugins */, + A9C94A4B2109387857E5C0AE0F1DE06C /* .. */, ); - name = .symlinks; - path = .symlinks; + name = ..; + path = ..; sourceTree = ""; }; - 79A5B98CF6EA0ECCA436B07A73AAD7BE /* example */ = { + 82462B31726F08478BB500DE5429FEFB /* plugins */ = { isa = PBXGroup; children = ( - 74656F6D9D670A4E5A37092148213E56 /* macos */, + C8FEF22A4B654DD8C99B95CD88DF7FD5 /* path_provider_foundation */, ); - name = example; - path = example; + name = plugins; + path = plugins; sourceTree = ""; }; - 7B0D67477903E1EB8D6A9F9AF51BC5CC /* Pods-Runner */ = { + 82B577E4984DA46CC16AE8CFE278B2D3 /* .. */ = { isa = PBXGroup; children = ( - F49C32B3B8CF59AB437BFD7314674868 /* Pods-Runner.modulemap */, - C6EA98402A94995D022D330B64B5203D /* Pods-Runner-acknowledgements.markdown */, - D9F2B4CB813B4BDC4D164C6E0868930A /* Pods-Runner-acknowledgements.plist */, - 7B3C932BD54DBB963102A89E0F9E3948 /* Pods-Runner-dummy.m */, - 317C26B9A7CEDD34ADE8F37FAAB7AC20 /* Pods-Runner-frameworks.sh */, - 51825CD8F0558EFA53D9510F0E5BFA16 /* Pods-Runner-Info.plist */, - 96BF45FBE2BC9AD7B2D7E56D01B5EE46 /* Pods-Runner-umbrella.h */, - CDAECCF4B5E08124ED410F09FD5A5DF9 /* Pods-Runner.debug.xcconfig */, - 9F79F8269DC34AC56BB3D1D9652C0D86 /* Pods-Runner.profile.xcconfig */, - D2FA70CA298C392CB8332ADEEDD1CE85 /* Pods-Runner.release.xcconfig */, + D2F8672D8F703607F491F2EF62909361 /* .. */, ); - name = "Pods-Runner"; - path = "Target Support Files/Pods-Runner"; + name = ..; + path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.1.2/macos"; sourceTree = ""; }; - 7E09AB7C458F278354A9F203C2B29A4F /* .. */ = { + 8648E6D69D44404017DA0C75CA30B657 /* path_provider_foundation */ = { isa = PBXGroup; children = ( - 1C2DDCBAAF5F7D1CBB27BB37E0AA4C3F /* Documents */, + C88A1344DFCE8A89EAD1B84DF68ABA67 /* darwin */, ); - name = ..; - path = ..; + name = path_provider_foundation; + path = path_provider_foundation; sourceTree = ""; }; - 7FC0E1E3F5BAFE96BE8EC3B819CDA5BB /* macos */ = { + 88F2DEE78C1D6F49E5910392685A0F25 /* Classes */ = { isa = PBXGroup; children = ( - E605AD98215700D30FE8007FCF58C281 /* Flutter */, + BB835284AB2E30799758AF555ED26721 /* FlutterSecureStorage.swift */, + A8C6545A76F2B213AF1B437DBEB8BB2E /* FlutterSecureStoragePlugin.swift */, ); - name = macos; - path = macos; + name = Classes; + path = Classes; sourceTree = ""; }; - 871E2E63D27344B33E780778A7507DC2 /* Support Files */ = { + 8BC752E3F16E7A9CB5673EDF1C184379 /* .. */ = { isa = PBXGroup; children = ( - D67F5E1BE4FBE8EF36D9D512746F8070 /* flutter_secure_storage_macos.modulemap */, - CBE303CB6A668C631FF1183C6526AABD /* flutter_secure_storage_macos-dummy.m */, - 05EA3C0F962AB0898C55363F7201B6C5 /* flutter_secure_storage_macos-Info.plist */, - E3F760494031933BBB01637448FC3179 /* flutter_secure_storage_macos-prefix.pch */, - D87959B8AD11944114A3319764A221A7 /* flutter_secure_storage_macos-umbrella.h */, - 5AFC27D753A332ACEEE575C43B397639 /* flutter_secure_storage_macos.debug.xcconfig */, - 2346C09E126F51FC9FB2BFC70E67F003 /* flutter_secure_storage_macos.release.xcconfig */, + 17E71564AC7B87B6FB5E7E37D865A162 /* .. */, + F4D202471A59D33CEACBF80FC7090425 /* Documents */, ); - name = "Support Files"; - path = "../../../../../../Pods/Target Support Files/flutter_secure_storage_macos"; + name = ..; + path = ..; sourceTree = ""; }; - 91048D75A7BD316EF16946E8143D2A7F /* Products */ = { + 8DD2975CA1BBE803953CC1DE6FE1AF16 /* .symlinks */ = { isa = PBXGroup; children = ( - 072122A18CADFB45FEDCC4B6B0E5A79A /* facebook_auth_desktop */, - A5DEDDCD541825388ACA7A6AF69E4553 /* flutter_secure_storage_macos */, - AE157A33FEF959A214796BFF348717F6 /* path_provider_foundation */, - 669E8F25E1897672BDB80B7EB784DA24 /* Pods-Runner */, + 82462B31726F08478BB500DE5429FEFB /* plugins */, ); - name = Products; + name = .symlinks; + path = .symlinks; sourceTree = ""; }; - 936971F019C43E63A20759AE238B8DF4 /* Classes */ = { + 98D9373E842AD5F1216F9BD189FB3519 /* Documents */ = { isa = PBXGroup; children = ( - 063033640B92D3EDD28F1A2ED8416A28 /* messages.g.swift */, - 40C79F31B9878DCCA9BDD92BEFCF8E88 /* PathProviderPlugin.swift */, + 1B0697500F1ECB194F4B579435D5A70B /* flutter */, ); - name = Classes; - path = Classes; + name = Documents; + path = Documents; sourceTree = ""; }; 99D760564320E46B67B3B03781D5AF72 /* ephemeral */ = { @@ -619,13 +762,15 @@ path = ephemeral; sourceTree = ""; }; - 99F297586AE6F09575F787E108C9C002 /* ephemeral */ = { + A22A235BDCD5F0FEAC036C1A83203E40 /* path_provider_foundation */ = { isa = PBXGroup; children = ( - E56FE05C0BC6856D4D8520C4121905E8 /* .symlinks */, + 0F13BD63FFA0C75D7F215CD827BD76A4 /* .. */, + E26949E010D81EB1400CCD70CAD26634 /* Pod */, + 6F1C055F3B0F1EA6D857616F2C5C8395 /* Support Files */, ); - name = ephemeral; - path = ephemeral; + name = path_provider_foundation; + path = ../Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin; sourceTree = ""; }; A34F9844CE1B50BD7EF21CF4B41D89AD /* Classes */ = { @@ -637,31 +782,85 @@ path = Classes; sourceTree = ""; }; - A7198386AE293278E827788F78665582 /* .. */ = { + A67330D0493E7BEECCF0E6AF3659AFE3 /* Flutter */ = { + isa = PBXGroup; + children = ( + AC2882EDC081037E9183F99B512529C5 /* ephemeral */, + ); + name = Flutter; + path = Flutter; + sourceTree = ""; + }; + A785CF3677501A699C8754870F71D9CD /* .symlinks */ = { + isa = PBXGroup; + children = ( + B579E8125E4DA84EBD9F5840E75D591F /* plugins */, + ); + name = .symlinks; + path = .symlinks; + sourceTree = ""; + }; + A7D1519BD647586B3C2CF34482AF3A68 /* flutter */ = { isa = PBXGroup; children = ( - 774F019A37AABFFE7E4BE617352B0BDF /* .. */, + 09C6F83A65EC6D1AF77E5F85F7ACA27A /* flutter-facebook-auth */, + ); + name = flutter; + path = flutter; + sourceTree = ""; + }; + A9C94A4B2109387857E5C0AE0F1DE06C /* .. */ = { + isa = PBXGroup; + children = ( + 8BC752E3F16E7A9CB5673EDF1C184379 /* .. */, ); name = ..; - path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.1/macos"; + path = ..; sourceTree = ""; }; - ABF96D65BEE0014263BC12E78F445142 /* flutter-facebook-auth */ = { + AB56001C993C32E7BBFBFCCE7D261F55 /* plugins */ = { isa = PBXGroup; children = ( - EF2A68B9444E5849D5F545B4AD78D9BB /* facebook_auth_desktop */, + 3CAC876933908BB2069D3C328A72DC34 /* flutter_secure_storage_macos */, ); - name = "flutter-facebook-auth"; - path = "flutter-facebook-auth"; + name = plugins; + path = plugins; sourceTree = ""; }; - AD6C948E27ACDB5045505D91E8443AEE /* Pod */ = { + AC2882EDC081037E9183F99B512529C5 /* ephemeral */ = { isa = PBXGroup; children = ( - B876751167834BB3031B31D6C6075319 /* LICENSE */, - 998367BE8A2F65893E6585B39A96DFD0 /* path_provider_foundation.podspec */, + 8DD2975CA1BBE803953CC1DE6FE1AF16 /* .symlinks */, ); - name = Pod; + name = ephemeral; + path = ephemeral; + sourceTree = ""; + }; + AEA87E385E787D621CEE20C0698281E2 /* flutter */ = { + isa = PBXGroup; + children = ( + 7C1B2F52DB7D842C0A398135186FECED /* flutter-facebook-auth */, + ); + name = flutter; + path = flutter; + sourceTree = ""; + }; + AF05FB3723473AACB26C19F3762A9B7C /* example */ = { + isa = PBXGroup; + children = ( + 08C1BE5B4833E1B9017AF9DB3CDB86BA /* macos */, + ); + name = example; + path = example; + sourceTree = ""; + }; + B3249C2C39772F7D12949521BAF52698 /* flutter-facebook-auth */ = { + isa = PBXGroup; + children = ( + EC2113DB225C467B9353DB1AA5D288F5 /* facebook_auth_desktop */, + ); + name = "flutter-facebook-auth"; + path = "flutter-facebook-auth"; sourceTree = ""; }; B38C4EE6B5DD43F8F3C1AE2995D9BC89 /* macos */ = { @@ -673,6 +872,33 @@ path = macos; sourceTree = ""; }; + B579E8125E4DA84EBD9F5840E75D591F /* plugins */ = { + isa = PBXGroup; + children = ( + 8648E6D69D44404017DA0C75CA30B657 /* path_provider_foundation */, + ); + name = plugins; + path = plugins; + sourceTree = ""; + }; + B5DB28AC00ADA0DCF81E55DBC7753C0B /* .symlinks */ = { + isa = PBXGroup; + children = ( + AB56001C993C32E7BBFBFCCE7D261F55 /* plugins */, + ); + name = .symlinks; + path = .symlinks; + sourceTree = ""; + }; + BC39F72AB18C9F87BEC476194CCFA93B /* path_provider_foundation */ = { + isa = PBXGroup; + children = ( + 5D28AE7283357166DD5ABF7E9D9DB95E /* Sources */, + ); + name = path_provider_foundation; + path = path_provider_foundation; + sourceTree = ""; + }; BC86B7852B737ABCDF836FC068E525A2 /* facebook_auth_desktop */ = { isa = PBXGroup; children = ( @@ -691,31 +917,31 @@ path = ../../../../../../../../macos; sourceTree = ""; }; - C2EAB85FFFD5D006D83324F1BEF35E77 /* .. */ = { + C4FDE103ACD925A116F8881A61B8CF5F /* .. */ = { isa = PBXGroup; children = ( - 4C3BD49B3C9F586AB2A7543D395B749F /* .. */, + E986AB9C15CA6C52F3FC22A790582097 /* example */, ); name = ..; - path = "../../../../../../../../../../../../.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/darwin"; + path = ..; sourceTree = ""; }; - C46CED82F2C53A5EA98F3120925B660E /* .. */ = { + C88A1344DFCE8A89EAD1B84DF68ABA67 /* darwin */ = { isa = PBXGroup; children = ( - 2971ABD9B1F70EC2354E0B5D6F703943 /* Documents */, + BC39F72AB18C9F87BEC476194CCFA93B /* path_provider_foundation */, ); - name = ..; - path = ..; + name = darwin; + path = darwin; sourceTree = ""; }; - C4FDE103ACD925A116F8881A61B8CF5F /* .. */ = { + C8FEF22A4B654DD8C99B95CD88DF7FD5 /* path_provider_foundation */ = { isa = PBXGroup; children = ( - E986AB9C15CA6C52F3FC22A790582097 /* example */, + 1D063690F2EF49929C7EA95EA693D996 /* darwin */, ); - name = ..; - path = ..; + name = path_provider_foundation; + path = path_provider_foundation; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -724,26 +950,35 @@ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, 303A930FC304620F490E56E4537A86C6 /* Development Pods */, E0A1E60606E0BF6E2E10F1F01350DFE8 /* Frameworks */, - 91048D75A7BD316EF16946E8143D2A7F /* Products */, + 6D7981EBD118B210AB5BE33399273646 /* Products */, 791C6E4B424AF06279F8918FA67B8ED6 /* Targets Support Files */, ); sourceTree = ""; }; - E0A1E60606E0BF6E2E10F1F01350DFE8 /* Frameworks */ = { + D2F8672D8F703607F491F2EF62909361 /* .. */ = { isa = PBXGroup; children = ( - E2A8756CA1FF5258A0344D53C5C60EC1 /* OS X */, + 3219CD9734662ABACAF5F1C09EE23F85 /* .. */, ); - name = Frameworks; + name = ..; + path = ..; sourceTree = ""; }; - E148702EEEE7D077F620627C9EA43520 /* flutter-facebook-auth */ = { + D9E8EFC001FCF80D9E9F55B4A176EA28 /* .. */ = { isa = PBXGroup; children = ( - 68E7CD7C5BAC5BD256559C4B476823CD /* facebook_auth_desktop */, + FC098094A29ACB7FB85370F149248708 /* .. */, ); - name = "flutter-facebook-auth"; - path = "flutter-facebook-auth"; + name = ..; + path = ..; + sourceTree = ""; + }; + E0A1E60606E0BF6E2E10F1F01350DFE8 /* Frameworks */ = { + isa = PBXGroup; + children = ( + E2A8756CA1FF5258A0344D53C5C60EC1 /* OS X */, + ); + name = Frameworks; sourceTree = ""; }; E1DC35D53E48E027E745FC400CDE6690 /* Support Files */ = { @@ -767,6 +1002,15 @@ path = ../Flutter/ephemeral/.symlinks/plugins/facebook_auth_desktop/macos; sourceTree = ""; }; + E26949E010D81EB1400CCD70CAD26634 /* Pod */ = { + isa = PBXGroup; + children = ( + 59D2967717CF1AD44140A376EB245442 /* LICENSE */, + C9E4FF99566BD3001EAD3B49B1F642DC /* path_provider_foundation.podspec */, + ); + name = Pod; + sourceTree = ""; + }; E2A8756CA1FF5258A0344D53C5C60EC1 /* OS X */ = { isa = PBXGroup; children = ( @@ -775,94 +1019,92 @@ name = "OS X"; sourceTree = ""; }; - E56FE05C0BC6856D4D8520C4121905E8 /* .symlinks */ = { + E986AB9C15CA6C52F3FC22A790582097 /* example */ = { isa = PBXGroup; children = ( - 500217855FEED95F0B7BFEB6B4A4172F /* plugins */, + B38C4EE6B5DD43F8F3C1AE2995D9BC89 /* macos */, ); - name = .symlinks; - path = .symlinks; + name = example; + path = example; sourceTree = ""; }; - E605AD98215700D30FE8007FCF58C281 /* Flutter */ = { + EC2113DB225C467B9353DB1AA5D288F5 /* facebook_auth_desktop */ = { isa = PBXGroup; children = ( - 2182FC7E28374C254D541B253CC615E3 /* ephemeral */, + 03378E20DADFF63998FD879FCCD38FB7 /* example */, ); - name = Flutter; - path = Flutter; + name = facebook_auth_desktop; + path = facebook_auth_desktop; sourceTree = ""; }; - E986AB9C15CA6C52F3FC22A790582097 /* example */ = { + F4D202471A59D33CEACBF80FC7090425 /* Documents */ = { isa = PBXGroup; children = ( - B38C4EE6B5DD43F8F3C1AE2995D9BC89 /* macos */, + AEA87E385E787D621CEE20C0698281E2 /* flutter */, ); - name = example; - path = example; + name = Documents; + path = Documents; sourceTree = ""; }; - E9CB4341045402BC740140343900728C /* Pod */ = { + F8FA528DFD260A92AA7705E8321B1519 /* .. */ = { isa = PBXGroup; children = ( - 5F3AC84DEFC8BE18FF0B37CAB29B2AE2 /* flutter_secure_storage_macos.podspec */, - 4CB0F7386077F66273416AEC131CF9BD /* LICENSE */, + 7F33124547EE99B2AC75DBCEC5A66EAF /* .. */, ); - name = Pod; + name = ..; + path = ..; sourceTree = ""; }; - EF2A68B9444E5849D5F545B4AD78D9BB /* facebook_auth_desktop */ = { + FC098094A29ACB7FB85370F149248708 /* .. */ = { isa = PBXGroup; children = ( - 42D02CFC7D332DADCD730851F3C193C6 /* example */, + 45E69205C7EF55DC5E4DFB577656ABD9 /* .. */, ); - name = facebook_auth_desktop; - path = facebook_auth_desktop; + name = ..; + path = ..; sourceTree = ""; }; - FEF8D009B7EB48828DCEA61B3D58D2E6 /* flutter_secure_storage_macos */ = { + FD1204CCCB68F8E2C7A3E4743FE342D8 /* .. */ = { isa = PBXGroup; children = ( - A7198386AE293278E827788F78665582 /* .. */, - E9CB4341045402BC740140343900728C /* Pod */, - 871E2E63D27344B33E780778A7507DC2 /* Support Files */, + F8FA528DFD260A92AA7705E8321B1519 /* .. */, ); - name = flutter_secure_storage_macos; - path = ../Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos; + name = ..; + path = ..; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 2F94DE2FF911E67E43107347505A9F97 /* Headers */ = { + 7927F1C4C351DEA0E888C78647AF26CE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 35F3C136F4B2E12436D7978B5F1C0A89 /* path_provider_foundation-umbrella.h in Headers */, + C82E4B2F02D6D92F3B58832D9B508C68 /* Pods-Runner-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4E11294E5A055119B49C7B0560525719 /* Headers */ = { + A784CDBCD7C81402017687AE68DBC1CF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8914129D147FB754530D7D6CC334C652 /* flutter_secure_storage_macos-umbrella.h in Headers */, + F1E7C2244FFFE807BFC6FBBF5D1B744C /* path_provider_foundation-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7927F1C4C351DEA0E888C78647AF26CE /* Headers */ = { + B45AF3ACD60704769F1419AEF5790FC8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - C82E4B2F02D6D92F3B58832D9B508C68 /* Pods-Runner-umbrella.h in Headers */, + 4DF8F3E8658A69A17316D542F1D2A94A /* facebook_auth_desktop-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B45AF3ACD60704769F1419AEF5790FC8 /* Headers */ = { + D28AA9B6B2478E130F1D0EE604BA9A1B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4DF8F3E8658A69A17316D542F1D2A94A /* facebook_auth_desktop-umbrella.h in Headers */, + A1B1740FC7C17A25B610DFB7698725F6 /* flutter_secure_storage_macos-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -881,7 +1123,7 @@ buildRules = ( ); dependencies = ( - 0D83418E306C825F7845199A66E1D936 /* PBXTargetDependency */, + 8454A031BD155D17BE5B0B9265167031 /* PBXTargetDependency */, ); name = facebook_auth_desktop; productName = facebook_auth_desktop; @@ -890,23 +1132,41 @@ }; 56F581DDCB0A032454E604885E17AE3C /* path_provider_foundation */ = { isa = PBXNativeTarget; - buildConfigurationList = 910A299FA1274F6E856559732191D0B8 /* Build configuration list for PBXNativeTarget "path_provider_foundation" */; + buildConfigurationList = 9BE2E94BFE4C924B683A82AC505494B7 /* Build configuration list for PBXNativeTarget "path_provider_foundation" */; buildPhases = ( - 2F94DE2FF911E67E43107347505A9F97 /* Headers */, - 36C456502DE043917D8E3A1D10181E4F /* Sources */, - 77803133C003A1F53D8D6B337144827C /* Frameworks */, - 8D5B6CACD360D820A82A2FFCBC74EF8E /* Resources */, + A784CDBCD7C81402017687AE68DBC1CF /* Headers */, + E5F38189A463192632F895E606CF7093 /* Sources */, + 7C9CFA1F134286F648EEA7BF6DBEDD6B /* Frameworks */, + 3CD2A2D9F4A02255843027C9E1551D1B /* Resources */, ); buildRules = ( ); dependencies = ( - 199097235A501327EDA48BE2D6AD0F62 /* PBXTargetDependency */, + DDE0DA133D9707E4824DD7B8E0756307 /* PBXTargetDependency */, + 2C927D8C26A16F825946BD83BB6A80DF /* PBXTargetDependency */, ); name = path_provider_foundation; productName = path_provider_foundation; productReference = AE157A33FEF959A214796BFF348717F6 /* path_provider_foundation */; productType = "com.apple.product-type.framework"; }; + 66E77C5DE4BA5F956F8C49C87DB56062 /* flutter_secure_storage_macos-flutter_secure_storage_macos */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1441348884A0D684460E0295A3EF2F9B /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos-flutter_secure_storage_macos" */; + buildPhases = ( + B50A3A3141AFF9FF439FA88982F596D7 /* Sources */, + 602EC3E9E159143BE56A5498633D5FBB /* Frameworks */, + D7E35F4DC7563C0EC4489F970BD680FD /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "flutter_secure_storage_macos-flutter_secure_storage_macos"; + productName = flutter_secure_storage_macos; + productReference = EE61EFAFACDD872DA0464DD89DD5F07F /* flutter_secure_storage_macos-flutter_secure_storage_macos */; + productType = "com.apple.product-type.bundle"; + }; 8B74B458B450D74B75744B87BD747314 /* Pods-Runner */ = { isa = PBXNativeTarget; buildConfigurationList = 6DACC83CC75E69A5CB079F4B0A230F6B /* Build configuration list for PBXNativeTarget "Pods-Runner" */; @@ -919,29 +1179,47 @@ buildRules = ( ); dependencies = ( - 71E99BB3CE6B55D2E3EECF4230E540E9 /* PBXTargetDependency */, - D3BD8841F24A173CC8360BD287E82B18 /* PBXTargetDependency */, - 5BE1F27A05DDB7DE1A3C95A94A43B657 /* PBXTargetDependency */, - 8C5EBB9CE1BF32EBA532D3E8FB77D3AF /* PBXTargetDependency */, + BF99B313D82638BDCAAFCF0D9D51AA09 /* PBXTargetDependency */, + 783A46AA87C492FBAB45D62DABC297E6 /* PBXTargetDependency */, + 6A16ADC6AA7BC05DA6AD86FBD95884C3 /* PBXTargetDependency */, + 186F8C336E88B575B7A115752A0F2561 /* PBXTargetDependency */, ); name = "Pods-Runner"; productName = Pods_Runner; productReference = 669E8F25E1897672BDB80B7EB784DA24 /* Pods-Runner */; productType = "com.apple.product-type.framework"; }; + CACE6618E7996464E38687E13F67D945 /* path_provider_foundation-path_provider_foundation_privacy */ = { + isa = PBXNativeTarget; + buildConfigurationList = D85E9305A9E209B0F034F587F05CB83F /* Build configuration list for PBXNativeTarget "path_provider_foundation-path_provider_foundation_privacy" */; + buildPhases = ( + 035CB0ABEA94BDAFC2B06F55C7F42251 /* Sources */, + 6835390CB4186A388EB2F40476A1EC33 /* Frameworks */, + 6CFFE096FD6BCA6F5C593327263A4669 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "path_provider_foundation-path_provider_foundation_privacy"; + productName = path_provider_foundation_privacy; + productReference = 3DBD4BADE27F8B91024E4B4B4DD75DB5 /* path_provider_foundation-path_provider_foundation_privacy */; + productType = "com.apple.product-type.bundle"; + }; EF59DE143C0B7645A532B75D0696C617 /* flutter_secure_storage_macos */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D2449E5B360DBB3C49F6456AA347CCF /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos" */; + buildConfigurationList = CAEA0B51B6A283FA258C5257CF6D4D47 /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos" */; buildPhases = ( - 4E11294E5A055119B49C7B0560525719 /* Headers */, - 35518E9CB911AF0E4A969058BA9624DC /* Sources */, - A6B16972686765E334D5D612BB3C6559 /* Frameworks */, - AFC83B9D547DD5A0470174DD1D00E20A /* Resources */, + D28AA9B6B2478E130F1D0EE604BA9A1B /* Headers */, + 96BA15508DF6F836BD3F396F37CFEDCB /* Sources */, + 988F6E4D32084F2B2F1A3DF8C85F2FE6 /* Frameworks */, + 525A51F23AF71C2DBA0481BFCCDA23B0 /* Resources */, ); buildRules = ( ); dependencies = ( - 75EB41855AF309B07890B1F91B4D6927 /* PBXTargetDependency */, + E70463CBD5E6D6BFE755D69398E644FC /* PBXTargetDependency */, + AAA672BD756899E2B485F214C4CB2A1C /* PBXTargetDependency */, ); name = flutter_secure_storage_macos; productName = flutter_secure_storage_macos; @@ -966,14 +1244,16 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 91048D75A7BD316EF16946E8143D2A7F /* Products */; + productRefGroup = 6D7981EBD118B210AB5BE33399273646 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4C7123F25CDE00CCE8BE96E3EC746403 /* facebook_auth_desktop */, EF59DE143C0B7645A532B75D0696C617 /* flutter_secure_storage_macos */, + 66E77C5DE4BA5F956F8C49C87DB56062 /* flutter_secure_storage_macos-flutter_secure_storage_macos */, CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */, 56F581DDCB0A032454E604885E17AE3C /* path_provider_foundation */, + CACE6618E7996464E38687E13F67D945 /* path_provider_foundation-path_provider_foundation_privacy */, 8B74B458B450D74B75744B87BD747314 /* Pods-Runner */, ); }; @@ -987,6 +1267,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3CD2A2D9F4A02255843027C9E1551D1B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 68DD428154EE48C88AA2567DD5313830 /* path_provider_foundation-path_provider_foundation_privacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5228F70A7A7C3ADAF1703297AE97812A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -994,40 +1282,47 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8D5B6CACD360D820A82A2FFCBC74EF8E /* Resources */ = { + 525A51F23AF71C2DBA0481BFCCDA23B0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 89FBC07D273F075F8D04C89F3BF94383 /* flutter_secure_storage_macos-flutter_secure_storage_macos in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AFC83B9D547DD5A0470174DD1D00E20A /* Resources */ = { + 6CFFE096FD6BCA6F5C593327263A4669 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 88371B3357E7340AF31AD460F7EEF353 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D7E35F4DC7563C0EC4489F970BD680FD /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AC0C7E43A48AD6456425F1424EE84ED0 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 35518E9CB911AF0E4A969058BA9624DC /* Sources */ = { + 035CB0ABEA94BDAFC2B06F55C7F42251 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7828518A41264D5F059DBDE5DE296481 /* flutter_secure_storage_macos-dummy.m in Sources */, - E1AE9D0C69ED521376C11C430F0A0FAB /* FlutterSecureStorage.swift in Sources */, - 8CAEE8C0502D75E4A833BC64B1606807 /* FlutterSecureStoragePlugin.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 36C456502DE043917D8E3A1D10181E4F /* Sources */ = { + 96BA15508DF6F836BD3F396F37CFEDCB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E71FC841B8E2D172243247D9C2234801 /* messages.g.swift in Sources */, - 62AE5F124D228027588DEF32FA3F4D5C /* path_provider_foundation-dummy.m in Sources */, - 68E7EF09391C2843DAACAD440F78ED20 /* PathProviderPlugin.swift in Sources */, + 923D7F674680F94C7C5210F923B7E667 /* flutter_secure_storage_macos-dummy.m in Sources */, + B92DB36858AC30D15147B7323986A30B /* FlutterSecureStorage.swift in Sources */, + 140139931A2B0C620A034172A742B80A /* FlutterSecureStoragePlugin.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1039,59 +1334,88 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C57F3CF474CD65F3D609F249A79D3BED /* Sources */ = { + B50A3A3141AFF9FF439FA88982F596D7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C57F3CF474CD65F3D609F249A79D3BED /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6D5AA647842389E128A7677C18C9FAE4 /* facebook_auth_desktop-dummy.m in Sources */, + 7D5B8A91D151E86406FA41B3278DFCAB /* FacebookAuthDesktopPlugin.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E5F38189A463192632F895E606CF7093 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D5AA647842389E128A7677C18C9FAE4 /* facebook_auth_desktop-dummy.m in Sources */, - 7D5B8A91D151E86406FA41B3278DFCAB /* FacebookAuthDesktopPlugin.swift in Sources */, + 2FEA57F224B910D9F95E796ABE08A599 /* messages.g.swift in Sources */, + 3F1709D0A30CFA36FDF89F94654E26B7 /* path_provider_foundation-dummy.m in Sources */, + 4652B98DBCFEE9B1399A0A35F2408385 /* PathProviderPlugin.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0D83418E306C825F7845199A66E1D936 /* PBXTargetDependency */ = { + 186F8C336E88B575B7A115752A0F2561 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlutterMacOS; - target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; - targetProxy = D494A3126525C64DB974294060F9C83F /* PBXContainerItemProxy */; + name = path_provider_foundation; + target = 56F581DDCB0A032454E604885E17AE3C /* path_provider_foundation */; + targetProxy = 743C24648907B0B601F9CE7E8CBF834F /* PBXContainerItemProxy */; }; - 199097235A501327EDA48BE2D6AD0F62 /* PBXTargetDependency */ = { + 2C927D8C26A16F825946BD83BB6A80DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlutterMacOS; - target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; - targetProxy = F14E99B0BD4AEDF9303970853CEDC39E /* PBXContainerItemProxy */; + name = "path_provider_foundation-path_provider_foundation_privacy"; + target = CACE6618E7996464E38687E13F67D945 /* path_provider_foundation-path_provider_foundation_privacy */; + targetProxy = 078BFF393C97CA7C5DC64099D7916411 /* PBXContainerItemProxy */; }; - 5BE1F27A05DDB7DE1A3C95A94A43B657 /* PBXTargetDependency */ = { + 6A16ADC6AA7BC05DA6AD86FBD95884C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = flutter_secure_storage_macos; target = EF59DE143C0B7645A532B75D0696C617 /* flutter_secure_storage_macos */; - targetProxy = 83F7C99A6996EE70BCDBFE8574C866B0 /* PBXContainerItemProxy */; + targetProxy = 13B29F7AEE73F4187504F041CA3B3EB2 /* PBXContainerItemProxy */; + }; + 783A46AA87C492FBAB45D62DABC297E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = facebook_auth_desktop; + target = 4C7123F25CDE00CCE8BE96E3EC746403 /* facebook_auth_desktop */; + targetProxy = 60FB3C27346692052E52F1F5E62EC780 /* PBXContainerItemProxy */; }; - 71E99BB3CE6B55D2E3EECF4230E540E9 /* PBXTargetDependency */ = { + 8454A031BD155D17BE5B0B9265167031 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FlutterMacOS; target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; - targetProxy = C0487BCC4DCD92B975EA055D3D686AE8 /* PBXContainerItemProxy */; + targetProxy = 6789F00F3166B40F72B019864D8A000B /* PBXContainerItemProxy */; + }; + AAA672BD756899E2B485F214C4CB2A1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "flutter_secure_storage_macos-flutter_secure_storage_macos"; + target = 66E77C5DE4BA5F956F8C49C87DB56062 /* flutter_secure_storage_macos-flutter_secure_storage_macos */; + targetProxy = 75450CC57DEBFE6A6FAA19E176CAD0DF /* PBXContainerItemProxy */; }; - 75EB41855AF309B07890B1F91B4D6927 /* PBXTargetDependency */ = { + BF99B313D82638BDCAAFCF0D9D51AA09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FlutterMacOS; target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; - targetProxy = A6744B20662F542A3D7AF154C71DF7CD /* PBXContainerItemProxy */; + targetProxy = 1223FCC6BB5ABD8FA35A1F17E6DCC6A4 /* PBXContainerItemProxy */; }; - 8C5EBB9CE1BF32EBA532D3E8FB77D3AF /* PBXTargetDependency */ = { + DDE0DA133D9707E4824DD7B8E0756307 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = path_provider_foundation; - target = 56F581DDCB0A032454E604885E17AE3C /* path_provider_foundation */; - targetProxy = 0393CDD00367A6BB019E0EE18BD3F0C7 /* PBXContainerItemProxy */; + name = FlutterMacOS; + target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; + targetProxy = 7866B2A8105B87E8A6D5694CDB575921 /* PBXContainerItemProxy */; }; - D3BD8841F24A173CC8360BD287E82B18 /* PBXTargetDependency */ = { + E70463CBD5E6D6BFE755D69398E644FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = facebook_auth_desktop; - target = 4C7123F25CDE00CCE8BE96E3EC746403 /* facebook_auth_desktop */; - targetProxy = 268801537879839727873E584E75A14B /* PBXContainerItemProxy */; + name = FlutterMacOS; + target = CA272E8348BAB4CE0B0C804FB7B818C4 /* FlutterMacOS */; + targetProxy = F358855ADD19ED714B106D6C1685D091 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1115,7 +1439,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); INFOPLIST_FILE = "Target Support Files/Pods-Runner/Pods-Runner-Info.plist"; @@ -1158,9 +1482,9 @@ }; name = Profile; }; - 2D92A46A1EFFE811E7A127B03FE6F250 /* Debug */ = { + 33119897E0AD455DF867C9E13C771819 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AFC27D753A332ACEEE575C43B397639 /* flutter_secure_storage_macos.debug.xcconfig */; + baseConfigurationReference = 1ECEFF172ADCE30B5FA0C3B8A6E04879 /* path_provider_foundation.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1171,15 +1495,16 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); - GCC_PREFIX_HEADER = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -1187,9 +1512,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MODULEMAP_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos.modulemap"; - PRODUCT_MODULE_NAME = flutter_secure_storage_macos; - PRODUCT_NAME = flutter_secure_storage_macos; + MODULEMAP_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation.modulemap"; + PRODUCT_MODULE_NAME = path_provider_foundation; + PRODUCT_NAME = path_provider_foundation; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -1199,9 +1524,9 @@ }; name = Debug; }; - 305DEAE830B94AC1727C30F36DB49A80 /* Profile */ = { + 376901DDB874F6DB1B196DE7072B0934 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FF1D82DD1B99383A87C0D33BB27C6AB /* path_provider_foundation.release.xcconfig */; + baseConfigurationReference = 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1217,7 +1542,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); GCC_PREFIX_HEADER = "Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch"; @@ -1239,11 +1564,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Profile; + name = Release; }; - 3A0E1A3E0A4D41D691FB5074965B08EB /* Debug */ = { + 59037CDF4B428540CF5722042DCC3DD4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F29FC55D22A8FC85B2BE3425F0B5632 /* path_provider_foundation.debug.xcconfig */; + baseConfigurationReference = F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1254,16 +1579,15 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); - GCC_PREFIX_HEADER = "Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -1271,9 +1595,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MODULEMAP_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation.modulemap"; - PRODUCT_MODULE_NAME = path_provider_foundation; - PRODUCT_NAME = path_provider_foundation; + MODULEMAP_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos.modulemap"; + PRODUCT_MODULE_NAME = flutter_secure_storage_macos; + PRODUCT_NAME = flutter_secure_storage_macos; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -1281,11 +1605,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 425E3C5B6AF5E86144F5D66DC2817ABC /* Profile */ = { + 5A52FEBFF32239EB19BE396E521A8626 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2346C09E126F51FC9FB2BFC70E67F003 /* flutter_secure_storage_macos.release.xcconfig */; + baseConfigurationReference = 0DE3BB4627415F33E350E9DC210C3A87 /* flutter_secure_storage_macos.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1300,7 +1624,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); GCC_PREFIX_HEADER = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-prefix.pch"; @@ -1322,7 +1646,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Profile; + name = Debug; }; 75AB2D387134DD433F958C53F10C529D /* Release */ = { isa = XCBuildConfiguration; @@ -1343,7 +1667,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); INFOPLIST_FILE = "Target Support Files/Pods-Runner/Pods-Runner-Info.plist"; @@ -1385,7 +1709,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); GCC_PREFIX_HEADER = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-prefix.pch"; @@ -1408,44 +1732,40 @@ }; name = Release; }; - 97F06F5E88030330E2A9BF2C13B33413 /* Release */ = { + A4FC0D00DA2EE7C21A36B1D001A6416C /* Profile */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2346C09E126F51FC9FB2BFC70E67F003 /* flutter_secure_storage_macos.release.xcconfig */; + baseConfigurationReference = F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", - "$(inherited)", - ); - GCC_PREFIX_HEADER = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/flutter_secure_storage_macos"; + IBSC_MODULE = flutter_secure_storage_macos; + INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MACOSX_DEPLOYMENT_TARGET = 10.14; - MODULEMAP_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos.modulemap"; - PRODUCT_MODULE_NAME = flutter_secure_storage_macos; PRODUCT_NAME = flutter_secure_storage_macos; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; + }; + name = Profile; + }; + A72776914858568E6C88E59F71950BFB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/flutter_secure_storage_macos"; + IBSC_MODULE = flutter_secure_storage_macos; + INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_NAME = flutter_secure_storage_macos; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; @@ -1515,9 +1835,9 @@ }; name = Debug; }; - A7B1D596CC1744B9323FD29B7AE542A2 /* Release */ = { + AA0EAABCC41E33992571EE505DFB95D8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FF1D82DD1B99383A87C0D33BB27C6AB /* path_provider_foundation.release.xcconfig */; + baseConfigurationReference = 7BD7516F0612CAA535D9E0CB610C760A /* facebook_auth_desktop.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1528,26 +1848,24 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); - GCC_PREFIX_HEADER = "Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@loader_path/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; - MODULEMAP_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation.modulemap"; - PRODUCT_MODULE_NAME = path_provider_foundation; - PRODUCT_NAME = path_provider_foundation; + MODULEMAP_FILE = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop.modulemap"; + PRODUCT_MODULE_NAME = facebook_auth_desktop; + PRODUCT_NAME = facebook_auth_desktop; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -1555,45 +1873,23 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - AA0EAABCC41E33992571EE505DFB95D8 /* Debug */ = { + B116B6957EEBC2B8B960BDBDF294A2C4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7BD7516F0612CAA535D9E0CB610C760A /* facebook_auth_desktop.debug.xcconfig */; + baseConfigurationReference = 0DE3BB4627415F33E350E9DC210C3A87 /* flutter_secure_storage_macos.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64\"", - "$(inherited)", - ); - GCC_PREFIX_HEADER = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop.modulemap"; - PRODUCT_MODULE_NAME = facebook_auth_desktop; - PRODUCT_NAME = facebook_auth_desktop; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/flutter_secure_storage_macos"; + IBSC_MODULE = flutter_secure_storage_macos; + INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/ResourceBundle-flutter_secure_storage_macos-flutter_secure_storage_macos-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_NAME = flutter_secure_storage_macos; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; @@ -1632,7 +1928,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); GCC_PREFIX_HEADER = "Target Support Files/facebook_auth_desktop/facebook_auth_desktop-prefix.pch"; @@ -1717,6 +2013,47 @@ }; name = Profile; }; + D09E3D6F6BA2F67D9C5B1895E13E81E7 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F00FC4E12D698907F3D16AAB39E40FCE /* flutter_secure_storage_macos.release.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGNING_REQUIRED = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_SEARCH_PATHS = ( + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", + "$(inherited)", + ); + GCC_PREFIX_HEADER = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + MODULEMAP_FILE = "Target Support Files/flutter_secure_storage_macos/flutter_secure_storage_macos.modulemap"; + PRODUCT_MODULE_NAME = flutter_secure_storage_macos; + PRODUCT_NAME = flutter_secure_storage_macos; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Profile; + }; D7C18A4BB3A23E3E9BD431BC6F0C4001 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1797,6 +2134,43 @@ }; name = Debug; }; + DF1E410BC696DB695265D33E64BC9689 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/path_provider_foundation"; + IBSC_MODULE = path_provider_foundation; + INFOPLIST_FILE = "Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_NAME = path_provider_foundation_privacy; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + E784CD3940710009630E493B91D6DB70 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/path_provider_foundation"; + IBSC_MODULE = path_provider_foundation; + INFOPLIST_FILE = "Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_NAME = path_provider_foundation_privacy; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Profile; + }; EB9CF6AF3B0F99E66EF6A998478CC57F /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = CDAECCF4B5E08124ED410F09FD5A5DF9 /* Pods-Runner.debug.xcconfig */; @@ -1816,7 +2190,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( - "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64\"", + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.xcframework/macos-arm64_x86_64\"", "$(inherited)", ); INFOPLIST_FILE = "Target Support Files/Pods-Runner/Pods-Runner-Info.plist"; @@ -1841,15 +2215,75 @@ }; name = Debug; }; + F292781FABD6162CB8B7179FD247219E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1ECEFF172ADCE30B5FA0C3B8A6E04879 /* path_provider_foundation.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/path_provider_foundation"; + IBSC_MODULE = path_provider_foundation; + INFOPLIST_FILE = "Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 10.14; + PRODUCT_NAME = path_provider_foundation_privacy; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + F573674CC0D105389B6D43355CEC0FDE /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 26DAD4208C3EA9667ABF78F6191ACDF7 /* path_provider_foundation.release.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + CODE_SIGNING_REQUIRED = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_SEARCH_PATHS = ( + "\"/Users/darwin/development/flutter/bin/cache/artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64\"", + "$(inherited)", + ); + GCC_PREFIX_HEADER = "Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 10.14; + MODULEMAP_FILE = "Target Support Files/path_provider_foundation/path_provider_foundation.modulemap"; + PRODUCT_MODULE_NAME = path_provider_foundation; + PRODUCT_NAME = path_provider_foundation; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Profile; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 2D2449E5B360DBB3C49F6456AA347CCF /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos" */ = { + 1441348884A0D684460E0295A3EF2F9B /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos-flutter_secure_storage_macos" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D92A46A1EFFE811E7A127B03FE6F250 /* Debug */, - 425E3C5B6AF5E86144F5D66DC2817ABC /* Profile */, - 97F06F5E88030330E2A9BF2C13B33413 /* Release */, + B116B6957EEBC2B8B960BDBDF294A2C4 /* Debug */, + A4FC0D00DA2EE7C21A36B1D001A6416C /* Profile */, + A72776914858568E6C88E59F71950BFB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1894,12 +2328,32 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 910A299FA1274F6E856559732191D0B8 /* Build configuration list for PBXNativeTarget "path_provider_foundation" */ = { + 9BE2E94BFE4C924B683A82AC505494B7 /* Build configuration list for PBXNativeTarget "path_provider_foundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 33119897E0AD455DF867C9E13C771819 /* Debug */, + F573674CC0D105389B6D43355CEC0FDE /* Profile */, + 376901DDB874F6DB1B196DE7072B0934 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CAEA0B51B6A283FA258C5257CF6D4D47 /* Build configuration list for PBXNativeTarget "flutter_secure_storage_macos" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5A52FEBFF32239EB19BE396E521A8626 /* Debug */, + D09E3D6F6BA2F67D9C5B1895E13E81E7 /* Profile */, + 59037CDF4B428540CF5722042DCC3DD4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D85E9305A9E209B0F034F587F05CB83F /* Build configuration list for PBXNativeTarget "path_provider_foundation-path_provider_foundation_privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3A0E1A3E0A4D41D691FB5074965B08EB /* Debug */, - 305DEAE830B94AC1727C30F36DB49A80 /* Profile */, - A7B1D596CC1744B9323FD29B7AE542A2 /* Release */, + F292781FABD6162CB8B7179FD247219E /* Debug */, + E784CD3940710009630E493B91D6DB70 /* Profile */, + DF1E410BC696DB695265D33E64BC9689 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/xcuserdata/darwin.xcuserdatad/xcschemes/xcschememanagement.plist b/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/xcuserdata/darwin.xcuserdatad/xcschemes/xcschememanagement.plist index b570b7cb..1d8faa5a 100644 --- a/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/xcuserdata/darwin.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/facebook_auth_desktop/example/macos/Pods/Pods.xcodeproj/xcuserdata/darwin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -8,26 +8,50 @@ isShown + orderHint + 4 Pods-Runner.xcscheme isShown + orderHint + 7 facebook_auth_desktop.xcscheme isShown + orderHint + 1 + + flutter_secure_storage_macos-flutter_secure_storage_macos.xcscheme + + isShown + + orderHint + 3 flutter_secure_storage_macos.xcscheme isShown + orderHint + 2 + + path_provider_foundation-path_provider_foundation_privacy.xcscheme + + isShown + + orderHint + 6 path_provider_foundation.xcscheme isShown + orderHint + 5 SuppressBuildableAutocreation diff --git a/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj b/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj index fc0835da..cf9360d1 100644 --- a/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj +++ b/facebook_auth_desktop/example/macos/Runner.xcodeproj/project.pbxproj @@ -202,7 +202,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1430; + LastUpgradeCheck = 1510; ORGANIZATIONNAME = ""; TargetAttributes = { 33CC10EC2044A3C60003C045 = { diff --git a/facebook_auth_desktop/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/facebook_auth_desktop/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 233470be..662caf3a 100644 --- a/facebook_auth_desktop/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/facebook_auth_desktop/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ Flutter Assemble.xcscheme_^#shared#^_ orderHint - 6 + 8 Runner.xcscheme_^#shared#^_ diff --git a/facebook_auth_desktop/example/macos/Runner.xcworkspace/xcuserdata/darwin.xcuserdatad/UserInterfaceState.xcuserstate b/facebook_auth_desktop/example/macos/Runner.xcworkspace/xcuserdata/darwin.xcuserdatad/UserInterfaceState.xcuserstate index bbacbf0f..7d6cd72d 100644 Binary files a/facebook_auth_desktop/example/macos/Runner.xcworkspace/xcuserdata/darwin.xcuserdatad/UserInterfaceState.xcuserstate and b/facebook_auth_desktop/example/macos/Runner.xcworkspace/xcuserdata/darwin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/facebook_auth_desktop/lib/facebook_auth_desktop.dart b/facebook_auth_desktop/lib/facebook_auth_desktop.dart index 14f81259..4461350e 100644 --- a/facebook_auth_desktop/lib/facebook_auth_desktop.dart +++ b/facebook_auth_desktop/lib/facebook_auth_desktop.dart @@ -131,9 +131,25 @@ class FacebookAuthDesktopPlugin extends FacebookAuthPlatform { ); if (callbackUrl != null) { - final fragment = Uri.parse(callbackUrl).fragment; + final uri = Uri.parse(callbackUrl); + final fragment = uri.fragment; final arguments = Uri.splitQueryString(fragment); + final error = uri.queryParameters['error']; + if (error != null) { + if (error == 'access_denied') { + return LoginResult( + status: LoginStatus.cancelled, + message: 'Login canceled by user.', + ); + } + + return LoginResult( + status: LoginStatus.failed, + message: 'Login failed.', + ); + } + String? token = arguments['long_lived_token']; bool isLoginLiveToken = token != null; diff --git a/facebook_auth_desktop/pubspec.yaml b/facebook_auth_desktop/pubspec.yaml index 58cd680f..824185f6 100644 --- a/facebook_auth_desktop/pubspec.yaml +++ b/facebook_auth_desktop/pubspec.yaml @@ -1,6 +1,6 @@ name: facebook_auth_desktop description: macOS support for flutter_facebook_auth -version: 2.0.0 +version: 2.1.0 homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_desktop environment: @@ -10,9 +10,9 @@ environment: dependencies: flutter: sdk: flutter - http: ^1.0.0 - flutter_secure_storage: ^9.0.0 - flutter_facebook_auth_platform_interface: ^6.0.0 + http: ^1.2.2 + flutter_secure_storage: ^9.2.2 + flutter_facebook_auth_platform_interface: ^6.1.0 # flutter_facebook_auth_platform_interface: # path: ../facebook_auth_platform_interface diff --git a/facebook_auth_platform_interface/CHANGELOG.md b/facebook_auth_platform_interface/CHANGELOG.md index 5d17274d..59054973 100644 --- a/facebook_auth_platform_interface/CHANGELOG.md +++ b/facebook_auth_platform_interface/CHANGELOG.md @@ -1,3 +1,6 @@ +### 6.1.0 +- Use dart >=3.3.0 <4.0.0 + ### 6.0.0 - Added `LoginTracking` enum. - Added `ClassicToken` and `LimitedToken` classes. diff --git a/facebook_auth_platform_interface/pubspec.yaml b/facebook_auth_platform_interface/pubspec.yaml index 591a43cd..07ef9a92 100644 --- a/facebook_auth_platform_interface/pubspec.yaml +++ b/facebook_auth_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_facebook_auth_platform_interface description: A common platform interface for the flutter_facebook_auth plugin. -version: 6.0.0 +version: 6.1.0 homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_platform_interface environment: @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.1.4 + plugin_platform_interface: ^2.1.8 dev_dependencies: flutter_test: diff --git a/facebook_auth_web/CHANGELOG.md b/facebook_auth_web/CHANGELOG.md index cd55fd3e..cee63a0c 100644 --- a/facebook_auth_web/CHANGELOG.md +++ b/facebook_auth_web/CHANGELOG.md @@ -1,3 +1,6 @@ +### 6.1.1 +- Updated flutter_facebook_auth_platform_interface: ^6.1.0 + ### 6.1.0 - Migrate to package:web. - environment: diff --git a/facebook_auth_web/pubspec.yaml b/facebook_auth_web/pubspec.yaml index c52b146a..5da60fa0 100644 --- a/facebook_auth_web/pubspec.yaml +++ b/facebook_auth_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_facebook_auth_web description: web support for flutter_facebook_auth -version: 6.1.0 +version: 6.1.1 homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_web @@ -13,7 +13,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - flutter_facebook_auth_platform_interface: ^6.0.0 + flutter_facebook_auth_platform_interface: ^6.1.0 web: ^0.5.1 # flutter_facebook_auth_platform_interface: # path: ../facebook_auth_platform_interface diff --git a/website/docs/intro.md b/website/docs/intro.md index 3739868f..41cdf456 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -28,7 +28,7 @@ Add the following to your `pubspec.yaml` ```yaml dependencies: - flutter_facebook_auth: ^7.0.0 + flutter_facebook_auth: ^7.1.0 ```