Skip to content

Commit 7eb08f3

Browse files
committed
fix: restore original Podfile configuration
Reverts unintended changes to Podfile that were accidentally included in the previous commit
1 parent c4986c5 commit 7eb08f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
platform :ios, '14.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -29,6 +29,7 @@ flutter_ios_podfile_setup
2929

3030
target 'Runner' do
3131
use_frameworks!
32+
use_modular_headers!
3233

3334
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3435
target 'RunnerTests' do

0 commit comments

Comments
 (0)