diff --git a/.github/workflows/update-ios-pods.yml b/.github/workflows/update-ios-pods.yml index eff4579..c5399ff 100644 --- a/.github/workflows/update-ios-pods.yml +++ b/.github/workflows/update-ios-pods.yml @@ -13,7 +13,7 @@ jobs: with: flutter-version: '3.x' - name: Get Flutter dependencies - working-directory: wakelock_plus/ios + working-directory: wakelock_plus/example/ios run: flutter pub get - name: Update CocoaPods working-directory: wakelock_plus/example/ios diff --git a/wakelock_plus/example/ios/Podfile.lock b/wakelock_plus/example/ios/Podfile.lock index bb8a441..d3ba8c4 100644 --- a/wakelock_plus/example/ios/Podfile.lock +++ b/wakelock_plus/example/ios/Podfile.lock @@ -31,4 +31,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: beab77b38961de946f08660e554f80ac174dc842 -COCOAPODS: 1.14.2 +COCOAPODS: 1.15.2 diff --git a/wakelock_plus/pubspec.yaml b/wakelock_plus/pubspec.yaml index 782a796..d39a564 100644 --- a/wakelock_plus/pubspec.yaml +++ b/wakelock_plus/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: # Linux dependencies dbus: ^0.7.10 - package_info_plus: ">=6.0.0 <8.0.0" + package_info_plus: ">=6.0.0 <9.0.0" # Web dependencies web: ^0.5.1