Skip to content

Commit a47f364

Browse files
committed
update podfile
1 parent e1d591f commit a47f364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target 'IntercomReactNativeExample' do
1818
#
1919
# Note that if you have use_frameworks! enabled, Flipper will not work and
2020
# you should disable the next line.
21-
use_flipper!()
21+
use_flipper!( )
2222

2323
post_install do |installer|
2424
react_native_post_install(installer)
@@ -41,7 +41,7 @@ target 'IntercomReactNativeExample' do
4141
target.build_configurations.each do |config|
4242
# Setting deployment target to iOS 11 for RCT-Folly to avoid errors with Flipper.
4343
if ['RCT-Folly'].include? target.name
44-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
44+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
4545
end
4646
config.build_settings['GCC_WARN_INHIBIT_ALL_WARNINGS'] = 'YES'
4747
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,6 @@ SPEC CHECKSUMS:
535535
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
536536
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
537537

538-
PODFILE CHECKSUM: 7e198f58bc2fd034851e1ce323d54fc55ce8fd2f
538+
PODFILE CHECKSUM: b874056e90a8cd5a48c378258970de7ba719e70b
539539

540540
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)