Skip to content

Commit fb5568b

Browse files
committed
chore(ios): build fix
1 parent d601143 commit fb5568b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

App_Resources/iOS/Podfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
end
7+
end
8+

0 commit comments

Comments
 (0)