diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 752b266..3935fec 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -14,8 +14,9 @@ PODS: - geolocator_apple (1.2.0): - Flutter - OrderedSet (5.0.0) - - path_provider_ios (0.0.1): + - path_provider_foundation (0.0.1): - Flutter + - FlutterMacOS - url_launcher_ios (0.0.1): - Flutter @@ -25,7 +26,7 @@ DEPENDENCIES: - flutter_compass (from `.symlinks/plugins/flutter_compass/ios`) - flutter_inappwebview (from `.symlinks/plugins/flutter_inappwebview/ios`) - geolocator_apple (from `.symlinks/plugins/geolocator_apple/ios`) - - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) + - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) SPEC REPOS: @@ -43,8 +44,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_inappwebview/ios" geolocator_apple: :path: ".symlinks/plugins/geolocator_apple/ios" - path_provider_ios: - :path: ".symlinks/plugins/path_provider_ios/ios" + path_provider_foundation: + :path: ".symlinks/plugins/path_provider_foundation/darwin" url_launcher_ios: :path: ".symlinks/plugins/url_launcher_ios/ios" @@ -55,9 +56,9 @@ SPEC CHECKSUMS: flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721 geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401 OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c - path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 - url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de + path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 + url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index ac3c99a..8c0d53c 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -156,7 +156,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 97C146ED1CF9000F007C117D = { @@ -205,6 +205,7 @@ files = ( ); inputPaths = ( + "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", ); name = "Thin Binary"; outputPaths = ( diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index c87d15a..a6b826d 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ =2.18.0 <3.0.0" - flutter: ">=3.0.0" + dart: ">=3.1.0 <4.0.0" + flutter: ">=3.13.0" diff --git a/pubspec.yaml b/pubspec.yaml index a473231..d1e8e2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: cupertino_icons: ^1.0.2 english_words: ^4.0.0 intl: ^0.17.0 - google_fonts: ^3.0.1 + google_fonts: ^4.0.4 http: ^0.13.5 convert: ^3.0.2 crypto: ^3.0.2