Skip to content

Commit badd2c8

Browse files
committed
chore: update Podfile.lock
1 parent d714f43 commit badd2c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ PODS:
4343
- GoogleMaps (10.4.0):
4444
- GoogleMaps/Maps (= 10.4.0)
4545
- GoogleMaps/Maps (10.4.0)
46-
- hermes-engine (0.82.0):
47-
- hermes-engine/Pre-built (= 0.82.0)
48-
- hermes-engine/Pre-built (0.82.0)
46+
- hermes-engine (0.82.1):
47+
- hermes-engine/Pre-built (= 0.82.1)
48+
- hermes-engine/Pre-built (0.82.1)
4949
- NitroModules (0.30.2):
5050
- boost
5151
- DoubleConversion
@@ -3051,7 +3051,7 @@ SPEC CHECKSUMS:
30513051
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
30523052
Google-Maps-iOS-Utils: bed22fa703c919259b3901449434d60d994fae20
30533053
GoogleMaps: a40d3b1f511f0fa2036e7b08c920c33279b1d5fd
3054-
hermes-engine: 8642d8f14a548ab718ec112e9bebdfdd154138b5
3054+
hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
30553055
NitroModules: 730eae5cd9d112f05252bbf36bfabe4ffd16e931
30563056
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
30573057
RCTDeprecation: f17e2ebc07876ca9ab8eb6e4b0a4e4647497ae3a

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"start": "watchman watch-del-all && react-native start",
9-
"ios:pods": "bundle install && bundle exec pod repo update --verbose && bundle exec pod install --repo-update --project-directory=ios",
9+
"ios:pods": "rm -f ios/Podfile.lock && rm -rf ios/Pods && cd ios && bundle install && bundle exec pod install --repo-update",
1010
"build:android": "react-native build-android",
1111
"build:ios": "react-native build-ios --mode Debug --extra-params 'CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\"\" EXPANDED_CODE_SIGN_IDENTITY=\"\" DEVELOPMENT_TEAM=\"\" COCOAPODS_PARALLEL_CODE_SIGN=false'"
1212
},

0 commit comments

Comments
 (0)