Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parallelizeBuildables on iOS builds to improve build time #1724

Merged
merged 93 commits into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
a02742c
update react native to 0.65.2, working for android debug
kathaypacific Dec 28, 2021
3e1dccc
update react and react native types, remove AppState.removeEventListe…
kathaypacific Dec 28, 2021
88a0196
update test config for RN upgrade
kathaypacific Dec 28, 2021
b108d70
update test snapshots
kathaypacific Dec 28, 2021
1acf18b
upgrade to RN 0.66.4, working for android debug
kathaypacific Dec 29, 2021
afad186
fix failing tests
kathaypacific Dec 29, 2021
611bdfd
update types
kathaypacific Dec 29, 2021
50021ad
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Dec 29, 2021
04e97d9
disable lintVitalApptestRelease for now, to test CI
kathaypacific Dec 30, 2021
4f4da66
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Dec 30, 2021
7cb09ca
update snapshots in react components package
kathaypacific Dec 30, 2021
3bc990e
update yarn audit known issues to fix vulnerabilities pipeline
kathaypacific Dec 30, 2021
9f6c78b
remove lintOptions to observe the android lint error in CI again
kathaypacific Jan 3, 2022
1353d4b
test ios upgrade
kathaypacific Jan 3, 2022
1b23e22
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 3, 2022
1282a66
update hermes for RN 0.66
kathaypacific Jan 3, 2022
26f8594
Fix build issue related to "error: could not build module 'Foundation'"
jeanregisser Jan 3, 2022
418200d
update how we set EXCLUDED_ARCHS in podfile for M1 machines
kathaypacific Jan 3, 2022
a45e3fc
fix user_project pod install error
kathaypacific Jan 3, 2022
c4e601e
update correct checksum in podfile
kathaypacific Jan 4, 2022
94fbac3
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 4, 2022
655d050
update outdated snapshot
kathaypacific Jan 4, 2022
557e8f9
attempt to fix persistent build error by clearing yarn cache
kathaypacific Jan 4, 2022
1363db1
add step in android CI to clean build cache, to avoid app:mergeExtDex…
kathaypacific Jan 4, 2022
d3f3282
update react-native-geth dependency
kathaypacific Jan 4, 2022
216f62e
remove gradle cache clean for android e2e
kathaypacific Jan 5, 2022
15f2d8d
remove explicit dependency on viewpager that was causing intermittent…
kathaypacific Jan 5, 2022
cf4c0a2
put back plaid package in android manifest
kathaypacific Jan 6, 2022
c6d0a1a
update kotlin version to fix plaid build error
kathaypacific Jan 6, 2022
50c0681
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 6, 2022
18e0835
update snapshots from main
kathaypacific Jan 6, 2022
b67c9c8
exclude material dependency from detox for android build to stop inte…
kathaypacific Jan 6, 2022
5daa86a
remove plaid import in android manifest to avoid runtime error 'nativ…
kathaypacific Jan 6, 2022
4fee9d9
put back viewpager in android dependency
kathaypacific Jan 6, 2022
d4f82bc
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 6, 2022
fe6bfcf
upgrade some easy packages to use React-Core s.dependency to enable p…
kathaypacific Jan 5, 2022
9668898
update react native contacts dependency hash
kathaypacific Jan 6, 2022
b63afc4
updated podfile.lock for react-native-contacts hash update
kathaypacific Jan 6, 2022
f2b078b
update async storage dependency
kathaypacific Jan 6, 2022
d52d6f8
update react-native-masked-view, patch rn keep-awake and rn exit-app …
kathaypacific Jan 6, 2022
c763bae
update podfile.lock
kathaypacific Jan 6, 2022
92709c7
patch clevertap for xcode 12
kathaypacific Jan 6, 2022
a425d32
update lottie projects
kathaypacific Jan 6, 2022
c9fd185
upgrade react-native-splash-screen
kathaypacific Jan 6, 2022
dbba4e7
update patches
kathaypacific Jan 6, 2022
f7b122b
update tests
kathaypacific Jan 6, 2022
611cacd
make splashscreen show fullscreen (bool instead of int) to fix androi…
kathaypacific Jan 6, 2022
5271da8
repatch react-native-splash-screen
kathaypacific Jan 6, 2022
9517006
upgrade react-native-camera
kathaypacific Jan 6, 2022
2c1aa7b
correctly update rn splash screen android args
kathaypacific Jan 6, 2022
e8d4094
update react-native-keychain
kathaypacific Jan 6, 2022
2efb71a
fix typescript error
kathaypacific Jan 6, 2022
5a4d3b9
update podfile
kathaypacific Jan 6, 2022
84c3b24
add e2e tests to branch to help test
kathaypacific Jan 6, 2022
7b9faf7
update react-native-fs
kathaypacific Jan 6, 2022
3de8d02
parallelise buildables on all ios apps
kathaypacific Jan 6, 2022
7f27deb
fix yarn.lock
kathaypacific Jan 6, 2022
63de0da
add patches for unmaintained libs
kathaypacific Jan 7, 2022
5cc8084
update more libs, add temporary patch for react-native-blind-bls whil…
kathaypacific Jan 7, 2022
c930c4b
recreate temp react-native-blind-threshold-bls patch
kathaypacific Jan 7, 2022
465c925
remove manually linked libs to resolve build warnings
kathaypacific Jan 7, 2022
84d7871
update react-native-blind-threshold-bls and remove temporary patch
kathaypacific Jan 11, 2022
35428c5
Merge branch 'main' into kathy/ios-parallelize-buildables
kathaypacific Jan 11, 2022
8409c74
update to use https:// instead of git:// for dependency
kathaypacific Jan 11, 2022
f512f33
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 11, 2022
d96c31f
Merge branch 'kathy/upgrade-RN-65' into kathy/ios-parallelize-buildables
kathaypacific Jan 11, 2022
0f8bc57
update test snapshot from main
kathaypacific Jan 11, 2022
58ac906
update snapshot
kathaypacific Jan 11, 2022
2b4f016
Merge branch 'main' into kathy/upgrade-RN-65
MuckT Jan 11, 2022
f6ea68d
test: record videos of failing tests
MuckT Jan 12, 2022
58e4873
Merge branch 'main' into kathy/upgrade-RN-65
kathaypacific Jan 12, 2022
5ee7ac1
update snapshots from main
kathaypacific Jan 12, 2022
ba01b40
Merge branch 'kathy/upgrade-RN-65' into kathy/ios-parallelize-buildables
kathaypacific Jan 12, 2022
ee0e705
Merge branch 'main' into kathy/ios-parallelize-buildables
kathaypacific Jan 12, 2022
ef7f24f
test: set log level to trace for debugging in ci
MuckT Jan 12, 2022
c6421bd
test: tap to hide keyboard on android
MuckT Jan 12, 2022
ea7c808
Merge branch 'main' into kathy/ios-parallelize-buildables
MuckT Jan 12, 2022
b37fbef
Merge branch 'main' into kathy/ios-parallelize-buildables
MuckT Jan 13, 2022
dfeaf1b
add some logging to find android CI error
kathaypacific Jan 13, 2022
04e93a4
remove workaround to test errors
kathaypacific Jan 13, 2022
6db5822
add more logging
kathaypacific Jan 13, 2022
77ab2aa
remove logging and workarounds, they didn't work
kathaypacific Jan 13, 2022
57bc68a
Try hardcoded sleep instead of loop
jeanregisser Jan 13, 2022
81b99ba
clean up various places
kathaypacific Jan 13, 2022
092aa21
test: use system boot instead of wifi connection
MuckT Jan 15, 2022
9007a2a
test: adjust waiting for device to boot command
MuckT Jan 15, 2022
524c1ff
ci: wait for android device to boot
MuckT Jan 15, 2022
56ba11c
Merge branch 'main' into kathy/ios-parallelize-buildables
MuckT Jan 15, 2022
efc7cf6
Merge branch 'main' into kathy/ios-parallelize-buildables
MuckT Jan 15, 2022
4949195
Merge branch 'main' into kathy/ios-parallelize-buildables
kathaypacific Jan 17, 2022
632c033
patch netinfo instead of upgrade
kathaypacific Jan 17, 2022
3d6c2ad
navigate back to settings page after disconnecting d'app
kathaypacific Jan 17, 2022
150ba90
Merge branch 'main' into kathy/ios-parallelize-buildables
kathaypacific Jan 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"web3-eth-contract": "1.3.0",
"ua-parser-js": "^0.7.24",
"underscore": "^1.12.1",
"react-native-flipper": "^0.70.0",
"react-native-flipper": "^0.127.0",
"y18n": "5.0.5",
"css-what": "5.0.1",
"normalize-url": "6.0.1",
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ PLATFORMS
ruby
universal-darwin-19
universal-darwin-20
universal-darwin-21

DEPENDENCIES
cocoapods
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import mock from '@react-native-async-storage/async-storage/jest/async-storage-mock'

export default mock

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected void onCreate(Bundle savedInstanceState) {
);

appStartedMillis = System.currentTimeMillis();
SplashScreen.show(this, R.style.SplashTheme);
SplashScreen.show(this, R.style.SplashTheme, false);
super.onCreate(null);
CleverTapModule.setInitialUri(getIntent().getData());
}
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/e2e/src/usecases/WalletConnectV1.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export default WalletConnect = () => {
await element(by.text('Connected Apps')).tap()
await element(by.text('Tap to Disconnect')).tap()
await element(by.text('Disconnect')).tap()
await element(by.id('BackChevron')).tap()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after apps are disconnected, the user is still on the Sessions screen but the next assertion for ConnectedApplications/value is on the Settings screen. because this assertion is in the afterAll hook, the tests failed without being captured by the test reports or test artifacts. i think for correctness the command to navigate back to the settings screen should exist...

(i also ran this test locally on the main branch, and it seems that the tests pass even though the app is still on the Sessions screen and the ConnectedApplications/value is not found :/ i'm not sure why it can pass, but the behaviour of disconnecting a connected app has not changed in this PR)

await expect(element(by.id('ConnectedApplications/value'))).toHaveText('0')
})
}
2 changes: 0 additions & 2 deletions packages/mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ platform :ios, '12.4'
use_frameworks!

target "celo" do
pod "react-native-geth", :path => "../../../node_modules/react-native-geth"
pod "CeloBlockchain", :path => "../../../node_modules/@celo/client/CeloBlockchain.podspec", :modular_headers => true

# RNPermissions
permissions_path = '../../../node_modules/react-native-permissions/ios'
pod 'Permission-Camera', :path => "#{permissions_path}/Camera"
pod 'Permission-AppTrackingTransparency', :path => "#{permissions_path}/AppTrackingTransparency"

pod 'RNSecureRandom', :path => '../../../node_modules/react-native-securerandom'

pod 'Plaid', '~> 2.1.3'

Expand Down
151 changes: 76 additions & 75 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- SDWebImage (~> 5.1)
- clevertap-react-native (0.5.2):
- CleverTap-iOS-SDK (= 3.9.3)
- React
- React-Core
- CocoaAsyncSocket (7.6.5)
- CTNotificationService (0.1.3)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -215,10 +215,10 @@ PODS:
- GTMSessionFetcher/Core (1.7.0)
- leveldb-library (1.22.1)
- libevent (2.1.12)
- lottie-ios (3.1.8)
- lottie-react-native (3.3.2):
- lottie-ios (~> 3.1.3)
- React
- lottie-ios (3.2.3)
- lottie-react-native (5.0.1):
- lottie-ios (~> 3.2.3)
- React-Core
- nanopb (2.30908.0):
- nanopb/decode (= 2.30908.0)
- nanopb/encode (= 2.30908.0)
Expand Down Expand Up @@ -431,35 +431,35 @@ PODS:
- React-logger (0.66.4):
- glog
- react-native-blind-threshold-bls (1.0.0):
- React
- react-native-camera (3.23.1):
- React
- react-native-camera/RCT (= 3.23.1)
- react-native-camera/RN (= 3.23.1)
- react-native-camera/RCT (3.23.1):
- React
- react-native-camera/RN (3.23.1):
- React
- React-Core
- react-native-camera (4.2.1):
- React-Core
- react-native-camera/RCT (= 4.2.1)
- react-native-camera/RN (= 4.2.1)
- react-native-camera/RCT (4.2.1):
- React-Core
- react-native-camera/RN (4.2.1):
- React-Core
- react-native-config (1.3.3):
- react-native-config/App (= 1.3.3)
- react-native-config/App (1.3.3):
- React-Core
- react-native-contacts (5.0.0):
- React
- React-Core
- react-native-fast-crypto (2.0.0):
- OpenSSL-Universal
- React
- react-native-flipper (0.70.0):
- React
- React-Core
- react-native-flipper (0.127.0):
- React-Core
- react-native-geth (1.0.0):
- CeloBlockchain
- React
- React-Core
- react-native-keep-awake (4.0.0):
- React
- React-Core
- react-native-mail (6.0.0):
- React-Core
- react-native-netinfo (5.8.0):
- React
- React-Core
- react-native-plaid-link-sdk (7.0.7):
- Plaid (~> 2.1.3)
- React-Core
Expand All @@ -469,17 +469,17 @@ PODS:
- React-Core
- react-native-shake (3.5.0):
- React-Core
- react-native-simple-toast (1.1.2):
- React
- react-native-simple-toast (1.1.3):
- React-Core
- Toast (~> 4.0.0)
- react-native-sms (1.11.0):
- React
- react-native-splash-screen (3.2.0):
- React
- React-Core
- react-native-splash-screen (3.3.0):
- React-Core
- react-native-tcp (3.3.0):
- React
- React-Core
- react-native-udp (2.6.1):
- React
- React-Core
- react-native-webview (11.6.5):
- React-Core
- React-perflogger (0.66.4)
Expand Down Expand Up @@ -565,16 +565,16 @@ PODS:
- React-Core
- RNAnalytics
- Segment-Firebase (~> 2.7.7)
- RNCAsyncStorage (1.9.0):
- React
- RNCAsyncStorage (1.15.14):
- React-Core
- RNCClipboard (1.2.3):
- React-Core
- RNCMaskedView (0.1.10):
- React
- RNCMaskedView (0.2.6):
- React-Core
- RNDeviceInfo (8.3.1):
- React-Core
- RNExitApp (1.1.0):
- React
- React-Core
- RNFBApp (11.5.0):
- Firebase/CoreOnly (= 7.11.0)
- React-Core
Expand Down Expand Up @@ -604,7 +604,7 @@ PODS:
- React-Core
- RNFBApp
- RNFS (2.16.6):
- React
- React-Core
- RNGestureHandler (1.9.0):
- React-Core
- RNImageCropPicker (0.35.2):
Expand All @@ -618,10 +618,10 @@ PODS:
- TOCropViewController
- RNInAppBrowser (3.5.1):
- React-Core
- RNKeychain (6.0.0):
- React
- RNLocalize (1.4.0):
- React
- RNKeychain (8.0.0):
- React-Core
- RNLocalize (2.1.7):
- React-Core
- RNPermissions (3.0.3):
- React-Core
- RNPersonaInquiry (1.2.0):
Expand Down Expand Up @@ -655,17 +655,18 @@ PODS:
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (2.7.0):
- React
- RNScreens (3.10.1):
- React-Core
- React-RCTImage
- RNSecureRandom (1.0.0):
- React
- React-Core
- RNSentry (3.2.8):
- React-Core
- Sentry (= 7.5.4)
- RNShare (3.3.0):
- React
- RNShare (7.3.2):
- React-Core
- RNSVG (12.1.1):
- React
- React-Core
- SDWebImage (5.11.1):
- SDWebImage/Core (= 5.11.1)
- SDWebImage/Core (5.11.1)
Expand Down Expand Up @@ -780,9 +781,9 @@ DEPENDENCIES:
- "RNAnalyticsIntegration-Adjust (from `../../../node_modules/@segment/analytics-react-native-adjust`)"
- "RNAnalyticsIntegration-CleverTap (from `../../../node_modules/@segment/analytics-react-native-clevertap`)"
- "RNAnalyticsIntegration-Firebase (from `../../../node_modules/@segment/analytics-react-native-firebase`)"
- "RNCAsyncStorage (from `../../../node_modules/@react-native-community/async-storage`)"
- "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../../../node_modules/@react-native-community/clipboard`)"
- "RNCMaskedView (from `../../../node_modules/@react-native-community/masked-view`)"
- "RNCMaskedView (from `../../../node_modules/@react-native-masked-view/masked-view`)"
- RNDeviceInfo (from `../../../node_modules/react-native-device-info`)
- RNExitApp (from `../../../node_modules/react-native-exit-app`)
- "RNFBApp (from `../../../node_modules/@react-native-firebase/app`)"
Expand Down Expand Up @@ -978,11 +979,11 @@ EXTERNAL SOURCES:
RNAnalyticsIntegration-Firebase:
:path: "../../../node_modules/@segment/analytics-react-native-firebase"
RNCAsyncStorage:
:path: "../../../node_modules/@react-native-community/async-storage"
:path: "../../../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
:path: "../../../node_modules/@react-native-community/clipboard"
RNCMaskedView:
:path: "../../../node_modules/@react-native-community/masked-view"
:path: "../../../node_modules/@react-native-masked-view/masked-view"
RNDeviceInfo:
:path: "../../../node_modules/react-native-device-info"
RNExitApp:
Expand Down Expand Up @@ -1038,7 +1039,7 @@ SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
CeloBlockchain: 0bb44b288f8fc19528d2be951e2844575d4408d4
CleverTap-iOS-SDK: 38f386d9aed648de7ef3ca0e7e2c8531b4cf58e9
clevertap-react-native: efbeea50527a7998603be8b249eab81ca0678072
clevertap-react-native: f28f984e24a77559d82bb05786a8c1a7f58c2ce8
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
CTNotificationService: 910b253821ef6c08158bf8c7dedc421a4df4cd4c
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
Expand Down Expand Up @@ -1074,8 +1075,8 @@ SPEC CHECKSUMS:
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 48fac6be217c76937e36e340e2d09cf7b10b7f5f
lottie-react-native: 2a1a82bb326ae51331a5520de0cf706733c6db69
lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e
lottie-react-native: a029a86e1689c86a07169c520ae770e84348cd20
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
Permission-AppTrackingTransparency: 7e4612104f43441744dc472d5b258daee5b71f7b
Expand All @@ -1095,25 +1096,25 @@ SPEC CHECKSUMS:
React-jsiexecutor: 94ce921e1d8ce7023366873ec371f3441383b396
React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85
React-logger: 933f80c97c633ee8965d609876848148e3fef438
react-native-blind-threshold-bls: 86068a0a8890b04b5492a4a8787b53dbde1aea8d
react-native-camera: 1b52abea404d04e040edb3e74b7c5523c01a3089
react-native-blind-threshold-bls: 96b94b001aca9386ab033b26741614046044e80d
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-config: e8c71f602c92ddd2f5c24b0b7a90d239ecab8d9f
react-native-contacts: d1a60e38dadb67dbbe481480338988e00966a30d
react-native-fast-crypto: b6dea8324fb1b095dd4f29a80356b43acb3ee2e9
react-native-flipper: da8e630768f0a35153837df953d9781fa7f860ba
react-native-geth: 51d17abd8bac4b80c4e12adb446242ba1407a0c3
react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
react-native-contacts: fd1614c74777089ebb6b0a0e3847dd78130ef9f4
react-native-fast-crypto: db61bcb2d1224a180449b886f27426a67d7628c0
react-native-flipper: b9e2e817604af8da0d5a9ba20a8516e780e30f3c
react-native-geth: b64bf7962e345c3c2cc437756ae01d854f508230
react-native-keep-awake: 6c078705f3fb2586963b13588d31148adc6bd128
react-native-mail: 88305252f4c3fb0157015ff8a7ac9c41b321a0dd
react-native-netinfo: b9650ab1b8b4362b3c455b1274e4bc48223cc957
react-native-netinfo: f3f52e6d92372003b78d5cafa3557797c7beee47
react-native-plaid-link-sdk: b2aa9109ba80872525bebf152a8efe70709966d6
react-native-randombytes: b6677f7d495c27e9ee0dbd77ebc97b3c59173729
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-shake: 41a1ea8ec541fccf3f01566edef8d3cb722b00e3
react-native-simple-toast: 58b71ef003f01d2c0bf5dcd2fdccc75861dabade
react-native-sms: 31fbb9d6ebb565ad32e409eaf9dc70329936a129
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-tcp: e1a8c3ac010774cd71811989805ff3eaebb62f17
react-native-udp: 54a1aa9bf5c0824f930b1ba6dbfb3fd3e733bba9
react-native-simple-toast: bf002828cf816775a6809f7a9ec3907509bce11f
react-native-sms: 9e317eb8712d2f73a0da36953f15239fa535b0c0
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-tcp: 97bb57dd886806263ab6a734a208e29de040e5d5
react-native-udp: f2c3b982aaef764b3c9bb333938f78136906a515
react-native-webview: 2e8fe70dc32b50d3231c23043f8e8b5a5525d346
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
Expand All @@ -1131,32 +1132,32 @@ SPEC CHECKSUMS:
RNAnalyticsIntegration-Adjust: fcd3a1e9e653ea81528cfd21d947d8fa2d865d2a
RNAnalyticsIntegration-CleverTap: abd41dd03f6ee6d7b13c555d6bcde60965fb7366
RNAnalyticsIntegration-Firebase: 3d3d80be74a53031fc9524d5c5adef2907c28d8f
RNCAsyncStorage: 453cd7c335ec9ba3b877e27d02238956b76f3268
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
RNCClipboard: 546484405eaa1c8a3eccce77b8c8871242e73b20
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCMaskedView: c298b644a10c0c142055b3ae24d83879ecb13ccd
RNDeviceInfo: 7b82d1467b87f7e74d1c7ba9439a9a57d0c68ee9
RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNExitApp: 3ae738c65a8494df166dee74575f2504d0737a28
RNFBApp: b8704b700f062ed0aa7bbca459b22dd47507a232
RNFBAuth: 3236f64982a98f4b6cd33405261a7b2d4892f8b1
RNFBDatabase: 90e7e25aaf38d8b9e8bc5cf79302fdf6b2c077ef
RNFBDynamicLinks: 706e684b3c6a4a2e17069d6a558c83078776c6ba
RNFBMessaging: b05aa2a76ed2b9fd50f05f036c96b26189a1fce2
RNFBRemoteConfig: e8d462f46e1759a5921d0e4b76d0ab89aef9baee
RNFBStorage: 48f869205eb5537749cdd4f53689a526728421f8
RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df
RNFS: 7161a36db9bbdaab96d91fff660820f94e29ca58
RNGestureHandler: 9b7e605a741412e20e13c512738a31bd1611759b
RNImageCropPicker: 9e0bf18cf4184a846fed55747c8e622208b39947
RNInAppBrowser: 48b95ba7a4eaff5cc223bca338d3e319561dbd1b
RNKeychain: bf2d7e9a0ae7a073c07770dd2aa6d11c67581733
RNLocalize: b6df30cc25ae736d37874f9bce13351db2f56796
RNKeychain: 4f63aada75ebafd26f4bc2c670199461eab85d94
RNLocalize: f567ea0e35116a641cdffe6683b0d212d568f32a
RNPermissions: 034db8a73d562766f990c89abbdeaa5d6e204c67
RNPersonaInquiry: e8d8f3fe4807f6a826ff96e7fb64f482ef6c4e97
RNReanimated: da3860204e5660c0dd66739936732197d359d753
RNScreens: cf198f915f8a2bf163de94ca9f5bfc8d326c3706
RNSecureRandom: 0dcee021fdb3d50cd5cee5db0ebf583c42f5af0e
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNSecureRandom: b0b479d7b934a3e6deea9cb986a9c40cb5f1b360
RNSentry: fe878ca3982d7871e502ccbb90072fe764c8d07d
RNShare: fea1801315aa8875d6db73a4010b14afcd568765
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
RNShare: d76b8c9c6e6ffb38fc18f40b4338c9d867592ed3
RNSVG: 0ff39850623301a540e69b0ccd9aabb2061812e3
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
Segment-Adjust: 7646c502b087a153d89a42059dd53e6d1d143737
Segment-CleverTap: a0e74aee844bcf859cbbf30dfe3d2ae25d67d9cc
Expand All @@ -1167,6 +1168,6 @@ SPEC CHECKSUMS:
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 08046332a2f461bd72a336468c9bf6893f84f386
PODFILE CHECKSUM: 09b32ac0c4263c2c67c50c1cd77d120b3c6e2fad

COCOAPODS: 1.10.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LastUpgradeVersion = "0620"
version = "1.7">
<BuildAction
parallelizeBuildables = "NO"
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<PreActions>
<ExecutionAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LastUpgradeVersion = "0620"
version = "1.7">
<BuildAction
parallelizeBuildables = "NO"
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<PreActions>
<ExecutionAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LastUpgradeVersion = "0620"
version = "1.7">
<BuildAction
parallelizeBuildables = "NO"
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<PreActions>
<ExecutionAction
Expand Down
Loading