Skip to content

Commit 78011e6

Browse files
Update iOS example dependency files
1 parent d064e18 commit 78011e6

File tree

5 files changed

+6
-19
lines changed

5 files changed

+6
-19
lines changed

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 4 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, '9.0'
2+
platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -37,5 +37,8 @@ end
3737
post_install do |installer|
3838
installer.pods_project.targets.each do |target|
3939
flutter_additional_ios_build_settings(target)
40+
target.build_configurations.each do |config|
41+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
42+
end
4043
end
4144
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ SPEC CHECKSUMS:
7676
SDWebImage: 9169792e9eec3e45bba2a0c02f74bf8bd922d1ee
7777
SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
7878

79-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
79+
PODFILE CHECKSUM: 3c448a1d0ade57273cab760b57b1a710ba8d268a
8080

8181
COCOAPODS: 1.9.3

example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)