Page MenuHomePhabricator

[native] Increasing `pod-patch` version
ClosedPublic

Authored by max on Sep 6 2022, 10:12 AM.
Tags
None
Referenced Files
F3282605: D5076.diff
Sat, Nov 16, 11:19 AM
Unknown Object (File)
Fri, Nov 15, 12:40 AM
Unknown Object (File)
Sat, Nov 9, 11:39 AM
Unknown Object (File)
Sat, Nov 9, 11:35 AM
Unknown Object (File)
Sat, Nov 9, 9:41 AM
Unknown Object (File)
Sat, Nov 9, 7:21 AM
Unknown Object (File)
Tue, Oct 29, 11:55 AM
Unknown Object (File)
Oct 16 2024, 11:24 PM

Details

Summary

This diff increased a version of the pod-patch npm package which was changed to not require BSD sed for iOS build and PR from @jon.

Related Linear task: ENG-1588

Test Plan

Successfully built iOS native app.

Diff Detail

Repository
rCOMM Comm
Branch
pod-patch-bump
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max edited the test plan for this revision. (Show Details)
max added reviewers: jon, atul, ashoat.
max added a subscriber: jon.
max published this revision for review.Sep 6 2022, 10:19 AM
max edited the summary of this revision. (Show Details)

ran:

arc patch D5076
# remove /usr/bin line from `scripts/source_development_defaults.sh`
nix develop

yarn cleaninstall
cd native/ios
pod cache clean --all
pod install

open -na xcode
# built Comm workspace
This revision is now accepted and ready to land.Sep 7 2022, 9:06 AM
This revision was automatically updated to reflect the committed changes.

landed to unblock other work where PATH was causing issues.