Skip to content

Commit 8c7f224

Browse files
committed
Update min deployment target to 13.0
1 parent 5402d6b commit 8c7f224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
post_install do |installer|
4141
installer.pods_project.targets.each do |target|
4242
target.build_configurations.each do |config|
43-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
43+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)