Skip to content

Commit

Permalink
build: fix podfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Nov 13, 2024
1 parent 63738bf commit a77fb56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ PODS:
- react-native-ios-context-menu (1.15.3):
- React-Core
- react-native-mmkv (2.12.2):
- MMKV (>= 1.3.3)
- MMKV (= 1.3.5)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-netinfo (11.2.1):
Expand Down Expand Up @@ -978,7 +978,7 @@ SPEC CHECKSUMS:
react-native-compat: d658d1a1c8589c5a1b6c0f6c8c83c0a51880b7d2
react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74
react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5
react-native-mmkv: b738e135cc27fc8ed25b39ec451b2e3e0ae9ce1b
react-native-mmkv: 436ee510dcc43b58a49d7be0451f285e06a9fd1d
react-native-netinfo: 8a7fd3f7130ef4ad2fb4276d5c9f8d3f28d2df3d
react-native-pager-view: cf96a223846458cc7e932017636b5c6d8cc2c549
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/scripts/create-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
./node_modules/.bin/patch-package react-native-webview --exclude 'build|xcodeproj|package.json' --include 'lib\/.*\.d\.ts|android\/src\/.*\/.*(\.java|\.kt)|apple\/.*(\.mm?|\.h)'
./node_modules/.bin/patch-package @debank/common
./node_modules/.bin/patch-package react-native-fs --exclude 'android\/build' --include 'android'
./node_modules/.bin/patch-package react-native-mmkv --exclude 'android\/.cxx|build|xcodeproj|package.json'
./node_modules/.bin/patch-package react-native-mmkv --exclude 'android\/.cxx|build|xcodeproj|package.json' --include '.*\.cpp|.*\.mm?|.*\.(js|ts)|.*\.podspec'
# ./node_modules/.bin/patch-package @onekeyfe/react-native-ble-plx --exclude 'android\/.cxx|build|xcodeproj|package.json'
# ./node_modules/.bin/patch-package react-native-ble-plx --exclude 'android\/.cxx|build|xcodeproj|package.json'
./node_modules/.bin/patch-package @onekeyfe/hd-transport-react-native --exclude 'android\/.cxx|build|xcodeproj|package.json'

0 comments on commit a77fb56

Please sign in to comment.