Skip to content

Commit

Permalink
fix: iOS podfile and podfile.lock version compatibility issue (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
oops-shlok authored Mar 2, 2024
1 parent fe3a491 commit 6558919
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 108 deletions.
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
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, '11.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Loading

0 comments on commit 6558919

Please sign in to comment.