Skip to content

Commit 971831b

Browse files
committed
fix(example): update iOS target version
1 parent 995a83d commit 971831b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/ios/Podfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ target 'FreeraspReactNativeExample' do
3838
# necessary for Mac Catalyst builds
3939
:mac_catalyst_enabled => false
4040
)
41+
installer.pods_project.targets.each do |target|
42+
target.build_configurations.each do |config|
43+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
44+
end
45+
end
4146
__apply_Xcode_12_5_M1_post_install_workaround(installer)
4247
end
4348
end

0 commit comments

Comments
 (0)