Skip to content

Commit 3588429

Browse files
committed
chore(example): update Podfile
1 parent 4b3b3f7 commit 3588429

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

example/ios/Podfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ target 'GoogleMapsPlusExample' do
2222
)
2323

2424
post_install do |installer|
25-
react_native_post_install(installer)
25+
react_native_post_install(
26+
installer,
27+
config[:reactNativePath],
28+
:mac_catalyst_enabled => false,
29+
# :ccache_enabled => true
30+
)
2631

2732
# Fix SVGKit imports required by react-native-google-maps-plus
2833
require_relative '../../scripts/svgkit_patch'

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3128,6 +3128,6 @@ SPEC CHECKSUMS:
31283128
SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea
31293129
Yoga: 526f25666395d30c297d53154398ffd249eaf9e1
31303130

3131-
PODFILE CHECKSUM: bde9d9439b4d771442847735a4dd61175dd74cfc
3131+
PODFILE CHECKSUM: b3422a6091d8b38584d08cf6f91095add3a722f7
31323132

31333133
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)