Skip to content

Commit

Permalink
Lower iOS version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 committed Jan 20, 2025
1 parent c334e4f commit f2388c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '15.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1150,10 +1150,10 @@ packages:
dependency: "direct main"
description:
name: zip_flutter
sha256: be21152c35fcb6d0ef4ce89fc3aed681f7adc0db5490ca3eb5893f23fd20e646
sha256: "0b68bb8b4161cf65afa43100f5c5a0335392cb0f31662e0022b797cfd08d5833"
url: "https://pub.dev"
source: hosted
version: "0.0.6"
version: "0.0.7"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.27.2"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
sliver_tools: ^0.2.12
flutter_file_dialog: ^3.0.2
file_selector: ^1.0.3
zip_flutter: ^0.0.6
zip_flutter: ^0.0.7
lodepng_flutter:
git:
url: https://github.com/venera-app/lodepng_flutter
Expand Down

0 comments on commit f2388c8

Please sign in to comment.