We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d601143 commit fb5568bCopy full SHA for fb5568b
App_Resources/iOS/Podfile
@@ -0,0 +1,8 @@
1
+post_install do |installer|
2
+ installer.pods_project.targets.each do |target|
3
+ target.build_configurations.each do |config|
4
+ config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "12.0"
5
+ end
6
7
8
+
0 commit comments