File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ target 'IntercomReactNativeExample' do
18
18
#
19
19
# Note that if you have use_frameworks! enabled, Flipper will not work and
20
20
# you should disable the next line.
21
- use_flipper! ( )
21
+ use_flipper! ( )
22
22
23
23
post_install do |installer |
24
24
react_native_post_install ( installer )
@@ -41,7 +41,7 @@ target 'IntercomReactNativeExample' do
41
41
target . build_configurations . each do |config |
42
42
# Setting deployment target to iOS 11 for RCT-Folly to avoid errors with Flipper.
43
43
if [ 'RCT-Folly' ] . include? target . name
44
- config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '13 .0'
44
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11 .0'
45
45
end
46
46
config . build_settings [ 'GCC_WARN_INHIBIT_ALL_WARNINGS' ] = 'YES'
47
47
end
Original file line number Diff line number Diff line change @@ -535,6 +535,6 @@ SPEC CHECKSUMS:
535
535
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
536
536
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
537
537
538
- PODFILE CHECKSUM: 7e198f58bc2fd034851e1ce323d54fc55ce8fd2f
538
+ PODFILE CHECKSUM: b874056e90a8cd5a48c378258970de7ba719e70b
539
539
540
540
COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments